UNPKG

@tsonic/dotnet-pure

Version:

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

1,119 lines 222 kB
{ "namespace": "System.Text.Json.Nodes", "types": [ { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonNodeOptions", "clrName": "System.Text.Json.Nodes.JsonNodeOptions", "tsEmitName": "JsonNodeOptions", "assemblyName": "System.Text.Json", "metadataToken": 0, "methods": [], "properties": [ { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonNodeOptions::PropertyNameCaseInsensitive:System.Boolean", "clrName": "PropertyNameCaseInsensitive", "tsEmitName": "PropertyNameCaseInsensitive", "metadataToken": 385876405, "canonicalSignature": ":System.Boolean", "normalizedSignature": "PropertyNameCaseInsensitive|:System.Boolean|static=false|accessor=getset", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": true, "declaringClrType": "System.Text.Json.Nodes.JsonNodeOptions", "declaringAssemblyName": "System.Text.Json" } ], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "tsName": "Equals", "isStatic": false, "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.ValueType", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100665958 } }, { "tsName": "GetHashCode", "isStatic": false, "tsSignatureId": "GetHashCode|():System.Int32|static=false", "target": { "declaringClrType": "System.ValueType", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100665961 } }, { "tsName": "ToString", "isStatic": false, "tsSignatureId": "ToString|():System.String|static=false", "target": { "declaringClrType": "System.ValueType", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100665963 } }, { "tsName": "GetType", "isStatic": false, "tsSignatureId": "GetType|():System.Type|static=false", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664825 } }, { "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": "PropertyNameCaseInsensitive", "isStatic": false, "tsSignatureId": "PropertyNameCaseInsensitive|:System.Boolean|static=false|accessor=getset", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNodeOptions", "declaringAssemblyName": "System.Text.Json", "metadataToken": 385876405 } } ] }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray", "clrName": "System.Text.Json.Nodes.JsonArray", "tsEmitName": "JsonArray", "assemblyName": "System.Text.Json", "metadataToken": 0, "methods": [ { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::GetValues():IEnumerable_1", "clrName": "GetValues", "tsEmitName": "GetValues", "metadataToken": 100665324, "canonicalSignature": "():IEnumerable_1", "normalizedSignature": "GetValues|():IEnumerable_1|static=false", "emitScope": "ClassSurface", "arity": 1, "parameterCount": 0, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Create(System.Text.Json.JsonElement,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Text.Json.Nodes.JsonArray", "clrName": "Create", "tsEmitName": "Create", "metadataToken": 100665327, "canonicalSignature": "(System.Text.Json.JsonElement,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Text.Json.Nodes.JsonArray", "normalizedSignature": "Create|(System.Text.Json.JsonElement,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Text.Json.Nodes.JsonArray|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Add(T):System.Void", "clrName": "Add", "tsEmitName": "Add", "metadataToken": 100665329, "canonicalSignature": "(T):System.Void", "normalizedSignature": "Add|(T):System.Void|static=false", "emitScope": "ClassSurface", "arity": 1, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::WriteTo(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions):System.Void", "clrName": "WriteTo", "tsEmitName": "WriteTo", "metadataToken": 100665334, "canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions):System.Void", "normalizedSignature": "WriteTo|(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Add(System.Text.Json.Nodes.JsonNode):System.Void", "clrName": "Add", "tsEmitName": "Add", "metadataToken": 100665338, "canonicalSignature": "(System.Text.Json.Nodes.JsonNode):System.Void", "normalizedSignature": "Add|(System.Text.Json.Nodes.JsonNode):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Clear():System.Void", "clrName": "Clear", "tsEmitName": "Clear", "metadataToken": 100665339, "canonicalSignature": "():System.Void", "normalizedSignature": "Clear|():System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Contains(System.Text.Json.Nodes.JsonNode):System.Boolean", "clrName": "Contains", "tsEmitName": "Contains", "metadataToken": 100665340, "canonicalSignature": "(System.Text.Json.Nodes.JsonNode):System.Boolean", "normalizedSignature": "Contains|(System.Text.Json.Nodes.JsonNode):System.Boolean|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::IndexOf(System.Text.Json.Nodes.JsonNode):System.Int32", "clrName": "IndexOf", "tsEmitName": "IndexOf", "metadataToken": 100665341, "canonicalSignature": "(System.Text.Json.Nodes.JsonNode):System.Int32", "normalizedSignature": "IndexOf|(System.Text.Json.Nodes.JsonNode):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Insert(System.Int32,System.Text.Json.Nodes.JsonNode):System.Void", "clrName": "Insert", "tsEmitName": "Insert", "metadataToken": 100665342, "canonicalSignature": "(System.Int32,System.Text.Json.Nodes.JsonNode):System.Void", "normalizedSignature": "Insert|(System.Int32,System.Text.Json.Nodes.JsonNode):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Remove(System.Text.Json.Nodes.JsonNode):System.Boolean", "clrName": "Remove", "tsEmitName": "Remove", "metadataToken": 100665343, "canonicalSignature": "(System.Text.Json.Nodes.JsonNode):System.Boolean", "normalizedSignature": "Remove|(System.Text.Json.Nodes.JsonNode):System.Boolean|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::RemoveAt(System.Int32):System.Void", "clrName": "RemoveAt", "tsEmitName": "RemoveAt", "metadataToken": 100665344, "canonicalSignature": "(System.Int32):System.Void", "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::RemoveAll(System.Func_2[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32", "clrName": "RemoveAll", "tsEmitName": "RemoveAll", "metadataToken": 100665345, "canonicalSignature": "(System.Func_2[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32", "normalizedSignature": "RemoveAll|(System.Func_2[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::RemoveRange(System.Int32,System.Int32):System.Void", "clrName": "RemoveRange", "tsEmitName": "RemoveRange", "metadataToken": 100665346, "canonicalSignature": "(System.Int32,System.Int32):System.Void", "normalizedSignature": "RemoveRange|(System.Int32,System.Int32):System.Void|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]", "clrName": "GetEnumerator", "tsEmitName": "GetEnumerator", "metadataToken": 100665348, "canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]", "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32", "clrName": "IndexOf", "tsEmitName": "IndexOf$view", "metadataToken": 100704568, "canonicalSignature": "(T):System.Int32", "normalizedSignature": "IndexOf|(T):System.Int32|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void", "clrName": "Insert", "tsEmitName": "Insert$view", "metadataToken": 100704569, "canonicalSignature": "(System.Int32,T):System.Void", "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void", "clrName": "Add", "tsEmitName": "Add$view", "metadataToken": 100704538, "canonicalSignature": "(T):System.Void", "normalizedSignature": "Add|(T):System.Void|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean", "clrName": "Contains", "tsEmitName": "Contains$view", "metadataToken": 100704540, "canonicalSignature": "(T):System.Boolean", "normalizedSignature": "Contains|(T):System.Boolean|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void", "clrName": "CopyTo", "tsEmitName": "CopyTo", "metadataToken": 100704541, "canonicalSignature": "(T[],System.Int32):System.Void", "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1", "clrName": "GetEnumerator", "tsEmitName": "GetEnumerator$view", "metadataToken": 100704560, "canonicalSignature": "():IEnumerator_1", "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Collections.Generic.IEnumerable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator", "clrName": "GetEnumerator", "tsEmitName": "GetEnumerator$view", "metadataToken": 100703845, "canonicalSignature": "():System.Collections.IEnumerator", "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Collections.IEnumerable", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void", "clrName": "RemoveAt", "tsEmitName": "RemoveAt$view", "metadataToken": 100704570, "canonicalSignature": "(System.Int32):System.Void", "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void", "clrName": "Clear", "tsEmitName": "Clear$view", "metadataToken": 100704539, "canonicalSignature": "():System.Void", "normalizedSignature": "Clear|():System.Void|static=false", "emitScope": "ViewOnly", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false } ], "properties": [ { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::Count:System.Int32", "clrName": "Count", "tsEmitName": "Count", "metadataToken": 385876390, "canonicalSignature": ":System.Int32", "normalizedSignature": "Count|:System.Int32|static=false|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean", "clrName": "IsReadOnly", "tsEmitName": "IsReadOnly", "metadataToken": 385881418, "canonicalSignature": ":System.Boolean", "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get", "emitScope": "ViewOnly", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32", "clrName": "Count", "tsEmitName": "Count$view", "metadataToken": 385881417, "canonicalSignature": ":System.Int32", "normalizedSignature": "Count|:System.Int32|static=false|accessor=get", "emitScope": "ViewOnly", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib" } ], "fields": [], "events": [], "constructors": [ { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::.ctor(System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "metadataToken": 100665315, "canonicalSignature": "(System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "normalizedSignature": "constructor|(System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "isStatic": false, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::.ctor(System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json.Nodes.JsonNode[]):void", "metadataToken": 100665316, "canonicalSignature": "(System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json.Nodes.JsonNode[]):void", "normalizedSignature": "constructor|(System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json.Nodes.JsonNode[]):void|static=false", "isStatic": false, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::.ctor(System.Text.Json.Nodes.JsonNodeOptions,System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "metadataToken": 100665317, "canonicalSignature": "(System.Text.Json.Nodes.JsonNodeOptions,System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "normalizedSignature": "constructor|(System.Text.Json.Nodes.JsonNodeOptions,System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "isStatic": false, "parameterCount": 2, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::.ctor(System.Text.Json.Nodes.JsonNode[]):void", "metadataToken": 100665318, "canonicalSignature": "(System.Text.Json.Nodes.JsonNode[]):void", "normalizedSignature": "constructor|(System.Text.Json.Nodes.JsonNode[]):void|static=false", "isStatic": false, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" }, { "stableId": "System.Text.Json:System.Text.Json.Nodes.JsonArray::.ctor(System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "metadataToken": 100665319, "canonicalSignature": "(System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void", "normalizedSignature": "constructor|(System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "isStatic": false, "parameterCount": 1, "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json" } ], "exposedMethods": [ { "tsName": "GetValues", "isStatic": false, "tsSignatureId": "GetValues|():IEnumerable_1|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665324 } }, { "tsName": "Create", "isStatic": true, "tsSignatureId": "Create|(System.Text.Json.JsonElement,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Text.Json.Nodes.JsonArray|static=true", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665327 } }, { "tsName": "Add", "isStatic": false, "tsSignatureId": "Add|(T):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665329 } }, { "tsName": "WriteTo", "isStatic": false, "tsSignatureId": "WriteTo|(System.Text.Json.Utf8JsonWriter,System.Text.Json.JsonSerializerOptions):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665334 } }, { "tsName": "Add", "isStatic": false, "tsSignatureId": "Add|(System.Text.Json.Nodes.JsonNode):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665338 } }, { "tsName": "Clear", "isStatic": false, "tsSignatureId": "Clear|():System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665339 } }, { "tsName": "Contains", "isStatic": false, "tsSignatureId": "Contains|(System.Text.Json.Nodes.JsonNode):System.Boolean|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665340 } }, { "tsName": "IndexOf", "isStatic": false, "tsSignatureId": "IndexOf|(System.Text.Json.Nodes.JsonNode):System.Int32|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665341 } }, { "tsName": "Insert", "isStatic": false, "tsSignatureId": "Insert|(System.Int32,System.Text.Json.Nodes.JsonNode):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665342 } }, { "tsName": "Remove", "isStatic": false, "tsSignatureId": "Remove|(System.Text.Json.Nodes.JsonNode):System.Boolean|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665343 } }, { "tsName": "RemoveAt", "isStatic": false, "tsSignatureId": "RemoveAt|(System.Int32):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665344 } }, { "tsName": "RemoveAll", "isStatic": false, "tsSignatureId": "RemoveAll|(System.Func_2[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665345 } }, { "tsName": "RemoveRange", "isStatic": false, "tsSignatureId": "RemoveRange|(System.Int32,System.Int32):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665346 } }, { "tsName": "GetEnumerator", "isStatic": false, "tsSignatureId": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665348 } }, { "tsName": "IndexOf$view", "isStatic": false, "tsSignatureId": "IndexOf|(T):System.Int32|static=false", "target": { "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704568 } }, { "tsName": "Insert$view", "isStatic": false, "tsSignatureId": "Insert|(System.Int32,T):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704569 } }, { "tsName": "Add$view", "isStatic": false, "tsSignatureId": "Add|(T):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704538 } }, { "tsName": "Contains$view", "isStatic": false, "tsSignatureId": "Contains|(T):System.Boolean|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704540 } }, { "tsName": "CopyTo", "isStatic": false, "tsSignatureId": "CopyTo|(T[],System.Int32):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704541 } }, { "tsName": "GetEnumerator$view", "isStatic": false, "tsSignatureId": "GetEnumerator|():IEnumerator_1|static=false", "target": { "declaringClrType": "System.Collections.Generic.IEnumerable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704560 } }, { "tsName": "GetEnumerator$view", "isStatic": false, "tsSignatureId": "GetEnumerator|():System.Collections.IEnumerator|static=false", "target": { "declaringClrType": "System.Collections.IEnumerable", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100703845 } }, { "tsName": "RemoveAt$view", "isStatic": false, "tsSignatureId": "RemoveAt|(System.Int32):System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.IList\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704570 } }, { "tsName": "Clear$view", "isStatic": false, "tsSignatureId": "Clear|():System.Void|static=false", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100704539 } }, { "tsName": "AsArray", "isStatic": false, "tsSignatureId": "AsArray|():System.Text.Json.Nodes.JsonArray|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665379 } }, { "tsName": "AsObject", "isStatic": false, "tsSignatureId": "AsObject|():System.Text.Json.Nodes.JsonObject|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665380 } }, { "tsName": "AsValue", "isStatic": false, "tsSignatureId": "AsValue|():System.Text.Json.Nodes.JsonValue|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665381 } }, { "tsName": "GetPath", "isStatic": false, "tsSignatureId": "GetPath|():System.String|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665384 } }, { "tsName": "GetValue", "isStatic": false, "tsSignatureId": "GetValue|():T|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665387 } }, { "tsName": "DeepClone", "isStatic": false, "tsSignatureId": "DeepClone|():System.Text.Json.Nodes.JsonNode|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665394 } }, { "tsName": "GetValueKind", "isStatic": false, "tsSignatureId": "GetValueKind|():System.Text.Json.JsonValueKind|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665396 } }, { "tsName": "GetPropertyName", "isStatic": false, "tsSignatureId": "GetPropertyName|():System.String|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665398 } }, { "tsName": "GetElementIndex", "isStatic": false, "tsSignatureId": "GetElementIndex|():System.Int32|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665399 } }, { "tsName": "DeepEquals", "isStatic": true, "tsSignatureId": "DeepEquals|(System.Text.Json.Nodes.JsonNode,System.Text.Json.Nodes.JsonNode):System.Boolean|static=true", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665400 } }, { "tsName": "ReplaceWith", "isStatic": false, "tsSignatureId": "ReplaceWith|(T):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665402 } }, { "tsName": "Parse", "isStatic": true, "tsSignatureId": "Parse|(System.Text.Json.Utf8JsonReader\u0026,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):System.Text.Json.Nodes.JsonNode|static=true", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665471 } }, { "tsName": "Parse", "isStatic": true, "tsSignatureId": "Parse|(System.IO.Stream,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]],System.Text.Json.JsonDocumentOptions):System.Text.Json.Nodes.JsonNode|static=true", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665474 } }, { "tsName": "ParseAsync", "isStatic": true, "tsSignatureId": "ParseAsync|(System.IO.Stream,System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]],System.Text.Json.JsonDocumentOptions,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=true", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665475 } }, { "tsName": "ToJsonString", "isStatic": false, "tsSignatureId": "ToJsonString|(System.Text.Json.JsonSerializerOptions):System.String|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665476 } }, { "tsName": "ToString", "isStatic": false, "tsSignatureId": "ToString|():System.String|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665477 } }, { "tsName": "get_Item", "isStatic": false, "tsSignatureId": "get_Item|(System.Int32):System.Text.Json.Nodes.JsonNode|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 0 } }, { "tsName": "set_Item", "isStatic": false, "tsSignatureId": "set_Item|(System.Int32,System.Text.Json.Nodes.JsonNode):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 0 } }, { "tsName": "get_Item2", "isStatic": false, "tsSignatureId": "get_Item|(System.String):System.Text.Json.Nodes.JsonNode|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 0 } }, { "tsName": "set_Item2", "isStatic": false, "tsSignatureId": "set_Item|(System.String,System.Text.Json.Nodes.JsonNode):System.Void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 0 } }, { "tsName": "GetType", "isStatic": false, "tsSignatureId": "GetType|():System.Type|static=false", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664825 } }, { "tsName": "Equals", "isStatic": false, "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664830 } }, { "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 } }, { "tsName": "GetHashCode", "isStatic": false, "tsSignatureId": "GetHashCode|():System.Int32|static=false", "target": { "declaringClrType": "System.Object", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100664833 } } ], "exposedProperties": [ { "tsName": "Count", "isStatic": false, "tsSignatureId": "Count|:System.Int32|static=false|accessor=get", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 385876390 } }, { "tsName": "IsReadOnly", "isStatic": false, "tsSignatureId": "IsReadOnly|:System.Boolean|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881418 } }, { "tsName": "Count$view", "isStatic": false, "tsSignatureId": "Count|:System.Int32|static=false|accessor=get", "target": { "declaringClrType": "System.Collections.Generic.ICollection\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385881417 } }, { "tsName": "Options", "isStatic": false, "tsSignatureId": "Options|:System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false|accessor=get", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 385876400 } }, { "tsName": "Parent", "isStatic": false, "tsSignatureId": "Parent|:System.Text.Json.Nodes.JsonNode|static=false|accessor=get", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 385876401 } }, { "tsName": "Root", "isStatic": false, "tsSignatureId": "Root|:System.Text.Json.Nodes.JsonNode|static=false|accessor=get", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonNode", "declaringAssemblyName": "System.Text.Json", "metadataToken": 385876402 } } ], "exposedConstructors": [ { "isStatic": false, "tsSignatureId": "constructor|(System.Nullable_1[[System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665315 } }, { "isStatic": false, "tsSignatureId": "constructor|(System.Text.Json.Nodes.JsonNodeOptions,System.Text.Json.Nodes.JsonNode[]):void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665316 } }, { "isStatic": false, "tsSignatureId": "constructor|(System.Text.Json.Nodes.JsonNodeOptions,System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665317 } }, { "isStatic": false, "tsSignatureId": "constructor|(System.Text.Json.Nodes.JsonNode[]):void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "System.Text.Json", "metadataToken": 100665318 } }, { "isStatic": false, "tsSignatureId": "constructor|(System.ReadOnlySpan_1[[System.Text.Json.Nodes.JsonNode,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]):void|static=false", "target": { "declaringClrType": "System.Text.Json.Nodes.JsonArray", "declaringAssemblyName": "Sy