@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
|
@@ -402,7 +402,13 @@
|
|
|
402
402
|
"isSealed": false,
|
|
403
403
|
"arity": 0,
|
|
404
404
|
"parameterCount": 2,
|
|
405
|
-
"isExtensionMethod": false
|
|
405
|
+
"isExtensionMethod": false,
|
|
406
|
+
"parameterModifiers": [
|
|
407
|
+
{
|
|
408
|
+
"index": 1,
|
|
409
|
+
"modifier": "out"
|
|
410
|
+
}
|
|
411
|
+
]
|
|
406
412
|
},
|
|
407
413
|
{
|
|
408
414
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -1058,7 +1064,13 @@
|
|
|
1058
1064
|
"isSealed": false,
|
|
1059
1065
|
"arity": 0,
|
|
1060
1066
|
"parameterCount": 2,
|
|
1061
|
-
"isExtensionMethod": false
|
|
1067
|
+
"isExtensionMethod": false,
|
|
1068
|
+
"parameterModifiers": [
|
|
1069
|
+
{
|
|
1070
|
+
"index": 1,
|
|
1071
|
+
"modifier": "out"
|
|
1072
|
+
}
|
|
1073
|
+
]
|
|
1062
1074
|
},
|
|
1063
1075
|
{
|
|
1064
1076
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
@@ -1537,7 +1549,13 @@
|
|
|
1537
1549
|
"isSealed": false,
|
|
1538
1550
|
"arity": 0,
|
|
1539
1551
|
"parameterCount": 2,
|
|
1540
|
-
"isExtensionMethod": false
|
|
1552
|
+
"isExtensionMethod": false,
|
|
1553
|
+
"parameterModifiers": [
|
|
1554
|
+
{
|
|
1555
|
+
"index": 1,
|
|
1556
|
+
"modifier": "out"
|
|
1557
|
+
}
|
|
1558
|
+
]
|
|
1541
1559
|
},
|
|
1542
1560
|
{
|
|
1543
1561
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602\u002BAlternateLookup\u00601::TryGetValue(TAlternateKey,TKey\u0026,TValue\u0026):System.Boolean",
|
|
@@ -1553,7 +1571,17 @@
|
|
|
1553
1571
|
"isSealed": false,
|
|
1554
1572
|
"arity": 0,
|
|
1555
1573
|
"parameterCount": 3,
|
|
1556
|
-
"isExtensionMethod": false
|
|
1574
|
+
"isExtensionMethod": false,
|
|
1575
|
+
"parameterModifiers": [
|
|
1576
|
+
{
|
|
1577
|
+
"index": 1,
|
|
1578
|
+
"modifier": "out"
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"index": 2,
|
|
1582
|
+
"modifier": "out"
|
|
1583
|
+
}
|
|
1584
|
+
]
|
|
1557
1585
|
},
|
|
1558
1586
|
{
|
|
1559
1587
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602\u002BAlternateLookup\u00601::ContainsKey(TAlternateKey):System.Boolean",
|
|
@@ -1601,7 +1629,17 @@
|
|
|
1601
1629
|
"isSealed": false,
|
|
1602
1630
|
"arity": 0,
|
|
1603
1631
|
"parameterCount": 3,
|
|
1604
|
-
"isExtensionMethod": false
|
|
1632
|
+
"isExtensionMethod": false,
|
|
1633
|
+
"parameterModifiers": [
|
|
1634
|
+
{
|
|
1635
|
+
"index": 1,
|
|
1636
|
+
"modifier": "out"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"index": 2,
|
|
1640
|
+
"modifier": "out"
|
|
1641
|
+
}
|
|
1642
|
+
]
|
|
1605
1643
|
},
|
|
1606
1644
|
{
|
|
1607
1645
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602\u002BAlternateLookup\u00601::TryAdd(TAlternateKey,TValue):System.Boolean",
|
|
@@ -2218,7 +2256,13 @@
|
|
|
2218
2256
|
"isSealed": false,
|
|
2219
2257
|
"arity": 0,
|
|
2220
2258
|
"parameterCount": 2,
|
|
2221
|
-
"isExtensionMethod": false
|
|
2259
|
+
"isExtensionMethod": false,
|
|
2260
|
+
"parameterModifiers": [
|
|
2261
|
+
{
|
|
2262
|
+
"index": 1,
|
|
2263
|
+
"modifier": "out"
|
|
2264
|
+
}
|
|
2265
|
+
]
|
|
2222
2266
|
}
|
|
2223
2267
|
],
|
|
2224
2268
|
"properties": [
|
|
@@ -2430,7 +2474,17 @@
|
|
|
2430
2474
|
"isSealed": false,
|
|
2431
2475
|
"arity": 0,
|
|
2432
2476
|
"parameterCount": 2,
|
|
2433
|
-
"isExtensionMethod": false
|
|
2477
|
+
"isExtensionMethod": false,
|
|
2478
|
+
"parameterModifiers": [
|
|
2479
|
+
{
|
|
2480
|
+
"index": 0,
|
|
2481
|
+
"modifier": "out"
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"index": 1,
|
|
2485
|
+
"modifier": "out"
|
|
2486
|
+
}
|
|
2487
|
+
]
|
|
2434
2488
|
}
|
|
2435
2489
|
],
|
|
2436
2490
|
"properties": [
|
|
@@ -4810,7 +4864,13 @@
|
|
|
4810
4864
|
"isSealed": false,
|
|
4811
4865
|
"arity": 1,
|
|
4812
4866
|
"parameterCount": 1,
|
|
4813
|
-
"isExtensionMethod": false
|
|
4867
|
+
"isExtensionMethod": false,
|
|
4868
|
+
"parameterModifiers": [
|
|
4869
|
+
{
|
|
4870
|
+
"index": 0,
|
|
4871
|
+
"modifier": "out"
|
|
4872
|
+
}
|
|
4873
|
+
]
|
|
4814
4874
|
},
|
|
4815
4875
|
{
|
|
4816
4876
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602::OnDeserialization(System.Object):System.Void",
|
|
@@ -4858,7 +4918,13 @@
|
|
|
4858
4918
|
"isSealed": false,
|
|
4859
4919
|
"arity": 0,
|
|
4860
4920
|
"parameterCount": 2,
|
|
4861
|
-
"isExtensionMethod": false
|
|
4921
|
+
"isExtensionMethod": false,
|
|
4922
|
+
"parameterModifiers": [
|
|
4923
|
+
{
|
|
4924
|
+
"index": 1,
|
|
4925
|
+
"modifier": "out"
|
|
4926
|
+
}
|
|
4927
|
+
]
|
|
4862
4928
|
},
|
|
4863
4929
|
{
|
|
4864
4930
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
@@ -4874,7 +4940,13 @@
|
|
|
4874
4940
|
"isSealed": true,
|
|
4875
4941
|
"arity": 0,
|
|
4876
4942
|
"parameterCount": 2,
|
|
4877
|
-
"isExtensionMethod": false
|
|
4943
|
+
"isExtensionMethod": false,
|
|
4944
|
+
"parameterModifiers": [
|
|
4945
|
+
{
|
|
4946
|
+
"index": 1,
|
|
4947
|
+
"modifier": "out"
|
|
4948
|
+
}
|
|
4949
|
+
]
|
|
4878
4950
|
},
|
|
4879
4951
|
{
|
|
4880
4952
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Dictionary\u00602::TryAdd(TKey,TValue):System.Boolean",
|
|
@@ -5159,7 +5231,13 @@
|
|
|
5159
5231
|
"arity": 0,
|
|
5160
5232
|
"parameterCount": 2,
|
|
5161
5233
|
"sourceInterface": "System.Collections.Generic.IDictionary\u00602",
|
|
5162
|
-
"isExtensionMethod": false
|
|
5234
|
+
"isExtensionMethod": false,
|
|
5235
|
+
"parameterModifiers": [
|
|
5236
|
+
{
|
|
5237
|
+
"index": 1,
|
|
5238
|
+
"modifier": "out"
|
|
5239
|
+
}
|
|
5240
|
+
]
|
|
5163
5241
|
},
|
|
5164
5242
|
{
|
|
5165
5243
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
@@ -5227,7 +5305,13 @@
|
|
|
5227
5305
|
"arity": 0,
|
|
5228
5306
|
"parameterCount": 2,
|
|
5229
5307
|
"sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
5230
|
-
"isExtensionMethod": false
|
|
5308
|
+
"isExtensionMethod": false,
|
|
5309
|
+
"parameterModifiers": [
|
|
5310
|
+
{
|
|
5311
|
+
"index": 1,
|
|
5312
|
+
"modifier": "out"
|
|
5313
|
+
}
|
|
5314
|
+
]
|
|
5231
5315
|
},
|
|
5232
5316
|
{
|
|
5233
5317
|
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
@@ -6979,7 +7063,13 @@
|
|
|
6979
7063
|
"isSealed": false,
|
|
6980
7064
|
"arity": 1,
|
|
6981
7065
|
"parameterCount": 1,
|
|
6982
|
-
"isExtensionMethod": false
|
|
7066
|
+
"isExtensionMethod": false,
|
|
7067
|
+
"parameterModifiers": [
|
|
7068
|
+
{
|
|
7069
|
+
"index": 0,
|
|
7070
|
+
"modifier": "out"
|
|
7071
|
+
}
|
|
7072
|
+
]
|
|
6983
7073
|
},
|
|
6984
7074
|
{
|
|
6985
7075
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.HashSet\u00601::GetEnumerator():Enumerator",
|
|
@@ -7059,7 +7149,13 @@
|
|
|
7059
7149
|
"isSealed": false,
|
|
7060
7150
|
"arity": 0,
|
|
7061
7151
|
"parameterCount": 2,
|
|
7062
|
-
"isExtensionMethod": false
|
|
7152
|
+
"isExtensionMethod": false,
|
|
7153
|
+
"parameterModifiers": [
|
|
7154
|
+
{
|
|
7155
|
+
"index": 1,
|
|
7156
|
+
"modifier": "out"
|
|
7157
|
+
}
|
|
7158
|
+
]
|
|
7063
7159
|
},
|
|
7064
7160
|
{
|
|
7065
7161
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.HashSet\u00601::UnionWith(IEnumerable_1):System.Void",
|
|
@@ -10674,7 +10770,13 @@
|
|
|
10674
10770
|
"isSealed": false,
|
|
10675
10771
|
"arity": 0,
|
|
10676
10772
|
"parameterCount": 3,
|
|
10677
|
-
"isExtensionMethod": false
|
|
10773
|
+
"isExtensionMethod": false,
|
|
10774
|
+
"parameterModifiers": [
|
|
10775
|
+
{
|
|
10776
|
+
"index": 2,
|
|
10777
|
+
"modifier": "out"
|
|
10778
|
+
}
|
|
10779
|
+
]
|
|
10678
10780
|
},
|
|
10679
10781
|
{
|
|
10680
10782
|
"stableId": "System.Collections:System.Collections.Generic.OrderedDictionary\u00602::Clear():System.Void",
|
|
@@ -10802,7 +10904,13 @@
|
|
|
10802
10904
|
"isSealed": false,
|
|
10803
10905
|
"arity": 0,
|
|
10804
10906
|
"parameterCount": 2,
|
|
10805
|
-
"isExtensionMethod": false
|
|
10907
|
+
"isExtensionMethod": false,
|
|
10908
|
+
"parameterModifiers": [
|
|
10909
|
+
{
|
|
10910
|
+
"index": 1,
|
|
10911
|
+
"modifier": "out"
|
|
10912
|
+
}
|
|
10913
|
+
]
|
|
10806
10914
|
},
|
|
10807
10915
|
{
|
|
10808
10916
|
"stableId": "System.Collections:System.Collections.Generic.OrderedDictionary\u00602::RemoveAt(System.Int32):System.Void",
|
|
@@ -10914,7 +11022,13 @@
|
|
|
10914
11022
|
"isSealed": true,
|
|
10915
11023
|
"arity": 0,
|
|
10916
11024
|
"parameterCount": 2,
|
|
10917
|
-
"isExtensionMethod": false
|
|
11025
|
+
"isExtensionMethod": false,
|
|
11026
|
+
"parameterModifiers": [
|
|
11027
|
+
{
|
|
11028
|
+
"index": 1,
|
|
11029
|
+
"modifier": "out"
|
|
11030
|
+
}
|
|
11031
|
+
]
|
|
10918
11032
|
},
|
|
10919
11033
|
{
|
|
10920
11034
|
"stableId": "System.Collections:System.Collections.Generic.OrderedDictionary\u00602::TryGetValue(TKey,TValue\u0026,System.Int32\u0026):System.Boolean",
|
|
@@ -10930,7 +11044,17 @@
|
|
|
10930
11044
|
"isSealed": false,
|
|
10931
11045
|
"arity": 0,
|
|
10932
11046
|
"parameterCount": 3,
|
|
10933
|
-
"isExtensionMethod": false
|
|
11047
|
+
"isExtensionMethod": false,
|
|
11048
|
+
"parameterModifiers": [
|
|
11049
|
+
{
|
|
11050
|
+
"index": 1,
|
|
11051
|
+
"modifier": "out"
|
|
11052
|
+
},
|
|
11053
|
+
{
|
|
11054
|
+
"index": 2,
|
|
11055
|
+
"modifier": "out"
|
|
11056
|
+
}
|
|
11057
|
+
]
|
|
10934
11058
|
},
|
|
10935
11059
|
{
|
|
10936
11060
|
"stableId": "System.Collections:System.Collections.Generic.OrderedDictionary\u00602::GetEnumerator():Enumerator",
|
|
@@ -11235,7 +11359,13 @@
|
|
|
11235
11359
|
"arity": 0,
|
|
11236
11360
|
"parameterCount": 2,
|
|
11237
11361
|
"sourceInterface": "System.Collections.Generic.IDictionary\u00602",
|
|
11238
|
-
"isExtensionMethod": false
|
|
11362
|
+
"isExtensionMethod": false,
|
|
11363
|
+
"parameterModifiers": [
|
|
11364
|
+
{
|
|
11365
|
+
"index": 1,
|
|
11366
|
+
"modifier": "out"
|
|
11367
|
+
}
|
|
11368
|
+
]
|
|
11239
11369
|
},
|
|
11240
11370
|
{
|
|
11241
11371
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
@@ -11286,7 +11416,13 @@
|
|
|
11286
11416
|
"arity": 0,
|
|
11287
11417
|
"parameterCount": 2,
|
|
11288
11418
|
"sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
11289
|
-
"isExtensionMethod": false
|
|
11419
|
+
"isExtensionMethod": false,
|
|
11420
|
+
"parameterModifiers": [
|
|
11421
|
+
{
|
|
11422
|
+
"index": 1,
|
|
11423
|
+
"modifier": "out"
|
|
11424
|
+
}
|
|
11425
|
+
]
|
|
11290
11426
|
},
|
|
11291
11427
|
{
|
|
11292
11428
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
@@ -12819,7 +12955,17 @@
|
|
|
12819
12955
|
"isSealed": false,
|
|
12820
12956
|
"arity": 0,
|
|
12821
12957
|
"parameterCount": 2,
|
|
12822
|
-
"isExtensionMethod": false
|
|
12958
|
+
"isExtensionMethod": false,
|
|
12959
|
+
"parameterModifiers": [
|
|
12960
|
+
{
|
|
12961
|
+
"index": 0,
|
|
12962
|
+
"modifier": "out"
|
|
12963
|
+
},
|
|
12964
|
+
{
|
|
12965
|
+
"index": 1,
|
|
12966
|
+
"modifier": "out"
|
|
12967
|
+
}
|
|
12968
|
+
]
|
|
12823
12969
|
},
|
|
12824
12970
|
{
|
|
12825
12971
|
"stableId": "System.Collections:System.Collections.Generic.PriorityQueue\u00602::TryPeek(TElement\u0026,TPriority\u0026):System.Boolean",
|
|
@@ -12835,7 +12981,17 @@
|
|
|
12835
12981
|
"isSealed": false,
|
|
12836
12982
|
"arity": 0,
|
|
12837
12983
|
"parameterCount": 2,
|
|
12838
|
-
"isExtensionMethod": false
|
|
12984
|
+
"isExtensionMethod": false,
|
|
12985
|
+
"parameterModifiers": [
|
|
12986
|
+
{
|
|
12987
|
+
"index": 0,
|
|
12988
|
+
"modifier": "out"
|
|
12989
|
+
},
|
|
12990
|
+
{
|
|
12991
|
+
"index": 1,
|
|
12992
|
+
"modifier": "out"
|
|
12993
|
+
}
|
|
12994
|
+
]
|
|
12839
12995
|
},
|
|
12840
12996
|
{
|
|
12841
12997
|
"stableId": "System.Collections:System.Collections.Generic.PriorityQueue\u00602::EnqueueDequeue(TElement,TPriority):TElement",
|
|
@@ -12899,7 +13055,17 @@
|
|
|
12899
13055
|
"isSealed": false,
|
|
12900
13056
|
"arity": 0,
|
|
12901
13057
|
"parameterCount": 4,
|
|
12902
|
-
"isExtensionMethod": false
|
|
13058
|
+
"isExtensionMethod": false,
|
|
13059
|
+
"parameterModifiers": [
|
|
13060
|
+
{
|
|
13061
|
+
"index": 1,
|
|
13062
|
+
"modifier": "out"
|
|
13063
|
+
},
|
|
13064
|
+
{
|
|
13065
|
+
"index": 2,
|
|
13066
|
+
"modifier": "out"
|
|
13067
|
+
}
|
|
13068
|
+
]
|
|
12903
13069
|
},
|
|
12904
13070
|
{
|
|
12905
13071
|
"stableId": "System.Collections:System.Collections.Generic.PriorityQueue\u00602::Clear():System.Void",
|
|
@@ -13316,7 +13482,13 @@
|
|
|
13316
13482
|
"isSealed": false,
|
|
13317
13483
|
"arity": 0,
|
|
13318
13484
|
"parameterCount": 1,
|
|
13319
|
-
"isExtensionMethod": false
|
|
13485
|
+
"isExtensionMethod": false,
|
|
13486
|
+
"parameterModifiers": [
|
|
13487
|
+
{
|
|
13488
|
+
"index": 0,
|
|
13489
|
+
"modifier": "out"
|
|
13490
|
+
}
|
|
13491
|
+
]
|
|
13320
13492
|
},
|
|
13321
13493
|
{
|
|
13322
13494
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Queue\u00601::Peek():T",
|
|
@@ -13348,7 +13520,13 @@
|
|
|
13348
13520
|
"isSealed": false,
|
|
13349
13521
|
"arity": 0,
|
|
13350
13522
|
"parameterCount": 1,
|
|
13351
|
-
"isExtensionMethod": false
|
|
13523
|
+
"isExtensionMethod": false,
|
|
13524
|
+
"parameterModifiers": [
|
|
13525
|
+
{
|
|
13526
|
+
"index": 0,
|
|
13527
|
+
"modifier": "out"
|
|
13528
|
+
}
|
|
13529
|
+
]
|
|
13352
13530
|
},
|
|
13353
13531
|
{
|
|
13354
13532
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.Queue\u00601::Contains(T):System.Boolean",
|
|
@@ -13868,7 +14046,13 @@
|
|
|
13868
14046
|
"isSealed": true,
|
|
13869
14047
|
"arity": 0,
|
|
13870
14048
|
"parameterCount": 2,
|
|
13871
|
-
"isExtensionMethod": false
|
|
14049
|
+
"isExtensionMethod": false,
|
|
14050
|
+
"parameterModifiers": [
|
|
14051
|
+
{
|
|
14052
|
+
"index": 1,
|
|
14053
|
+
"modifier": "out"
|
|
14054
|
+
}
|
|
14055
|
+
]
|
|
13872
14056
|
},
|
|
13873
14057
|
{
|
|
13874
14058
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -14089,7 +14273,13 @@
|
|
|
14089
14273
|
"arity": 0,
|
|
14090
14274
|
"parameterCount": 2,
|
|
14091
14275
|
"sourceInterface": "System.Collections.Generic.IDictionary\u00602",
|
|
14092
|
-
"isExtensionMethod": false
|
|
14276
|
+
"isExtensionMethod": false,
|
|
14277
|
+
"parameterModifiers": [
|
|
14278
|
+
{
|
|
14279
|
+
"index": 1,
|
|
14280
|
+
"modifier": "out"
|
|
14281
|
+
}
|
|
14282
|
+
]
|
|
14093
14283
|
},
|
|
14094
14284
|
{
|
|
14095
14285
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
@@ -14157,7 +14347,13 @@
|
|
|
14157
14347
|
"arity": 0,
|
|
14158
14348
|
"parameterCount": 2,
|
|
14159
14349
|
"sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
14160
|
-
"isExtensionMethod": false
|
|
14350
|
+
"isExtensionMethod": false,
|
|
14351
|
+
"parameterModifiers": [
|
|
14352
|
+
{
|
|
14353
|
+
"index": 1,
|
|
14354
|
+
"modifier": "out"
|
|
14355
|
+
}
|
|
14356
|
+
]
|
|
14161
14357
|
}
|
|
14162
14358
|
],
|
|
14163
14359
|
"properties": [
|
|
@@ -15396,7 +15592,13 @@
|
|
|
15396
15592
|
"isSealed": true,
|
|
15397
15593
|
"arity": 0,
|
|
15398
15594
|
"parameterCount": 2,
|
|
15399
|
-
"isExtensionMethod": false
|
|
15595
|
+
"isExtensionMethod": false,
|
|
15596
|
+
"parameterModifiers": [
|
|
15597
|
+
{
|
|
15598
|
+
"index": 1,
|
|
15599
|
+
"modifier": "out"
|
|
15600
|
+
}
|
|
15601
|
+
]
|
|
15400
15602
|
},
|
|
15401
15603
|
{
|
|
15402
15604
|
"stableId": "System.Collections:System.Collections.Generic.SortedList\u00602::RemoveAt(System.Int32):System.Void",
|
|
@@ -15665,7 +15867,13 @@
|
|
|
15665
15867
|
"arity": 0,
|
|
15666
15868
|
"parameterCount": 2,
|
|
15667
15869
|
"sourceInterface": "System.Collections.Generic.IDictionary\u00602",
|
|
15668
|
-
"isExtensionMethod": false
|
|
15870
|
+
"isExtensionMethod": false,
|
|
15871
|
+
"parameterModifiers": [
|
|
15872
|
+
{
|
|
15873
|
+
"index": 1,
|
|
15874
|
+
"modifier": "out"
|
|
15875
|
+
}
|
|
15876
|
+
]
|
|
15669
15877
|
},
|
|
15670
15878
|
{
|
|
15671
15879
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
@@ -15733,7 +15941,13 @@
|
|
|
15733
15941
|
"arity": 0,
|
|
15734
15942
|
"parameterCount": 2,
|
|
15735
15943
|
"sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
15736
|
-
"isExtensionMethod": false
|
|
15944
|
+
"isExtensionMethod": false,
|
|
15945
|
+
"parameterModifiers": [
|
|
15946
|
+
{
|
|
15947
|
+
"index": 1,
|
|
15948
|
+
"modifier": "out"
|
|
15949
|
+
}
|
|
15950
|
+
]
|
|
15737
15951
|
}
|
|
15738
15952
|
],
|
|
15739
15953
|
"properties": [
|
|
@@ -17394,7 +17608,13 @@
|
|
|
17394
17608
|
"isSealed": false,
|
|
17395
17609
|
"arity": 0,
|
|
17396
17610
|
"parameterCount": 2,
|
|
17397
|
-
"isExtensionMethod": false
|
|
17611
|
+
"isExtensionMethod": false,
|
|
17612
|
+
"parameterModifiers": [
|
|
17613
|
+
{
|
|
17614
|
+
"index": 1,
|
|
17615
|
+
"modifier": "out"
|
|
17616
|
+
}
|
|
17617
|
+
]
|
|
17398
17618
|
},
|
|
17399
17619
|
{
|
|
17400
17620
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
@@ -17955,7 +18175,13 @@
|
|
|
17955
18175
|
"isSealed": false,
|
|
17956
18176
|
"arity": 0,
|
|
17957
18177
|
"parameterCount": 1,
|
|
17958
|
-
"isExtensionMethod": false
|
|
18178
|
+
"isExtensionMethod": false,
|
|
18179
|
+
"parameterModifiers": [
|
|
18180
|
+
{
|
|
18181
|
+
"index": 0,
|
|
18182
|
+
"modifier": "out"
|
|
18183
|
+
}
|
|
18184
|
+
]
|
|
17959
18185
|
},
|
|
17960
18186
|
{
|
|
17961
18187
|
"stableId": "System.Collections:System.Collections.Generic.Stack\u00601::Pop():T",
|
|
@@ -17987,7 +18213,13 @@
|
|
|
17987
18213
|
"isSealed": false,
|
|
17988
18214
|
"arity": 0,
|
|
17989
18215
|
"parameterCount": 1,
|
|
17990
|
-
"isExtensionMethod": false
|
|
18216
|
+
"isExtensionMethod": false,
|
|
18217
|
+
"parameterModifiers": [
|
|
18218
|
+
{
|
|
18219
|
+
"index": 0,
|
|
18220
|
+
"modifier": "out"
|
|
18221
|
+
}
|
|
18222
|
+
]
|
|
17991
18223
|
},
|
|
17992
18224
|
{
|
|
17993
18225
|
"stableId": "System.Collections:System.Collections.Generic.Stack\u00601::Push(T):System.Void",
|
|
@@ -18897,7 +19129,13 @@
|
|
|
18897
19129
|
"isSealed": false,
|
|
18898
19130
|
"arity": 2,
|
|
18899
19131
|
"parameterCount": 3,
|
|
18900
|
-
"isExtensionMethod": true
|
|
19132
|
+
"isExtensionMethod": true,
|
|
19133
|
+
"parameterModifiers": [
|
|
19134
|
+
{
|
|
19135
|
+
"index": 2,
|
|
19136
|
+
"modifier": "out"
|
|
19137
|
+
}
|
|
19138
|
+
]
|
|
18901
19139
|
},
|
|
18902
19140
|
{
|
|
18903
19141
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.CollectionExtensions::AsReadOnly(IList_1):ReadOnlyCollection_1",
|