@tsonic/dotnet 0.7.4 → 0.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +36 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +49 -74
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +332 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +21 -46
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +31 -56
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +3 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +0 -25
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +593 -618
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +141 -166
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +149 -174
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +0 -25
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -513,7 +513,13 @@
|
|
|
513
513
|
"parameterCount": 2,
|
|
514
514
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
515
515
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
516
|
-
"isExtensionMethod": false
|
|
516
|
+
"isExtensionMethod": false,
|
|
517
|
+
"parameterModifiers": [
|
|
518
|
+
{
|
|
519
|
+
"index": 1,
|
|
520
|
+
"modifier": "out"
|
|
521
|
+
}
|
|
522
|
+
]
|
|
517
523
|
},
|
|
518
524
|
{
|
|
519
525
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -1465,7 +1471,13 @@
|
|
|
1465
1471
|
"parameterCount": 2,
|
|
1466
1472
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
1467
1473
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1468
|
-
"isExtensionMethod": false
|
|
1474
|
+
"isExtensionMethod": false,
|
|
1475
|
+
"parameterModifiers": [
|
|
1476
|
+
{
|
|
1477
|
+
"index": 1,
|
|
1478
|
+
"modifier": "out"
|
|
1479
|
+
}
|
|
1480
|
+
]
|
|
1469
1481
|
},
|
|
1470
1482
|
{
|
|
1471
1483
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
@@ -2171,7 +2183,13 @@
|
|
|
2171
2183
|
"parameterCount": 2,
|
|
2172
2184
|
"declaringClrType": "System.Collections.Generic.Dictionary\u00602\u002BAlternateLookup\u00601",
|
|
2173
2185
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2174
|
-
"isExtensionMethod": false
|
|
2186
|
+
"isExtensionMethod": false,
|
|
2187
|
+
"parameterModifiers": [
|
|
2188
|
+
{
|
|
2189
|
+
"index": 1,
|
|
2190
|
+
"modifier": "out"
|
|
2191
|
+
}
|
|
2192
|
+
]
|
|
2175
2193
|
},
|
|
2176
2194
|
{
|
|
2177
2195
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
@@ -2185,7 +2203,17 @@
|
|
|
2185
2203
|
"parameterCount": 3,
|
|
2186
2204
|
"declaringClrType": "System.Collections.Generic.Dictionary\u00602\u002BAlternateLookup\u00601",
|
|
2187
2205
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2188
|
-
"isExtensionMethod": false
|
|
2206
|
+
"isExtensionMethod": false,
|
|
2207
|
+
"parameterModifiers": [
|
|
2208
|
+
{
|
|
2209
|
+
"index": 1,
|
|
2210
|
+
"modifier": "out"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"index": 2,
|
|
2214
|
+
"modifier": "out"
|
|
2215
|
+
}
|
|
2216
|
+
]
|
|
2189
2217
|
},
|
|
2190
2218
|
{
|
|
2191
2219
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
|
|
@@ -2227,7 +2255,17 @@
|
|
|
2227
2255
|
"parameterCount": 3,
|
|
2228
2256
|
"declaringClrType": "System.Collections.Generic.Dictionary\u00602\u002BAlternateLookup\u00601",
|
|
2229
2257
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2230
|
-
"isExtensionMethod": false
|
|
2258
|
+
"isExtensionMethod": false,
|
|
2259
|
+
"parameterModifiers": [
|
|
2260
|
+
{
|
|
2261
|
+
"index": 1,
|
|
2262
|
+
"modifier": "out"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"index": 2,
|
|
2266
|
+
"modifier": "out"
|
|
2267
|
+
}
|
|
2268
|
+
]
|
|
2231
2269
|
},
|
|
2232
2270
|
{
|
|
2233
2271
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602\u002BAlternateLookup\u00601::TryAdd(TAlternateKey,TValue):System.Boolean",
|
|
@@ -3365,7 +3403,13 @@
|
|
|
3365
3403
|
"parameterCount": 2,
|
|
3366
3404
|
"declaringClrType": "System.Collections.Generic.HashSet\u00601\u002BAlternateLookup\u00601",
|
|
3367
3405
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3368
|
-
"isExtensionMethod": false
|
|
3406
|
+
"isExtensionMethod": false,
|
|
3407
|
+
"parameterModifiers": [
|
|
3408
|
+
{
|
|
3409
|
+
"index": 1,
|
|
3410
|
+
"modifier": "out"
|
|
3411
|
+
}
|
|
3412
|
+
]
|
|
3369
3413
|
}
|
|
3370
3414
|
],
|
|
3371
3415
|
"properties": [
|
|
@@ -3805,7 +3849,17 @@
|
|
|
3805
3849
|
"parameterCount": 2,
|
|
3806
3850
|
"declaringClrType": "System.Collections.Generic.KeyValuePair\u00602",
|
|
3807
3851
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3808
|
-
"isExtensionMethod": false
|
|
3852
|
+
"isExtensionMethod": false,
|
|
3853
|
+
"parameterModifiers": [
|
|
3854
|
+
{
|
|
3855
|
+
"index": 0,
|
|
3856
|
+
"modifier": "out"
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"index": 1,
|
|
3860
|
+
"modifier": "out"
|
|
3861
|
+
}
|
|
3862
|
+
]
|
|
3809
3863
|
}
|
|
3810
3864
|
],
|
|
3811
3865
|
"properties": [
|
|
@@ -8068,7 +8122,13 @@
|
|
|
8068
8122
|
"parameterCount": 1,
|
|
8069
8123
|
"declaringClrType": "System.Collections.Generic.Dictionary\u00602",
|
|
8070
8124
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8071
|
-
"isExtensionMethod": false
|
|
8125
|
+
"isExtensionMethod": false,
|
|
8126
|
+
"parameterModifiers": [
|
|
8127
|
+
{
|
|
8128
|
+
"index": 0,
|
|
8129
|
+
"modifier": "out"
|
|
8130
|
+
}
|
|
8131
|
+
]
|
|
8072
8132
|
},
|
|
8073
8133
|
{
|
|
8074
8134
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602::OnDeserialization(System.Object):System.Void",
|
|
@@ -8110,7 +8170,13 @@
|
|
|
8110
8170
|
"parameterCount": 2,
|
|
8111
8171
|
"declaringClrType": "System.Collections.Generic.Dictionary\u00602",
|
|
8112
8172
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8113
|
-
"isExtensionMethod": false
|
|
8173
|
+
"isExtensionMethod": false,
|
|
8174
|
+
"parameterModifiers": [
|
|
8175
|
+
{
|
|
8176
|
+
"index": 1,
|
|
8177
|
+
"modifier": "out"
|
|
8178
|
+
}
|
|
8179
|
+
]
|
|
8114
8180
|
},
|
|
8115
8181
|
{
|
|
8116
8182
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
@@ -8124,7 +8190,13 @@
|
|
|
8124
8190
|
"parameterCount": 2,
|
|
8125
8191
|
"declaringClrType": "System.Collections.Generic.Dictionary\u00602",
|
|
8126
8192
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8127
|
-
"isExtensionMethod": false
|
|
8193
|
+
"isExtensionMethod": false,
|
|
8194
|
+
"parameterModifiers": [
|
|
8195
|
+
{
|
|
8196
|
+
"index": 1,
|
|
8197
|
+
"modifier": "out"
|
|
8198
|
+
}
|
|
8199
|
+
]
|
|
8128
8200
|
},
|
|
8129
8201
|
{
|
|
8130
8202
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602::TryAdd(TKey,TValue):System.Boolean",
|
|
@@ -8362,7 +8434,13 @@
|
|
|
8362
8434
|
"parameterCount": 2,
|
|
8363
8435
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
8364
8436
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8365
|
-
"isExtensionMethod": false
|
|
8437
|
+
"isExtensionMethod": false,
|
|
8438
|
+
"parameterModifiers": [
|
|
8439
|
+
{
|
|
8440
|
+
"index": 1,
|
|
8441
|
+
"modifier": "out"
|
|
8442
|
+
}
|
|
8443
|
+
]
|
|
8366
8444
|
},
|
|
8367
8445
|
{
|
|
8368
8446
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
@@ -8418,7 +8496,13 @@
|
|
|
8418
8496
|
"parameterCount": 2,
|
|
8419
8497
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
8420
8498
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8421
|
-
"isExtensionMethod": false
|
|
8499
|
+
"isExtensionMethod": false,
|
|
8500
|
+
"parameterModifiers": [
|
|
8501
|
+
{
|
|
8502
|
+
"index": 1,
|
|
8503
|
+
"modifier": "out"
|
|
8504
|
+
}
|
|
8505
|
+
]
|
|
8422
8506
|
},
|
|
8423
8507
|
{
|
|
8424
8508
|
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
@@ -11810,7 +11894,13 @@
|
|
|
11810
11894
|
"parameterCount": 1,
|
|
11811
11895
|
"declaringClrType": "System.Collections.Generic.HashSet\u00601",
|
|
11812
11896
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11813
|
-
"isExtensionMethod": false
|
|
11897
|
+
"isExtensionMethod": false,
|
|
11898
|
+
"parameterModifiers": [
|
|
11899
|
+
{
|
|
11900
|
+
"index": 0,
|
|
11901
|
+
"modifier": "out"
|
|
11902
|
+
}
|
|
11903
|
+
]
|
|
11814
11904
|
},
|
|
11815
11905
|
{
|
|
11816
11906
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.HashSet\u00601::GetEnumerator():Enumerator",
|
|
@@ -11880,7 +11970,13 @@
|
|
|
11880
11970
|
"parameterCount": 2,
|
|
11881
11971
|
"declaringClrType": "System.Collections.Generic.HashSet\u00601",
|
|
11882
11972
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11883
|
-
"isExtensionMethod": false
|
|
11973
|
+
"isExtensionMethod": false,
|
|
11974
|
+
"parameterModifiers": [
|
|
11975
|
+
{
|
|
11976
|
+
"index": 1,
|
|
11977
|
+
"modifier": "out"
|
|
11978
|
+
}
|
|
11979
|
+
]
|
|
11884
11980
|
},
|
|
11885
11981
|
{
|
|
11886
11982
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.HashSet\u00601::UnionWith(IEnumerable_1):System.Void",
|
|
@@ -18143,7 +18239,13 @@
|
|
|
18143
18239
|
"parameterCount": 3,
|
|
18144
18240
|
"declaringClrType": "System.Collections.Generic.OrderedDictionary\u00602",
|
|
18145
18241
|
"declaringAssemblyName": "System.Collections",
|
|
18146
|
-
"isExtensionMethod": false
|
|
18242
|
+
"isExtensionMethod": false,
|
|
18243
|
+
"parameterModifiers": [
|
|
18244
|
+
{
|
|
18245
|
+
"index": 2,
|
|
18246
|
+
"modifier": "out"
|
|
18247
|
+
}
|
|
18248
|
+
]
|
|
18147
18249
|
},
|
|
18148
18250
|
{
|
|
18149
18251
|
"stableId": "System.Collections:System.Collections.Generic.OrderedDictionary\u00602::Clear():System.Void",
|
|
@@ -18255,7 +18357,13 @@
|
|
|
18255
18357
|
"parameterCount": 2,
|
|
18256
18358
|
"declaringClrType": "System.Collections.Generic.OrderedDictionary\u00602",
|
|
18257
18359
|
"declaringAssemblyName": "System.Collections",
|
|
18258
|
-
"isExtensionMethod": false
|
|
18360
|
+
"isExtensionMethod": false,
|
|
18361
|
+
"parameterModifiers": [
|
|
18362
|
+
{
|
|
18363
|
+
"index": 1,
|
|
18364
|
+
"modifier": "out"
|
|
18365
|
+
}
|
|
18366
|
+
]
|
|
18259
18367
|
},
|
|
18260
18368
|
{
|
|
18261
18369
|
"stableId": "System.Collections:System.Collections.Generic.OrderedDictionary\u00602::RemoveAt(System.Int32):System.Void",
|
|
@@ -18353,7 +18461,13 @@
|
|
|
18353
18461
|
"parameterCount": 2,
|
|
18354
18462
|
"declaringClrType": "System.Collections.Generic.OrderedDictionary\u00602",
|
|
18355
18463
|
"declaringAssemblyName": "System.Collections",
|
|
18356
|
-
"isExtensionMethod": false
|
|
18464
|
+
"isExtensionMethod": false,
|
|
18465
|
+
"parameterModifiers": [
|
|
18466
|
+
{
|
|
18467
|
+
"index": 1,
|
|
18468
|
+
"modifier": "out"
|
|
18469
|
+
}
|
|
18470
|
+
]
|
|
18357
18471
|
},
|
|
18358
18472
|
{
|
|
18359
18473
|
"stableId": "System.Collections:System.Collections.Generic.OrderedDictionary\u00602::TryGetValue(TKey,TValue\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -18367,7 +18481,17 @@
|
|
|
18367
18481
|
"parameterCount": 3,
|
|
18368
18482
|
"declaringClrType": "System.Collections.Generic.OrderedDictionary\u00602",
|
|
18369
18483
|
"declaringAssemblyName": "System.Collections",
|
|
18370
|
-
"isExtensionMethod": false
|
|
18484
|
+
"isExtensionMethod": false,
|
|
18485
|
+
"parameterModifiers": [
|
|
18486
|
+
{
|
|
18487
|
+
"index": 1,
|
|
18488
|
+
"modifier": "out"
|
|
18489
|
+
},
|
|
18490
|
+
{
|
|
18491
|
+
"index": 2,
|
|
18492
|
+
"modifier": "out"
|
|
18493
|
+
}
|
|
18494
|
+
]
|
|
18371
18495
|
},
|
|
18372
18496
|
{
|
|
18373
18497
|
"stableId": "System.Collections:System.Collections.Generic.OrderedDictionary\u00602::GetEnumerator():Enumerator",
|
|
@@ -18619,7 +18743,13 @@
|
|
|
18619
18743
|
"parameterCount": 2,
|
|
18620
18744
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
18621
18745
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
18622
|
-
"isExtensionMethod": false
|
|
18746
|
+
"isExtensionMethod": false,
|
|
18747
|
+
"parameterModifiers": [
|
|
18748
|
+
{
|
|
18749
|
+
"index": 1,
|
|
18750
|
+
"modifier": "out"
|
|
18751
|
+
}
|
|
18752
|
+
]
|
|
18623
18753
|
},
|
|
18624
18754
|
{
|
|
18625
18755
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
@@ -18661,7 +18791,13 @@
|
|
|
18661
18791
|
"parameterCount": 2,
|
|
18662
18792
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
18663
18793
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
18664
|
-
"isExtensionMethod": false
|
|
18794
|
+
"isExtensionMethod": false,
|
|
18795
|
+
"parameterModifiers": [
|
|
18796
|
+
{
|
|
18797
|
+
"index": 1,
|
|
18798
|
+
"modifier": "out"
|
|
18799
|
+
}
|
|
18800
|
+
]
|
|
18665
18801
|
},
|
|
18666
18802
|
{
|
|
18667
18803
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
@@ -21512,7 +21648,17 @@
|
|
|
21512
21648
|
"parameterCount": 2,
|
|
21513
21649
|
"declaringClrType": "System.Collections.Generic.PriorityQueue\u00602",
|
|
21514
21650
|
"declaringAssemblyName": "System.Collections",
|
|
21515
|
-
"isExtensionMethod": false
|
|
21651
|
+
"isExtensionMethod": false,
|
|
21652
|
+
"parameterModifiers": [
|
|
21653
|
+
{
|
|
21654
|
+
"index": 0,
|
|
21655
|
+
"modifier": "out"
|
|
21656
|
+
},
|
|
21657
|
+
{
|
|
21658
|
+
"index": 1,
|
|
21659
|
+
"modifier": "out"
|
|
21660
|
+
}
|
|
21661
|
+
]
|
|
21516
21662
|
},
|
|
21517
21663
|
{
|
|
21518
21664
|
"stableId": "System.Collections:System.Collections.Generic.PriorityQueue\u00602::TryPeek(TElement\u0026,TPriority\u0026):System.Boolean",
|
|
@@ -21526,7 +21672,17 @@
|
|
|
21526
21672
|
"parameterCount": 2,
|
|
21527
21673
|
"declaringClrType": "System.Collections.Generic.PriorityQueue\u00602",
|
|
21528
21674
|
"declaringAssemblyName": "System.Collections",
|
|
21529
|
-
"isExtensionMethod": false
|
|
21675
|
+
"isExtensionMethod": false,
|
|
21676
|
+
"parameterModifiers": [
|
|
21677
|
+
{
|
|
21678
|
+
"index": 0,
|
|
21679
|
+
"modifier": "out"
|
|
21680
|
+
},
|
|
21681
|
+
{
|
|
21682
|
+
"index": 1,
|
|
21683
|
+
"modifier": "out"
|
|
21684
|
+
}
|
|
21685
|
+
]
|
|
21530
21686
|
},
|
|
21531
21687
|
{
|
|
21532
21688
|
"stableId": "System.Collections:System.Collections.Generic.PriorityQueue\u00602::EnqueueDequeue(TElement,TPriority):TElement",
|
|
@@ -21582,7 +21738,17 @@
|
|
|
21582
21738
|
"parameterCount": 4,
|
|
21583
21739
|
"declaringClrType": "System.Collections.Generic.PriorityQueue\u00602",
|
|
21584
21740
|
"declaringAssemblyName": "System.Collections",
|
|
21585
|
-
"isExtensionMethod": false
|
|
21741
|
+
"isExtensionMethod": false,
|
|
21742
|
+
"parameterModifiers": [
|
|
21743
|
+
{
|
|
21744
|
+
"index": 1,
|
|
21745
|
+
"modifier": "out"
|
|
21746
|
+
},
|
|
21747
|
+
{
|
|
21748
|
+
"index": 2,
|
|
21749
|
+
"modifier": "out"
|
|
21750
|
+
}
|
|
21751
|
+
]
|
|
21586
21752
|
},
|
|
21587
21753
|
{
|
|
21588
21754
|
"stableId": "System.Collections:System.Collections.Generic.PriorityQueue\u00602::Clear():System.Void",
|
|
@@ -22423,7 +22589,13 @@
|
|
|
22423
22589
|
"parameterCount": 1,
|
|
22424
22590
|
"declaringClrType": "System.Collections.Generic.Queue\u00601",
|
|
22425
22591
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
22426
|
-
"isExtensionMethod": false
|
|
22592
|
+
"isExtensionMethod": false,
|
|
22593
|
+
"parameterModifiers": [
|
|
22594
|
+
{
|
|
22595
|
+
"index": 0,
|
|
22596
|
+
"modifier": "out"
|
|
22597
|
+
}
|
|
22598
|
+
]
|
|
22427
22599
|
},
|
|
22428
22600
|
{
|
|
22429
22601
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Queue\u00601::Peek():T",
|
|
@@ -22451,7 +22623,13 @@
|
|
|
22451
22623
|
"parameterCount": 1,
|
|
22452
22624
|
"declaringClrType": "System.Collections.Generic.Queue\u00601",
|
|
22453
22625
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
22454
|
-
"isExtensionMethod": false
|
|
22626
|
+
"isExtensionMethod": false,
|
|
22627
|
+
"parameterModifiers": [
|
|
22628
|
+
{
|
|
22629
|
+
"index": 0,
|
|
22630
|
+
"modifier": "out"
|
|
22631
|
+
}
|
|
22632
|
+
]
|
|
22455
22633
|
},
|
|
22456
22634
|
{
|
|
22457
22635
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Queue\u00601::Contains(T):System.Boolean",
|
|
@@ -23363,7 +23541,13 @@
|
|
|
23363
23541
|
"parameterCount": 2,
|
|
23364
23542
|
"declaringClrType": "System.Collections.Generic.SortedDictionary\u00602",
|
|
23365
23543
|
"declaringAssemblyName": "System.Collections",
|
|
23366
|
-
"isExtensionMethod": false
|
|
23544
|
+
"isExtensionMethod": false,
|
|
23545
|
+
"parameterModifiers": [
|
|
23546
|
+
{
|
|
23547
|
+
"index": 1,
|
|
23548
|
+
"modifier": "out"
|
|
23549
|
+
}
|
|
23550
|
+
]
|
|
23367
23551
|
},
|
|
23368
23552
|
{
|
|
23369
23553
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -23545,7 +23729,13 @@
|
|
|
23545
23729
|
"parameterCount": 2,
|
|
23546
23730
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
23547
23731
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
23548
|
-
"isExtensionMethod": false
|
|
23732
|
+
"isExtensionMethod": false,
|
|
23733
|
+
"parameterModifiers": [
|
|
23734
|
+
{
|
|
23735
|
+
"index": 1,
|
|
23736
|
+
"modifier": "out"
|
|
23737
|
+
}
|
|
23738
|
+
]
|
|
23549
23739
|
},
|
|
23550
23740
|
{
|
|
23551
23741
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
@@ -23601,7 +23791,13 @@
|
|
|
23601
23791
|
"parameterCount": 2,
|
|
23602
23792
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
23603
23793
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
23604
|
-
"isExtensionMethod": false
|
|
23794
|
+
"isExtensionMethod": false,
|
|
23795
|
+
"parameterModifiers": [
|
|
23796
|
+
{
|
|
23797
|
+
"index": 1,
|
|
23798
|
+
"modifier": "out"
|
|
23799
|
+
}
|
|
23800
|
+
]
|
|
23605
23801
|
}
|
|
23606
23802
|
],
|
|
23607
23803
|
"properties": [
|
|
@@ -25877,7 +26073,13 @@
|
|
|
25877
26073
|
"parameterCount": 2,
|
|
25878
26074
|
"declaringClrType": "System.Collections.Generic.SortedList\u00602",
|
|
25879
26075
|
"declaringAssemblyName": "System.Collections",
|
|
25880
|
-
"isExtensionMethod": false
|
|
26076
|
+
"isExtensionMethod": false,
|
|
26077
|
+
"parameterModifiers": [
|
|
26078
|
+
{
|
|
26079
|
+
"index": 1,
|
|
26080
|
+
"modifier": "out"
|
|
26081
|
+
}
|
|
26082
|
+
]
|
|
25881
26083
|
},
|
|
25882
26084
|
{
|
|
25883
26085
|
"stableId": "System.Collections:System.Collections.Generic.SortedList\u00602::RemoveAt(System.Int32):System.Void",
|
|
@@ -26101,7 +26303,13 @@
|
|
|
26101
26303
|
"parameterCount": 2,
|
|
26102
26304
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
26103
26305
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
26104
|
-
"isExtensionMethod": false
|
|
26306
|
+
"isExtensionMethod": false,
|
|
26307
|
+
"parameterModifiers": [
|
|
26308
|
+
{
|
|
26309
|
+
"index": 1,
|
|
26310
|
+
"modifier": "out"
|
|
26311
|
+
}
|
|
26312
|
+
]
|
|
26105
26313
|
},
|
|
26106
26314
|
{
|
|
26107
26315
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
@@ -26157,7 +26365,13 @@
|
|
|
26157
26365
|
"parameterCount": 2,
|
|
26158
26366
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
26159
26367
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
26160
|
-
"isExtensionMethod": false
|
|
26368
|
+
"isExtensionMethod": false,
|
|
26369
|
+
"parameterModifiers": [
|
|
26370
|
+
{
|
|
26371
|
+
"index": 1,
|
|
26372
|
+
"modifier": "out"
|
|
26373
|
+
}
|
|
26374
|
+
]
|
|
26161
26375
|
}
|
|
26162
26376
|
],
|
|
26163
26377
|
"properties": [
|
|
@@ -28930,7 +29144,13 @@
|
|
|
28930
29144
|
"parameterCount": 2,
|
|
28931
29145
|
"declaringClrType": "System.Collections.Generic.SortedSet\u00601",
|
|
28932
29146
|
"declaringAssemblyName": "System.Collections",
|
|
28933
|
-
"isExtensionMethod": false
|
|
29147
|
+
"isExtensionMethod": false,
|
|
29148
|
+
"parameterModifiers": [
|
|
29149
|
+
{
|
|
29150
|
+
"index": 1,
|
|
29151
|
+
"modifier": "out"
|
|
29152
|
+
}
|
|
29153
|
+
]
|
|
28934
29154
|
},
|
|
28935
29155
|
{
|
|
28936
29156
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -30015,7 +30235,13 @@
|
|
|
30015
30235
|
"parameterCount": 1,
|
|
30016
30236
|
"declaringClrType": "System.Collections.Generic.Stack\u00601",
|
|
30017
30237
|
"declaringAssemblyName": "System.Collections",
|
|
30018
|
-
"isExtensionMethod": false
|
|
30238
|
+
"isExtensionMethod": false,
|
|
30239
|
+
"parameterModifiers": [
|
|
30240
|
+
{
|
|
30241
|
+
"index": 0,
|
|
30242
|
+
"modifier": "out"
|
|
30243
|
+
}
|
|
30244
|
+
]
|
|
30019
30245
|
},
|
|
30020
30246
|
{
|
|
30021
30247
|
"stableId": "System.Collections:System.Collections.Generic.Stack\u00601::Pop():T",
|
|
@@ -30043,7 +30269,13 @@
|
|
|
30043
30269
|
"parameterCount": 1,
|
|
30044
30270
|
"declaringClrType": "System.Collections.Generic.Stack\u00601",
|
|
30045
30271
|
"declaringAssemblyName": "System.Collections",
|
|
30046
|
-
"isExtensionMethod": false
|
|
30272
|
+
"isExtensionMethod": false,
|
|
30273
|
+
"parameterModifiers": [
|
|
30274
|
+
{
|
|
30275
|
+
"index": 0,
|
|
30276
|
+
"modifier": "out"
|
|
30277
|
+
}
|
|
30278
|
+
]
|
|
30047
30279
|
},
|
|
30048
30280
|
{
|
|
30049
30281
|
"stableId": "System.Collections:System.Collections.Generic.Stack\u00601::Push(T):System.Void",
|
|
@@ -31788,7 +32020,13 @@
|
|
|
31788
32020
|
"parameterCount": 3,
|
|
31789
32021
|
"declaringClrType": "System.Collections.Generic.CollectionExtensions",
|
|
31790
32022
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
31791
|
-
"isExtensionMethod": true
|
|
32023
|
+
"isExtensionMethod": true,
|
|
32024
|
+
"parameterModifiers": [
|
|
32025
|
+
{
|
|
32026
|
+
"index": 2,
|
|
32027
|
+
"modifier": "out"
|
|
32028
|
+
}
|
|
32029
|
+
]
|
|
31792
32030
|
},
|
|
31793
32031
|
{
|
|
31794
32032
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.CollectionExtensions::AsReadOnly(IList_1):ReadOnlyCollection_1",
|