@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
|
@@ -90,7 +90,13 @@
|
|
|
90
90
|
"parameterCount": 2,
|
|
91
91
|
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
|
|
92
92
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
93
|
-
"isExtensionMethod": false
|
|
93
|
+
"isExtensionMethod": false,
|
|
94
|
+
"parameterModifiers": [
|
|
95
|
+
{
|
|
96
|
+
"index": 1,
|
|
97
|
+
"modifier": "out"
|
|
98
|
+
}
|
|
99
|
+
]
|
|
94
100
|
},
|
|
95
101
|
{
|
|
96
102
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
@@ -118,7 +124,13 @@
|
|
|
118
124
|
"parameterCount": 2,
|
|
119
125
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
120
126
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
121
|
-
"isExtensionMethod": false
|
|
127
|
+
"isExtensionMethod": false,
|
|
128
|
+
"parameterModifiers": [
|
|
129
|
+
{
|
|
130
|
+
"index": 1,
|
|
131
|
+
"modifier": "out"
|
|
132
|
+
}
|
|
133
|
+
]
|
|
122
134
|
},
|
|
123
135
|
{
|
|
124
136
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
@@ -980,7 +992,13 @@
|
|
|
980
992
|
"parameterCount": 2,
|
|
981
993
|
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
|
|
982
994
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
983
|
-
"isExtensionMethod": false
|
|
995
|
+
"isExtensionMethod": false,
|
|
996
|
+
"parameterModifiers": [
|
|
997
|
+
{
|
|
998
|
+
"index": 1,
|
|
999
|
+
"modifier": "out"
|
|
1000
|
+
}
|
|
1001
|
+
]
|
|
984
1002
|
},
|
|
985
1003
|
{
|
|
986
1004
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableSet\u00601::Intersect(IEnumerable_1):IImmutableSet_1",
|
|
@@ -7562,7 +7580,13 @@
|
|
|
7562
7580
|
"parameterCount": 2,
|
|
7563
7581
|
"declaringClrType": "System.Collections.Immutable.ImmutableDictionary\u00602",
|
|
7564
7582
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
7565
|
-
"isExtensionMethod": false
|
|
7583
|
+
"isExtensionMethod": false,
|
|
7584
|
+
"parameterModifiers": [
|
|
7585
|
+
{
|
|
7586
|
+
"index": 1,
|
|
7587
|
+
"modifier": "out"
|
|
7588
|
+
}
|
|
7589
|
+
]
|
|
7566
7590
|
},
|
|
7567
7591
|
{
|
|
7568
7592
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableDictionary\u00602::TryGetKey(TKey,TKey\u0026):System.Boolean",
|
|
@@ -7576,7 +7600,13 @@
|
|
|
7576
7600
|
"parameterCount": 2,
|
|
7577
7601
|
"declaringClrType": "System.Collections.Immutable.ImmutableDictionary\u00602",
|
|
7578
7602
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
7579
|
-
"isExtensionMethod": false
|
|
7603
|
+
"isExtensionMethod": false,
|
|
7604
|
+
"parameterModifiers": [
|
|
7605
|
+
{
|
|
7606
|
+
"index": 1,
|
|
7607
|
+
"modifier": "out"
|
|
7608
|
+
}
|
|
7609
|
+
]
|
|
7580
7610
|
},
|
|
7581
7611
|
{
|
|
7582
7612
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableDictionary\u00602::WithComparers(IEqualityComparer_1,IEqualityComparer_1):ImmutableDictionary_2",
|
|
@@ -7898,7 +7928,13 @@
|
|
|
7898
7928
|
"parameterCount": 2,
|
|
7899
7929
|
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
|
|
7900
7930
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
7901
|
-
"isExtensionMethod": false
|
|
7931
|
+
"isExtensionMethod": false,
|
|
7932
|
+
"parameterModifiers": [
|
|
7933
|
+
{
|
|
7934
|
+
"index": 1,
|
|
7935
|
+
"modifier": "out"
|
|
7936
|
+
}
|
|
7937
|
+
]
|
|
7902
7938
|
},
|
|
7903
7939
|
{
|
|
7904
7940
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
@@ -7926,7 +7962,13 @@
|
|
|
7926
7962
|
"parameterCount": 2,
|
|
7927
7963
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
7928
7964
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7929
|
-
"isExtensionMethod": false
|
|
7965
|
+
"isExtensionMethod": false,
|
|
7966
|
+
"parameterModifiers": [
|
|
7967
|
+
{
|
|
7968
|
+
"index": 1,
|
|
7969
|
+
"modifier": "out"
|
|
7970
|
+
}
|
|
7971
|
+
]
|
|
7930
7972
|
},
|
|
7931
7973
|
{
|
|
7932
7974
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
@@ -7954,7 +7996,13 @@
|
|
|
7954
7996
|
"parameterCount": 2,
|
|
7955
7997
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
7956
7998
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7957
|
-
"isExtensionMethod": false
|
|
7999
|
+
"isExtensionMethod": false,
|
|
8000
|
+
"parameterModifiers": [
|
|
8001
|
+
{
|
|
8002
|
+
"index": 1,
|
|
8003
|
+
"modifier": "out"
|
|
8004
|
+
}
|
|
8005
|
+
]
|
|
7958
8006
|
},
|
|
7959
8007
|
{
|
|
7960
8008
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
@@ -9128,7 +9176,13 @@
|
|
|
9128
9176
|
"parameterCount": 2,
|
|
9129
9177
|
"declaringClrType": "System.Collections.Immutable.ImmutableDictionary\u00602\u002BBuilder",
|
|
9130
9178
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
9131
|
-
"isExtensionMethod": false
|
|
9179
|
+
"isExtensionMethod": false,
|
|
9180
|
+
"parameterModifiers": [
|
|
9181
|
+
{
|
|
9182
|
+
"index": 1,
|
|
9183
|
+
"modifier": "out"
|
|
9184
|
+
}
|
|
9185
|
+
]
|
|
9132
9186
|
},
|
|
9133
9187
|
{
|
|
9134
9188
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableDictionary\u00602\u002BBuilder::TryGetKey(TKey,TKey\u0026):System.Boolean",
|
|
@@ -9142,7 +9196,13 @@
|
|
|
9142
9196
|
"parameterCount": 2,
|
|
9143
9197
|
"declaringClrType": "System.Collections.Immutable.ImmutableDictionary\u00602\u002BBuilder",
|
|
9144
9198
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
9145
|
-
"isExtensionMethod": false
|
|
9199
|
+
"isExtensionMethod": false,
|
|
9200
|
+
"parameterModifiers": [
|
|
9201
|
+
{
|
|
9202
|
+
"index": 1,
|
|
9203
|
+
"modifier": "out"
|
|
9204
|
+
}
|
|
9205
|
+
]
|
|
9146
9206
|
},
|
|
9147
9207
|
{
|
|
9148
9208
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableDictionary\u00602\u002BBuilder::Add(KeyValuePair_2):System.Void",
|
|
@@ -9380,7 +9440,13 @@
|
|
|
9380
9440
|
"parameterCount": 2,
|
|
9381
9441
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
9382
9442
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9383
|
-
"isExtensionMethod": false
|
|
9443
|
+
"isExtensionMethod": false,
|
|
9444
|
+
"parameterModifiers": [
|
|
9445
|
+
{
|
|
9446
|
+
"index": 1,
|
|
9447
|
+
"modifier": "out"
|
|
9448
|
+
}
|
|
9449
|
+
]
|
|
9384
9450
|
},
|
|
9385
9451
|
{
|
|
9386
9452
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
@@ -9422,7 +9488,13 @@
|
|
|
9422
9488
|
"parameterCount": 2,
|
|
9423
9489
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
9424
9490
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9425
|
-
"isExtensionMethod": false
|
|
9491
|
+
"isExtensionMethod": false,
|
|
9492
|
+
"parameterModifiers": [
|
|
9493
|
+
{
|
|
9494
|
+
"index": 1,
|
|
9495
|
+
"modifier": "out"
|
|
9496
|
+
}
|
|
9497
|
+
]
|
|
9426
9498
|
},
|
|
9427
9499
|
{
|
|
9428
9500
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
@@ -10394,7 +10466,13 @@
|
|
|
10394
10466
|
"parameterCount": 2,
|
|
10395
10467
|
"declaringClrType": "System.Collections.Immutable.ImmutableHashSet\u00601",
|
|
10396
10468
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
10397
|
-
"isExtensionMethod": false
|
|
10469
|
+
"isExtensionMethod": false,
|
|
10470
|
+
"parameterModifiers": [
|
|
10471
|
+
{
|
|
10472
|
+
"index": 1,
|
|
10473
|
+
"modifier": "out"
|
|
10474
|
+
}
|
|
10475
|
+
]
|
|
10398
10476
|
},
|
|
10399
10477
|
{
|
|
10400
10478
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableHashSet\u00601::Union(IEnumerable_1):ImmutableHashSet_1",
|
|
@@ -10758,7 +10836,13 @@
|
|
|
10758
10836
|
"parameterCount": 2,
|
|
10759
10837
|
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
|
|
10760
10838
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
10761
|
-
"isExtensionMethod": false
|
|
10839
|
+
"isExtensionMethod": false,
|
|
10840
|
+
"parameterModifiers": [
|
|
10841
|
+
{
|
|
10842
|
+
"index": 1,
|
|
10843
|
+
"modifier": "out"
|
|
10844
|
+
}
|
|
10845
|
+
]
|
|
10762
10846
|
},
|
|
10763
10847
|
{
|
|
10764
10848
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableSet\u00601::SetEquals(IEnumerable_1):System.Boolean",
|
|
@@ -11572,7 +11656,13 @@
|
|
|
11572
11656
|
"parameterCount": 2,
|
|
11573
11657
|
"declaringClrType": "System.Collections.Immutable.ImmutableHashSet\u00601\u002BBuilder",
|
|
11574
11658
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
11575
|
-
"isExtensionMethod": false
|
|
11659
|
+
"isExtensionMethod": false,
|
|
11660
|
+
"parameterModifiers": [
|
|
11661
|
+
{
|
|
11662
|
+
"index": 1,
|
|
11663
|
+
"modifier": "out"
|
|
11664
|
+
}
|
|
11665
|
+
]
|
|
11576
11666
|
},
|
|
11577
11667
|
{
|
|
11578
11668
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableHashSet\u00601\u002BBuilder::Add(T):System.Boolean",
|
|
@@ -16600,7 +16690,13 @@
|
|
|
16600
16690
|
"parameterCount": 1,
|
|
16601
16691
|
"declaringClrType": "System.Collections.Immutable.ImmutableQueue\u00601",
|
|
16602
16692
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
16603
|
-
"isExtensionMethod": false
|
|
16693
|
+
"isExtensionMethod": false,
|
|
16694
|
+
"parameterModifiers": [
|
|
16695
|
+
{
|
|
16696
|
+
"index": 0,
|
|
16697
|
+
"modifier": "out"
|
|
16698
|
+
}
|
|
16699
|
+
]
|
|
16604
16700
|
},
|
|
16605
16701
|
{
|
|
16606
16702
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableQueue\u00601::GetEnumerator():Enumerator",
|
|
@@ -17164,7 +17260,13 @@
|
|
|
17164
17260
|
"parameterCount": 2,
|
|
17165
17261
|
"declaringClrType": "System.Collections.Immutable.ImmutableSortedDictionary\u00602",
|
|
17166
17262
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
17167
|
-
"isExtensionMethod": false
|
|
17263
|
+
"isExtensionMethod": false,
|
|
17264
|
+
"parameterModifiers": [
|
|
17265
|
+
{
|
|
17266
|
+
"index": 1,
|
|
17267
|
+
"modifier": "out"
|
|
17268
|
+
}
|
|
17269
|
+
]
|
|
17168
17270
|
},
|
|
17169
17271
|
{
|
|
17170
17272
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableSortedDictionary\u00602::TryGetKey(TKey,TKey\u0026):System.Boolean",
|
|
@@ -17178,7 +17280,13 @@
|
|
|
17178
17280
|
"parameterCount": 2,
|
|
17179
17281
|
"declaringClrType": "System.Collections.Immutable.ImmutableSortedDictionary\u00602",
|
|
17180
17282
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
17181
|
-
"isExtensionMethod": false
|
|
17283
|
+
"isExtensionMethod": false,
|
|
17284
|
+
"parameterModifiers": [
|
|
17285
|
+
{
|
|
17286
|
+
"index": 1,
|
|
17287
|
+
"modifier": "out"
|
|
17288
|
+
}
|
|
17289
|
+
]
|
|
17182
17290
|
},
|
|
17183
17291
|
{
|
|
17184
17292
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableSortedDictionary\u00602::GetEnumerator():Enumerator",
|
|
@@ -17458,7 +17566,13 @@
|
|
|
17458
17566
|
"parameterCount": 2,
|
|
17459
17567
|
"declaringClrType": "System.Collections.Immutable.IImmutableDictionary\u00602",
|
|
17460
17568
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
17461
|
-
"isExtensionMethod": false
|
|
17569
|
+
"isExtensionMethod": false,
|
|
17570
|
+
"parameterModifiers": [
|
|
17571
|
+
{
|
|
17572
|
+
"index": 1,
|
|
17573
|
+
"modifier": "out"
|
|
17574
|
+
}
|
|
17575
|
+
]
|
|
17462
17576
|
},
|
|
17463
17577
|
{
|
|
17464
17578
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
@@ -17486,7 +17600,13 @@
|
|
|
17486
17600
|
"parameterCount": 2,
|
|
17487
17601
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
17488
17602
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
17489
|
-
"isExtensionMethod": false
|
|
17603
|
+
"isExtensionMethod": false,
|
|
17604
|
+
"parameterModifiers": [
|
|
17605
|
+
{
|
|
17606
|
+
"index": 1,
|
|
17607
|
+
"modifier": "out"
|
|
17608
|
+
}
|
|
17609
|
+
]
|
|
17490
17610
|
},
|
|
17491
17611
|
{
|
|
17492
17612
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
@@ -17514,7 +17634,13 @@
|
|
|
17514
17634
|
"parameterCount": 2,
|
|
17515
17635
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
17516
17636
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
17517
|
-
"isExtensionMethod": false
|
|
17637
|
+
"isExtensionMethod": false,
|
|
17638
|
+
"parameterModifiers": [
|
|
17639
|
+
{
|
|
17640
|
+
"index": 1,
|
|
17641
|
+
"modifier": "out"
|
|
17642
|
+
}
|
|
17643
|
+
]
|
|
17518
17644
|
},
|
|
17519
17645
|
{
|
|
17520
17646
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
@@ -18614,7 +18740,13 @@
|
|
|
18614
18740
|
"parameterCount": 2,
|
|
18615
18741
|
"declaringClrType": "System.Collections.Immutable.ImmutableSortedDictionary\u00602\u002BBuilder",
|
|
18616
18742
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
18617
|
-
"isExtensionMethod": false
|
|
18743
|
+
"isExtensionMethod": false,
|
|
18744
|
+
"parameterModifiers": [
|
|
18745
|
+
{
|
|
18746
|
+
"index": 1,
|
|
18747
|
+
"modifier": "out"
|
|
18748
|
+
}
|
|
18749
|
+
]
|
|
18618
18750
|
},
|
|
18619
18751
|
{
|
|
18620
18752
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableSortedDictionary\u00602\u002BBuilder::TryGetKey(TKey,TKey\u0026):System.Boolean",
|
|
@@ -18628,7 +18760,13 @@
|
|
|
18628
18760
|
"parameterCount": 2,
|
|
18629
18761
|
"declaringClrType": "System.Collections.Immutable.ImmutableSortedDictionary\u00602\u002BBuilder",
|
|
18630
18762
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
18631
|
-
"isExtensionMethod": false
|
|
18763
|
+
"isExtensionMethod": false,
|
|
18764
|
+
"parameterModifiers": [
|
|
18765
|
+
{
|
|
18766
|
+
"index": 1,
|
|
18767
|
+
"modifier": "out"
|
|
18768
|
+
}
|
|
18769
|
+
]
|
|
18632
18770
|
},
|
|
18633
18771
|
{
|
|
18634
18772
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableSortedDictionary\u00602\u002BBuilder::Add(KeyValuePair_2):System.Void",
|
|
@@ -18964,7 +19102,13 @@
|
|
|
18964
19102
|
"parameterCount": 2,
|
|
18965
19103
|
"declaringClrType": "System.Collections.Generic.IDictionary\u00602",
|
|
18966
19104
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
18967
|
-
"isExtensionMethod": false
|
|
19105
|
+
"isExtensionMethod": false,
|
|
19106
|
+
"parameterModifiers": [
|
|
19107
|
+
{
|
|
19108
|
+
"index": 1,
|
|
19109
|
+
"modifier": "out"
|
|
19110
|
+
}
|
|
19111
|
+
]
|
|
18968
19112
|
},
|
|
18969
19113
|
{
|
|
18970
19114
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
@@ -19006,7 +19150,13 @@
|
|
|
19006
19150
|
"parameterCount": 2,
|
|
19007
19151
|
"declaringClrType": "System.Collections.Generic.IReadOnlyDictionary\u00602",
|
|
19008
19152
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
19009
|
-
"isExtensionMethod": false
|
|
19153
|
+
"isExtensionMethod": false,
|
|
19154
|
+
"parameterModifiers": [
|
|
19155
|
+
{
|
|
19156
|
+
"index": 1,
|
|
19157
|
+
"modifier": "out"
|
|
19158
|
+
}
|
|
19159
|
+
]
|
|
19010
19160
|
},
|
|
19011
19161
|
{
|
|
19012
19162
|
"stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
|
|
@@ -20002,7 +20152,13 @@
|
|
|
20002
20152
|
"parameterCount": 2,
|
|
20003
20153
|
"declaringClrType": "System.Collections.Immutable.ImmutableSortedSet\u00601",
|
|
20004
20154
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
20005
|
-
"isExtensionMethod": false
|
|
20155
|
+
"isExtensionMethod": false,
|
|
20156
|
+
"parameterModifiers": [
|
|
20157
|
+
{
|
|
20158
|
+
"index": 1,
|
|
20159
|
+
"modifier": "out"
|
|
20160
|
+
}
|
|
20161
|
+
]
|
|
20006
20162
|
},
|
|
20007
20163
|
{
|
|
20008
20164
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableSortedSet\u00601::Intersect(IEnumerable_1):ImmutableSortedSet_1",
|
|
@@ -20478,7 +20634,13 @@
|
|
|
20478
20634
|
"parameterCount": 2,
|
|
20479
20635
|
"declaringClrType": "System.Collections.Immutable.IImmutableSet\u00601",
|
|
20480
20636
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
20481
|
-
"isExtensionMethod": false
|
|
20637
|
+
"isExtensionMethod": false,
|
|
20638
|
+
"parameterModifiers": [
|
|
20639
|
+
{
|
|
20640
|
+
"index": 1,
|
|
20641
|
+
"modifier": "out"
|
|
20642
|
+
}
|
|
20643
|
+
]
|
|
20482
20644
|
},
|
|
20483
20645
|
{
|
|
20484
20646
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.IImmutableSet\u00601::SetEquals(IEnumerable_1):System.Boolean",
|
|
@@ -21812,7 +21974,13 @@
|
|
|
21812
21974
|
"parameterCount": 2,
|
|
21813
21975
|
"declaringClrType": "System.Collections.Immutable.ImmutableSortedSet\u00601\u002BBuilder",
|
|
21814
21976
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
21815
|
-
"isExtensionMethod": false
|
|
21977
|
+
"isExtensionMethod": false,
|
|
21978
|
+
"parameterModifiers": [
|
|
21979
|
+
{
|
|
21980
|
+
"index": 1,
|
|
21981
|
+
"modifier": "out"
|
|
21982
|
+
}
|
|
21983
|
+
]
|
|
21816
21984
|
},
|
|
21817
21985
|
{
|
|
21818
21986
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
@@ -22678,7 +22846,13 @@
|
|
|
22678
22846
|
"parameterCount": 1,
|
|
22679
22847
|
"declaringClrType": "System.Collections.Immutable.ImmutableStack\u00601",
|
|
22680
22848
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
22681
|
-
"isExtensionMethod": false
|
|
22849
|
+
"isExtensionMethod": false,
|
|
22850
|
+
"parameterModifiers": [
|
|
22851
|
+
{
|
|
22852
|
+
"index": 0,
|
|
22853
|
+
"modifier": "out"
|
|
22854
|
+
}
|
|
22855
|
+
]
|
|
22682
22856
|
},
|
|
22683
22857
|
{
|
|
22684
22858
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableStack\u00601::GetEnumerator():Enumerator",
|
|
@@ -24783,7 +24957,13 @@
|
|
|
24783
24957
|
"parameterCount": 2,
|
|
24784
24958
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24785
24959
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24786
|
-
"isExtensionMethod": false
|
|
24960
|
+
"isExtensionMethod": false,
|
|
24961
|
+
"parameterModifiers": [
|
|
24962
|
+
{
|
|
24963
|
+
"index": 0,
|
|
24964
|
+
"modifier": "ref"
|
|
24965
|
+
}
|
|
24966
|
+
]
|
|
24787
24967
|
},
|
|
24788
24968
|
{
|
|
24789
24969
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::Update(T\u0026,Func_3,TArg):System.Boolean",
|
|
@@ -24797,7 +24977,13 @@
|
|
|
24797
24977
|
"parameterCount": 3,
|
|
24798
24978
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24799
24979
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24800
|
-
"isExtensionMethod": false
|
|
24980
|
+
"isExtensionMethod": false,
|
|
24981
|
+
"parameterModifiers": [
|
|
24982
|
+
{
|
|
24983
|
+
"index": 0,
|
|
24984
|
+
"modifier": "ref"
|
|
24985
|
+
}
|
|
24986
|
+
]
|
|
24801
24987
|
},
|
|
24802
24988
|
{
|
|
24803
24989
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::Update(ImmutableArray_1\u0026,Func_2):System.Boolean",
|
|
@@ -24811,7 +24997,13 @@
|
|
|
24811
24997
|
"parameterCount": 2,
|
|
24812
24998
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24813
24999
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24814
|
-
"isExtensionMethod": false
|
|
25000
|
+
"isExtensionMethod": false,
|
|
25001
|
+
"parameterModifiers": [
|
|
25002
|
+
{
|
|
25003
|
+
"index": 0,
|
|
25004
|
+
"modifier": "ref"
|
|
25005
|
+
}
|
|
25006
|
+
]
|
|
24815
25007
|
},
|
|
24816
25008
|
{
|
|
24817
25009
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::Update(ImmutableArray_1\u0026,Func_3,TArg):System.Boolean",
|
|
@@ -24825,7 +25017,13 @@
|
|
|
24825
25017
|
"parameterCount": 3,
|
|
24826
25018
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24827
25019
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24828
|
-
"isExtensionMethod": false
|
|
25020
|
+
"isExtensionMethod": false,
|
|
25021
|
+
"parameterModifiers": [
|
|
25022
|
+
{
|
|
25023
|
+
"index": 0,
|
|
25024
|
+
"modifier": "ref"
|
|
25025
|
+
}
|
|
25026
|
+
]
|
|
24829
25027
|
},
|
|
24830
25028
|
{
|
|
24831
25029
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::InterlockedExchange(ImmutableArray_1\u0026,ImmutableArray_1):ImmutableArray_1",
|
|
@@ -24839,7 +25037,13 @@
|
|
|
24839
25037
|
"parameterCount": 2,
|
|
24840
25038
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24841
25039
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24842
|
-
"isExtensionMethod": false
|
|
25040
|
+
"isExtensionMethod": false,
|
|
25041
|
+
"parameterModifiers": [
|
|
25042
|
+
{
|
|
25043
|
+
"index": 0,
|
|
25044
|
+
"modifier": "ref"
|
|
25045
|
+
}
|
|
25046
|
+
]
|
|
24843
25047
|
},
|
|
24844
25048
|
{
|
|
24845
25049
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::InterlockedCompareExchange(ImmutableArray_1\u0026,ImmutableArray_1,ImmutableArray_1):ImmutableArray_1",
|
|
@@ -24853,7 +25057,13 @@
|
|
|
24853
25057
|
"parameterCount": 3,
|
|
24854
25058
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24855
25059
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24856
|
-
"isExtensionMethod": false
|
|
25060
|
+
"isExtensionMethod": false,
|
|
25061
|
+
"parameterModifiers": [
|
|
25062
|
+
{
|
|
25063
|
+
"index": 0,
|
|
25064
|
+
"modifier": "ref"
|
|
25065
|
+
}
|
|
25066
|
+
]
|
|
24857
25067
|
},
|
|
24858
25068
|
{
|
|
24859
25069
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::InterlockedInitialize(ImmutableArray_1\u0026,ImmutableArray_1):System.Boolean",
|
|
@@ -24867,7 +25077,13 @@
|
|
|
24867
25077
|
"parameterCount": 2,
|
|
24868
25078
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24869
25079
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24870
|
-
"isExtensionMethod": false
|
|
25080
|
+
"isExtensionMethod": false,
|
|
25081
|
+
"parameterModifiers": [
|
|
25082
|
+
{
|
|
25083
|
+
"index": 0,
|
|
25084
|
+
"modifier": "ref"
|
|
25085
|
+
}
|
|
25086
|
+
]
|
|
24871
25087
|
},
|
|
24872
25088
|
{
|
|
24873
25089
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::GetOrAdd(ImmutableDictionary_2\u0026,TKey,Func_3,TArg):TValue",
|
|
@@ -24881,7 +25097,13 @@
|
|
|
24881
25097
|
"parameterCount": 4,
|
|
24882
25098
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24883
25099
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24884
|
-
"isExtensionMethod": false
|
|
25100
|
+
"isExtensionMethod": false,
|
|
25101
|
+
"parameterModifiers": [
|
|
25102
|
+
{
|
|
25103
|
+
"index": 0,
|
|
25104
|
+
"modifier": "ref"
|
|
25105
|
+
}
|
|
25106
|
+
]
|
|
24885
25107
|
},
|
|
24886
25108
|
{
|
|
24887
25109
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::GetOrAdd(ImmutableDictionary_2\u0026,TKey,Func_2):TValue",
|
|
@@ -24895,7 +25117,13 @@
|
|
|
24895
25117
|
"parameterCount": 3,
|
|
24896
25118
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24897
25119
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24898
|
-
"isExtensionMethod": false
|
|
25120
|
+
"isExtensionMethod": false,
|
|
25121
|
+
"parameterModifiers": [
|
|
25122
|
+
{
|
|
25123
|
+
"index": 0,
|
|
25124
|
+
"modifier": "ref"
|
|
25125
|
+
}
|
|
25126
|
+
]
|
|
24899
25127
|
},
|
|
24900
25128
|
{
|
|
24901
25129
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::GetOrAdd(ImmutableDictionary_2\u0026,TKey,TValue):TValue",
|
|
@@ -24909,7 +25137,13 @@
|
|
|
24909
25137
|
"parameterCount": 3,
|
|
24910
25138
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24911
25139
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24912
|
-
"isExtensionMethod": false
|
|
25140
|
+
"isExtensionMethod": false,
|
|
25141
|
+
"parameterModifiers": [
|
|
25142
|
+
{
|
|
25143
|
+
"index": 0,
|
|
25144
|
+
"modifier": "ref"
|
|
25145
|
+
}
|
|
25146
|
+
]
|
|
24913
25147
|
},
|
|
24914
25148
|
{
|
|
24915
25149
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::AddOrUpdate(ImmutableDictionary_2\u0026,TKey,Func_2,Func_3):TValue",
|
|
@@ -24923,7 +25157,13 @@
|
|
|
24923
25157
|
"parameterCount": 4,
|
|
24924
25158
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24925
25159
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24926
|
-
"isExtensionMethod": false
|
|
25160
|
+
"isExtensionMethod": false,
|
|
25161
|
+
"parameterModifiers": [
|
|
25162
|
+
{
|
|
25163
|
+
"index": 0,
|
|
25164
|
+
"modifier": "ref"
|
|
25165
|
+
}
|
|
25166
|
+
]
|
|
24927
25167
|
},
|
|
24928
25168
|
{
|
|
24929
25169
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::AddOrUpdate(ImmutableDictionary_2\u0026,TKey,TValue,Func_3):TValue",
|
|
@@ -24937,7 +25177,13 @@
|
|
|
24937
25177
|
"parameterCount": 4,
|
|
24938
25178
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24939
25179
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24940
|
-
"isExtensionMethod": false
|
|
25180
|
+
"isExtensionMethod": false,
|
|
25181
|
+
"parameterModifiers": [
|
|
25182
|
+
{
|
|
25183
|
+
"index": 0,
|
|
25184
|
+
"modifier": "ref"
|
|
25185
|
+
}
|
|
25186
|
+
]
|
|
24941
25187
|
},
|
|
24942
25188
|
{
|
|
24943
25189
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::TryAdd(ImmutableDictionary_2\u0026,TKey,TValue):System.Boolean",
|
|
@@ -24951,7 +25197,13 @@
|
|
|
24951
25197
|
"parameterCount": 3,
|
|
24952
25198
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24953
25199
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24954
|
-
"isExtensionMethod": false
|
|
25200
|
+
"isExtensionMethod": false,
|
|
25201
|
+
"parameterModifiers": [
|
|
25202
|
+
{
|
|
25203
|
+
"index": 0,
|
|
25204
|
+
"modifier": "ref"
|
|
25205
|
+
}
|
|
25206
|
+
]
|
|
24955
25207
|
},
|
|
24956
25208
|
{
|
|
24957
25209
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::TryUpdate(ImmutableDictionary_2\u0026,TKey,TValue,TValue):System.Boolean",
|
|
@@ -24965,7 +25217,13 @@
|
|
|
24965
25217
|
"parameterCount": 4,
|
|
24966
25218
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24967
25219
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24968
|
-
"isExtensionMethod": false
|
|
25220
|
+
"isExtensionMethod": false,
|
|
25221
|
+
"parameterModifiers": [
|
|
25222
|
+
{
|
|
25223
|
+
"index": 0,
|
|
25224
|
+
"modifier": "ref"
|
|
25225
|
+
}
|
|
25226
|
+
]
|
|
24969
25227
|
},
|
|
24970
25228
|
{
|
|
24971
25229
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::TryRemove(ImmutableDictionary_2\u0026,TKey,TValue\u0026):System.Boolean",
|
|
@@ -24979,7 +25237,17 @@
|
|
|
24979
25237
|
"parameterCount": 3,
|
|
24980
25238
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24981
25239
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24982
|
-
"isExtensionMethod": false
|
|
25240
|
+
"isExtensionMethod": false,
|
|
25241
|
+
"parameterModifiers": [
|
|
25242
|
+
{
|
|
25243
|
+
"index": 0,
|
|
25244
|
+
"modifier": "ref"
|
|
25245
|
+
},
|
|
25246
|
+
{
|
|
25247
|
+
"index": 2,
|
|
25248
|
+
"modifier": "out"
|
|
25249
|
+
}
|
|
25250
|
+
]
|
|
24983
25251
|
},
|
|
24984
25252
|
{
|
|
24985
25253
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::TryPop(ImmutableStack_1\u0026,T\u0026):System.Boolean",
|
|
@@ -24993,7 +25261,17 @@
|
|
|
24993
25261
|
"parameterCount": 2,
|
|
24994
25262
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
24995
25263
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
24996
|
-
"isExtensionMethod": false
|
|
25264
|
+
"isExtensionMethod": false,
|
|
25265
|
+
"parameterModifiers": [
|
|
25266
|
+
{
|
|
25267
|
+
"index": 0,
|
|
25268
|
+
"modifier": "ref"
|
|
25269
|
+
},
|
|
25270
|
+
{
|
|
25271
|
+
"index": 1,
|
|
25272
|
+
"modifier": "out"
|
|
25273
|
+
}
|
|
25274
|
+
]
|
|
24997
25275
|
},
|
|
24998
25276
|
{
|
|
24999
25277
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::Push(ImmutableStack_1\u0026,T):System.Void",
|
|
@@ -25007,7 +25285,13 @@
|
|
|
25007
25285
|
"parameterCount": 2,
|
|
25008
25286
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
25009
25287
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
25010
|
-
"isExtensionMethod": false
|
|
25288
|
+
"isExtensionMethod": false,
|
|
25289
|
+
"parameterModifiers": [
|
|
25290
|
+
{
|
|
25291
|
+
"index": 0,
|
|
25292
|
+
"modifier": "ref"
|
|
25293
|
+
}
|
|
25294
|
+
]
|
|
25011
25295
|
},
|
|
25012
25296
|
{
|
|
25013
25297
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::TryDequeue(ImmutableQueue_1\u0026,T\u0026):System.Boolean",
|
|
@@ -25021,7 +25305,17 @@
|
|
|
25021
25305
|
"parameterCount": 2,
|
|
25022
25306
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
25023
25307
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
25024
|
-
"isExtensionMethod": false
|
|
25308
|
+
"isExtensionMethod": false,
|
|
25309
|
+
"parameterModifiers": [
|
|
25310
|
+
{
|
|
25311
|
+
"index": 0,
|
|
25312
|
+
"modifier": "ref"
|
|
25313
|
+
},
|
|
25314
|
+
{
|
|
25315
|
+
"index": 1,
|
|
25316
|
+
"modifier": "out"
|
|
25317
|
+
}
|
|
25318
|
+
]
|
|
25025
25319
|
},
|
|
25026
25320
|
{
|
|
25027
25321
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableInterlocked::Enqueue(ImmutableQueue_1\u0026,T):System.Void",
|
|
@@ -25035,7 +25329,13 @@
|
|
|
25035
25329
|
"parameterCount": 2,
|
|
25036
25330
|
"declaringClrType": "System.Collections.Immutable.ImmutableInterlocked",
|
|
25037
25331
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
25038
|
-
"isExtensionMethod": false
|
|
25332
|
+
"isExtensionMethod": false,
|
|
25333
|
+
"parameterModifiers": [
|
|
25334
|
+
{
|
|
25335
|
+
"index": 0,
|
|
25336
|
+
"modifier": "ref"
|
|
25337
|
+
}
|
|
25338
|
+
]
|
|
25039
25339
|
}
|
|
25040
25340
|
],
|
|
25041
25341
|
"properties": [],
|
|
@@ -25915,7 +26215,13 @@
|
|
|
25915
26215
|
"parameterCount": 2,
|
|
25916
26216
|
"declaringClrType": "System.Collections.Immutable.ImmutableQueue",
|
|
25917
26217
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
25918
|
-
"isExtensionMethod": true
|
|
26218
|
+
"isExtensionMethod": true,
|
|
26219
|
+
"parameterModifiers": [
|
|
26220
|
+
{
|
|
26221
|
+
"index": 1,
|
|
26222
|
+
"modifier": "out"
|
|
26223
|
+
}
|
|
26224
|
+
]
|
|
25919
26225
|
}
|
|
25920
26226
|
],
|
|
25921
26227
|
"properties": [],
|
|
@@ -27028,7 +27334,13 @@
|
|
|
27028
27334
|
"parameterCount": 2,
|
|
27029
27335
|
"declaringClrType": "System.Collections.Immutable.ImmutableStack",
|
|
27030
27336
|
"declaringAssemblyName": "System.Collections.Immutable",
|
|
27031
|
-
"isExtensionMethod": true
|
|
27337
|
+
"isExtensionMethod": true,
|
|
27338
|
+
"parameterModifiers": [
|
|
27339
|
+
{
|
|
27340
|
+
"index": 1,
|
|
27341
|
+
"modifier": "out"
|
|
27342
|
+
}
|
|
27343
|
+
]
|
|
27032
27344
|
}
|
|
27033
27345
|
],
|
|
27034
27346
|
"properties": [],
|