@tsonic/dotnet 0.7.3 → 0.7.6
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 +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- 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 +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- 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.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- 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 +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- 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 +46 -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 +65 -85
- 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.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- 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 +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- 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 +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- 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.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- 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 +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- 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 +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- 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 +337 -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 +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -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 +22 -47
- 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 +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- 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 +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- 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 +77 -99
- 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 +26 -51
- 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 +5 -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 +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- 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 +83 -107
- 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.JavaScript.d.ts +17 -2
- 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.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- 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.Intrinsics.d.ts +29 -8
- 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 +1 -26
- 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.AccessControl.d.ts +23 -6
- 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 +608 -633
- 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 +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- 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 +14 -39
- 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 +142 -167
- 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 +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- 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 +154 -179
- 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.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- 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 +10 -35
- 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 +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -8929,7 +8929,13 @@
|
|
|
8929
8929
|
"parameterCount": 1,
|
|
8930
8930
|
"declaringClrType": "System.Threading.SpinLock",
|
|
8931
8931
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8932
|
-
"isExtensionMethod": false
|
|
8932
|
+
"isExtensionMethod": false,
|
|
8933
|
+
"parameterModifiers": [
|
|
8934
|
+
{
|
|
8935
|
+
"index": 0,
|
|
8936
|
+
"modifier": "ref"
|
|
8937
|
+
}
|
|
8938
|
+
]
|
|
8933
8939
|
},
|
|
8934
8940
|
{
|
|
8935
8941
|
"stableId": "System.Private.CoreLib:System.Threading.SpinLock::TryEnter(System.Boolean\u0026):System.Void",
|
|
@@ -8943,7 +8949,13 @@
|
|
|
8943
8949
|
"parameterCount": 1,
|
|
8944
8950
|
"declaringClrType": "System.Threading.SpinLock",
|
|
8945
8951
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8946
|
-
"isExtensionMethod": false
|
|
8952
|
+
"isExtensionMethod": false,
|
|
8953
|
+
"parameterModifiers": [
|
|
8954
|
+
{
|
|
8955
|
+
"index": 0,
|
|
8956
|
+
"modifier": "ref"
|
|
8957
|
+
}
|
|
8958
|
+
]
|
|
8947
8959
|
},
|
|
8948
8960
|
{
|
|
8949
8961
|
"stableId": "System.Private.CoreLib:System.Threading.SpinLock::TryEnter(System.TimeSpan,System.Boolean\u0026):System.Void",
|
|
@@ -8957,7 +8969,13 @@
|
|
|
8957
8969
|
"parameterCount": 2,
|
|
8958
8970
|
"declaringClrType": "System.Threading.SpinLock",
|
|
8959
8971
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8960
|
-
"isExtensionMethod": false
|
|
8972
|
+
"isExtensionMethod": false,
|
|
8973
|
+
"parameterModifiers": [
|
|
8974
|
+
{
|
|
8975
|
+
"index": 1,
|
|
8976
|
+
"modifier": "ref"
|
|
8977
|
+
}
|
|
8978
|
+
]
|
|
8961
8979
|
},
|
|
8962
8980
|
{
|
|
8963
8981
|
"stableId": "System.Private.CoreLib:System.Threading.SpinLock::TryEnter(System.Int32,System.Boolean\u0026):System.Void",
|
|
@@ -8971,7 +8989,13 @@
|
|
|
8971
8989
|
"parameterCount": 2,
|
|
8972
8990
|
"declaringClrType": "System.Threading.SpinLock",
|
|
8973
8991
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8974
|
-
"isExtensionMethod": false
|
|
8992
|
+
"isExtensionMethod": false,
|
|
8993
|
+
"parameterModifiers": [
|
|
8994
|
+
{
|
|
8995
|
+
"index": 1,
|
|
8996
|
+
"modifier": "ref"
|
|
8997
|
+
}
|
|
8998
|
+
]
|
|
8975
8999
|
},
|
|
8976
9000
|
{
|
|
8977
9001
|
"stableId": "System.Private.CoreLib:System.Threading.SpinLock::Exit():System.Void",
|
|
@@ -12498,7 +12522,13 @@
|
|
|
12498
12522
|
"parameterCount": 3,
|
|
12499
12523
|
"declaringClrType": "System.Threading.EventWaitHandle",
|
|
12500
12524
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12501
|
-
"isExtensionMethod": false
|
|
12525
|
+
"isExtensionMethod": false,
|
|
12526
|
+
"parameterModifiers": [
|
|
12527
|
+
{
|
|
12528
|
+
"index": 2,
|
|
12529
|
+
"modifier": "out"
|
|
12530
|
+
}
|
|
12531
|
+
]
|
|
12502
12532
|
},
|
|
12503
12533
|
{
|
|
12504
12534
|
"stableId": "System.Private.CoreLib:System.Threading.EventWaitHandle::TryOpenExisting(System.String,System.Threading.EventWaitHandle\u0026):System.Boolean",
|
|
@@ -12512,7 +12542,13 @@
|
|
|
12512
12542
|
"parameterCount": 2,
|
|
12513
12543
|
"declaringClrType": "System.Threading.EventWaitHandle",
|
|
12514
12544
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12515
|
-
"isExtensionMethod": false
|
|
12545
|
+
"isExtensionMethod": false,
|
|
12546
|
+
"parameterModifiers": [
|
|
12547
|
+
{
|
|
12548
|
+
"index": 1,
|
|
12549
|
+
"modifier": "out"
|
|
12550
|
+
}
|
|
12551
|
+
]
|
|
12516
12552
|
},
|
|
12517
12553
|
{
|
|
12518
12554
|
"stableId": "System.Private.CoreLib:System.Threading.EventWaitHandle::Reset():System.Boolean",
|
|
@@ -12613,7 +12649,13 @@
|
|
|
12613
12649
|
"isStatic": false,
|
|
12614
12650
|
"parameterCount": 5,
|
|
12615
12651
|
"declaringClrType": "System.Threading.EventWaitHandle",
|
|
12616
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12652
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12653
|
+
"parameterModifiers": [
|
|
12654
|
+
{
|
|
12655
|
+
"index": 4,
|
|
12656
|
+
"modifier": "out"
|
|
12657
|
+
}
|
|
12658
|
+
]
|
|
12617
12659
|
},
|
|
12618
12660
|
{
|
|
12619
12661
|
"stableId": "System.Private.CoreLib:System.Threading.EventWaitHandle::.ctor(System.Boolean,System.Threading.EventResetMode,System.String,System.Boolean\u0026):void",
|
|
@@ -12623,7 +12665,13 @@
|
|
|
12623
12665
|
"isStatic": false,
|
|
12624
12666
|
"parameterCount": 4,
|
|
12625
12667
|
"declaringClrType": "System.Threading.EventWaitHandle",
|
|
12626
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12668
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12669
|
+
"parameterModifiers": [
|
|
12670
|
+
{
|
|
12671
|
+
"index": 3,
|
|
12672
|
+
"modifier": "out"
|
|
12673
|
+
}
|
|
12674
|
+
]
|
|
12627
12675
|
}
|
|
12628
12676
|
],
|
|
12629
12677
|
"exposedMethods": [
|
|
@@ -15119,7 +15167,13 @@
|
|
|
15119
15167
|
"parameterCount": 3,
|
|
15120
15168
|
"declaringClrType": "System.Threading.Mutex",
|
|
15121
15169
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15122
|
-
"isExtensionMethod": false
|
|
15170
|
+
"isExtensionMethod": false,
|
|
15171
|
+
"parameterModifiers": [
|
|
15172
|
+
{
|
|
15173
|
+
"index": 2,
|
|
15174
|
+
"modifier": "out"
|
|
15175
|
+
}
|
|
15176
|
+
]
|
|
15123
15177
|
},
|
|
15124
15178
|
{
|
|
15125
15179
|
"stableId": "System.Private.CoreLib:System.Threading.Mutex::TryOpenExisting(System.String,System.Threading.Mutex\u0026):System.Boolean",
|
|
@@ -15133,7 +15187,13 @@
|
|
|
15133
15187
|
"parameterCount": 2,
|
|
15134
15188
|
"declaringClrType": "System.Threading.Mutex",
|
|
15135
15189
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15136
|
-
"isExtensionMethod": false
|
|
15190
|
+
"isExtensionMethod": false,
|
|
15191
|
+
"parameterModifiers": [
|
|
15192
|
+
{
|
|
15193
|
+
"index": 1,
|
|
15194
|
+
"modifier": "out"
|
|
15195
|
+
}
|
|
15196
|
+
]
|
|
15137
15197
|
},
|
|
15138
15198
|
{
|
|
15139
15199
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
@@ -15176,7 +15236,13 @@
|
|
|
15176
15236
|
"isStatic": false,
|
|
15177
15237
|
"parameterCount": 4,
|
|
15178
15238
|
"declaringClrType": "System.Threading.Mutex",
|
|
15179
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
15239
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15240
|
+
"parameterModifiers": [
|
|
15241
|
+
{
|
|
15242
|
+
"index": 3,
|
|
15243
|
+
"modifier": "out"
|
|
15244
|
+
}
|
|
15245
|
+
]
|
|
15180
15246
|
},
|
|
15181
15247
|
{
|
|
15182
15248
|
"stableId": "System.Private.CoreLib:System.Threading.Mutex::.ctor(System.Boolean,System.String,System.Boolean\u0026):void",
|
|
@@ -15186,7 +15252,13 @@
|
|
|
15186
15252
|
"isStatic": false,
|
|
15187
15253
|
"parameterCount": 3,
|
|
15188
15254
|
"declaringClrType": "System.Threading.Mutex",
|
|
15189
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
15255
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
15256
|
+
"parameterModifiers": [
|
|
15257
|
+
{
|
|
15258
|
+
"index": 2,
|
|
15259
|
+
"modifier": "out"
|
|
15260
|
+
}
|
|
15261
|
+
]
|
|
15190
15262
|
},
|
|
15191
15263
|
{
|
|
15192
15264
|
"stableId": "System.Private.CoreLib:System.Threading.Mutex::.ctor(System.Boolean,System.String,System.Threading.NamedWaitHandleOptions):void",
|
|
@@ -16530,7 +16602,13 @@
|
|
|
16530
16602
|
"parameterCount": 1,
|
|
16531
16603
|
"declaringClrType": "System.Threading.ReaderWriterLock",
|
|
16532
16604
|
"declaringAssemblyName": "System.Threading",
|
|
16533
|
-
"isExtensionMethod": false
|
|
16605
|
+
"isExtensionMethod": false,
|
|
16606
|
+
"parameterModifiers": [
|
|
16607
|
+
{
|
|
16608
|
+
"index": 0,
|
|
16609
|
+
"modifier": "ref"
|
|
16610
|
+
}
|
|
16611
|
+
]
|
|
16534
16612
|
},
|
|
16535
16613
|
{
|
|
16536
16614
|
"stableId": "System.Threading:System.Threading.ReaderWriterLock::ReleaseLock():System.Threading.LockCookie",
|
|
@@ -16558,7 +16636,13 @@
|
|
|
16558
16636
|
"parameterCount": 1,
|
|
16559
16637
|
"declaringClrType": "System.Threading.ReaderWriterLock",
|
|
16560
16638
|
"declaringAssemblyName": "System.Threading",
|
|
16561
|
-
"isExtensionMethod": false
|
|
16639
|
+
"isExtensionMethod": false,
|
|
16640
|
+
"parameterModifiers": [
|
|
16641
|
+
{
|
|
16642
|
+
"index": 0,
|
|
16643
|
+
"modifier": "ref"
|
|
16644
|
+
}
|
|
16645
|
+
]
|
|
16562
16646
|
}
|
|
16563
16647
|
],
|
|
16564
16648
|
"properties": [
|
|
@@ -17730,7 +17814,13 @@
|
|
|
17730
17814
|
"parameterCount": 3,
|
|
17731
17815
|
"declaringClrType": "System.Threading.Semaphore",
|
|
17732
17816
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
17733
|
-
"isExtensionMethod": false
|
|
17817
|
+
"isExtensionMethod": false,
|
|
17818
|
+
"parameterModifiers": [
|
|
17819
|
+
{
|
|
17820
|
+
"index": 2,
|
|
17821
|
+
"modifier": "out"
|
|
17822
|
+
}
|
|
17823
|
+
]
|
|
17734
17824
|
},
|
|
17735
17825
|
{
|
|
17736
17826
|
"stableId": "System.Private.CoreLib:System.Threading.Semaphore::TryOpenExisting(System.String,System.Threading.Semaphore\u0026):System.Boolean",
|
|
@@ -17744,7 +17834,13 @@
|
|
|
17744
17834
|
"parameterCount": 2,
|
|
17745
17835
|
"declaringClrType": "System.Threading.Semaphore",
|
|
17746
17836
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
17747
|
-
"isExtensionMethod": false
|
|
17837
|
+
"isExtensionMethod": false,
|
|
17838
|
+
"parameterModifiers": [
|
|
17839
|
+
{
|
|
17840
|
+
"index": 1,
|
|
17841
|
+
"modifier": "out"
|
|
17842
|
+
}
|
|
17843
|
+
]
|
|
17748
17844
|
},
|
|
17749
17845
|
{
|
|
17750
17846
|
"stableId": "System.Private.CoreLib:System.Threading.Semaphore::Release():System.Int32",
|
|
@@ -17845,7 +17941,13 @@
|
|
|
17845
17941
|
"isStatic": false,
|
|
17846
17942
|
"parameterCount": 5,
|
|
17847
17943
|
"declaringClrType": "System.Threading.Semaphore",
|
|
17848
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
17944
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
17945
|
+
"parameterModifiers": [
|
|
17946
|
+
{
|
|
17947
|
+
"index": 4,
|
|
17948
|
+
"modifier": "out"
|
|
17949
|
+
}
|
|
17950
|
+
]
|
|
17849
17951
|
},
|
|
17850
17952
|
{
|
|
17851
17953
|
"stableId": "System.Private.CoreLib:System.Threading.Semaphore::.ctor(System.Int32,System.Int32,System.String,System.Boolean\u0026):void",
|
|
@@ -17855,7 +17957,13 @@
|
|
|
17855
17957
|
"isStatic": false,
|
|
17856
17958
|
"parameterCount": 4,
|
|
17857
17959
|
"declaringClrType": "System.Threading.Semaphore",
|
|
17858
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
17960
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
17961
|
+
"parameterModifiers": [
|
|
17962
|
+
{
|
|
17963
|
+
"index": 3,
|
|
17964
|
+
"modifier": "out"
|
|
17965
|
+
}
|
|
17966
|
+
]
|
|
17859
17967
|
}
|
|
17860
17968
|
],
|
|
17861
17969
|
"exposedMethods": [
|
|
@@ -20164,7 +20272,13 @@
|
|
|
20164
20272
|
"parameterCount": 1,
|
|
20165
20273
|
"declaringClrType": "System.Threading.Thread",
|
|
20166
20274
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20167
|
-
"isExtensionMethod": false
|
|
20275
|
+
"isExtensionMethod": false,
|
|
20276
|
+
"parameterModifiers": [
|
|
20277
|
+
{
|
|
20278
|
+
"index": 0,
|
|
20279
|
+
"modifier": "ref"
|
|
20280
|
+
}
|
|
20281
|
+
]
|
|
20168
20282
|
},
|
|
20169
20283
|
{
|
|
20170
20284
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Double\u0026):System.Double",
|
|
@@ -20178,7 +20292,13 @@
|
|
|
20178
20292
|
"parameterCount": 1,
|
|
20179
20293
|
"declaringClrType": "System.Threading.Thread",
|
|
20180
20294
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20181
|
-
"isExtensionMethod": false
|
|
20295
|
+
"isExtensionMethod": false,
|
|
20296
|
+
"parameterModifiers": [
|
|
20297
|
+
{
|
|
20298
|
+
"index": 0,
|
|
20299
|
+
"modifier": "ref"
|
|
20300
|
+
}
|
|
20301
|
+
]
|
|
20182
20302
|
},
|
|
20183
20303
|
{
|
|
20184
20304
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Int16\u0026):System.Int16",
|
|
@@ -20192,7 +20312,13 @@
|
|
|
20192
20312
|
"parameterCount": 1,
|
|
20193
20313
|
"declaringClrType": "System.Threading.Thread",
|
|
20194
20314
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20195
|
-
"isExtensionMethod": false
|
|
20315
|
+
"isExtensionMethod": false,
|
|
20316
|
+
"parameterModifiers": [
|
|
20317
|
+
{
|
|
20318
|
+
"index": 0,
|
|
20319
|
+
"modifier": "ref"
|
|
20320
|
+
}
|
|
20321
|
+
]
|
|
20196
20322
|
},
|
|
20197
20323
|
{
|
|
20198
20324
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Int32\u0026):System.Int32",
|
|
@@ -20206,7 +20332,13 @@
|
|
|
20206
20332
|
"parameterCount": 1,
|
|
20207
20333
|
"declaringClrType": "System.Threading.Thread",
|
|
20208
20334
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20209
|
-
"isExtensionMethod": false
|
|
20335
|
+
"isExtensionMethod": false,
|
|
20336
|
+
"parameterModifiers": [
|
|
20337
|
+
{
|
|
20338
|
+
"index": 0,
|
|
20339
|
+
"modifier": "ref"
|
|
20340
|
+
}
|
|
20341
|
+
]
|
|
20210
20342
|
},
|
|
20211
20343
|
{
|
|
20212
20344
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Int64\u0026):System.Int64",
|
|
@@ -20220,7 +20352,13 @@
|
|
|
20220
20352
|
"parameterCount": 1,
|
|
20221
20353
|
"declaringClrType": "System.Threading.Thread",
|
|
20222
20354
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20223
|
-
"isExtensionMethod": false
|
|
20355
|
+
"isExtensionMethod": false,
|
|
20356
|
+
"parameterModifiers": [
|
|
20357
|
+
{
|
|
20358
|
+
"index": 0,
|
|
20359
|
+
"modifier": "ref"
|
|
20360
|
+
}
|
|
20361
|
+
]
|
|
20224
20362
|
},
|
|
20225
20363
|
{
|
|
20226
20364
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.IntPtr\u0026):System.IntPtr",
|
|
@@ -20234,7 +20372,13 @@
|
|
|
20234
20372
|
"parameterCount": 1,
|
|
20235
20373
|
"declaringClrType": "System.Threading.Thread",
|
|
20236
20374
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20237
|
-
"isExtensionMethod": false
|
|
20375
|
+
"isExtensionMethod": false,
|
|
20376
|
+
"parameterModifiers": [
|
|
20377
|
+
{
|
|
20378
|
+
"index": 0,
|
|
20379
|
+
"modifier": "ref"
|
|
20380
|
+
}
|
|
20381
|
+
]
|
|
20238
20382
|
},
|
|
20239
20383
|
{
|
|
20240
20384
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Object\u0026):System.Object",
|
|
@@ -20248,7 +20392,13 @@
|
|
|
20248
20392
|
"parameterCount": 1,
|
|
20249
20393
|
"declaringClrType": "System.Threading.Thread",
|
|
20250
20394
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20251
|
-
"isExtensionMethod": false
|
|
20395
|
+
"isExtensionMethod": false,
|
|
20396
|
+
"parameterModifiers": [
|
|
20397
|
+
{
|
|
20398
|
+
"index": 0,
|
|
20399
|
+
"modifier": "ref"
|
|
20400
|
+
}
|
|
20401
|
+
]
|
|
20252
20402
|
},
|
|
20253
20403
|
{
|
|
20254
20404
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.SByte\u0026):System.SByte",
|
|
@@ -20262,7 +20412,13 @@
|
|
|
20262
20412
|
"parameterCount": 1,
|
|
20263
20413
|
"declaringClrType": "System.Threading.Thread",
|
|
20264
20414
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20265
|
-
"isExtensionMethod": false
|
|
20415
|
+
"isExtensionMethod": false,
|
|
20416
|
+
"parameterModifiers": [
|
|
20417
|
+
{
|
|
20418
|
+
"index": 0,
|
|
20419
|
+
"modifier": "ref"
|
|
20420
|
+
}
|
|
20421
|
+
]
|
|
20266
20422
|
},
|
|
20267
20423
|
{
|
|
20268
20424
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Single\u0026):System.Single",
|
|
@@ -20276,7 +20432,13 @@
|
|
|
20276
20432
|
"parameterCount": 1,
|
|
20277
20433
|
"declaringClrType": "System.Threading.Thread",
|
|
20278
20434
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20279
|
-
"isExtensionMethod": false
|
|
20435
|
+
"isExtensionMethod": false,
|
|
20436
|
+
"parameterModifiers": [
|
|
20437
|
+
{
|
|
20438
|
+
"index": 0,
|
|
20439
|
+
"modifier": "ref"
|
|
20440
|
+
}
|
|
20441
|
+
]
|
|
20280
20442
|
},
|
|
20281
20443
|
{
|
|
20282
20444
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.UInt16\u0026):System.UInt16",
|
|
@@ -20290,7 +20452,13 @@
|
|
|
20290
20452
|
"parameterCount": 1,
|
|
20291
20453
|
"declaringClrType": "System.Threading.Thread",
|
|
20292
20454
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20293
|
-
"isExtensionMethod": false
|
|
20455
|
+
"isExtensionMethod": false,
|
|
20456
|
+
"parameterModifiers": [
|
|
20457
|
+
{
|
|
20458
|
+
"index": 0,
|
|
20459
|
+
"modifier": "ref"
|
|
20460
|
+
}
|
|
20461
|
+
]
|
|
20294
20462
|
},
|
|
20295
20463
|
{
|
|
20296
20464
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.UInt32\u0026):System.UInt32",
|
|
@@ -20304,7 +20472,13 @@
|
|
|
20304
20472
|
"parameterCount": 1,
|
|
20305
20473
|
"declaringClrType": "System.Threading.Thread",
|
|
20306
20474
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20307
|
-
"isExtensionMethod": false
|
|
20475
|
+
"isExtensionMethod": false,
|
|
20476
|
+
"parameterModifiers": [
|
|
20477
|
+
{
|
|
20478
|
+
"index": 0,
|
|
20479
|
+
"modifier": "ref"
|
|
20480
|
+
}
|
|
20481
|
+
]
|
|
20308
20482
|
},
|
|
20309
20483
|
{
|
|
20310
20484
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.UInt64\u0026):System.UInt64",
|
|
@@ -20318,7 +20492,13 @@
|
|
|
20318
20492
|
"parameterCount": 1,
|
|
20319
20493
|
"declaringClrType": "System.Threading.Thread",
|
|
20320
20494
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20321
|
-
"isExtensionMethod": false
|
|
20495
|
+
"isExtensionMethod": false,
|
|
20496
|
+
"parameterModifiers": [
|
|
20497
|
+
{
|
|
20498
|
+
"index": 0,
|
|
20499
|
+
"modifier": "ref"
|
|
20500
|
+
}
|
|
20501
|
+
]
|
|
20322
20502
|
},
|
|
20323
20503
|
{
|
|
20324
20504
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.UIntPtr\u0026):System.UIntPtr",
|
|
@@ -20332,7 +20512,13 @@
|
|
|
20332
20512
|
"parameterCount": 1,
|
|
20333
20513
|
"declaringClrType": "System.Threading.Thread",
|
|
20334
20514
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20335
|
-
"isExtensionMethod": false
|
|
20515
|
+
"isExtensionMethod": false,
|
|
20516
|
+
"parameterModifiers": [
|
|
20517
|
+
{
|
|
20518
|
+
"index": 0,
|
|
20519
|
+
"modifier": "ref"
|
|
20520
|
+
}
|
|
20521
|
+
]
|
|
20336
20522
|
},
|
|
20337
20523
|
{
|
|
20338
20524
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Byte\u0026,System.Byte):System.Void",
|
|
@@ -20346,7 +20532,13 @@
|
|
|
20346
20532
|
"parameterCount": 2,
|
|
20347
20533
|
"declaringClrType": "System.Threading.Thread",
|
|
20348
20534
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20349
|
-
"isExtensionMethod": false
|
|
20535
|
+
"isExtensionMethod": false,
|
|
20536
|
+
"parameterModifiers": [
|
|
20537
|
+
{
|
|
20538
|
+
"index": 0,
|
|
20539
|
+
"modifier": "ref"
|
|
20540
|
+
}
|
|
20541
|
+
]
|
|
20350
20542
|
},
|
|
20351
20543
|
{
|
|
20352
20544
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Double\u0026,System.Double):System.Void",
|
|
@@ -20360,7 +20552,13 @@
|
|
|
20360
20552
|
"parameterCount": 2,
|
|
20361
20553
|
"declaringClrType": "System.Threading.Thread",
|
|
20362
20554
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20363
|
-
"isExtensionMethod": false
|
|
20555
|
+
"isExtensionMethod": false,
|
|
20556
|
+
"parameterModifiers": [
|
|
20557
|
+
{
|
|
20558
|
+
"index": 0,
|
|
20559
|
+
"modifier": "ref"
|
|
20560
|
+
}
|
|
20561
|
+
]
|
|
20364
20562
|
},
|
|
20365
20563
|
{
|
|
20366
20564
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Int16\u0026,System.Int16):System.Void",
|
|
@@ -20374,7 +20572,13 @@
|
|
|
20374
20572
|
"parameterCount": 2,
|
|
20375
20573
|
"declaringClrType": "System.Threading.Thread",
|
|
20376
20574
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20377
|
-
"isExtensionMethod": false
|
|
20575
|
+
"isExtensionMethod": false,
|
|
20576
|
+
"parameterModifiers": [
|
|
20577
|
+
{
|
|
20578
|
+
"index": 0,
|
|
20579
|
+
"modifier": "ref"
|
|
20580
|
+
}
|
|
20581
|
+
]
|
|
20378
20582
|
},
|
|
20379
20583
|
{
|
|
20380
20584
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Int32\u0026,System.Int32):System.Void",
|
|
@@ -20388,7 +20592,13 @@
|
|
|
20388
20592
|
"parameterCount": 2,
|
|
20389
20593
|
"declaringClrType": "System.Threading.Thread",
|
|
20390
20594
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20391
|
-
"isExtensionMethod": false
|
|
20595
|
+
"isExtensionMethod": false,
|
|
20596
|
+
"parameterModifiers": [
|
|
20597
|
+
{
|
|
20598
|
+
"index": 0,
|
|
20599
|
+
"modifier": "ref"
|
|
20600
|
+
}
|
|
20601
|
+
]
|
|
20392
20602
|
},
|
|
20393
20603
|
{
|
|
20394
20604
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Int64\u0026,System.Int64):System.Void",
|
|
@@ -20402,7 +20612,13 @@
|
|
|
20402
20612
|
"parameterCount": 2,
|
|
20403
20613
|
"declaringClrType": "System.Threading.Thread",
|
|
20404
20614
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20405
|
-
"isExtensionMethod": false
|
|
20615
|
+
"isExtensionMethod": false,
|
|
20616
|
+
"parameterModifiers": [
|
|
20617
|
+
{
|
|
20618
|
+
"index": 0,
|
|
20619
|
+
"modifier": "ref"
|
|
20620
|
+
}
|
|
20621
|
+
]
|
|
20406
20622
|
},
|
|
20407
20623
|
{
|
|
20408
20624
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.IntPtr\u0026,System.IntPtr):System.Void",
|
|
@@ -20416,7 +20632,13 @@
|
|
|
20416
20632
|
"parameterCount": 2,
|
|
20417
20633
|
"declaringClrType": "System.Threading.Thread",
|
|
20418
20634
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20419
|
-
"isExtensionMethod": false
|
|
20635
|
+
"isExtensionMethod": false,
|
|
20636
|
+
"parameterModifiers": [
|
|
20637
|
+
{
|
|
20638
|
+
"index": 0,
|
|
20639
|
+
"modifier": "ref"
|
|
20640
|
+
}
|
|
20641
|
+
]
|
|
20420
20642
|
},
|
|
20421
20643
|
{
|
|
20422
20644
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Object\u0026,System.Object):System.Void",
|
|
@@ -20430,7 +20652,13 @@
|
|
|
20430
20652
|
"parameterCount": 2,
|
|
20431
20653
|
"declaringClrType": "System.Threading.Thread",
|
|
20432
20654
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20433
|
-
"isExtensionMethod": false
|
|
20655
|
+
"isExtensionMethod": false,
|
|
20656
|
+
"parameterModifiers": [
|
|
20657
|
+
{
|
|
20658
|
+
"index": 0,
|
|
20659
|
+
"modifier": "ref"
|
|
20660
|
+
}
|
|
20661
|
+
]
|
|
20434
20662
|
},
|
|
20435
20663
|
{
|
|
20436
20664
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.SByte\u0026,System.SByte):System.Void",
|
|
@@ -20444,7 +20672,13 @@
|
|
|
20444
20672
|
"parameterCount": 2,
|
|
20445
20673
|
"declaringClrType": "System.Threading.Thread",
|
|
20446
20674
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20447
|
-
"isExtensionMethod": false
|
|
20675
|
+
"isExtensionMethod": false,
|
|
20676
|
+
"parameterModifiers": [
|
|
20677
|
+
{
|
|
20678
|
+
"index": 0,
|
|
20679
|
+
"modifier": "ref"
|
|
20680
|
+
}
|
|
20681
|
+
]
|
|
20448
20682
|
},
|
|
20449
20683
|
{
|
|
20450
20684
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Single\u0026,System.Single):System.Void",
|
|
@@ -20458,7 +20692,13 @@
|
|
|
20458
20692
|
"parameterCount": 2,
|
|
20459
20693
|
"declaringClrType": "System.Threading.Thread",
|
|
20460
20694
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20461
|
-
"isExtensionMethod": false
|
|
20695
|
+
"isExtensionMethod": false,
|
|
20696
|
+
"parameterModifiers": [
|
|
20697
|
+
{
|
|
20698
|
+
"index": 0,
|
|
20699
|
+
"modifier": "ref"
|
|
20700
|
+
}
|
|
20701
|
+
]
|
|
20462
20702
|
},
|
|
20463
20703
|
{
|
|
20464
20704
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.UInt16\u0026,System.UInt16):System.Void",
|
|
@@ -20472,7 +20712,13 @@
|
|
|
20472
20712
|
"parameterCount": 2,
|
|
20473
20713
|
"declaringClrType": "System.Threading.Thread",
|
|
20474
20714
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20475
|
-
"isExtensionMethod": false
|
|
20715
|
+
"isExtensionMethod": false,
|
|
20716
|
+
"parameterModifiers": [
|
|
20717
|
+
{
|
|
20718
|
+
"index": 0,
|
|
20719
|
+
"modifier": "ref"
|
|
20720
|
+
}
|
|
20721
|
+
]
|
|
20476
20722
|
},
|
|
20477
20723
|
{
|
|
20478
20724
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.UInt32\u0026,System.UInt32):System.Void",
|
|
@@ -20486,7 +20732,13 @@
|
|
|
20486
20732
|
"parameterCount": 2,
|
|
20487
20733
|
"declaringClrType": "System.Threading.Thread",
|
|
20488
20734
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20489
|
-
"isExtensionMethod": false
|
|
20735
|
+
"isExtensionMethod": false,
|
|
20736
|
+
"parameterModifiers": [
|
|
20737
|
+
{
|
|
20738
|
+
"index": 0,
|
|
20739
|
+
"modifier": "ref"
|
|
20740
|
+
}
|
|
20741
|
+
]
|
|
20490
20742
|
},
|
|
20491
20743
|
{
|
|
20492
20744
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.UInt64\u0026,System.UInt64):System.Void",
|
|
@@ -20500,7 +20752,13 @@
|
|
|
20500
20752
|
"parameterCount": 2,
|
|
20501
20753
|
"declaringClrType": "System.Threading.Thread",
|
|
20502
20754
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20503
|
-
"isExtensionMethod": false
|
|
20755
|
+
"isExtensionMethod": false,
|
|
20756
|
+
"parameterModifiers": [
|
|
20757
|
+
{
|
|
20758
|
+
"index": 0,
|
|
20759
|
+
"modifier": "ref"
|
|
20760
|
+
}
|
|
20761
|
+
]
|
|
20504
20762
|
},
|
|
20505
20763
|
{
|
|
20506
20764
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.UIntPtr\u0026,System.UIntPtr):System.Void",
|
|
@@ -20514,7 +20772,13 @@
|
|
|
20514
20772
|
"parameterCount": 2,
|
|
20515
20773
|
"declaringClrType": "System.Threading.Thread",
|
|
20516
20774
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
20517
|
-
"isExtensionMethod": false
|
|
20775
|
+
"isExtensionMethod": false,
|
|
20776
|
+
"parameterModifiers": [
|
|
20777
|
+
{
|
|
20778
|
+
"index": 0,
|
|
20779
|
+
"modifier": "ref"
|
|
20780
|
+
}
|
|
20781
|
+
]
|
|
20518
20782
|
},
|
|
20519
20783
|
{
|
|
20520
20784
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::GetCurrentProcessorId():System.Int32",
|
|
@@ -24763,7 +25027,13 @@
|
|
|
24763
25027
|
"parameterCount": 5,
|
|
24764
25028
|
"declaringClrType": "System.Threading.EventWaitHandleAcl",
|
|
24765
25029
|
"declaringAssemblyName": "System.Threading.AccessControl",
|
|
24766
|
-
"isExtensionMethod": false
|
|
25030
|
+
"isExtensionMethod": false,
|
|
25031
|
+
"parameterModifiers": [
|
|
25032
|
+
{
|
|
25033
|
+
"index": 3,
|
|
25034
|
+
"modifier": "out"
|
|
25035
|
+
}
|
|
25036
|
+
]
|
|
24767
25037
|
},
|
|
24768
25038
|
{
|
|
24769
25039
|
"stableId": "System.Threading.AccessControl:System.Threading.EventWaitHandleAcl::OpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights):System.Threading.EventWaitHandle",
|
|
@@ -24791,7 +25061,13 @@
|
|
|
24791
25061
|
"parameterCount": 3,
|
|
24792
25062
|
"declaringClrType": "System.Threading.EventWaitHandleAcl",
|
|
24793
25063
|
"declaringAssemblyName": "System.Threading.AccessControl",
|
|
24794
|
-
"isExtensionMethod": false
|
|
25064
|
+
"isExtensionMethod": false,
|
|
25065
|
+
"parameterModifiers": [
|
|
25066
|
+
{
|
|
25067
|
+
"index": 2,
|
|
25068
|
+
"modifier": "out"
|
|
25069
|
+
}
|
|
25070
|
+
]
|
|
24795
25071
|
}
|
|
24796
25072
|
],
|
|
24797
25073
|
"properties": [],
|
|
@@ -24910,7 +25186,13 @@
|
|
|
24910
25186
|
"parameterCount": 1,
|
|
24911
25187
|
"declaringClrType": "System.Threading.Interlocked",
|
|
24912
25188
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
24913
|
-
"isExtensionMethod": false
|
|
25189
|
+
"isExtensionMethod": false,
|
|
25190
|
+
"parameterModifiers": [
|
|
25191
|
+
{
|
|
25192
|
+
"index": 0,
|
|
25193
|
+
"modifier": "ref"
|
|
25194
|
+
}
|
|
25195
|
+
]
|
|
24914
25196
|
},
|
|
24915
25197
|
{
|
|
24916
25198
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Increment(System.Int64\u0026):System.Int64",
|
|
@@ -24924,7 +25206,13 @@
|
|
|
24924
25206
|
"parameterCount": 1,
|
|
24925
25207
|
"declaringClrType": "System.Threading.Interlocked",
|
|
24926
25208
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
24927
|
-
"isExtensionMethod": false
|
|
25209
|
+
"isExtensionMethod": false,
|
|
25210
|
+
"parameterModifiers": [
|
|
25211
|
+
{
|
|
25212
|
+
"index": 0,
|
|
25213
|
+
"modifier": "ref"
|
|
25214
|
+
}
|
|
25215
|
+
]
|
|
24928
25216
|
},
|
|
24929
25217
|
{
|
|
24930
25218
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Decrement(System.Int32\u0026):System.Int32",
|
|
@@ -24938,7 +25226,13 @@
|
|
|
24938
25226
|
"parameterCount": 1,
|
|
24939
25227
|
"declaringClrType": "System.Threading.Interlocked",
|
|
24940
25228
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
24941
|
-
"isExtensionMethod": false
|
|
25229
|
+
"isExtensionMethod": false,
|
|
25230
|
+
"parameterModifiers": [
|
|
25231
|
+
{
|
|
25232
|
+
"index": 0,
|
|
25233
|
+
"modifier": "ref"
|
|
25234
|
+
}
|
|
25235
|
+
]
|
|
24942
25236
|
},
|
|
24943
25237
|
{
|
|
24944
25238
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Decrement(System.Int64\u0026):System.Int64",
|
|
@@ -24952,7 +25246,13 @@
|
|
|
24952
25246
|
"parameterCount": 1,
|
|
24953
25247
|
"declaringClrType": "System.Threading.Interlocked",
|
|
24954
25248
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
24955
|
-
"isExtensionMethod": false
|
|
25249
|
+
"isExtensionMethod": false,
|
|
25250
|
+
"parameterModifiers": [
|
|
25251
|
+
{
|
|
25252
|
+
"index": 0,
|
|
25253
|
+
"modifier": "ref"
|
|
25254
|
+
}
|
|
25255
|
+
]
|
|
24956
25256
|
},
|
|
24957
25257
|
{
|
|
24958
25258
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Int32\u0026,System.Int32):System.Int32",
|
|
@@ -24966,7 +25266,13 @@
|
|
|
24966
25266
|
"parameterCount": 2,
|
|
24967
25267
|
"declaringClrType": "System.Threading.Interlocked",
|
|
24968
25268
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
24969
|
-
"isExtensionMethod": false
|
|
25269
|
+
"isExtensionMethod": false,
|
|
25270
|
+
"parameterModifiers": [
|
|
25271
|
+
{
|
|
25272
|
+
"index": 0,
|
|
25273
|
+
"modifier": "ref"
|
|
25274
|
+
}
|
|
25275
|
+
]
|
|
24970
25276
|
},
|
|
24971
25277
|
{
|
|
24972
25278
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Int64\u0026,System.Int64):System.Int64",
|
|
@@ -24980,7 +25286,13 @@
|
|
|
24980
25286
|
"parameterCount": 2,
|
|
24981
25287
|
"declaringClrType": "System.Threading.Interlocked",
|
|
24982
25288
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
24983
|
-
"isExtensionMethod": false
|
|
25289
|
+
"isExtensionMethod": false,
|
|
25290
|
+
"parameterModifiers": [
|
|
25291
|
+
{
|
|
25292
|
+
"index": 0,
|
|
25293
|
+
"modifier": "ref"
|
|
25294
|
+
}
|
|
25295
|
+
]
|
|
24984
25296
|
},
|
|
24985
25297
|
{
|
|
24986
25298
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Object\u0026,System.Object):System.Object",
|
|
@@ -24994,7 +25306,13 @@
|
|
|
24994
25306
|
"parameterCount": 2,
|
|
24995
25307
|
"declaringClrType": "System.Threading.Interlocked",
|
|
24996
25308
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
24997
|
-
"isExtensionMethod": false
|
|
25309
|
+
"isExtensionMethod": false,
|
|
25310
|
+
"parameterModifiers": [
|
|
25311
|
+
{
|
|
25312
|
+
"index": 0,
|
|
25313
|
+
"modifier": "ref"
|
|
25314
|
+
}
|
|
25315
|
+
]
|
|
24998
25316
|
},
|
|
24999
25317
|
{
|
|
25000
25318
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Int32\u0026,System.Int32,System.Int32):System.Int32",
|
|
@@ -25008,7 +25326,13 @@
|
|
|
25008
25326
|
"parameterCount": 3,
|
|
25009
25327
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25010
25328
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25011
|
-
"isExtensionMethod": false
|
|
25329
|
+
"isExtensionMethod": false,
|
|
25330
|
+
"parameterModifiers": [
|
|
25331
|
+
{
|
|
25332
|
+
"index": 0,
|
|
25333
|
+
"modifier": "ref"
|
|
25334
|
+
}
|
|
25335
|
+
]
|
|
25012
25336
|
},
|
|
25013
25337
|
{
|
|
25014
25338
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Int64\u0026,System.Int64,System.Int64):System.Int64",
|
|
@@ -25022,7 +25346,13 @@
|
|
|
25022
25346
|
"parameterCount": 3,
|
|
25023
25347
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25024
25348
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25025
|
-
"isExtensionMethod": false
|
|
25349
|
+
"isExtensionMethod": false,
|
|
25350
|
+
"parameterModifiers": [
|
|
25351
|
+
{
|
|
25352
|
+
"index": 0,
|
|
25353
|
+
"modifier": "ref"
|
|
25354
|
+
}
|
|
25355
|
+
]
|
|
25026
25356
|
},
|
|
25027
25357
|
{
|
|
25028
25358
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Object\u0026,System.Object,System.Object):System.Object",
|
|
@@ -25036,7 +25366,13 @@
|
|
|
25036
25366
|
"parameterCount": 3,
|
|
25037
25367
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25038
25368
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25039
|
-
"isExtensionMethod": false
|
|
25369
|
+
"isExtensionMethod": false,
|
|
25370
|
+
"parameterModifiers": [
|
|
25371
|
+
{
|
|
25372
|
+
"index": 0,
|
|
25373
|
+
"modifier": "ref"
|
|
25374
|
+
}
|
|
25375
|
+
]
|
|
25040
25376
|
},
|
|
25041
25377
|
{
|
|
25042
25378
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Add(System.Int32\u0026,System.Int32):System.Int32",
|
|
@@ -25050,7 +25386,13 @@
|
|
|
25050
25386
|
"parameterCount": 2,
|
|
25051
25387
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25052
25388
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25053
|
-
"isExtensionMethod": false
|
|
25389
|
+
"isExtensionMethod": false,
|
|
25390
|
+
"parameterModifiers": [
|
|
25391
|
+
{
|
|
25392
|
+
"index": 0,
|
|
25393
|
+
"modifier": "ref"
|
|
25394
|
+
}
|
|
25395
|
+
]
|
|
25054
25396
|
},
|
|
25055
25397
|
{
|
|
25056
25398
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Add(System.Int64\u0026,System.Int64):System.Int64",
|
|
@@ -25064,7 +25406,13 @@
|
|
|
25064
25406
|
"parameterCount": 2,
|
|
25065
25407
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25066
25408
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25067
|
-
"isExtensionMethod": false
|
|
25409
|
+
"isExtensionMethod": false,
|
|
25410
|
+
"parameterModifiers": [
|
|
25411
|
+
{
|
|
25412
|
+
"index": 0,
|
|
25413
|
+
"modifier": "ref"
|
|
25414
|
+
}
|
|
25415
|
+
]
|
|
25068
25416
|
},
|
|
25069
25417
|
{
|
|
25070
25418
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Read(System.Int64\u0026):System.Int64",
|
|
@@ -25078,7 +25426,13 @@
|
|
|
25078
25426
|
"parameterCount": 1,
|
|
25079
25427
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25080
25428
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25081
|
-
"isExtensionMethod": false
|
|
25429
|
+
"isExtensionMethod": false,
|
|
25430
|
+
"parameterModifiers": [
|
|
25431
|
+
{
|
|
25432
|
+
"index": 0,
|
|
25433
|
+
"modifier": "in"
|
|
25434
|
+
}
|
|
25435
|
+
]
|
|
25082
25436
|
},
|
|
25083
25437
|
{
|
|
25084
25438
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::MemoryBarrierProcessWide():System.Void",
|
|
@@ -25106,7 +25460,13 @@
|
|
|
25106
25460
|
"parameterCount": 1,
|
|
25107
25461
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25108
25462
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25109
|
-
"isExtensionMethod": false
|
|
25463
|
+
"isExtensionMethod": false,
|
|
25464
|
+
"parameterModifiers": [
|
|
25465
|
+
{
|
|
25466
|
+
"index": 0,
|
|
25467
|
+
"modifier": "ref"
|
|
25468
|
+
}
|
|
25469
|
+
]
|
|
25110
25470
|
},
|
|
25111
25471
|
{
|
|
25112
25472
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Increment(System.UInt64\u0026):System.UInt64",
|
|
@@ -25120,7 +25480,13 @@
|
|
|
25120
25480
|
"parameterCount": 1,
|
|
25121
25481
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25122
25482
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25123
|
-
"isExtensionMethod": false
|
|
25483
|
+
"isExtensionMethod": false,
|
|
25484
|
+
"parameterModifiers": [
|
|
25485
|
+
{
|
|
25486
|
+
"index": 0,
|
|
25487
|
+
"modifier": "ref"
|
|
25488
|
+
}
|
|
25489
|
+
]
|
|
25124
25490
|
},
|
|
25125
25491
|
{
|
|
25126
25492
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Decrement(System.UInt32\u0026):System.UInt32",
|
|
@@ -25134,7 +25500,13 @@
|
|
|
25134
25500
|
"parameterCount": 1,
|
|
25135
25501
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25136
25502
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25137
|
-
"isExtensionMethod": false
|
|
25503
|
+
"isExtensionMethod": false,
|
|
25504
|
+
"parameterModifiers": [
|
|
25505
|
+
{
|
|
25506
|
+
"index": 0,
|
|
25507
|
+
"modifier": "ref"
|
|
25508
|
+
}
|
|
25509
|
+
]
|
|
25138
25510
|
},
|
|
25139
25511
|
{
|
|
25140
25512
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Decrement(System.UInt64\u0026):System.UInt64",
|
|
@@ -25148,7 +25520,13 @@
|
|
|
25148
25520
|
"parameterCount": 1,
|
|
25149
25521
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25150
25522
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25151
|
-
"isExtensionMethod": false
|
|
25523
|
+
"isExtensionMethod": false,
|
|
25524
|
+
"parameterModifiers": [
|
|
25525
|
+
{
|
|
25526
|
+
"index": 0,
|
|
25527
|
+
"modifier": "ref"
|
|
25528
|
+
}
|
|
25529
|
+
]
|
|
25152
25530
|
},
|
|
25153
25531
|
{
|
|
25154
25532
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.SByte\u0026,System.SByte):System.SByte",
|
|
@@ -25162,7 +25540,13 @@
|
|
|
25162
25540
|
"parameterCount": 2,
|
|
25163
25541
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25164
25542
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25165
|
-
"isExtensionMethod": false
|
|
25543
|
+
"isExtensionMethod": false,
|
|
25544
|
+
"parameterModifiers": [
|
|
25545
|
+
{
|
|
25546
|
+
"index": 0,
|
|
25547
|
+
"modifier": "ref"
|
|
25548
|
+
}
|
|
25549
|
+
]
|
|
25166
25550
|
},
|
|
25167
25551
|
{
|
|
25168
25552
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Int16\u0026,System.Int16):System.Int16",
|
|
@@ -25176,7 +25560,13 @@
|
|
|
25176
25560
|
"parameterCount": 2,
|
|
25177
25561
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25178
25562
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25179
|
-
"isExtensionMethod": false
|
|
25563
|
+
"isExtensionMethod": false,
|
|
25564
|
+
"parameterModifiers": [
|
|
25565
|
+
{
|
|
25566
|
+
"index": 0,
|
|
25567
|
+
"modifier": "ref"
|
|
25568
|
+
}
|
|
25569
|
+
]
|
|
25180
25570
|
},
|
|
25181
25571
|
{
|
|
25182
25572
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Byte\u0026,System.Byte):System.Byte",
|
|
@@ -25190,7 +25580,13 @@
|
|
|
25190
25580
|
"parameterCount": 2,
|
|
25191
25581
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25192
25582
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25193
|
-
"isExtensionMethod": false
|
|
25583
|
+
"isExtensionMethod": false,
|
|
25584
|
+
"parameterModifiers": [
|
|
25585
|
+
{
|
|
25586
|
+
"index": 0,
|
|
25587
|
+
"modifier": "ref"
|
|
25588
|
+
}
|
|
25589
|
+
]
|
|
25194
25590
|
},
|
|
25195
25591
|
{
|
|
25196
25592
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.UInt16\u0026,System.UInt16):System.UInt16",
|
|
@@ -25204,7 +25600,13 @@
|
|
|
25204
25600
|
"parameterCount": 2,
|
|
25205
25601
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25206
25602
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25207
|
-
"isExtensionMethod": false
|
|
25603
|
+
"isExtensionMethod": false,
|
|
25604
|
+
"parameterModifiers": [
|
|
25605
|
+
{
|
|
25606
|
+
"index": 0,
|
|
25607
|
+
"modifier": "ref"
|
|
25608
|
+
}
|
|
25609
|
+
]
|
|
25208
25610
|
},
|
|
25209
25611
|
{
|
|
25210
25612
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.UInt32\u0026,System.UInt32):System.UInt32",
|
|
@@ -25218,7 +25620,13 @@
|
|
|
25218
25620
|
"parameterCount": 2,
|
|
25219
25621
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25220
25622
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25221
|
-
"isExtensionMethod": false
|
|
25623
|
+
"isExtensionMethod": false,
|
|
25624
|
+
"parameterModifiers": [
|
|
25625
|
+
{
|
|
25626
|
+
"index": 0,
|
|
25627
|
+
"modifier": "ref"
|
|
25628
|
+
}
|
|
25629
|
+
]
|
|
25222
25630
|
},
|
|
25223
25631
|
{
|
|
25224
25632
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.UInt64\u0026,System.UInt64):System.UInt64",
|
|
@@ -25232,7 +25640,13 @@
|
|
|
25232
25640
|
"parameterCount": 2,
|
|
25233
25641
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25234
25642
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25235
|
-
"isExtensionMethod": false
|
|
25643
|
+
"isExtensionMethod": false,
|
|
25644
|
+
"parameterModifiers": [
|
|
25645
|
+
{
|
|
25646
|
+
"index": 0,
|
|
25647
|
+
"modifier": "ref"
|
|
25648
|
+
}
|
|
25649
|
+
]
|
|
25236
25650
|
},
|
|
25237
25651
|
{
|
|
25238
25652
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Single\u0026,System.Single):System.Single",
|
|
@@ -25246,7 +25660,13 @@
|
|
|
25246
25660
|
"parameterCount": 2,
|
|
25247
25661
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25248
25662
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25249
|
-
"isExtensionMethod": false
|
|
25663
|
+
"isExtensionMethod": false,
|
|
25664
|
+
"parameterModifiers": [
|
|
25665
|
+
{
|
|
25666
|
+
"index": 0,
|
|
25667
|
+
"modifier": "ref"
|
|
25668
|
+
}
|
|
25669
|
+
]
|
|
25250
25670
|
},
|
|
25251
25671
|
{
|
|
25252
25672
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Double\u0026,System.Double):System.Double",
|
|
@@ -25260,7 +25680,13 @@
|
|
|
25260
25680
|
"parameterCount": 2,
|
|
25261
25681
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25262
25682
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25263
|
-
"isExtensionMethod": false
|
|
25683
|
+
"isExtensionMethod": false,
|
|
25684
|
+
"parameterModifiers": [
|
|
25685
|
+
{
|
|
25686
|
+
"index": 0,
|
|
25687
|
+
"modifier": "ref"
|
|
25688
|
+
}
|
|
25689
|
+
]
|
|
25264
25690
|
},
|
|
25265
25691
|
{
|
|
25266
25692
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.IntPtr\u0026,System.IntPtr):System.IntPtr",
|
|
@@ -25274,7 +25700,13 @@
|
|
|
25274
25700
|
"parameterCount": 2,
|
|
25275
25701
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25276
25702
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25277
|
-
"isExtensionMethod": false
|
|
25703
|
+
"isExtensionMethod": false,
|
|
25704
|
+
"parameterModifiers": [
|
|
25705
|
+
{
|
|
25706
|
+
"index": 0,
|
|
25707
|
+
"modifier": "ref"
|
|
25708
|
+
}
|
|
25709
|
+
]
|
|
25278
25710
|
},
|
|
25279
25711
|
{
|
|
25280
25712
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.UIntPtr\u0026,System.UIntPtr):System.UIntPtr",
|
|
@@ -25288,7 +25720,13 @@
|
|
|
25288
25720
|
"parameterCount": 2,
|
|
25289
25721
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25290
25722
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25291
|
-
"isExtensionMethod": false
|
|
25723
|
+
"isExtensionMethod": false,
|
|
25724
|
+
"parameterModifiers": [
|
|
25725
|
+
{
|
|
25726
|
+
"index": 0,
|
|
25727
|
+
"modifier": "ref"
|
|
25728
|
+
}
|
|
25729
|
+
]
|
|
25292
25730
|
},
|
|
25293
25731
|
{
|
|
25294
25732
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(T\u0026,T):T",
|
|
@@ -25302,7 +25740,13 @@
|
|
|
25302
25740
|
"parameterCount": 2,
|
|
25303
25741
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25304
25742
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25305
|
-
"isExtensionMethod": false
|
|
25743
|
+
"isExtensionMethod": false,
|
|
25744
|
+
"parameterModifiers": [
|
|
25745
|
+
{
|
|
25746
|
+
"index": 0,
|
|
25747
|
+
"modifier": "ref"
|
|
25748
|
+
}
|
|
25749
|
+
]
|
|
25306
25750
|
},
|
|
25307
25751
|
{
|
|
25308
25752
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.SByte\u0026,System.SByte,System.SByte):System.SByte",
|
|
@@ -25316,7 +25760,13 @@
|
|
|
25316
25760
|
"parameterCount": 3,
|
|
25317
25761
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25318
25762
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25319
|
-
"isExtensionMethod": false
|
|
25763
|
+
"isExtensionMethod": false,
|
|
25764
|
+
"parameterModifiers": [
|
|
25765
|
+
{
|
|
25766
|
+
"index": 0,
|
|
25767
|
+
"modifier": "ref"
|
|
25768
|
+
}
|
|
25769
|
+
]
|
|
25320
25770
|
},
|
|
25321
25771
|
{
|
|
25322
25772
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Int16\u0026,System.Int16,System.Int16):System.Int16",
|
|
@@ -25330,7 +25780,13 @@
|
|
|
25330
25780
|
"parameterCount": 3,
|
|
25331
25781
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25332
25782
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25333
|
-
"isExtensionMethod": false
|
|
25783
|
+
"isExtensionMethod": false,
|
|
25784
|
+
"parameterModifiers": [
|
|
25785
|
+
{
|
|
25786
|
+
"index": 0,
|
|
25787
|
+
"modifier": "ref"
|
|
25788
|
+
}
|
|
25789
|
+
]
|
|
25334
25790
|
},
|
|
25335
25791
|
{
|
|
25336
25792
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Byte\u0026,System.Byte,System.Byte):System.Byte",
|
|
@@ -25344,7 +25800,13 @@
|
|
|
25344
25800
|
"parameterCount": 3,
|
|
25345
25801
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25346
25802
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25347
|
-
"isExtensionMethod": false
|
|
25803
|
+
"isExtensionMethod": false,
|
|
25804
|
+
"parameterModifiers": [
|
|
25805
|
+
{
|
|
25806
|
+
"index": 0,
|
|
25807
|
+
"modifier": "ref"
|
|
25808
|
+
}
|
|
25809
|
+
]
|
|
25348
25810
|
},
|
|
25349
25811
|
{
|
|
25350
25812
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.UInt16\u0026,System.UInt16,System.UInt16):System.UInt16",
|
|
@@ -25358,7 +25820,13 @@
|
|
|
25358
25820
|
"parameterCount": 3,
|
|
25359
25821
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25360
25822
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25361
|
-
"isExtensionMethod": false
|
|
25823
|
+
"isExtensionMethod": false,
|
|
25824
|
+
"parameterModifiers": [
|
|
25825
|
+
{
|
|
25826
|
+
"index": 0,
|
|
25827
|
+
"modifier": "ref"
|
|
25828
|
+
}
|
|
25829
|
+
]
|
|
25362
25830
|
},
|
|
25363
25831
|
{
|
|
25364
25832
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.UInt32\u0026,System.UInt32,System.UInt32):System.UInt32",
|
|
@@ -25372,7 +25840,13 @@
|
|
|
25372
25840
|
"parameterCount": 3,
|
|
25373
25841
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25374
25842
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25375
|
-
"isExtensionMethod": false
|
|
25843
|
+
"isExtensionMethod": false,
|
|
25844
|
+
"parameterModifiers": [
|
|
25845
|
+
{
|
|
25846
|
+
"index": 0,
|
|
25847
|
+
"modifier": "ref"
|
|
25848
|
+
}
|
|
25849
|
+
]
|
|
25376
25850
|
},
|
|
25377
25851
|
{
|
|
25378
25852
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.UInt64\u0026,System.UInt64,System.UInt64):System.UInt64",
|
|
@@ -25386,7 +25860,13 @@
|
|
|
25386
25860
|
"parameterCount": 3,
|
|
25387
25861
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25388
25862
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25389
|
-
"isExtensionMethod": false
|
|
25863
|
+
"isExtensionMethod": false,
|
|
25864
|
+
"parameterModifiers": [
|
|
25865
|
+
{
|
|
25866
|
+
"index": 0,
|
|
25867
|
+
"modifier": "ref"
|
|
25868
|
+
}
|
|
25869
|
+
]
|
|
25390
25870
|
},
|
|
25391
25871
|
{
|
|
25392
25872
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Single\u0026,System.Single,System.Single):System.Single",
|
|
@@ -25400,7 +25880,13 @@
|
|
|
25400
25880
|
"parameterCount": 3,
|
|
25401
25881
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25402
25882
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25403
|
-
"isExtensionMethod": false
|
|
25883
|
+
"isExtensionMethod": false,
|
|
25884
|
+
"parameterModifiers": [
|
|
25885
|
+
{
|
|
25886
|
+
"index": 0,
|
|
25887
|
+
"modifier": "ref"
|
|
25888
|
+
}
|
|
25889
|
+
]
|
|
25404
25890
|
},
|
|
25405
25891
|
{
|
|
25406
25892
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Double\u0026,System.Double,System.Double):System.Double",
|
|
@@ -25414,7 +25900,13 @@
|
|
|
25414
25900
|
"parameterCount": 3,
|
|
25415
25901
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25416
25902
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25417
|
-
"isExtensionMethod": false
|
|
25903
|
+
"isExtensionMethod": false,
|
|
25904
|
+
"parameterModifiers": [
|
|
25905
|
+
{
|
|
25906
|
+
"index": 0,
|
|
25907
|
+
"modifier": "ref"
|
|
25908
|
+
}
|
|
25909
|
+
]
|
|
25418
25910
|
},
|
|
25419
25911
|
{
|
|
25420
25912
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.IntPtr\u0026,System.IntPtr,System.IntPtr):System.IntPtr",
|
|
@@ -25428,7 +25920,13 @@
|
|
|
25428
25920
|
"parameterCount": 3,
|
|
25429
25921
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25430
25922
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25431
|
-
"isExtensionMethod": false
|
|
25923
|
+
"isExtensionMethod": false,
|
|
25924
|
+
"parameterModifiers": [
|
|
25925
|
+
{
|
|
25926
|
+
"index": 0,
|
|
25927
|
+
"modifier": "ref"
|
|
25928
|
+
}
|
|
25929
|
+
]
|
|
25432
25930
|
},
|
|
25433
25931
|
{
|
|
25434
25932
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.UIntPtr\u0026,System.UIntPtr,System.UIntPtr):System.UIntPtr",
|
|
@@ -25442,7 +25940,13 @@
|
|
|
25442
25940
|
"parameterCount": 3,
|
|
25443
25941
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25444
25942
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25445
|
-
"isExtensionMethod": false
|
|
25943
|
+
"isExtensionMethod": false,
|
|
25944
|
+
"parameterModifiers": [
|
|
25945
|
+
{
|
|
25946
|
+
"index": 0,
|
|
25947
|
+
"modifier": "ref"
|
|
25948
|
+
}
|
|
25949
|
+
]
|
|
25446
25950
|
},
|
|
25447
25951
|
{
|
|
25448
25952
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(T\u0026,T,T):T",
|
|
@@ -25456,7 +25960,13 @@
|
|
|
25456
25960
|
"parameterCount": 3,
|
|
25457
25961
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25458
25962
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25459
|
-
"isExtensionMethod": false
|
|
25963
|
+
"isExtensionMethod": false,
|
|
25964
|
+
"parameterModifiers": [
|
|
25965
|
+
{
|
|
25966
|
+
"index": 0,
|
|
25967
|
+
"modifier": "ref"
|
|
25968
|
+
}
|
|
25969
|
+
]
|
|
25460
25970
|
},
|
|
25461
25971
|
{
|
|
25462
25972
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Add(System.UInt32\u0026,System.UInt32):System.UInt32",
|
|
@@ -25470,7 +25980,13 @@
|
|
|
25470
25980
|
"parameterCount": 2,
|
|
25471
25981
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25472
25982
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25473
|
-
"isExtensionMethod": false
|
|
25983
|
+
"isExtensionMethod": false,
|
|
25984
|
+
"parameterModifiers": [
|
|
25985
|
+
{
|
|
25986
|
+
"index": 0,
|
|
25987
|
+
"modifier": "ref"
|
|
25988
|
+
}
|
|
25989
|
+
]
|
|
25474
25990
|
},
|
|
25475
25991
|
{
|
|
25476
25992
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Add(System.UInt64\u0026,System.UInt64):System.UInt64",
|
|
@@ -25484,7 +26000,13 @@
|
|
|
25484
26000
|
"parameterCount": 2,
|
|
25485
26001
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25486
26002
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25487
|
-
"isExtensionMethod": false
|
|
26003
|
+
"isExtensionMethod": false,
|
|
26004
|
+
"parameterModifiers": [
|
|
26005
|
+
{
|
|
26006
|
+
"index": 0,
|
|
26007
|
+
"modifier": "ref"
|
|
26008
|
+
}
|
|
26009
|
+
]
|
|
25488
26010
|
},
|
|
25489
26011
|
{
|
|
25490
26012
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Read(System.UInt64\u0026):System.UInt64",
|
|
@@ -25498,7 +26020,13 @@
|
|
|
25498
26020
|
"parameterCount": 1,
|
|
25499
26021
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25500
26022
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25501
|
-
"isExtensionMethod": false
|
|
26023
|
+
"isExtensionMethod": false,
|
|
26024
|
+
"parameterModifiers": [
|
|
26025
|
+
{
|
|
26026
|
+
"index": 0,
|
|
26027
|
+
"modifier": "in"
|
|
26028
|
+
}
|
|
26029
|
+
]
|
|
25502
26030
|
},
|
|
25503
26031
|
{
|
|
25504
26032
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::And(System.Int32\u0026,System.Int32):System.Int32",
|
|
@@ -25512,7 +26040,13 @@
|
|
|
25512
26040
|
"parameterCount": 2,
|
|
25513
26041
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25514
26042
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25515
|
-
"isExtensionMethod": false
|
|
26043
|
+
"isExtensionMethod": false,
|
|
26044
|
+
"parameterModifiers": [
|
|
26045
|
+
{
|
|
26046
|
+
"index": 0,
|
|
26047
|
+
"modifier": "ref"
|
|
26048
|
+
}
|
|
26049
|
+
]
|
|
25516
26050
|
},
|
|
25517
26051
|
{
|
|
25518
26052
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::And(System.UInt32\u0026,System.UInt32):System.UInt32",
|
|
@@ -25526,7 +26060,13 @@
|
|
|
25526
26060
|
"parameterCount": 2,
|
|
25527
26061
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25528
26062
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25529
|
-
"isExtensionMethod": false
|
|
26063
|
+
"isExtensionMethod": false,
|
|
26064
|
+
"parameterModifiers": [
|
|
26065
|
+
{
|
|
26066
|
+
"index": 0,
|
|
26067
|
+
"modifier": "ref"
|
|
26068
|
+
}
|
|
26069
|
+
]
|
|
25530
26070
|
},
|
|
25531
26071
|
{
|
|
25532
26072
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::And(System.Int64\u0026,System.Int64):System.Int64",
|
|
@@ -25540,7 +26080,13 @@
|
|
|
25540
26080
|
"parameterCount": 2,
|
|
25541
26081
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25542
26082
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25543
|
-
"isExtensionMethod": false
|
|
26083
|
+
"isExtensionMethod": false,
|
|
26084
|
+
"parameterModifiers": [
|
|
26085
|
+
{
|
|
26086
|
+
"index": 0,
|
|
26087
|
+
"modifier": "ref"
|
|
26088
|
+
}
|
|
26089
|
+
]
|
|
25544
26090
|
},
|
|
25545
26091
|
{
|
|
25546
26092
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::And(System.UInt64\u0026,System.UInt64):System.UInt64",
|
|
@@ -25554,7 +26100,13 @@
|
|
|
25554
26100
|
"parameterCount": 2,
|
|
25555
26101
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25556
26102
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25557
|
-
"isExtensionMethod": false
|
|
26103
|
+
"isExtensionMethod": false,
|
|
26104
|
+
"parameterModifiers": [
|
|
26105
|
+
{
|
|
26106
|
+
"index": 0,
|
|
26107
|
+
"modifier": "ref"
|
|
26108
|
+
}
|
|
26109
|
+
]
|
|
25558
26110
|
},
|
|
25559
26111
|
{
|
|
25560
26112
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Or(System.Int32\u0026,System.Int32):System.Int32",
|
|
@@ -25568,7 +26120,13 @@
|
|
|
25568
26120
|
"parameterCount": 2,
|
|
25569
26121
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25570
26122
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25571
|
-
"isExtensionMethod": false
|
|
26123
|
+
"isExtensionMethod": false,
|
|
26124
|
+
"parameterModifiers": [
|
|
26125
|
+
{
|
|
26126
|
+
"index": 0,
|
|
26127
|
+
"modifier": "ref"
|
|
26128
|
+
}
|
|
26129
|
+
]
|
|
25572
26130
|
},
|
|
25573
26131
|
{
|
|
25574
26132
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Or(System.UInt32\u0026,System.UInt32):System.UInt32",
|
|
@@ -25582,7 +26140,13 @@
|
|
|
25582
26140
|
"parameterCount": 2,
|
|
25583
26141
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25584
26142
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25585
|
-
"isExtensionMethod": false
|
|
26143
|
+
"isExtensionMethod": false,
|
|
26144
|
+
"parameterModifiers": [
|
|
26145
|
+
{
|
|
26146
|
+
"index": 0,
|
|
26147
|
+
"modifier": "ref"
|
|
26148
|
+
}
|
|
26149
|
+
]
|
|
25586
26150
|
},
|
|
25587
26151
|
{
|
|
25588
26152
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Or(System.Int64\u0026,System.Int64):System.Int64",
|
|
@@ -25596,7 +26160,13 @@
|
|
|
25596
26160
|
"parameterCount": 2,
|
|
25597
26161
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25598
26162
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25599
|
-
"isExtensionMethod": false
|
|
26163
|
+
"isExtensionMethod": false,
|
|
26164
|
+
"parameterModifiers": [
|
|
26165
|
+
{
|
|
26166
|
+
"index": 0,
|
|
26167
|
+
"modifier": "ref"
|
|
26168
|
+
}
|
|
26169
|
+
]
|
|
25600
26170
|
},
|
|
25601
26171
|
{
|
|
25602
26172
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Or(System.UInt64\u0026,System.UInt64):System.UInt64",
|
|
@@ -25610,7 +26180,13 @@
|
|
|
25610
26180
|
"parameterCount": 2,
|
|
25611
26181
|
"declaringClrType": "System.Threading.Interlocked",
|
|
25612
26182
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
25613
|
-
"isExtensionMethod": false
|
|
26183
|
+
"isExtensionMethod": false,
|
|
26184
|
+
"parameterModifiers": [
|
|
26185
|
+
{
|
|
26186
|
+
"index": 0,
|
|
26187
|
+
"modifier": "ref"
|
|
26188
|
+
}
|
|
26189
|
+
]
|
|
25614
26190
|
},
|
|
25615
26191
|
{
|
|
25616
26192
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::MemoryBarrier():System.Void",
|
|
@@ -26233,7 +26809,13 @@
|
|
|
26233
26809
|
"parameterCount": 1,
|
|
26234
26810
|
"declaringClrType": "System.Threading.LazyInitializer",
|
|
26235
26811
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
26236
|
-
"isExtensionMethod": false
|
|
26812
|
+
"isExtensionMethod": false,
|
|
26813
|
+
"parameterModifiers": [
|
|
26814
|
+
{
|
|
26815
|
+
"index": 0,
|
|
26816
|
+
"modifier": "ref"
|
|
26817
|
+
}
|
|
26818
|
+
]
|
|
26237
26819
|
},
|
|
26238
26820
|
{
|
|
26239
26821
|
"stableId": "System.Private.CoreLib:System.Threading.LazyInitializer::EnsureInitialized(T\u0026,Func_1):T",
|
|
@@ -26247,7 +26829,13 @@
|
|
|
26247
26829
|
"parameterCount": 2,
|
|
26248
26830
|
"declaringClrType": "System.Threading.LazyInitializer",
|
|
26249
26831
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
26250
|
-
"isExtensionMethod": false
|
|
26832
|
+
"isExtensionMethod": false,
|
|
26833
|
+
"parameterModifiers": [
|
|
26834
|
+
{
|
|
26835
|
+
"index": 0,
|
|
26836
|
+
"modifier": "ref"
|
|
26837
|
+
}
|
|
26838
|
+
]
|
|
26251
26839
|
},
|
|
26252
26840
|
{
|
|
26253
26841
|
"stableId": "System.Private.CoreLib:System.Threading.LazyInitializer::EnsureInitialized(T\u0026,System.Boolean\u0026,System.Object\u0026):T",
|
|
@@ -26261,7 +26849,21 @@
|
|
|
26261
26849
|
"parameterCount": 3,
|
|
26262
26850
|
"declaringClrType": "System.Threading.LazyInitializer",
|
|
26263
26851
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
26264
|
-
"isExtensionMethod": false
|
|
26852
|
+
"isExtensionMethod": false,
|
|
26853
|
+
"parameterModifiers": [
|
|
26854
|
+
{
|
|
26855
|
+
"index": 0,
|
|
26856
|
+
"modifier": "ref"
|
|
26857
|
+
},
|
|
26858
|
+
{
|
|
26859
|
+
"index": 1,
|
|
26860
|
+
"modifier": "ref"
|
|
26861
|
+
},
|
|
26862
|
+
{
|
|
26863
|
+
"index": 2,
|
|
26864
|
+
"modifier": "ref"
|
|
26865
|
+
}
|
|
26866
|
+
]
|
|
26265
26867
|
},
|
|
26266
26868
|
{
|
|
26267
26869
|
"stableId": "System.Private.CoreLib:System.Threading.LazyInitializer::EnsureInitialized(T\u0026,System.Boolean\u0026,System.Object\u0026,Func_1):T",
|
|
@@ -26275,7 +26877,21 @@
|
|
|
26275
26877
|
"parameterCount": 4,
|
|
26276
26878
|
"declaringClrType": "System.Threading.LazyInitializer",
|
|
26277
26879
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
26278
|
-
"isExtensionMethod": false
|
|
26880
|
+
"isExtensionMethod": false,
|
|
26881
|
+
"parameterModifiers": [
|
|
26882
|
+
{
|
|
26883
|
+
"index": 0,
|
|
26884
|
+
"modifier": "ref"
|
|
26885
|
+
},
|
|
26886
|
+
{
|
|
26887
|
+
"index": 1,
|
|
26888
|
+
"modifier": "ref"
|
|
26889
|
+
},
|
|
26890
|
+
{
|
|
26891
|
+
"index": 2,
|
|
26892
|
+
"modifier": "ref"
|
|
26893
|
+
}
|
|
26894
|
+
]
|
|
26279
26895
|
},
|
|
26280
26896
|
{
|
|
26281
26897
|
"stableId": "System.Private.CoreLib:System.Threading.LazyInitializer::EnsureInitialized(T\u0026,System.Object\u0026,Func_1):T",
|
|
@@ -26289,7 +26905,17 @@
|
|
|
26289
26905
|
"parameterCount": 3,
|
|
26290
26906
|
"declaringClrType": "System.Threading.LazyInitializer",
|
|
26291
26907
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
26292
|
-
"isExtensionMethod": false
|
|
26908
|
+
"isExtensionMethod": false,
|
|
26909
|
+
"parameterModifiers": [
|
|
26910
|
+
{
|
|
26911
|
+
"index": 0,
|
|
26912
|
+
"modifier": "ref"
|
|
26913
|
+
},
|
|
26914
|
+
{
|
|
26915
|
+
"index": 1,
|
|
26916
|
+
"modifier": "ref"
|
|
26917
|
+
}
|
|
26918
|
+
]
|
|
26293
26919
|
}
|
|
26294
26920
|
],
|
|
26295
26921
|
"properties": [],
|
|
@@ -26442,7 +27068,13 @@
|
|
|
26442
27068
|
"parameterCount": 2,
|
|
26443
27069
|
"declaringClrType": "System.Threading.Monitor",
|
|
26444
27070
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
26445
|
-
"isExtensionMethod": false
|
|
27071
|
+
"isExtensionMethod": false,
|
|
27072
|
+
"parameterModifiers": [
|
|
27073
|
+
{
|
|
27074
|
+
"index": 1,
|
|
27075
|
+
"modifier": "ref"
|
|
27076
|
+
}
|
|
27077
|
+
]
|
|
26446
27078
|
},
|
|
26447
27079
|
{
|
|
26448
27080
|
"stableId": "System.Private.CoreLib:System.Threading.Monitor::Exit(System.Object):System.Void",
|
|
@@ -26484,7 +27116,13 @@
|
|
|
26484
27116
|
"parameterCount": 2,
|
|
26485
27117
|
"declaringClrType": "System.Threading.Monitor",
|
|
26486
27118
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
26487
|
-
"isExtensionMethod": false
|
|
27119
|
+
"isExtensionMethod": false,
|
|
27120
|
+
"parameterModifiers": [
|
|
27121
|
+
{
|
|
27122
|
+
"index": 1,
|
|
27123
|
+
"modifier": "ref"
|
|
27124
|
+
}
|
|
27125
|
+
]
|
|
26488
27126
|
},
|
|
26489
27127
|
{
|
|
26490
27128
|
"stableId": "System.Private.CoreLib:System.Threading.Monitor::TryEnter(System.Object,System.Int32):System.Boolean",
|
|
@@ -26512,7 +27150,13 @@
|
|
|
26512
27150
|
"parameterCount": 3,
|
|
26513
27151
|
"declaringClrType": "System.Threading.Monitor",
|
|
26514
27152
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
26515
|
-
"isExtensionMethod": false
|
|
27153
|
+
"isExtensionMethod": false,
|
|
27154
|
+
"parameterModifiers": [
|
|
27155
|
+
{
|
|
27156
|
+
"index": 2,
|
|
27157
|
+
"modifier": "ref"
|
|
27158
|
+
}
|
|
27159
|
+
]
|
|
26516
27160
|
},
|
|
26517
27161
|
{
|
|
26518
27162
|
"stableId": "System.Private.CoreLib:System.Threading.Monitor::IsEntered(System.Object):System.Boolean",
|
|
@@ -26596,7 +27240,13 @@
|
|
|
26596
27240
|
"parameterCount": 3,
|
|
26597
27241
|
"declaringClrType": "System.Threading.Monitor",
|
|
26598
27242
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
26599
|
-
"isExtensionMethod": false
|
|
27243
|
+
"isExtensionMethod": false,
|
|
27244
|
+
"parameterModifiers": [
|
|
27245
|
+
{
|
|
27246
|
+
"index": 2,
|
|
27247
|
+
"modifier": "ref"
|
|
27248
|
+
}
|
|
27249
|
+
]
|
|
26600
27250
|
},
|
|
26601
27251
|
{
|
|
26602
27252
|
"stableId": "System.Private.CoreLib:System.Threading.Monitor::Wait(System.Object,System.TimeSpan):System.Boolean",
|
|
@@ -26938,7 +27588,13 @@
|
|
|
26938
27588
|
"parameterCount": 4,
|
|
26939
27589
|
"declaringClrType": "System.Threading.MutexAcl",
|
|
26940
27590
|
"declaringAssemblyName": "System.Threading.AccessControl",
|
|
26941
|
-
"isExtensionMethod": false
|
|
27591
|
+
"isExtensionMethod": false,
|
|
27592
|
+
"parameterModifiers": [
|
|
27593
|
+
{
|
|
27594
|
+
"index": 2,
|
|
27595
|
+
"modifier": "out"
|
|
27596
|
+
}
|
|
27597
|
+
]
|
|
26942
27598
|
},
|
|
26943
27599
|
{
|
|
26944
27600
|
"stableId": "System.Threading.AccessControl:System.Threading.MutexAcl::OpenExisting(System.String,System.Security.AccessControl.MutexRights):System.Threading.Mutex",
|
|
@@ -26966,7 +27622,13 @@
|
|
|
26966
27622
|
"parameterCount": 3,
|
|
26967
27623
|
"declaringClrType": "System.Threading.MutexAcl",
|
|
26968
27624
|
"declaringAssemblyName": "System.Threading.AccessControl",
|
|
26969
|
-
"isExtensionMethod": false
|
|
27625
|
+
"isExtensionMethod": false,
|
|
27626
|
+
"parameterModifiers": [
|
|
27627
|
+
{
|
|
27628
|
+
"index": 2,
|
|
27629
|
+
"modifier": "out"
|
|
27630
|
+
}
|
|
27631
|
+
]
|
|
26970
27632
|
}
|
|
26971
27633
|
],
|
|
26972
27634
|
"properties": [],
|
|
@@ -27085,7 +27747,13 @@
|
|
|
27085
27747
|
"parameterCount": 5,
|
|
27086
27748
|
"declaringClrType": "System.Threading.SemaphoreAcl",
|
|
27087
27749
|
"declaringAssemblyName": "System.Threading.AccessControl",
|
|
27088
|
-
"isExtensionMethod": false
|
|
27750
|
+
"isExtensionMethod": false,
|
|
27751
|
+
"parameterModifiers": [
|
|
27752
|
+
{
|
|
27753
|
+
"index": 3,
|
|
27754
|
+
"modifier": "out"
|
|
27755
|
+
}
|
|
27756
|
+
]
|
|
27089
27757
|
},
|
|
27090
27758
|
{
|
|
27091
27759
|
"stableId": "System.Threading.AccessControl:System.Threading.SemaphoreAcl::OpenExisting(System.String,System.Security.AccessControl.SemaphoreRights):System.Threading.Semaphore",
|
|
@@ -27113,7 +27781,13 @@
|
|
|
27113
27781
|
"parameterCount": 3,
|
|
27114
27782
|
"declaringClrType": "System.Threading.SemaphoreAcl",
|
|
27115
27783
|
"declaringAssemblyName": "System.Threading.AccessControl",
|
|
27116
|
-
"isExtensionMethod": false
|
|
27784
|
+
"isExtensionMethod": false,
|
|
27785
|
+
"parameterModifiers": [
|
|
27786
|
+
{
|
|
27787
|
+
"index": 2,
|
|
27788
|
+
"modifier": "out"
|
|
27789
|
+
}
|
|
27790
|
+
]
|
|
27117
27791
|
}
|
|
27118
27792
|
],
|
|
27119
27793
|
"properties": [],
|
|
@@ -27661,7 +28335,17 @@
|
|
|
27661
28335
|
"parameterCount": 2,
|
|
27662
28336
|
"declaringClrType": "System.Threading.ThreadPool",
|
|
27663
28337
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
27664
|
-
"isExtensionMethod": false
|
|
28338
|
+
"isExtensionMethod": false,
|
|
28339
|
+
"parameterModifiers": [
|
|
28340
|
+
{
|
|
28341
|
+
"index": 0,
|
|
28342
|
+
"modifier": "out"
|
|
28343
|
+
},
|
|
28344
|
+
{
|
|
28345
|
+
"index": 1,
|
|
28346
|
+
"modifier": "out"
|
|
28347
|
+
}
|
|
28348
|
+
]
|
|
27665
28349
|
},
|
|
27666
28350
|
{
|
|
27667
28351
|
"stableId": "System.Private.CoreLib:System.Threading.ThreadPool::SetMinThreads(System.Int32,System.Int32):System.Boolean",
|
|
@@ -27689,7 +28373,17 @@
|
|
|
27689
28373
|
"parameterCount": 2,
|
|
27690
28374
|
"declaringClrType": "System.Threading.ThreadPool",
|
|
27691
28375
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
27692
|
-
"isExtensionMethod": false
|
|
28376
|
+
"isExtensionMethod": false,
|
|
28377
|
+
"parameterModifiers": [
|
|
28378
|
+
{
|
|
28379
|
+
"index": 0,
|
|
28380
|
+
"modifier": "out"
|
|
28381
|
+
},
|
|
28382
|
+
{
|
|
28383
|
+
"index": 1,
|
|
28384
|
+
"modifier": "out"
|
|
28385
|
+
}
|
|
28386
|
+
]
|
|
27693
28387
|
},
|
|
27694
28388
|
{
|
|
27695
28389
|
"stableId": "System.Private.CoreLib:System.Threading.ThreadPool::GetAvailableThreads(System.Int32\u0026,System.Int32\u0026):System.Void",
|
|
@@ -27703,7 +28397,17 @@
|
|
|
27703
28397
|
"parameterCount": 2,
|
|
27704
28398
|
"declaringClrType": "System.Threading.ThreadPool",
|
|
27705
28399
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
27706
|
-
"isExtensionMethod": false
|
|
28400
|
+
"isExtensionMethod": false,
|
|
28401
|
+
"parameterModifiers": [
|
|
28402
|
+
{
|
|
28403
|
+
"index": 0,
|
|
28404
|
+
"modifier": "out"
|
|
28405
|
+
},
|
|
28406
|
+
{
|
|
28407
|
+
"index": 1,
|
|
28408
|
+
"modifier": "out"
|
|
28409
|
+
}
|
|
28410
|
+
]
|
|
27707
28411
|
},
|
|
27708
28412
|
{
|
|
27709
28413
|
"stableId": "System.Private.CoreLib:System.Threading.ThreadPool::UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):System.Boolean",
|
|
@@ -28248,7 +28952,13 @@
|
|
|
28248
28952
|
"parameterCount": 1,
|
|
28249
28953
|
"declaringClrType": "System.Threading.Volatile",
|
|
28250
28954
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28251
|
-
"isExtensionMethod": false
|
|
28955
|
+
"isExtensionMethod": false,
|
|
28956
|
+
"parameterModifiers": [
|
|
28957
|
+
{
|
|
28958
|
+
"index": 0,
|
|
28959
|
+
"modifier": "in"
|
|
28960
|
+
}
|
|
28961
|
+
]
|
|
28252
28962
|
},
|
|
28253
28963
|
{
|
|
28254
28964
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Boolean\u0026,System.Boolean):System.Void",
|
|
@@ -28262,7 +28972,13 @@
|
|
|
28262
28972
|
"parameterCount": 2,
|
|
28263
28973
|
"declaringClrType": "System.Threading.Volatile",
|
|
28264
28974
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28265
|
-
"isExtensionMethod": false
|
|
28975
|
+
"isExtensionMethod": false,
|
|
28976
|
+
"parameterModifiers": [
|
|
28977
|
+
{
|
|
28978
|
+
"index": 0,
|
|
28979
|
+
"modifier": "ref"
|
|
28980
|
+
}
|
|
28981
|
+
]
|
|
28266
28982
|
},
|
|
28267
28983
|
{
|
|
28268
28984
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Byte\u0026):System.Byte",
|
|
@@ -28276,7 +28992,13 @@
|
|
|
28276
28992
|
"parameterCount": 1,
|
|
28277
28993
|
"declaringClrType": "System.Threading.Volatile",
|
|
28278
28994
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28279
|
-
"isExtensionMethod": false
|
|
28995
|
+
"isExtensionMethod": false,
|
|
28996
|
+
"parameterModifiers": [
|
|
28997
|
+
{
|
|
28998
|
+
"index": 0,
|
|
28999
|
+
"modifier": "in"
|
|
29000
|
+
}
|
|
29001
|
+
]
|
|
28280
29002
|
},
|
|
28281
29003
|
{
|
|
28282
29004
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Byte\u0026,System.Byte):System.Void",
|
|
@@ -28290,7 +29012,13 @@
|
|
|
28290
29012
|
"parameterCount": 2,
|
|
28291
29013
|
"declaringClrType": "System.Threading.Volatile",
|
|
28292
29014
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28293
|
-
"isExtensionMethod": false
|
|
29015
|
+
"isExtensionMethod": false,
|
|
29016
|
+
"parameterModifiers": [
|
|
29017
|
+
{
|
|
29018
|
+
"index": 0,
|
|
29019
|
+
"modifier": "ref"
|
|
29020
|
+
}
|
|
29021
|
+
]
|
|
28294
29022
|
},
|
|
28295
29023
|
{
|
|
28296
29024
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Double\u0026):System.Double",
|
|
@@ -28304,7 +29032,13 @@
|
|
|
28304
29032
|
"parameterCount": 1,
|
|
28305
29033
|
"declaringClrType": "System.Threading.Volatile",
|
|
28306
29034
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28307
|
-
"isExtensionMethod": false
|
|
29035
|
+
"isExtensionMethod": false,
|
|
29036
|
+
"parameterModifiers": [
|
|
29037
|
+
{
|
|
29038
|
+
"index": 0,
|
|
29039
|
+
"modifier": "in"
|
|
29040
|
+
}
|
|
29041
|
+
]
|
|
28308
29042
|
},
|
|
28309
29043
|
{
|
|
28310
29044
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Double\u0026,System.Double):System.Void",
|
|
@@ -28318,7 +29052,13 @@
|
|
|
28318
29052
|
"parameterCount": 2,
|
|
28319
29053
|
"declaringClrType": "System.Threading.Volatile",
|
|
28320
29054
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28321
|
-
"isExtensionMethod": false
|
|
29055
|
+
"isExtensionMethod": false,
|
|
29056
|
+
"parameterModifiers": [
|
|
29057
|
+
{
|
|
29058
|
+
"index": 0,
|
|
29059
|
+
"modifier": "ref"
|
|
29060
|
+
}
|
|
29061
|
+
]
|
|
28322
29062
|
},
|
|
28323
29063
|
{
|
|
28324
29064
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Int16\u0026):System.Int16",
|
|
@@ -28332,7 +29072,13 @@
|
|
|
28332
29072
|
"parameterCount": 1,
|
|
28333
29073
|
"declaringClrType": "System.Threading.Volatile",
|
|
28334
29074
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28335
|
-
"isExtensionMethod": false
|
|
29075
|
+
"isExtensionMethod": false,
|
|
29076
|
+
"parameterModifiers": [
|
|
29077
|
+
{
|
|
29078
|
+
"index": 0,
|
|
29079
|
+
"modifier": "in"
|
|
29080
|
+
}
|
|
29081
|
+
]
|
|
28336
29082
|
},
|
|
28337
29083
|
{
|
|
28338
29084
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Int16\u0026,System.Int16):System.Void",
|
|
@@ -28346,7 +29092,13 @@
|
|
|
28346
29092
|
"parameterCount": 2,
|
|
28347
29093
|
"declaringClrType": "System.Threading.Volatile",
|
|
28348
29094
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28349
|
-
"isExtensionMethod": false
|
|
29095
|
+
"isExtensionMethod": false,
|
|
29096
|
+
"parameterModifiers": [
|
|
29097
|
+
{
|
|
29098
|
+
"index": 0,
|
|
29099
|
+
"modifier": "ref"
|
|
29100
|
+
}
|
|
29101
|
+
]
|
|
28350
29102
|
},
|
|
28351
29103
|
{
|
|
28352
29104
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Int32\u0026):System.Int32",
|
|
@@ -28360,7 +29112,13 @@
|
|
|
28360
29112
|
"parameterCount": 1,
|
|
28361
29113
|
"declaringClrType": "System.Threading.Volatile",
|
|
28362
29114
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28363
|
-
"isExtensionMethod": false
|
|
29115
|
+
"isExtensionMethod": false,
|
|
29116
|
+
"parameterModifiers": [
|
|
29117
|
+
{
|
|
29118
|
+
"index": 0,
|
|
29119
|
+
"modifier": "in"
|
|
29120
|
+
}
|
|
29121
|
+
]
|
|
28364
29122
|
},
|
|
28365
29123
|
{
|
|
28366
29124
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Int32\u0026,System.Int32):System.Void",
|
|
@@ -28374,7 +29132,13 @@
|
|
|
28374
29132
|
"parameterCount": 2,
|
|
28375
29133
|
"declaringClrType": "System.Threading.Volatile",
|
|
28376
29134
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28377
|
-
"isExtensionMethod": false
|
|
29135
|
+
"isExtensionMethod": false,
|
|
29136
|
+
"parameterModifiers": [
|
|
29137
|
+
{
|
|
29138
|
+
"index": 0,
|
|
29139
|
+
"modifier": "ref"
|
|
29140
|
+
}
|
|
29141
|
+
]
|
|
28378
29142
|
},
|
|
28379
29143
|
{
|
|
28380
29144
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Int64\u0026):System.Int64",
|
|
@@ -28388,7 +29152,13 @@
|
|
|
28388
29152
|
"parameterCount": 1,
|
|
28389
29153
|
"declaringClrType": "System.Threading.Volatile",
|
|
28390
29154
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28391
|
-
"isExtensionMethod": false
|
|
29155
|
+
"isExtensionMethod": false,
|
|
29156
|
+
"parameterModifiers": [
|
|
29157
|
+
{
|
|
29158
|
+
"index": 0,
|
|
29159
|
+
"modifier": "in"
|
|
29160
|
+
}
|
|
29161
|
+
]
|
|
28392
29162
|
},
|
|
28393
29163
|
{
|
|
28394
29164
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Int64\u0026,System.Int64):System.Void",
|
|
@@ -28402,7 +29172,13 @@
|
|
|
28402
29172
|
"parameterCount": 2,
|
|
28403
29173
|
"declaringClrType": "System.Threading.Volatile",
|
|
28404
29174
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28405
|
-
"isExtensionMethod": false
|
|
29175
|
+
"isExtensionMethod": false,
|
|
29176
|
+
"parameterModifiers": [
|
|
29177
|
+
{
|
|
29178
|
+
"index": 0,
|
|
29179
|
+
"modifier": "ref"
|
|
29180
|
+
}
|
|
29181
|
+
]
|
|
28406
29182
|
},
|
|
28407
29183
|
{
|
|
28408
29184
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.IntPtr\u0026):System.IntPtr",
|
|
@@ -28416,7 +29192,13 @@
|
|
|
28416
29192
|
"parameterCount": 1,
|
|
28417
29193
|
"declaringClrType": "System.Threading.Volatile",
|
|
28418
29194
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28419
|
-
"isExtensionMethod": false
|
|
29195
|
+
"isExtensionMethod": false,
|
|
29196
|
+
"parameterModifiers": [
|
|
29197
|
+
{
|
|
29198
|
+
"index": 0,
|
|
29199
|
+
"modifier": "in"
|
|
29200
|
+
}
|
|
29201
|
+
]
|
|
28420
29202
|
},
|
|
28421
29203
|
{
|
|
28422
29204
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.IntPtr\u0026,System.IntPtr):System.Void",
|
|
@@ -28430,7 +29212,13 @@
|
|
|
28430
29212
|
"parameterCount": 2,
|
|
28431
29213
|
"declaringClrType": "System.Threading.Volatile",
|
|
28432
29214
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28433
|
-
"isExtensionMethod": false
|
|
29215
|
+
"isExtensionMethod": false,
|
|
29216
|
+
"parameterModifiers": [
|
|
29217
|
+
{
|
|
29218
|
+
"index": 0,
|
|
29219
|
+
"modifier": "ref"
|
|
29220
|
+
}
|
|
29221
|
+
]
|
|
28434
29222
|
},
|
|
28435
29223
|
{
|
|
28436
29224
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.SByte\u0026):System.SByte",
|
|
@@ -28444,7 +29232,13 @@
|
|
|
28444
29232
|
"parameterCount": 1,
|
|
28445
29233
|
"declaringClrType": "System.Threading.Volatile",
|
|
28446
29234
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28447
|
-
"isExtensionMethod": false
|
|
29235
|
+
"isExtensionMethod": false,
|
|
29236
|
+
"parameterModifiers": [
|
|
29237
|
+
{
|
|
29238
|
+
"index": 0,
|
|
29239
|
+
"modifier": "in"
|
|
29240
|
+
}
|
|
29241
|
+
]
|
|
28448
29242
|
},
|
|
28449
29243
|
{
|
|
28450
29244
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.SByte\u0026,System.SByte):System.Void",
|
|
@@ -28458,7 +29252,13 @@
|
|
|
28458
29252
|
"parameterCount": 2,
|
|
28459
29253
|
"declaringClrType": "System.Threading.Volatile",
|
|
28460
29254
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28461
|
-
"isExtensionMethod": false
|
|
29255
|
+
"isExtensionMethod": false,
|
|
29256
|
+
"parameterModifiers": [
|
|
29257
|
+
{
|
|
29258
|
+
"index": 0,
|
|
29259
|
+
"modifier": "ref"
|
|
29260
|
+
}
|
|
29261
|
+
]
|
|
28462
29262
|
},
|
|
28463
29263
|
{
|
|
28464
29264
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Single\u0026):System.Single",
|
|
@@ -28472,7 +29272,13 @@
|
|
|
28472
29272
|
"parameterCount": 1,
|
|
28473
29273
|
"declaringClrType": "System.Threading.Volatile",
|
|
28474
29274
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28475
|
-
"isExtensionMethod": false
|
|
29275
|
+
"isExtensionMethod": false,
|
|
29276
|
+
"parameterModifiers": [
|
|
29277
|
+
{
|
|
29278
|
+
"index": 0,
|
|
29279
|
+
"modifier": "in"
|
|
29280
|
+
}
|
|
29281
|
+
]
|
|
28476
29282
|
},
|
|
28477
29283
|
{
|
|
28478
29284
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Single\u0026,System.Single):System.Void",
|
|
@@ -28486,7 +29292,13 @@
|
|
|
28486
29292
|
"parameterCount": 2,
|
|
28487
29293
|
"declaringClrType": "System.Threading.Volatile",
|
|
28488
29294
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28489
|
-
"isExtensionMethod": false
|
|
29295
|
+
"isExtensionMethod": false,
|
|
29296
|
+
"parameterModifiers": [
|
|
29297
|
+
{
|
|
29298
|
+
"index": 0,
|
|
29299
|
+
"modifier": "ref"
|
|
29300
|
+
}
|
|
29301
|
+
]
|
|
28490
29302
|
},
|
|
28491
29303
|
{
|
|
28492
29304
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.UInt16\u0026):System.UInt16",
|
|
@@ -28500,7 +29312,13 @@
|
|
|
28500
29312
|
"parameterCount": 1,
|
|
28501
29313
|
"declaringClrType": "System.Threading.Volatile",
|
|
28502
29314
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28503
|
-
"isExtensionMethod": false
|
|
29315
|
+
"isExtensionMethod": false,
|
|
29316
|
+
"parameterModifiers": [
|
|
29317
|
+
{
|
|
29318
|
+
"index": 0,
|
|
29319
|
+
"modifier": "in"
|
|
29320
|
+
}
|
|
29321
|
+
]
|
|
28504
29322
|
},
|
|
28505
29323
|
{
|
|
28506
29324
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.UInt16\u0026,System.UInt16):System.Void",
|
|
@@ -28514,7 +29332,13 @@
|
|
|
28514
29332
|
"parameterCount": 2,
|
|
28515
29333
|
"declaringClrType": "System.Threading.Volatile",
|
|
28516
29334
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28517
|
-
"isExtensionMethod": false
|
|
29335
|
+
"isExtensionMethod": false,
|
|
29336
|
+
"parameterModifiers": [
|
|
29337
|
+
{
|
|
29338
|
+
"index": 0,
|
|
29339
|
+
"modifier": "ref"
|
|
29340
|
+
}
|
|
29341
|
+
]
|
|
28518
29342
|
},
|
|
28519
29343
|
{
|
|
28520
29344
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.UInt32\u0026):System.UInt32",
|
|
@@ -28528,7 +29352,13 @@
|
|
|
28528
29352
|
"parameterCount": 1,
|
|
28529
29353
|
"declaringClrType": "System.Threading.Volatile",
|
|
28530
29354
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28531
|
-
"isExtensionMethod": false
|
|
29355
|
+
"isExtensionMethod": false,
|
|
29356
|
+
"parameterModifiers": [
|
|
29357
|
+
{
|
|
29358
|
+
"index": 0,
|
|
29359
|
+
"modifier": "in"
|
|
29360
|
+
}
|
|
29361
|
+
]
|
|
28532
29362
|
},
|
|
28533
29363
|
{
|
|
28534
29364
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.UInt32\u0026,System.UInt32):System.Void",
|
|
@@ -28542,7 +29372,13 @@
|
|
|
28542
29372
|
"parameterCount": 2,
|
|
28543
29373
|
"declaringClrType": "System.Threading.Volatile",
|
|
28544
29374
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28545
|
-
"isExtensionMethod": false
|
|
29375
|
+
"isExtensionMethod": false,
|
|
29376
|
+
"parameterModifiers": [
|
|
29377
|
+
{
|
|
29378
|
+
"index": 0,
|
|
29379
|
+
"modifier": "ref"
|
|
29380
|
+
}
|
|
29381
|
+
]
|
|
28546
29382
|
},
|
|
28547
29383
|
{
|
|
28548
29384
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.UInt64\u0026):System.UInt64",
|
|
@@ -28556,7 +29392,13 @@
|
|
|
28556
29392
|
"parameterCount": 1,
|
|
28557
29393
|
"declaringClrType": "System.Threading.Volatile",
|
|
28558
29394
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28559
|
-
"isExtensionMethod": false
|
|
29395
|
+
"isExtensionMethod": false,
|
|
29396
|
+
"parameterModifiers": [
|
|
29397
|
+
{
|
|
29398
|
+
"index": 0,
|
|
29399
|
+
"modifier": "in"
|
|
29400
|
+
}
|
|
29401
|
+
]
|
|
28560
29402
|
},
|
|
28561
29403
|
{
|
|
28562
29404
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.UInt64\u0026,System.UInt64):System.Void",
|
|
@@ -28570,7 +29412,13 @@
|
|
|
28570
29412
|
"parameterCount": 2,
|
|
28571
29413
|
"declaringClrType": "System.Threading.Volatile",
|
|
28572
29414
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28573
|
-
"isExtensionMethod": false
|
|
29415
|
+
"isExtensionMethod": false,
|
|
29416
|
+
"parameterModifiers": [
|
|
29417
|
+
{
|
|
29418
|
+
"index": 0,
|
|
29419
|
+
"modifier": "ref"
|
|
29420
|
+
}
|
|
29421
|
+
]
|
|
28574
29422
|
},
|
|
28575
29423
|
{
|
|
28576
29424
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.UIntPtr\u0026):System.UIntPtr",
|
|
@@ -28584,7 +29432,13 @@
|
|
|
28584
29432
|
"parameterCount": 1,
|
|
28585
29433
|
"declaringClrType": "System.Threading.Volatile",
|
|
28586
29434
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28587
|
-
"isExtensionMethod": false
|
|
29435
|
+
"isExtensionMethod": false,
|
|
29436
|
+
"parameterModifiers": [
|
|
29437
|
+
{
|
|
29438
|
+
"index": 0,
|
|
29439
|
+
"modifier": "in"
|
|
29440
|
+
}
|
|
29441
|
+
]
|
|
28588
29442
|
},
|
|
28589
29443
|
{
|
|
28590
29444
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.UIntPtr\u0026,System.UIntPtr):System.Void",
|
|
@@ -28598,7 +29452,13 @@
|
|
|
28598
29452
|
"parameterCount": 2,
|
|
28599
29453
|
"declaringClrType": "System.Threading.Volatile",
|
|
28600
29454
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28601
|
-
"isExtensionMethod": false
|
|
29455
|
+
"isExtensionMethod": false,
|
|
29456
|
+
"parameterModifiers": [
|
|
29457
|
+
{
|
|
29458
|
+
"index": 0,
|
|
29459
|
+
"modifier": "ref"
|
|
29460
|
+
}
|
|
29461
|
+
]
|
|
28602
29462
|
},
|
|
28603
29463
|
{
|
|
28604
29464
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(T\u0026):T",
|
|
@@ -28612,7 +29472,13 @@
|
|
|
28612
29472
|
"parameterCount": 1,
|
|
28613
29473
|
"declaringClrType": "System.Threading.Volatile",
|
|
28614
29474
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28615
|
-
"isExtensionMethod": false
|
|
29475
|
+
"isExtensionMethod": false,
|
|
29476
|
+
"parameterModifiers": [
|
|
29477
|
+
{
|
|
29478
|
+
"index": 0,
|
|
29479
|
+
"modifier": "in"
|
|
29480
|
+
}
|
|
29481
|
+
]
|
|
28616
29482
|
},
|
|
28617
29483
|
{
|
|
28618
29484
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(T\u0026,T):System.Void",
|
|
@@ -28626,7 +29492,13 @@
|
|
|
28626
29492
|
"parameterCount": 2,
|
|
28627
29493
|
"declaringClrType": "System.Threading.Volatile",
|
|
28628
29494
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
28629
|
-
"isExtensionMethod": false
|
|
29495
|
+
"isExtensionMethod": false,
|
|
29496
|
+
"parameterModifiers": [
|
|
29497
|
+
{
|
|
29498
|
+
"index": 0,
|
|
29499
|
+
"modifier": "ref"
|
|
29500
|
+
}
|
|
29501
|
+
]
|
|
28630
29502
|
},
|
|
28631
29503
|
{
|
|
28632
29504
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::ReadBarrier():System.Void",
|