@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
1,332 lines • 977 kB
JSON
{
"namespace": "System.Xml",
"contributingAssemblies": [
"System.Data.Common",
"System.Private.DataContractSerialization",
"System.Private.Xml"
],
"types": [
{
"stableId": "System.Private.Xml:System.Xml.ConformanceLevel",
"clrName": "System.Xml.ConformanceLevel",
"tsEmitName": "ConformanceLevel",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.ConformanceLevel::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.ConformanceLevel::AutoSystem.Xml.ConformanceLevel",
"clrName": "Auto",
"tsEmitName": "Auto",
"normalizedSignature": "Auto|System.Xml.ConformanceLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.ConformanceLevel::FragmentSystem.Xml.ConformanceLevel",
"clrName": "Fragment",
"tsEmitName": "Fragment",
"normalizedSignature": "Fragment|System.Xml.ConformanceLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.ConformanceLevel::DocumentSystem.Xml.ConformanceLevel",
"clrName": "Document",
"tsEmitName": "Document",
"normalizedSignature": "Document|System.Xml.ConformanceLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.DtdProcessing",
"clrName": "System.Xml.DtdProcessing",
"tsEmitName": "DtdProcessing",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.DtdProcessing::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.DtdProcessing::ProhibitSystem.Xml.DtdProcessing",
"clrName": "Prohibit",
"tsEmitName": "Prohibit",
"normalizedSignature": "Prohibit|System.Xml.DtdProcessing|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.DtdProcessing::IgnoreSystem.Xml.DtdProcessing",
"clrName": "Ignore",
"tsEmitName": "Ignore",
"normalizedSignature": "Ignore|System.Xml.DtdProcessing|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.DtdProcessing::ParseSystem.Xml.DtdProcessing",
"clrName": "Parse",
"tsEmitName": "Parse",
"normalizedSignature": "Parse|System.Xml.DtdProcessing|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.EntityHandling",
"clrName": "System.Xml.EntityHandling",
"tsEmitName": "EntityHandling",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.EntityHandling::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.EntityHandling::ExpandEntitiesSystem.Xml.EntityHandling",
"clrName": "ExpandEntities",
"tsEmitName": "ExpandEntities",
"normalizedSignature": "ExpandEntities|System.Xml.EntityHandling|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.EntityHandling::ExpandCharEntitiesSystem.Xml.EntityHandling",
"clrName": "ExpandCharEntities",
"tsEmitName": "ExpandCharEntities",
"normalizedSignature": "ExpandCharEntities|System.Xml.EntityHandling|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.Formatting",
"clrName": "System.Xml.Formatting",
"tsEmitName": "Formatting",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.Formatting::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.Formatting::NoneSystem.Xml.Formatting",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.Xml.Formatting|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.Formatting::IndentedSystem.Xml.Formatting",
"clrName": "Indented",
"tsEmitName": "Indented",
"normalizedSignature": "Indented|System.Xml.Formatting|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.NamespaceHandling",
"clrName": "System.Xml.NamespaceHandling",
"tsEmitName": "NamespaceHandling",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.NamespaceHandling::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.NamespaceHandling::DefaultSystem.Xml.NamespaceHandling",
"clrName": "Default",
"tsEmitName": "Default",
"normalizedSignature": "Default|System.Xml.NamespaceHandling|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.NamespaceHandling::OmitDuplicatesSystem.Xml.NamespaceHandling",
"clrName": "OmitDuplicates",
"tsEmitName": "OmitDuplicates",
"normalizedSignature": "OmitDuplicates|System.Xml.NamespaceHandling|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.NewLineHandling",
"clrName": "System.Xml.NewLineHandling",
"tsEmitName": "NewLineHandling",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.NewLineHandling::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.NewLineHandling::ReplaceSystem.Xml.NewLineHandling",
"clrName": "Replace",
"tsEmitName": "Replace",
"normalizedSignature": "Replace|System.Xml.NewLineHandling|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.NewLineHandling::EntitizeSystem.Xml.NewLineHandling",
"clrName": "Entitize",
"tsEmitName": "Entitize",
"normalizedSignature": "Entitize|System.Xml.NewLineHandling|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.NewLineHandling::NoneSystem.Xml.NewLineHandling",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.Xml.NewLineHandling|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.ReadState",
"clrName": "System.Xml.ReadState",
"tsEmitName": "ReadState",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.ReadState::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.ReadState::InitialSystem.Xml.ReadState",
"clrName": "Initial",
"tsEmitName": "Initial",
"normalizedSignature": "Initial|System.Xml.ReadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.ReadState::InteractiveSystem.Xml.ReadState",
"clrName": "Interactive",
"tsEmitName": "Interactive",
"normalizedSignature": "Interactive|System.Xml.ReadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.ReadState::ErrorSystem.Xml.ReadState",
"clrName": "Error",
"tsEmitName": "Error",
"normalizedSignature": "Error|System.Xml.ReadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.ReadState::EndOfFileSystem.Xml.ReadState",
"clrName": "EndOfFile",
"tsEmitName": "EndOfFile",
"normalizedSignature": "EndOfFile|System.Xml.ReadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.ReadState::ClosedSystem.Xml.ReadState",
"clrName": "Closed",
"tsEmitName": "Closed",
"normalizedSignature": "Closed|System.Xml.ReadState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.ValidationType",
"clrName": "System.Xml.ValidationType",
"tsEmitName": "ValidationType",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.ValidationType::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.ValidationType::NoneSystem.Xml.ValidationType",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.Xml.ValidationType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.ValidationType::AutoSystem.Xml.ValidationType",
"clrName": "Auto",
"tsEmitName": "Auto",
"normalizedSignature": "Auto|System.Xml.ValidationType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.ValidationType::DTDSystem.Xml.ValidationType",
"clrName": "DTD",
"tsEmitName": "DTD",
"normalizedSignature": "DTD|System.Xml.ValidationType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.ValidationType::XDRSystem.Xml.ValidationType",
"clrName": "XDR",
"tsEmitName": "XDR",
"normalizedSignature": "XDR|System.Xml.ValidationType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.ValidationType::SchemaSystem.Xml.ValidationType",
"clrName": "Schema",
"tsEmitName": "Schema",
"normalizedSignature": "Schema|System.Xml.ValidationType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.WhitespaceHandling",
"clrName": "System.Xml.WhitespaceHandling",
"tsEmitName": "WhitespaceHandling",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.WhitespaceHandling::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.WhitespaceHandling::AllSystem.Xml.WhitespaceHandling",
"clrName": "All",
"tsEmitName": "All",
"normalizedSignature": "All|System.Xml.WhitespaceHandling|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.WhitespaceHandling::SignificantSystem.Xml.WhitespaceHandling",
"clrName": "Significant",
"tsEmitName": "Significant",
"normalizedSignature": "Significant|System.Xml.WhitespaceHandling|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.WhitespaceHandling::NoneSystem.Xml.WhitespaceHandling",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.Xml.WhitespaceHandling|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.WriteState",
"clrName": "System.Xml.WriteState",
"tsEmitName": "WriteState",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.WriteState::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.WriteState::StartSystem.Xml.WriteState",
"clrName": "Start",
"tsEmitName": "Start",
"normalizedSignature": "Start|System.Xml.WriteState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.WriteState::PrologSystem.Xml.WriteState",
"clrName": "Prolog",
"tsEmitName": "Prolog",
"normalizedSignature": "Prolog|System.Xml.WriteState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.WriteState::ElementSystem.Xml.WriteState",
"clrName": "Element",
"tsEmitName": "Element",
"normalizedSignature": "Element|System.Xml.WriteState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.WriteState::AttributeSystem.Xml.WriteState",
"clrName": "Attribute",
"tsEmitName": "Attribute",
"normalizedSignature": "Attribute|System.Xml.WriteState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.WriteState::ContentSystem.Xml.WriteState",
"clrName": "Content",
"tsEmitName": "Content",
"normalizedSignature": "Content|System.Xml.WriteState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.WriteState::ClosedSystem.Xml.WriteState",
"clrName": "Closed",
"tsEmitName": "Closed",
"normalizedSignature": "Closed|System.Xml.WriteState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.WriteState::ErrorSystem.Xml.WriteState",
"clrName": "Error",
"tsEmitName": "Error",
"normalizedSignature": "Error|System.Xml.WriteState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.XmlDateTimeSerializationMode",
"clrName": "System.Xml.XmlDateTimeSerializationMode",
"tsEmitName": "XmlDateTimeSerializationMode",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.XmlDateTimeSerializationMode::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.XmlDateTimeSerializationMode::LocalSystem.Xml.XmlDateTimeSerializationMode",
"clrName": "Local",
"tsEmitName": "Local",
"normalizedSignature": "Local|System.Xml.XmlDateTimeSerializationMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlDateTimeSerializationMode::UtcSystem.Xml.XmlDateTimeSerializationMode",
"clrName": "Utc",
"tsEmitName": "Utc",
"normalizedSignature": "Utc|System.Xml.XmlDateTimeSerializationMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlDateTimeSerializationMode::UnspecifiedSystem.Xml.XmlDateTimeSerializationMode",
"clrName": "Unspecified",
"tsEmitName": "Unspecified",
"normalizedSignature": "Unspecified|System.Xml.XmlDateTimeSerializationMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlDateTimeSerializationMode::RoundtripKindSystem.Xml.XmlDateTimeSerializationMode",
"clrName": "RoundtripKind",
"tsEmitName": "RoundtripKind",
"normalizedSignature": "RoundtripKind|System.Xml.XmlDateTimeSerializationMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReaderQuotaTypes",
"clrName": "System.Xml.XmlDictionaryReaderQuotaTypes",
"tsEmitName": "XmlDictionaryReaderQuotaTypes",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReaderQuotaTypes::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReaderQuotaTypes::MaxDepthSystem.Xml.XmlDictionaryReaderQuotaTypes",
"clrName": "MaxDepth",
"tsEmitName": "MaxDepth",
"normalizedSignature": "MaxDepth|System.Xml.XmlDictionaryReaderQuotaTypes|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReaderQuotaTypes::MaxStringContentLengthSystem.Xml.XmlDictionaryReaderQuotaTypes",
"clrName": "MaxStringContentLength",
"tsEmitName": "MaxStringContentLength",
"normalizedSignature": "MaxStringContentLength|System.Xml.XmlDictionaryReaderQuotaTypes|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReaderQuotaTypes::MaxArrayLengthSystem.Xml.XmlDictionaryReaderQuotaTypes",
"clrName": "MaxArrayLength",
"tsEmitName": "MaxArrayLength",
"normalizedSignature": "MaxArrayLength|System.Xml.XmlDictionaryReaderQuotaTypes|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReaderQuotaTypes::MaxBytesPerReadSystem.Xml.XmlDictionaryReaderQuotaTypes",
"clrName": "MaxBytesPerRead",
"tsEmitName": "MaxBytesPerRead",
"normalizedSignature": "MaxBytesPerRead|System.Xml.XmlDictionaryReaderQuotaTypes|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.DataContractSerialization:System.Xml.XmlDictionaryReaderQuotaTypes::MaxNameTableCharCountSystem.Xml.XmlDictionaryReaderQuotaTypes",
"clrName": "MaxNameTableCharCount",
"tsEmitName": "MaxNameTableCharCount",
"normalizedSignature": "MaxNameTableCharCount|System.Xml.XmlDictionaryReaderQuotaTypes|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNamespaceScope",
"clrName": "System.Xml.XmlNamespaceScope",
"tsEmitName": "XmlNamespaceScope",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.XmlNamespaceScope::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNamespaceScope::AllSystem.Xml.XmlNamespaceScope",
"clrName": "All",
"tsEmitName": "All",
"normalizedSignature": "All|System.Xml.XmlNamespaceScope|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNamespaceScope::ExcludeXmlSystem.Xml.XmlNamespaceScope",
"clrName": "ExcludeXml",
"tsEmitName": "ExcludeXml",
"normalizedSignature": "ExcludeXml|System.Xml.XmlNamespaceScope|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNamespaceScope::LocalSystem.Xml.XmlNamespaceScope",
"clrName": "Local",
"tsEmitName": "Local",
"normalizedSignature": "Local|System.Xml.XmlNamespaceScope|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeChangedAction",
"clrName": "System.Xml.XmlNodeChangedAction",
"tsEmitName": "XmlNodeChangedAction",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeChangedAction::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeChangedAction::InsertSystem.Xml.XmlNodeChangedAction",
"clrName": "Insert",
"tsEmitName": "Insert",
"normalizedSignature": "Insert|System.Xml.XmlNodeChangedAction|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeChangedAction::RemoveSystem.Xml.XmlNodeChangedAction",
"clrName": "Remove",
"tsEmitName": "Remove",
"normalizedSignature": "Remove|System.Xml.XmlNodeChangedAction|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeChangedAction::ChangeSystem.Xml.XmlNodeChangedAction",
"clrName": "Change",
"tsEmitName": "Change",
"normalizedSignature": "Change|System.Xml.XmlNodeChangedAction|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeOrder",
"clrName": "System.Xml.XmlNodeOrder",
"tsEmitName": "XmlNodeOrder",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeOrder::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeOrder::BeforeSystem.Xml.XmlNodeOrder",
"clrName": "Before",
"tsEmitName": "Before",
"normalizedSignature": "Before|System.Xml.XmlNodeOrder|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeOrder::AfterSystem.Xml.XmlNodeOrder",
"clrName": "After",
"tsEmitName": "After",
"normalizedSignature": "After|System.Xml.XmlNodeOrder|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeOrder::SameSystem.Xml.XmlNodeOrder",
"clrName": "Same",
"tsEmitName": "Same",
"normalizedSignature": "Same|System.Xml.XmlNodeOrder|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeOrder::UnknownSystem.Xml.XmlNodeOrder",
"clrName": "Unknown",
"tsEmitName": "Unknown",
"normalizedSignature": "Unknown|System.Xml.XmlNodeOrder|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType",
"clrName": "System.Xml.XmlNodeType",
"tsEmitName": "XmlNodeType",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::NoneSystem.Xml.XmlNodeType",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::ElementSystem.Xml.XmlNodeType",
"clrName": "Element",
"tsEmitName": "Element",
"normalizedSignature": "Element|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::AttributeSystem.Xml.XmlNodeType",
"clrName": "Attribute",
"tsEmitName": "Attribute",
"normalizedSignature": "Attribute|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::TextSystem.Xml.XmlNodeType",
"clrName": "Text",
"tsEmitName": "Text",
"normalizedSignature": "Text|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::CDATASystem.Xml.XmlNodeType",
"clrName": "CDATA",
"tsEmitName": "CDATA",
"normalizedSignature": "CDATA|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::EntityReferenceSystem.Xml.XmlNodeType",
"clrName": "EntityReference",
"tsEmitName": "EntityReference",
"normalizedSignature": "EntityReference|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::EntitySystem.Xml.XmlNodeType",
"clrName": "Entity",
"tsEmitName": "Entity",
"normalizedSignature": "Entity|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::ProcessingInstructionSystem.Xml.XmlNodeType",
"clrName": "ProcessingInstruction",
"tsEmitName": "ProcessingInstruction",
"normalizedSignature": "ProcessingInstruction|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::CommentSystem.Xml.XmlNodeType",
"clrName": "Comment",
"tsEmitName": "Comment",
"normalizedSignature": "Comment|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::DocumentSystem.Xml.XmlNodeType",
"clrName": "Document",
"tsEmitName": "Document",
"normalizedSignature": "Document|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::DocumentTypeSystem.Xml.XmlNodeType",
"clrName": "DocumentType",
"tsEmitName": "DocumentType",
"normalizedSignature": "DocumentType|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::DocumentFragmentSystem.Xml.XmlNodeType",
"clrName": "DocumentFragment",
"tsEmitName": "DocumentFragment",
"normalizedSignature": "DocumentFragment|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::NotationSystem.Xml.XmlNodeType",
"clrName": "Notation",
"tsEmitName": "Notation",
"normalizedSignature": "Notation|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::WhitespaceSystem.Xml.XmlNodeType",
"clrName": "Whitespace",
"tsEmitName": "Whitespace",
"normalizedSignature": "Whitespace|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::SignificantWhitespaceSystem.Xml.XmlNodeType",
"clrName": "SignificantWhitespace",
"tsEmitName": "SignificantWhitespace",
"normalizedSignature": "SignificantWhitespace|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::EndElementSystem.Xml.XmlNodeType",
"clrName": "EndElement",
"tsEmitName": "EndElement",
"normalizedSignature": "EndElement|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::EndEntitySystem.Xml.XmlNodeType",
"clrName": "EndEntity",
"tsEmitName": "EndEntity",
"normalizedSignature": "EndEntity|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlNodeType::XmlDeclarationSystem.Xml.XmlNodeType",
"clrName": "XmlDeclaration",
"tsEmitName": "XmlDeclaration",
"normalizedSignature": "XmlDeclaration|System.Xml.XmlNodeType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.XmlOutputMethod",
"clrName": "System.Xml.XmlOutputMethod",
"tsEmitName": "XmlOutputMethod",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.XmlOutputMethod::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.XmlOutputMethod::XmlSystem.Xml.XmlOutputMethod",
"clrName": "Xml",
"tsEmitName": "Xml",
"normalizedSignature": "Xml|System.Xml.XmlOutputMethod|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlOutputMethod::HtmlSystem.Xml.XmlOutputMethod",
"clrName": "Html",
"tsEmitName": "Html",
"normalizedSignature": "Html|System.Xml.XmlOutputMethod|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlOutputMethod::TextSystem.Xml.XmlOutputMethod",
"clrName": "Text",
"tsEmitName": "Text",
"normalizedSignature": "Text|System.Xml.XmlOutputMethod|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlOutputMethod::AutoDetectSystem.Xml.XmlOutputMethod",
"clrName": "AutoDetect",
"tsEmitName": "AutoDetect",
"normalizedSignature": "AutoDetect|System.Xml.XmlOutputMethod|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.XmlSpace",
"clrName": "System.Xml.XmlSpace",
"tsEmitName": "XmlSpace",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.XmlSpace::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.XmlSpace::NoneSystem.Xml.XmlSpace",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.Xml.XmlSpace|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlSpace::DefaultSystem.Xml.XmlSpace",
"clrName": "Default",
"tsEmitName": "Default",
"normalizedSignature": "Default|System.Xml.XmlSpace|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlSpace::PreserveSystem.Xml.XmlSpace",
"clrName": "Preserve",
"tsEmitName": "Preserve",
"normalizedSignature": "Preserve|System.Xml.XmlSpace|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType",
"clrName": "System.Xml.XmlTokenizedType",
"tsEmitName": "XmlTokenizedType",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::CDATASystem.Xml.XmlTokenizedType",
"clrName": "CDATA",
"tsEmitName": "CDATA",
"normalizedSignature": "CDATA|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::IDSystem.Xml.XmlTokenizedType",
"clrName": "ID",
"tsEmitName": "ID",
"normalizedSignature": "ID|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::IDREFSystem.Xml.XmlTokenizedType",
"clrName": "IDREF",
"tsEmitName": "IDREF",
"normalizedSignature": "IDREF|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::IDREFSSystem.Xml.XmlTokenizedType",
"clrName": "IDREFS",
"tsEmitName": "IDREFS",
"normalizedSignature": "IDREFS|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::ENTITYSystem.Xml.XmlTokenizedType",
"clrName": "ENTITY",
"tsEmitName": "ENTITY",
"normalizedSignature": "ENTITY|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::ENTITIESSystem.Xml.XmlTokenizedType",
"clrName": "ENTITIES",
"tsEmitName": "ENTITIES",
"normalizedSignature": "ENTITIES|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::NMTOKENSystem.Xml.XmlTokenizedType",
"clrName": "NMTOKEN",
"tsEmitName": "NMTOKEN",
"normalizedSignature": "NMTOKEN|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::NMTOKENSSystem.Xml.XmlTokenizedType",
"clrName": "NMTOKENS",
"tsEmitName": "NMTOKENS",
"normalizedSignature": "NMTOKENS|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::NOTATIONSystem.Xml.XmlTokenizedType",
"clrName": "NOTATION",
"tsEmitName": "NOTATION",
"normalizedSignature": "NOTATION|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::ENUMERATIONSystem.Xml.XmlTokenizedType",
"clrName": "ENUMERATION",
"tsEmitName": "ENUMERATION",
"normalizedSignature": "ENUMERATION|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::QNameSystem.Xml.XmlTokenizedType",
"clrName": "QName",
"tsEmitName": "QName",
"normalizedSignature": "QName|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::NCNameSystem.Xml.XmlTokenizedType",
"clrName": "NCName",
"tsEmitName": "NCName",
"normalizedSignature": "NCName|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.Xml:System.Xml.XmlTokenizedType::NoneSystem.Xml.XmlTokenizedType",
"clrName": "None",
"tsEmitName": "None",
"normalizedSignature": "None|System.Xml.XmlTokenizedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Priva