@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
1,110 lines • 163 kB
JSON
{
"namespace": "System.Xml.Xsl",
"types": [
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XsltMessageEncounteredEventHandler",
"clrName": "System.Xml.Xsl.XsltMessageEncounteredEventHandler",
"tsEmitName": "XsltMessageEncounteredEventHandler",
"assemblyName": "System.Private.Xml",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XsltMessageEncounteredEventHandler::Invoke(System.Object,System.Xml.Xsl.XsltMessageEncounteredEventArgs):System.Void",
"clrName": "Invoke",
"tsEmitName": "Invoke",
"metadataToken": 100673755,
"canonicalSignature": "(System.Object,System.Xml.Xsl.XsltMessageEncounteredEventArgs):System.Void",
"normalizedSignature": "Invoke|(System.Object,System.Xml.Xsl.XsltMessageEncounteredEventArgs):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Xml.Xsl.XsltMessageEncounteredEventHandler",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XsltMessageEncounteredEventHandler::BeginInvoke(System.Object,System.Xml.Xsl.XsltMessageEncounteredEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
"clrName": "BeginInvoke",
"tsEmitName": "BeginInvoke",
"metadataToken": 100673756,
"canonicalSignature": "(System.Object,System.Xml.Xsl.XsltMessageEncounteredEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
"normalizedSignature": "BeginInvoke|(System.Object,System.Xml.Xsl.XsltMessageEncounteredEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 4,
"declaringClrType": "System.Xml.Xsl.XsltMessageEncounteredEventHandler",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XsltMessageEncounteredEventHandler::EndInvoke(System.IAsyncResult):System.Void",
"clrName": "EndInvoke",
"tsEmitName": "EndInvoke",
"metadataToken": 100673757,
"canonicalSignature": "(System.IAsyncResult):System.Void",
"normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Xml.Xsl.XsltMessageEncounteredEventHandler",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XsltMessageEncounteredEventHandler::.ctor(System.Object,System.IntPtr):void",
"metadataToken": 100673754,
"canonicalSignature": "(System.Object,System.IntPtr):void",
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
"isStatic": false,
"parameterCount": 2,
"declaringClrType": "System.Xml.Xsl.XsltMessageEncounteredEventHandler",
"declaringAssemblyName": "System.Private.Xml"
}
],
"exposedMethods": [
{
"tsName": "Invoke",
"isStatic": false,
"tsSignatureId": "Invoke|(System.Object,System.Xml.Xsl.XsltMessageEncounteredEventArgs):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XsltMessageEncounteredEventHandler",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673755
}
},
{
"tsName": "BeginInvoke",
"isStatic": false,
"tsSignatureId": "BeginInvoke|(System.Object,System.Xml.Xsl.XsltMessageEncounteredEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XsltMessageEncounteredEventHandler",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673756
}
},
{
"tsName": "EndInvoke",
"isStatic": false,
"tsSignatureId": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XsltMessageEncounteredEventHandler",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673757
}
},
{
"tsName": "GetObjectData",
"isStatic": false,
"tsSignatureId": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
"target": {
"declaringClrType": "System.MulticastDelegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664795
}
},
{
"tsName": "Equals",
"isStatic": false,
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
"target": {
"declaringClrType": "System.MulticastDelegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664796
}
},
{
"tsName": "GetInvocationList",
"isStatic": false,
"tsSignatureId": "GetInvocationList|():System.Delegate[]|static=false",
"target": {
"declaringClrType": "System.MulticastDelegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664806
}
},
{
"tsName": "GetHashCode",
"isStatic": false,
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
"target": {
"declaringClrType": "System.MulticastDelegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664809
}
},
{
"tsName": "Clone$view",
"isStatic": false,
"tsSignatureId": "Clone|():System.Object|static=false",
"target": {
"declaringClrType": "System.ICloneable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100668509
}
},
{
"tsName": "GetObjectData$view",
"isStatic": false,
"tsSignatureId": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
"target": {
"declaringClrType": "System.Runtime.Serialization.ISerializable",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100682649
}
},
{
"tsName": "Clone",
"isStatic": false,
"tsSignatureId": "Clone|():System.Object|static=false",
"target": {
"declaringClrType": "System.MulticastDelegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 0
}
},
{
"tsName": "CreateDelegate",
"isStatic": true,
"tsSignatureId": "CreateDelegate|(System.Type,System.Object,System.String,System.Boolean,System.Boolean):System.Delegate|static=true",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664226
}
},
{
"tsName": "CreateDelegate",
"isStatic": true,
"tsSignatureId": "CreateDelegate|(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean):System.Delegate|static=true",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664229
}
},
{
"tsName": "Combine",
"isStatic": true,
"tsSignatureId": "Combine|(System.Delegate,System.Delegate):System.Delegate|static=true",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664255
}
},
{
"tsName": "Combine",
"isStatic": true,
"tsSignatureId": "Combine|(System.Delegate[]):System.Delegate|static=true",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664256
}
},
{
"tsName": "CreateDelegate",
"isStatic": true,
"tsSignatureId": "CreateDelegate|(System.Type,System.Object,System.Reflection.MethodInfo):System.Delegate|static=true",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664258
}
},
{
"tsName": "CreateDelegate",
"isStatic": true,
"tsSignatureId": "CreateDelegate|(System.Type,System.Reflection.MethodInfo):System.Delegate|static=true",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664259
}
},
{
"tsName": "EnumerateInvocationList",
"isStatic": true,
"tsSignatureId": "EnumerateInvocationList|(TDelegate):InvocationListEnumerator_1|static=true",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664268
}
},
{
"tsName": "DynamicInvoke",
"isStatic": false,
"tsSignatureId": "DynamicInvoke|(System.Object[]):System.Object|static=false",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664269
}
},
{
"tsName": "Remove",
"isStatic": true,
"tsSignatureId": "Remove|(System.Delegate,System.Delegate):System.Delegate|static=true",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664272
}
},
{
"tsName": "RemoveAll",
"isStatic": true,
"tsSignatureId": "RemoveAll|(System.Delegate,System.Delegate):System.Delegate|static=true",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664273
}
},
{
"tsName": "GetType",
"isStatic": false,
"tsSignatureId": "GetType|():System.Type|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664825
}
},
{
"tsName": "ToString",
"isStatic": false,
"tsSignatureId": "ToString|():System.String|static=false",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664829
}
},
{
"tsName": "Equals",
"isStatic": true,
"tsSignatureId": "Equals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664831
}
},
{
"tsName": "ReferenceEquals",
"isStatic": true,
"tsSignatureId": "ReferenceEquals|(System.Object,System.Object):System.Boolean|static=true",
"target": {
"declaringClrType": "System.Object",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 100664832
}
}
],
"exposedProperties": [
{
"tsName": "Target",
"isStatic": false,
"tsSignatureId": "Target|:System.Object|static=false|accessor=get",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385876039
}
},
{
"tsName": "HasSingleTarget",
"isStatic": false,
"tsSignatureId": "HasSingleTarget|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385876040
}
},
{
"tsName": "Method",
"isStatic": false,
"tsSignatureId": "Method|:System.Reflection.MethodInfo|static=false|accessor=get",
"target": {
"declaringClrType": "System.Delegate",
"declaringAssemblyName": "System.Private.CoreLib",
"metadataToken": 385876041
}
}
],
"exposedConstructors": [
{
"isStatic": false,
"tsSignatureId": "constructor|(System.Object,System.IntPtr):void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XsltMessageEncounteredEventHandler",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673754
}
}
]
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.IXsltContextFunction",
"clrName": "System.Xml.Xsl.IXsltContextFunction",
"tsEmitName": "IXsltContextFunction",
"assemblyName": "System.Private.Xml",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.Xml:System.Xml.Xsl.IXsltContextFunction::Invoke(System.Xml.Xsl.XsltContext,System.Object[],System.Xml.XPath.XPathNavigator):System.Object",
"clrName": "Invoke",
"tsEmitName": "Invoke",
"metadataToken": 100673772,
"canonicalSignature": "(System.Xml.Xsl.XsltContext,System.Object[],System.Xml.XPath.XPathNavigator):System.Object",
"normalizedSignature": "Invoke|(System.Xml.Xsl.XsltContext,System.Object[],System.Xml.XPath.XPathNavigator):System.Object|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.IXsltContextFunction",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.Xml:System.Xml.Xsl.IXsltContextFunction::Minargs:System.Int32",
"clrName": "Minargs",
"tsEmitName": "Minargs",
"metadataToken": 385879021,
"canonicalSignature": ":System.Int32",
"normalizedSignature": "Minargs|:System.Int32|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Xml.Xsl.IXsltContextFunction",
"declaringAssemblyName": "System.Private.Xml"
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.IXsltContextFunction::Maxargs:System.Int32",
"clrName": "Maxargs",
"tsEmitName": "Maxargs",
"metadataToken": 385879022,
"canonicalSignature": ":System.Int32",
"normalizedSignature": "Maxargs|:System.Int32|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Xml.Xsl.IXsltContextFunction",
"declaringAssemblyName": "System.Private.Xml"
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.IXsltContextFunction::ReturnType:System.Xml.XPath.XPathResultType",
"clrName": "ReturnType",
"tsEmitName": "ReturnType",
"metadataToken": 385879023,
"canonicalSignature": ":System.Xml.XPath.XPathResultType",
"normalizedSignature": "ReturnType|:System.Xml.XPath.XPathResultType|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Xml.Xsl.IXsltContextFunction",
"declaringAssemblyName": "System.Private.Xml"
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.IXsltContextFunction::ArgTypes:System.Xml.XPath.XPathResultType[]",
"clrName": "ArgTypes",
"tsEmitName": "ArgTypes",
"metadataToken": 385879024,
"canonicalSignature": ":System.Xml.XPath.XPathResultType[]",
"normalizedSignature": "ArgTypes|:System.Xml.XPath.XPathResultType[]|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Xml.Xsl.IXsltContextFunction",
"declaringAssemblyName": "System.Private.Xml"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "Invoke",
"isStatic": false,
"tsSignatureId": "Invoke|(System.Xml.Xsl.XsltContext,System.Object[],System.Xml.XPath.XPathNavigator):System.Object|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.IXsltContextFunction",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673772
}
}
],
"exposedProperties": [
{
"tsName": "Minargs",
"isStatic": false,
"tsSignatureId": "Minargs|:System.Int32|static=false|accessor=get",
"target": {
"declaringClrType": "System.Xml.Xsl.IXsltContextFunction",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 385879021
}
},
{
"tsName": "Maxargs",
"isStatic": false,
"tsSignatureId": "Maxargs|:System.Int32|static=false|accessor=get",
"target": {
"declaringClrType": "System.Xml.Xsl.IXsltContextFunction",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 385879022
}
},
{
"tsName": "ReturnType",
"isStatic": false,
"tsSignatureId": "ReturnType|:System.Xml.XPath.XPathResultType|static=false|accessor=get",
"target": {
"declaringClrType": "System.Xml.Xsl.IXsltContextFunction",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 385879023
}
},
{
"tsName": "ArgTypes",
"isStatic": false,
"tsSignatureId": "ArgTypes|:System.Xml.XPath.XPathResultType[]|static=false|accessor=get",
"target": {
"declaringClrType": "System.Xml.Xsl.IXsltContextFunction",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 385879024
}
}
]
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.IXsltContextVariable",
"clrName": "System.Xml.Xsl.IXsltContextVariable",
"tsEmitName": "IXsltContextVariable",
"assemblyName": "System.Private.Xml",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.Xml:System.Xml.Xsl.IXsltContextVariable::Evaluate(System.Xml.Xsl.XsltContext):System.Object",
"clrName": "Evaluate",
"tsEmitName": "Evaluate",
"metadataToken": 100673776,
"canonicalSignature": "(System.Xml.Xsl.XsltContext):System.Object",
"normalizedSignature": "Evaluate|(System.Xml.Xsl.XsltContext):System.Object|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Xml.Xsl.IXsltContextVariable",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.Xml:System.Xml.Xsl.IXsltContextVariable::IsLocal:System.Boolean",
"clrName": "IsLocal",
"tsEmitName": "IsLocal",
"metadataToken": 385879025,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsLocal|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Xml.Xsl.IXsltContextVariable",
"declaringAssemblyName": "System.Private.Xml"
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.IXsltContextVariable::IsParam:System.Boolean",
"clrName": "IsParam",
"tsEmitName": "IsParam",
"metadataToken": 385879026,
"canonicalSignature": ":System.Boolean",
"normalizedSignature": "IsParam|:System.Boolean|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Xml.Xsl.IXsltContextVariable",
"declaringAssemblyName": "System.Private.Xml"
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.IXsltContextVariable::VariableType:System.Xml.XPath.XPathResultType",
"clrName": "VariableType",
"tsEmitName": "VariableType",
"metadataToken": 385879027,
"canonicalSignature": ":System.Xml.XPath.XPathResultType",
"normalizedSignature": "VariableType|:System.Xml.XPath.XPathResultType|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Xml.Xsl.IXsltContextVariable",
"declaringAssemblyName": "System.Private.Xml"
}
],
"fields": [],
"events": [],
"constructors": [],
"exposedMethods": [
{
"tsName": "Evaluate",
"isStatic": false,
"tsSignatureId": "Evaluate|(System.Xml.Xsl.XsltContext):System.Object|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.IXsltContextVariable",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673776
}
}
],
"exposedProperties": [
{
"tsName": "IsLocal",
"isStatic": false,
"tsSignatureId": "IsLocal|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Xml.Xsl.IXsltContextVariable",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 385879025
}
},
{
"tsName": "IsParam",
"isStatic": false,
"tsSignatureId": "IsParam|:System.Boolean|static=false|accessor=get",
"target": {
"declaringClrType": "System.Xml.Xsl.IXsltContextVariable",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 385879026
}
},
{
"tsName": "VariableType",
"isStatic": false,
"tsSignatureId": "VariableType|:System.Xml.XPath.XPathResultType|static=false|accessor=get",
"target": {
"declaringClrType": "System.Xml.Xsl.IXsltContextVariable",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 385879027
}
}
]
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform",
"clrName": "System.Xml.Xsl.XslCompiledTransform",
"tsEmitName": "XslCompiledTransform",
"assemblyName": "System.Private.Xml",
"metadataToken": 0,
"methods": [
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Load(System.Xml.XmlReader):System.Void",
"clrName": "Load",
"tsEmitName": "Load",
"metadataToken": 100673722,
"canonicalSignature": "(System.Xml.XmlReader):System.Void",
"normalizedSignature": "Load|(System.Xml.XmlReader):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Load(System.Xml.XmlReader,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void",
"clrName": "Load",
"tsEmitName": "Load",
"metadataToken": 100673723,
"canonicalSignature": "(System.Xml.XmlReader,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void",
"normalizedSignature": "Load|(System.Xml.XmlReader,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Load(System.Xml.XPath.IXPathNavigable):System.Void",
"clrName": "Load",
"tsEmitName": "Load",
"metadataToken": 100673724,
"canonicalSignature": "(System.Xml.XPath.IXPathNavigable):System.Void",
"normalizedSignature": "Load|(System.Xml.XPath.IXPathNavigable):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Load(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void",
"clrName": "Load",
"tsEmitName": "Load",
"metadataToken": 100673725,
"canonicalSignature": "(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void",
"normalizedSignature": "Load|(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Load(System.String):System.Void",
"clrName": "Load",
"tsEmitName": "Load",
"metadataToken": 100673726,
"canonicalSignature": "(System.String):System.Void",
"normalizedSignature": "Load|(System.String):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Load(System.String,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void",
"clrName": "Load",
"tsEmitName": "Load",
"metadataToken": 100673727,
"canonicalSignature": "(System.String,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void",
"normalizedSignature": "Load|(System.String,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Load(System.Type):System.Void",
"clrName": "Load",
"tsEmitName": "Load",
"metadataToken": 100673732,
"canonicalSignature": "(System.Type):System.Void",
"normalizedSignature": "Load|(System.Type):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 1,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Load(System.Reflection.MethodInfo,System.Byte[],System.Type[]):System.Void",
"clrName": "Load",
"tsEmitName": "Load",
"metadataToken": 100673733,
"canonicalSignature": "(System.Reflection.MethodInfo,System.Byte[],System.Type[]):System.Void",
"normalizedSignature": "Load|(System.Reflection.MethodInfo,System.Byte[],System.Type[]):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.Xml.XPath.IXPathNavigable,System.Xml.XmlWriter):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673734,
"canonicalSignature": "(System.Xml.XPath.IXPathNavigable,System.Xml.XmlWriter):System.Void",
"normalizedSignature": "Transform|(System.Xml.XPath.IXPathNavigable,System.Xml.XmlWriter):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673735,
"canonicalSignature": "(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter):System.Void",
"normalizedSignature": "Transform|(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673736,
"canonicalSignature": "(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter):System.Void",
"normalizedSignature": "Transform|(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.Stream):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673737,
"canonicalSignature": "(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.Stream):System.Void",
"normalizedSignature": "Transform|(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.Stream):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.Xml.XmlReader,System.Xml.XmlWriter):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673738,
"canonicalSignature": "(System.Xml.XmlReader,System.Xml.XmlWriter):System.Void",
"normalizedSignature": "Transform|(System.Xml.XmlReader,System.Xml.XmlWriter):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673739,
"canonicalSignature": "(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter):System.Void",
"normalizedSignature": "Transform|(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673740,
"canonicalSignature": "(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter):System.Void",
"normalizedSignature": "Transform|(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.IO.Stream):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673741,
"canonicalSignature": "(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.IO.Stream):System.Void",
"normalizedSignature": "Transform|(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.IO.Stream):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.String,System.Xml.XmlWriter):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673742,
"canonicalSignature": "(System.String,System.Xml.XmlWriter):System.Void",
"normalizedSignature": "Transform|(System.String,System.Xml.XmlWriter):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.String,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673743,
"canonicalSignature": "(System.String,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter):System.Void",
"normalizedSignature": "Transform|(System.String,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.String,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673744,
"canonicalSignature": "(System.String,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter):System.Void",
"normalizedSignature": "Transform|(System.String,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.String,System.Xml.Xsl.XsltArgumentList,System.IO.Stream):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673745,
"canonicalSignature": "(System.String,System.Xml.Xsl.XsltArgumentList,System.IO.Stream):System.Void",
"normalizedSignature": "Transform|(System.String,System.Xml.Xsl.XsltArgumentList,System.IO.Stream):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 3,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.String,System.String):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673746,
"canonicalSignature": "(System.String,System.String):System.Void",
"normalizedSignature": "Transform|(System.String,System.String):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 2,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673747,
"canonicalSignature": "(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver):System.Void",
"normalizedSignature": "Transform|(System.Xml.XmlReader,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 4,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::Transform(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver):System.Void",
"clrName": "Transform",
"tsEmitName": "Transform",
"metadataToken": 100673748,
"canonicalSignature": "(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver):System.Void",
"normalizedSignature": "Transform|(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter,System.Xml.XmlResolver):System.Void|static=false",
"emitScope": "ClassSurface",
"arity": 0,
"parameterCount": 4,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"isExtensionMethod": false
}
],
"properties": [
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::OutputSettings:System.Xml.XmlWriterSettings",
"clrName": "OutputSettings",
"tsEmitName": "OutputSettings",
"metadataToken": 385879019,
"canonicalSignature": ":System.Xml.XmlWriterSettings",
"normalizedSignature": "OutputSettings|:System.Xml.XmlWriterSettings|static=false|accessor=get",
"emitScope": "ClassSurface",
"isIndexer": false,
"hasGetter": true,
"hasSetter": false,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml"
}
],
"fields": [],
"events": [],
"constructors": [
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::.ctor():void",
"metadataToken": 100673717,
"canonicalSignature": "():void",
"normalizedSignature": "constructor|():void|static=false",
"isStatic": false,
"parameterCount": 0,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml"
},
{
"stableId": "System.Private.Xml:System.Xml.Xsl.XslCompiledTransform::.ctor(System.Boolean):void",
"metadataToken": 100673718,
"canonicalSignature": "(System.Boolean):void",
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
"isStatic": false,
"parameterCount": 1,
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml"
}
],
"exposedMethods": [
{
"tsName": "Load",
"isStatic": false,
"tsSignatureId": "Load|(System.Xml.XmlReader):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673722
}
},
{
"tsName": "Load",
"isStatic": false,
"tsSignatureId": "Load|(System.Xml.XmlReader,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673723
}
},
{
"tsName": "Load",
"isStatic": false,
"tsSignatureId": "Load|(System.Xml.XPath.IXPathNavigable):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673724
}
},
{
"tsName": "Load",
"isStatic": false,
"tsSignatureId": "Load|(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673725
}
},
{
"tsName": "Load",
"isStatic": false,
"tsSignatureId": "Load|(System.String):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673726
}
},
{
"tsName": "Load",
"isStatic": false,
"tsSignatureId": "Load|(System.String,System.Xml.Xsl.XsltSettings,System.Xml.XmlResolver):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673727
}
},
{
"tsName": "Load",
"isStatic": false,
"tsSignatureId": "Load|(System.Type):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673732
}
},
{
"tsName": "Load",
"isStatic": false,
"tsSignatureId": "Load|(System.Reflection.MethodInfo,System.Byte[],System.Type[]):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673733
}
},
{
"tsName": "Transform",
"isStatic": false,
"tsSignatureId": "Transform|(System.Xml.XPath.IXPathNavigable,System.Xml.XmlWriter):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673734
}
},
{
"tsName": "Transform",
"isStatic": false,
"tsSignatureId": "Transform|(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.Xml.XmlWriter):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673735
}
},
{
"tsName": "Transform",
"isStatic": false,
"tsSignatureId": "Transform|(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.TextWriter):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673736
}
},
{
"tsName": "Transform",
"isStatic": false,
"tsSignatureId": "Transform|(System.Xml.XPath.IXPathNavigable,System.Xml.Xsl.XsltArgumentList,System.IO.Stream):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673737
}
},
{
"tsName": "Transform",
"isStatic": false,
"tsSignatureId": "Transform|(System.Xml.XmlReader,System.Xml.XmlWriter):System.Void|static=false",
"target": {
"declaringClrType": "System.Xml.Xsl.XslCompiledTransform",
"declaringAssemblyName": "System.Private.Xml",
"metadataToken": 100673738
}
},
{
"tsName": "Transform",
"isStatic": fa