UNPKG

@tsonic/dotnet

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library)

1,031 lines 97.5 kB
{ "namespace": "System.CodeDom.Compiler", "types": [ { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.GeneratedCodeAttribute", "clrName": "System.CodeDom.Compiler.GeneratedCodeAttribute", "tsEmitName": "GeneratedCodeAttribute", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [], "properties": [ { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.GeneratedCodeAttribute::Tool:System.String", "clrName": "Tool", "tsEmitName": "tool", "metadataToken": 385878714, "canonicalSignature": ":System.String", "normalizedSignature": "Tool|:System.String|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.CodeDom.Compiler.GeneratedCodeAttribute", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.GeneratedCodeAttribute::Version:System.String", "clrName": "Version", "tsEmitName": "version", "metadataToken": 385878715, "canonicalSignature": ":System.String", "normalizedSignature": "Version|:System.String|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.CodeDom.Compiler.GeneratedCodeAttribute", "declaringAssemblyName": "System.Private.CoreLib" } ], "fields": [], "events": [], "constructors": [ { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.GeneratedCodeAttribute::.ctor(System.String,System.String):void", "metadataToken": 100677641, "canonicalSignature": "(System.String,System.String):void", "normalizedSignature": "constructor|(System.String,System.String):void|static=false", "isStatic": false, "parameterCount": 2, "declaringClrType": "System.CodeDom.Compiler.GeneratedCodeAttribute", "declaringAssemblyName": "System.Private.CoreLib" } ], "exposedMethods": [ { "tsName": "getCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly,System.Type,System.Boolean):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663890 } }, { "tsName": "getCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663891 } }, { "tsName": "getCustomAttributes", "isStatic": true, "tsSignatureId": "GetCustomAttributes|(System.Reflection.Assembly,System.Boolean):System.Attribute[]|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663892 } }, { "tsName": "isDefined", "isStatic": true, "tsSignatureId": "IsDefined|(System.Reflection.Assembly,System.Type):System.Boolean|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663893 } }, { "tsName": "isDefined", "isStatic": true, "tsSignatureId": "IsDefined|(System.Reflection.Assembly,System.Type,System.Boolean):System.Boolean|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663894 } }, { "tsName": "getCustomAttribute", "isStatic": true, "tsSignatureId": "GetCustomAttribute|(System.Reflection.Assembly,System.Type):System.Attribute|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663895 } }, { "tsName": "getCustomAttribute", "isStatic": true, "tsSignatureId": "GetCustomAttribute|(System.Reflection.Assembly,System.Type,System.Boolean):System.Attribute|static=true", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663896 } }, { "tsName": "equals", "isStatic": false, "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663898 } }, { "tsName": "getHashCode", "isStatic": false, "tsSignatureId": "GetHashCode|():System.Int32|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663899 } }, { "tsName": "match", "isStatic": false, "tsSignatureId": "Match|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663902 } }, { "tsName": "isDefaultAttribute", "isStatic": false, "tsSignatureId": "IsDefaultAttribute|():System.Boolean|static=false", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100663903 } }, { "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": "tool", "isStatic": false, "tsSignatureId": "Tool|:System.String|static=false|accessor=get", "target": { "declaringClrType": "System.CodeDom.Compiler.GeneratedCodeAttribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878714 } }, { "tsName": "version", "isStatic": false, "tsSignatureId": "Version|:System.String|static=false|accessor=get", "target": { "declaringClrType": "System.CodeDom.Compiler.GeneratedCodeAttribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878715 } }, { "tsName": "typeId", "isStatic": false, "tsSignatureId": "TypeId|:System.Object|static=false|accessor=get", "target": { "declaringClrType": "System.Attribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385876000 } } ], "exposedConstructors": [ { "isStatic": false, "tsSignatureId": "constructor|(System.String,System.String):void|static=false", "target": { "declaringClrType": "System.CodeDom.Compiler.GeneratedCodeAttribute", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100677641 } } ] }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter", "clrName": "System.CodeDom.Compiler.IndentedTextWriter", "tsEmitName": "IndentedTextWriter", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Close():System.Void", "clrName": "Close", "tsEmitName": "close", "metadataToken": 100677652, "canonicalSignature": "():System.Void", "normalizedSignature": "Close|():System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::DisposeAsync():System.Threading.Tasks.ValueTask", "clrName": "DisposeAsync", "tsEmitName": "disposeAsync", "metadataToken": 100677653, "canonicalSignature": "():System.Threading.Tasks.ValueTask", "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Flush():System.Void", "clrName": "Flush", "tsEmitName": "flush", "metadataToken": 100677654, "canonicalSignature": "():System.Void", "normalizedSignature": "Flush|():System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::FlushAsync():System.Threading.Tasks.Task", "clrName": "FlushAsync", "tsEmitName": "flushAsync", "metadataToken": 100677655, "canonicalSignature": "():System.Threading.Tasks.Task", "normalizedSignature": "FlushAsync|():System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::FlushAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task", "clrName": "FlushAsync", "tsEmitName": "flushAsync", "metadataToken": 100677656, "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task", "normalizedSignature": "FlushAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.String):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677659, "canonicalSignature": "(System.String):System.Void", "normalizedSignature": "Write|(System.String):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.Boolean):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677660, "canonicalSignature": "(System.Boolean):System.Void", "normalizedSignature": "Write|(System.Boolean):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.Char):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677661, "canonicalSignature": "(System.Char):System.Void", "normalizedSignature": "Write|(System.Char):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.Char[]):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677662, "canonicalSignature": "(System.Char[]):System.Void", "normalizedSignature": "Write|(System.Char[]):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.Char[],System.Int32,System.Int32):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677663, "canonicalSignature": "(System.Char[],System.Int32,System.Int32):System.Void", "normalizedSignature": "Write|(System.Char[],System.Int32,System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.Double):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677664, "canonicalSignature": "(System.Double):System.Void", "normalizedSignature": "Write|(System.Double):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.Single):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677665, "canonicalSignature": "(System.Single):System.Void", "normalizedSignature": "Write|(System.Single):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.Int32):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677666, "canonicalSignature": "(System.Int32):System.Void", "normalizedSignature": "Write|(System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.Int64):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677667, "canonicalSignature": "(System.Int64):System.Void", "normalizedSignature": "Write|(System.Int64):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.Object):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677668, "canonicalSignature": "(System.Object):System.Void", "normalizedSignature": "Write|(System.Object):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.String,System.Object):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677669, "canonicalSignature": "(System.String,System.Object):System.Void", "normalizedSignature": "Write|(System.String,System.Object):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.String,System.Object,System.Object):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677670, "canonicalSignature": "(System.String,System.Object,System.Object):System.Void", "normalizedSignature": "Write|(System.String,System.Object,System.Object):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.String,System.Object[]):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677671, "canonicalSignature": "(System.String,System.Object[]):System.Void", "normalizedSignature": "Write|(System.String,System.Object[]):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void", "clrName": "Write", "tsEmitName": "write8", "metadataToken": 100677672, "canonicalSignature": "(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void", "normalizedSignature": "Write|(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteAsync(System.Char):System.Threading.Tasks.Task", "clrName": "WriteAsync", "tsEmitName": "writeAsync3", "metadataToken": 100677673, "canonicalSignature": "(System.Char):System.Threading.Tasks.Task", "normalizedSignature": "WriteAsync|(System.Char):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteAsync(System.Char[],System.Int32,System.Int32):System.Threading.Tasks.Task", "clrName": "WriteAsync", "tsEmitName": "writeAsync3", "metadataToken": 100677674, "canonicalSignature": "(System.Char[],System.Int32,System.Int32):System.Threading.Tasks.Task", "normalizedSignature": "WriteAsync|(System.Char[],System.Int32,System.Int32):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteAsync(System.String):System.Threading.Tasks.Task", "clrName": "WriteAsync", "tsEmitName": "writeAsync3", "metadataToken": 100677675, "canonicalSignature": "(System.String):System.Threading.Tasks.Task", "normalizedSignature": "WriteAsync|(System.String):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteAsync(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task", "clrName": "WriteAsync", "tsEmitName": "writeAsync3", "metadataToken": 100677676, "canonicalSignature": "(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task", "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteAsync(System.Text.StringBuilder,System.Threading.CancellationToken):System.Threading.Tasks.Task", "clrName": "WriteAsync", "tsEmitName": "writeAsync3", "metadataToken": 100677677, "canonicalSignature": "(System.Text.StringBuilder,System.Threading.CancellationToken):System.Threading.Tasks.Task", "normalizedSignature": "WriteAsync|(System.Text.StringBuilder,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLineNoTabs(System.String):System.Void", "clrName": "WriteLineNoTabs", "tsEmitName": "writeLineNoTabs", "metadataToken": 100677678, "canonicalSignature": "(System.String):System.Void", "normalizedSignature": "WriteLineNoTabs|(System.String):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLineNoTabsAsync(System.String):System.Threading.Tasks.Task", "clrName": "WriteLineNoTabsAsync", "tsEmitName": "writeLineNoTabsAsync", "metadataToken": 100677679, "canonicalSignature": "(System.String):System.Threading.Tasks.Task", "normalizedSignature": "WriteLineNoTabsAsync|(System.String):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.String):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677680, "canonicalSignature": "(System.String):System.Void", "normalizedSignature": "WriteLine|(System.String):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine():System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677681, "canonicalSignature": "():System.Void", "normalizedSignature": "WriteLine|():System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.Boolean):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677682, "canonicalSignature": "(System.Boolean):System.Void", "normalizedSignature": "WriteLine|(System.Boolean):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.Char):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677683, "canonicalSignature": "(System.Char):System.Void", "normalizedSignature": "WriteLine|(System.Char):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.Char[]):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677684, "canonicalSignature": "(System.Char[]):System.Void", "normalizedSignature": "WriteLine|(System.Char[]):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.Char[],System.Int32,System.Int32):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677685, "canonicalSignature": "(System.Char[],System.Int32,System.Int32):System.Void", "normalizedSignature": "WriteLine|(System.Char[],System.Int32,System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.Double):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677686, "canonicalSignature": "(System.Double):System.Void", "normalizedSignature": "WriteLine|(System.Double):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.Single):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677687, "canonicalSignature": "(System.Single):System.Void", "normalizedSignature": "WriteLine|(System.Single):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.Int32):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677688, "canonicalSignature": "(System.Int32):System.Void", "normalizedSignature": "WriteLine|(System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.Int64):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677689, "canonicalSignature": "(System.Int64):System.Void", "normalizedSignature": "WriteLine|(System.Int64):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.Object):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677690, "canonicalSignature": "(System.Object):System.Void", "normalizedSignature": "WriteLine|(System.Object):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.String,System.Object):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677691, "canonicalSignature": "(System.String,System.Object):System.Void", "normalizedSignature": "WriteLine|(System.String,System.Object):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.String,System.Object,System.Object):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677692, "canonicalSignature": "(System.String,System.Object,System.Object):System.Void", "normalizedSignature": "WriteLine|(System.String,System.Object,System.Object):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.String,System.Object[]):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677693, "canonicalSignature": "(System.String,System.Object[]):System.Void", "normalizedSignature": "WriteLine|(System.String,System.Object[]):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677694, "canonicalSignature": "(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void", "normalizedSignature": "WriteLine|(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.UInt32):System.Void", "clrName": "WriteLine", "tsEmitName": "writeLine7", "metadataToken": 100677695, "canonicalSignature": "(System.UInt32):System.Void", "normalizedSignature": "WriteLine|(System.UInt32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLineAsync():System.Threading.Tasks.Task", "clrName": "WriteLineAsync", "tsEmitName": "writeLineAsync3", "metadataToken": 100677696, "canonicalSignature": "():System.Threading.Tasks.Task", "normalizedSignature": "WriteLineAsync|():System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLineAsync(System.Char):System.Threading.Tasks.Task", "clrName": "WriteLineAsync", "tsEmitName": "writeLineAsync3", "metadataToken": 100677697, "canonicalSignature": "(System.Char):System.Threading.Tasks.Task", "normalizedSignature": "WriteLineAsync|(System.Char):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLineAsync(System.Char[],System.Int32,System.Int32):System.Threading.Tasks.Task", "clrName": "WriteLineAsync", "tsEmitName": "writeLineAsync3", "metadataToken": 100677698, "canonicalSignature": "(System.Char[],System.Int32,System.Int32):System.Threading.Tasks.Task", "normalizedSignature": "WriteLineAsync|(System.Char[],System.Int32,System.Int32):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLineAsync(System.String):System.Threading.Tasks.Task", "clrName": "WriteLineAsync", "tsEmitName": "writeLineAsync3", "metadataToken": 100677699, "canonicalSignature": "(System.String):System.Threading.Tasks.Task", "normalizedSignature": "WriteLineAsync|(System.String):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLineAsync(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task", "clrName": "WriteLineAsync", "tsEmitName": "writeLineAsync3", "metadataToken": 100677700, "canonicalSignature": "(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task", "normalizedSignature": "WriteLineAsync|(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLineAsync(System.Text.StringBuilder,System.Threading.CancellationToken):System.Threading.Tasks.Task", "clrName": "WriteLineAsync", "tsEmitName": "writeLineAsync3", "metadataToken": 100677701, "canonicalSignature": "(System.Text.StringBuilder,System.Threading.CancellationToken):System.Threading.Tasks.Task", "normalizedSignature": "WriteLineAsync|(System.Text.StringBuilder,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void", "clrName": "Dispose", "tsEmitName": "dispose$view", "metadataToken": 100668530, "canonicalSignature": "():System.Void", "normalizedSignature": "Dispose|():System.Void|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 0, "declaringClrType": "System.IDisposable", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.IAsyncDisposable::DisposeAsync():System.Threading.Tasks.ValueTask", "clrName": "DisposeAsync", "tsEmitName": "disposeAsync$view", "metadataToken": 100668504, "canonicalSignature": "():System.Threading.Tasks.ValueTask", "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 0, "declaringClrType": "System.IAsyncDisposable", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Dispose():System.Void", "clrName": "Dispose", "tsEmitName": "dispose", "metadataToken": 0, "canonicalSignature": "():System.Void", "normalizedSignature": "Dispose|():System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.ReadOnlySpan_1):System.Void", "clrName": "Write", "tsEmitName": "write", "metadataToken": 0, "canonicalSignature": "(System.ReadOnlySpan_1):System.Void", "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.UInt32):System.Void", "clrName": "Write", "tsEmitName": "write2", "metadataToken": 0, "canonicalSignature": "(System.UInt32):System.Void", "normalizedSignature": "Write|(System.UInt32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.UInt64):System.Void", "clrName": "Write", "tsEmitName": "write3", "metadataToken": 0, "canonicalSignature": "(System.UInt64):System.Void", "normalizedSignature": "Write|(System.UInt64):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.Decimal):System.Void", "clrName": "Write", "tsEmitName": "write4", "metadataToken": 0, "canonicalSignature": "(System.Decimal):System.Void", "normalizedSignature": "Write|(System.Decimal):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.CodeDom.Compiler.IndentedTextWriter", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.Text.StringBuilder):System.Void", "clrName": "Write", "