@tsonic/dotnet 0.7.4 → 0.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +36 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +49 -74
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +332 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +21 -46
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +31 -56
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +3 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +0 -25
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +593 -618
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +141 -166
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +149 -174
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +0 -25
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -2023,7 +2023,13 @@
|
|
|
2023
2023
|
"isSealed": false,
|
|
2024
2024
|
"arity": 0,
|
|
2025
2025
|
"parameterCount": 1,
|
|
2026
|
-
"isExtensionMethod": false
|
|
2026
|
+
"isExtensionMethod": false,
|
|
2027
|
+
"parameterModifiers": [
|
|
2028
|
+
{
|
|
2029
|
+
"index": 0,
|
|
2030
|
+
"modifier": "ref"
|
|
2031
|
+
}
|
|
2032
|
+
]
|
|
2027
2033
|
},
|
|
2028
2034
|
{
|
|
2029
2035
|
"stableId": "System.Private.CoreLib:System.Threading.SpinLock::TryEnter(System.Boolean\u0026):System.Void",
|
|
@@ -2039,7 +2045,13 @@
|
|
|
2039
2045
|
"isSealed": false,
|
|
2040
2046
|
"arity": 0,
|
|
2041
2047
|
"parameterCount": 1,
|
|
2042
|
-
"isExtensionMethod": false
|
|
2048
|
+
"isExtensionMethod": false,
|
|
2049
|
+
"parameterModifiers": [
|
|
2050
|
+
{
|
|
2051
|
+
"index": 0,
|
|
2052
|
+
"modifier": "ref"
|
|
2053
|
+
}
|
|
2054
|
+
]
|
|
2043
2055
|
},
|
|
2044
2056
|
{
|
|
2045
2057
|
"stableId": "System.Private.CoreLib:System.Threading.SpinLock::TryEnter(System.TimeSpan,System.Boolean\u0026):System.Void",
|
|
@@ -2055,7 +2067,13 @@
|
|
|
2055
2067
|
"isSealed": false,
|
|
2056
2068
|
"arity": 0,
|
|
2057
2069
|
"parameterCount": 2,
|
|
2058
|
-
"isExtensionMethod": false
|
|
2070
|
+
"isExtensionMethod": false,
|
|
2071
|
+
"parameterModifiers": [
|
|
2072
|
+
{
|
|
2073
|
+
"index": 1,
|
|
2074
|
+
"modifier": "ref"
|
|
2075
|
+
}
|
|
2076
|
+
]
|
|
2059
2077
|
},
|
|
2060
2078
|
{
|
|
2061
2079
|
"stableId": "System.Private.CoreLib:System.Threading.SpinLock::TryEnter(System.Int32,System.Boolean\u0026):System.Void",
|
|
@@ -2071,7 +2089,13 @@
|
|
|
2071
2089
|
"isSealed": false,
|
|
2072
2090
|
"arity": 0,
|
|
2073
2091
|
"parameterCount": 2,
|
|
2074
|
-
"isExtensionMethod": false
|
|
2092
|
+
"isExtensionMethod": false,
|
|
2093
|
+
"parameterModifiers": [
|
|
2094
|
+
{
|
|
2095
|
+
"index": 1,
|
|
2096
|
+
"modifier": "ref"
|
|
2097
|
+
}
|
|
2098
|
+
]
|
|
2075
2099
|
},
|
|
2076
2100
|
{
|
|
2077
2101
|
"stableId": "System.Private.CoreLib:System.Threading.SpinLock::Exit():System.Void",
|
|
@@ -3630,7 +3654,13 @@
|
|
|
3630
3654
|
"isSealed": false,
|
|
3631
3655
|
"arity": 0,
|
|
3632
3656
|
"parameterCount": 3,
|
|
3633
|
-
"isExtensionMethod": false
|
|
3657
|
+
"isExtensionMethod": false,
|
|
3658
|
+
"parameterModifiers": [
|
|
3659
|
+
{
|
|
3660
|
+
"index": 2,
|
|
3661
|
+
"modifier": "out"
|
|
3662
|
+
}
|
|
3663
|
+
]
|
|
3634
3664
|
},
|
|
3635
3665
|
{
|
|
3636
3666
|
"stableId": "System.Private.CoreLib:System.Threading.EventWaitHandle::TryOpenExisting(System.String,System.Threading.EventWaitHandle\u0026):System.Boolean",
|
|
@@ -3646,7 +3676,13 @@
|
|
|
3646
3676
|
"isSealed": false,
|
|
3647
3677
|
"arity": 0,
|
|
3648
3678
|
"parameterCount": 2,
|
|
3649
|
-
"isExtensionMethod": false
|
|
3679
|
+
"isExtensionMethod": false,
|
|
3680
|
+
"parameterModifiers": [
|
|
3681
|
+
{
|
|
3682
|
+
"index": 1,
|
|
3683
|
+
"modifier": "out"
|
|
3684
|
+
}
|
|
3685
|
+
]
|
|
3650
3686
|
},
|
|
3651
3687
|
{
|
|
3652
3688
|
"stableId": "System.Private.CoreLib:System.Threading.EventWaitHandle::Reset():System.Boolean",
|
|
@@ -3736,12 +3772,24 @@
|
|
|
3736
3772
|
{
|
|
3737
3773
|
"normalizedSignature": "constructor|(System.Boolean,System.Threading.EventResetMode,System.String,System.Threading.NamedWaitHandleOptions,System.Boolean\u0026):void|static=false",
|
|
3738
3774
|
"isStatic": false,
|
|
3739
|
-
"parameterCount": 5
|
|
3775
|
+
"parameterCount": 5,
|
|
3776
|
+
"parameterModifiers": [
|
|
3777
|
+
{
|
|
3778
|
+
"index": 4,
|
|
3779
|
+
"modifier": "out"
|
|
3780
|
+
}
|
|
3781
|
+
]
|
|
3740
3782
|
},
|
|
3741
3783
|
{
|
|
3742
3784
|
"normalizedSignature": "constructor|(System.Boolean,System.Threading.EventResetMode,System.String,System.Boolean\u0026):void|static=false",
|
|
3743
3785
|
"isStatic": false,
|
|
3744
|
-
"parameterCount": 4
|
|
3786
|
+
"parameterCount": 4,
|
|
3787
|
+
"parameterModifiers": [
|
|
3788
|
+
{
|
|
3789
|
+
"index": 3,
|
|
3790
|
+
"modifier": "out"
|
|
3791
|
+
}
|
|
3792
|
+
]
|
|
3745
3793
|
}
|
|
3746
3794
|
]
|
|
3747
3795
|
},
|
|
@@ -4674,7 +4722,13 @@
|
|
|
4674
4722
|
"isSealed": false,
|
|
4675
4723
|
"arity": 0,
|
|
4676
4724
|
"parameterCount": 3,
|
|
4677
|
-
"isExtensionMethod": false
|
|
4725
|
+
"isExtensionMethod": false,
|
|
4726
|
+
"parameterModifiers": [
|
|
4727
|
+
{
|
|
4728
|
+
"index": 2,
|
|
4729
|
+
"modifier": "out"
|
|
4730
|
+
}
|
|
4731
|
+
]
|
|
4678
4732
|
},
|
|
4679
4733
|
{
|
|
4680
4734
|
"stableId": "System.Private.CoreLib:System.Threading.Mutex::TryOpenExisting(System.String,System.Threading.Mutex\u0026):System.Boolean",
|
|
@@ -4690,7 +4744,13 @@
|
|
|
4690
4744
|
"isSealed": false,
|
|
4691
4745
|
"arity": 0,
|
|
4692
4746
|
"parameterCount": 2,
|
|
4693
|
-
"isExtensionMethod": false
|
|
4747
|
+
"isExtensionMethod": false,
|
|
4748
|
+
"parameterModifiers": [
|
|
4749
|
+
{
|
|
4750
|
+
"index": 1,
|
|
4751
|
+
"modifier": "out"
|
|
4752
|
+
}
|
|
4753
|
+
]
|
|
4694
4754
|
},
|
|
4695
4755
|
{
|
|
4696
4756
|
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
@@ -4733,12 +4793,24 @@
|
|
|
4733
4793
|
{
|
|
4734
4794
|
"normalizedSignature": "constructor|(System.Boolean,System.String,System.Threading.NamedWaitHandleOptions,System.Boolean\u0026):void|static=false",
|
|
4735
4795
|
"isStatic": false,
|
|
4736
|
-
"parameterCount": 4
|
|
4796
|
+
"parameterCount": 4,
|
|
4797
|
+
"parameterModifiers": [
|
|
4798
|
+
{
|
|
4799
|
+
"index": 3,
|
|
4800
|
+
"modifier": "out"
|
|
4801
|
+
}
|
|
4802
|
+
]
|
|
4737
4803
|
},
|
|
4738
4804
|
{
|
|
4739
4805
|
"normalizedSignature": "constructor|(System.Boolean,System.String,System.Boolean\u0026):void|static=false",
|
|
4740
4806
|
"isStatic": false,
|
|
4741
|
-
"parameterCount": 3
|
|
4807
|
+
"parameterCount": 3,
|
|
4808
|
+
"parameterModifiers": [
|
|
4809
|
+
{
|
|
4810
|
+
"index": 2,
|
|
4811
|
+
"modifier": "out"
|
|
4812
|
+
}
|
|
4813
|
+
]
|
|
4742
4814
|
},
|
|
4743
4815
|
{
|
|
4744
4816
|
"normalizedSignature": "constructor|(System.Boolean,System.String,System.Threading.NamedWaitHandleOptions):void|static=false",
|
|
@@ -5306,7 +5378,13 @@
|
|
|
5306
5378
|
"isSealed": false,
|
|
5307
5379
|
"arity": 0,
|
|
5308
5380
|
"parameterCount": 1,
|
|
5309
|
-
"isExtensionMethod": false
|
|
5381
|
+
"isExtensionMethod": false,
|
|
5382
|
+
"parameterModifiers": [
|
|
5383
|
+
{
|
|
5384
|
+
"index": 0,
|
|
5385
|
+
"modifier": "ref"
|
|
5386
|
+
}
|
|
5387
|
+
]
|
|
5310
5388
|
},
|
|
5311
5389
|
{
|
|
5312
5390
|
"stableId": "System.Threading:System.Threading.ReaderWriterLock::ReleaseLock():System.Threading.LockCookie",
|
|
@@ -5338,7 +5416,13 @@
|
|
|
5338
5416
|
"isSealed": false,
|
|
5339
5417
|
"arity": 0,
|
|
5340
5418
|
"parameterCount": 1,
|
|
5341
|
-
"isExtensionMethod": false
|
|
5419
|
+
"isExtensionMethod": false,
|
|
5420
|
+
"parameterModifiers": [
|
|
5421
|
+
{
|
|
5422
|
+
"index": 0,
|
|
5423
|
+
"modifier": "ref"
|
|
5424
|
+
}
|
|
5425
|
+
]
|
|
5342
5426
|
}
|
|
5343
5427
|
],
|
|
5344
5428
|
"properties": [
|
|
@@ -5907,7 +5991,13 @@
|
|
|
5907
5991
|
"isSealed": false,
|
|
5908
5992
|
"arity": 0,
|
|
5909
5993
|
"parameterCount": 3,
|
|
5910
|
-
"isExtensionMethod": false
|
|
5994
|
+
"isExtensionMethod": false,
|
|
5995
|
+
"parameterModifiers": [
|
|
5996
|
+
{
|
|
5997
|
+
"index": 2,
|
|
5998
|
+
"modifier": "out"
|
|
5999
|
+
}
|
|
6000
|
+
]
|
|
5911
6001
|
},
|
|
5912
6002
|
{
|
|
5913
6003
|
"stableId": "System.Private.CoreLib:System.Threading.Semaphore::TryOpenExisting(System.String,System.Threading.Semaphore\u0026):System.Boolean",
|
|
@@ -5923,7 +6013,13 @@
|
|
|
5923
6013
|
"isSealed": false,
|
|
5924
6014
|
"arity": 0,
|
|
5925
6015
|
"parameterCount": 2,
|
|
5926
|
-
"isExtensionMethod": false
|
|
6016
|
+
"isExtensionMethod": false,
|
|
6017
|
+
"parameterModifiers": [
|
|
6018
|
+
{
|
|
6019
|
+
"index": 1,
|
|
6020
|
+
"modifier": "out"
|
|
6021
|
+
}
|
|
6022
|
+
]
|
|
5927
6023
|
},
|
|
5928
6024
|
{
|
|
5929
6025
|
"stableId": "System.Private.CoreLib:System.Threading.Semaphore::Release():System.Int32",
|
|
@@ -6013,12 +6109,24 @@
|
|
|
6013
6109
|
{
|
|
6014
6110
|
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.String,System.Threading.NamedWaitHandleOptions,System.Boolean\u0026):void|static=false",
|
|
6015
6111
|
"isStatic": false,
|
|
6016
|
-
"parameterCount": 5
|
|
6112
|
+
"parameterCount": 5,
|
|
6113
|
+
"parameterModifiers": [
|
|
6114
|
+
{
|
|
6115
|
+
"index": 4,
|
|
6116
|
+
"modifier": "out"
|
|
6117
|
+
}
|
|
6118
|
+
]
|
|
6017
6119
|
},
|
|
6018
6120
|
{
|
|
6019
6121
|
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.String,System.Boolean\u0026):void|static=false",
|
|
6020
6122
|
"isStatic": false,
|
|
6021
|
-
"parameterCount": 4
|
|
6123
|
+
"parameterCount": 4,
|
|
6124
|
+
"parameterModifiers": [
|
|
6125
|
+
{
|
|
6126
|
+
"index": 3,
|
|
6127
|
+
"modifier": "out"
|
|
6128
|
+
}
|
|
6129
|
+
]
|
|
6022
6130
|
}
|
|
6023
6131
|
]
|
|
6024
6132
|
},
|
|
@@ -7254,7 +7362,13 @@
|
|
|
7254
7362
|
"isSealed": false,
|
|
7255
7363
|
"arity": 0,
|
|
7256
7364
|
"parameterCount": 1,
|
|
7257
|
-
"isExtensionMethod": false
|
|
7365
|
+
"isExtensionMethod": false,
|
|
7366
|
+
"parameterModifiers": [
|
|
7367
|
+
{
|
|
7368
|
+
"index": 0,
|
|
7369
|
+
"modifier": "ref"
|
|
7370
|
+
}
|
|
7371
|
+
]
|
|
7258
7372
|
},
|
|
7259
7373
|
{
|
|
7260
7374
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Double\u0026):System.Double",
|
|
@@ -7270,7 +7384,13 @@
|
|
|
7270
7384
|
"isSealed": false,
|
|
7271
7385
|
"arity": 0,
|
|
7272
7386
|
"parameterCount": 1,
|
|
7273
|
-
"isExtensionMethod": false
|
|
7387
|
+
"isExtensionMethod": false,
|
|
7388
|
+
"parameterModifiers": [
|
|
7389
|
+
{
|
|
7390
|
+
"index": 0,
|
|
7391
|
+
"modifier": "ref"
|
|
7392
|
+
}
|
|
7393
|
+
]
|
|
7274
7394
|
},
|
|
7275
7395
|
{
|
|
7276
7396
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Int16\u0026):System.Int16",
|
|
@@ -7286,7 +7406,13 @@
|
|
|
7286
7406
|
"isSealed": false,
|
|
7287
7407
|
"arity": 0,
|
|
7288
7408
|
"parameterCount": 1,
|
|
7289
|
-
"isExtensionMethod": false
|
|
7409
|
+
"isExtensionMethod": false,
|
|
7410
|
+
"parameterModifiers": [
|
|
7411
|
+
{
|
|
7412
|
+
"index": 0,
|
|
7413
|
+
"modifier": "ref"
|
|
7414
|
+
}
|
|
7415
|
+
]
|
|
7290
7416
|
},
|
|
7291
7417
|
{
|
|
7292
7418
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Int32\u0026):System.Int32",
|
|
@@ -7302,7 +7428,13 @@
|
|
|
7302
7428
|
"isSealed": false,
|
|
7303
7429
|
"arity": 0,
|
|
7304
7430
|
"parameterCount": 1,
|
|
7305
|
-
"isExtensionMethod": false
|
|
7431
|
+
"isExtensionMethod": false,
|
|
7432
|
+
"parameterModifiers": [
|
|
7433
|
+
{
|
|
7434
|
+
"index": 0,
|
|
7435
|
+
"modifier": "ref"
|
|
7436
|
+
}
|
|
7437
|
+
]
|
|
7306
7438
|
},
|
|
7307
7439
|
{
|
|
7308
7440
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Int64\u0026):System.Int64",
|
|
@@ -7318,7 +7450,13 @@
|
|
|
7318
7450
|
"isSealed": false,
|
|
7319
7451
|
"arity": 0,
|
|
7320
7452
|
"parameterCount": 1,
|
|
7321
|
-
"isExtensionMethod": false
|
|
7453
|
+
"isExtensionMethod": false,
|
|
7454
|
+
"parameterModifiers": [
|
|
7455
|
+
{
|
|
7456
|
+
"index": 0,
|
|
7457
|
+
"modifier": "ref"
|
|
7458
|
+
}
|
|
7459
|
+
]
|
|
7322
7460
|
},
|
|
7323
7461
|
{
|
|
7324
7462
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.IntPtr\u0026):System.IntPtr",
|
|
@@ -7334,7 +7472,13 @@
|
|
|
7334
7472
|
"isSealed": false,
|
|
7335
7473
|
"arity": 0,
|
|
7336
7474
|
"parameterCount": 1,
|
|
7337
|
-
"isExtensionMethod": false
|
|
7475
|
+
"isExtensionMethod": false,
|
|
7476
|
+
"parameterModifiers": [
|
|
7477
|
+
{
|
|
7478
|
+
"index": 0,
|
|
7479
|
+
"modifier": "ref"
|
|
7480
|
+
}
|
|
7481
|
+
]
|
|
7338
7482
|
},
|
|
7339
7483
|
{
|
|
7340
7484
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Object\u0026):System.Object",
|
|
@@ -7350,7 +7494,13 @@
|
|
|
7350
7494
|
"isSealed": false,
|
|
7351
7495
|
"arity": 0,
|
|
7352
7496
|
"parameterCount": 1,
|
|
7353
|
-
"isExtensionMethod": false
|
|
7497
|
+
"isExtensionMethod": false,
|
|
7498
|
+
"parameterModifiers": [
|
|
7499
|
+
{
|
|
7500
|
+
"index": 0,
|
|
7501
|
+
"modifier": "ref"
|
|
7502
|
+
}
|
|
7503
|
+
]
|
|
7354
7504
|
},
|
|
7355
7505
|
{
|
|
7356
7506
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.SByte\u0026):System.SByte",
|
|
@@ -7366,7 +7516,13 @@
|
|
|
7366
7516
|
"isSealed": false,
|
|
7367
7517
|
"arity": 0,
|
|
7368
7518
|
"parameterCount": 1,
|
|
7369
|
-
"isExtensionMethod": false
|
|
7519
|
+
"isExtensionMethod": false,
|
|
7520
|
+
"parameterModifiers": [
|
|
7521
|
+
{
|
|
7522
|
+
"index": 0,
|
|
7523
|
+
"modifier": "ref"
|
|
7524
|
+
}
|
|
7525
|
+
]
|
|
7370
7526
|
},
|
|
7371
7527
|
{
|
|
7372
7528
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.Single\u0026):System.Single",
|
|
@@ -7382,7 +7538,13 @@
|
|
|
7382
7538
|
"isSealed": false,
|
|
7383
7539
|
"arity": 0,
|
|
7384
7540
|
"parameterCount": 1,
|
|
7385
|
-
"isExtensionMethod": false
|
|
7541
|
+
"isExtensionMethod": false,
|
|
7542
|
+
"parameterModifiers": [
|
|
7543
|
+
{
|
|
7544
|
+
"index": 0,
|
|
7545
|
+
"modifier": "ref"
|
|
7546
|
+
}
|
|
7547
|
+
]
|
|
7386
7548
|
},
|
|
7387
7549
|
{
|
|
7388
7550
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.UInt16\u0026):System.UInt16",
|
|
@@ -7398,7 +7560,13 @@
|
|
|
7398
7560
|
"isSealed": false,
|
|
7399
7561
|
"arity": 0,
|
|
7400
7562
|
"parameterCount": 1,
|
|
7401
|
-
"isExtensionMethod": false
|
|
7563
|
+
"isExtensionMethod": false,
|
|
7564
|
+
"parameterModifiers": [
|
|
7565
|
+
{
|
|
7566
|
+
"index": 0,
|
|
7567
|
+
"modifier": "ref"
|
|
7568
|
+
}
|
|
7569
|
+
]
|
|
7402
7570
|
},
|
|
7403
7571
|
{
|
|
7404
7572
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.UInt32\u0026):System.UInt32",
|
|
@@ -7414,7 +7582,13 @@
|
|
|
7414
7582
|
"isSealed": false,
|
|
7415
7583
|
"arity": 0,
|
|
7416
7584
|
"parameterCount": 1,
|
|
7417
|
-
"isExtensionMethod": false
|
|
7585
|
+
"isExtensionMethod": false,
|
|
7586
|
+
"parameterModifiers": [
|
|
7587
|
+
{
|
|
7588
|
+
"index": 0,
|
|
7589
|
+
"modifier": "ref"
|
|
7590
|
+
}
|
|
7591
|
+
]
|
|
7418
7592
|
},
|
|
7419
7593
|
{
|
|
7420
7594
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.UInt64\u0026):System.UInt64",
|
|
@@ -7430,7 +7604,13 @@
|
|
|
7430
7604
|
"isSealed": false,
|
|
7431
7605
|
"arity": 0,
|
|
7432
7606
|
"parameterCount": 1,
|
|
7433
|
-
"isExtensionMethod": false
|
|
7607
|
+
"isExtensionMethod": false,
|
|
7608
|
+
"parameterModifiers": [
|
|
7609
|
+
{
|
|
7610
|
+
"index": 0,
|
|
7611
|
+
"modifier": "ref"
|
|
7612
|
+
}
|
|
7613
|
+
]
|
|
7434
7614
|
},
|
|
7435
7615
|
{
|
|
7436
7616
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileRead(System.UIntPtr\u0026):System.UIntPtr",
|
|
@@ -7446,7 +7626,13 @@
|
|
|
7446
7626
|
"isSealed": false,
|
|
7447
7627
|
"arity": 0,
|
|
7448
7628
|
"parameterCount": 1,
|
|
7449
|
-
"isExtensionMethod": false
|
|
7629
|
+
"isExtensionMethod": false,
|
|
7630
|
+
"parameterModifiers": [
|
|
7631
|
+
{
|
|
7632
|
+
"index": 0,
|
|
7633
|
+
"modifier": "ref"
|
|
7634
|
+
}
|
|
7635
|
+
]
|
|
7450
7636
|
},
|
|
7451
7637
|
{
|
|
7452
7638
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Byte\u0026,System.Byte):System.Void",
|
|
@@ -7462,7 +7648,13 @@
|
|
|
7462
7648
|
"isSealed": false,
|
|
7463
7649
|
"arity": 0,
|
|
7464
7650
|
"parameterCount": 2,
|
|
7465
|
-
"isExtensionMethod": false
|
|
7651
|
+
"isExtensionMethod": false,
|
|
7652
|
+
"parameterModifiers": [
|
|
7653
|
+
{
|
|
7654
|
+
"index": 0,
|
|
7655
|
+
"modifier": "ref"
|
|
7656
|
+
}
|
|
7657
|
+
]
|
|
7466
7658
|
},
|
|
7467
7659
|
{
|
|
7468
7660
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Double\u0026,System.Double):System.Void",
|
|
@@ -7478,7 +7670,13 @@
|
|
|
7478
7670
|
"isSealed": false,
|
|
7479
7671
|
"arity": 0,
|
|
7480
7672
|
"parameterCount": 2,
|
|
7481
|
-
"isExtensionMethod": false
|
|
7673
|
+
"isExtensionMethod": false,
|
|
7674
|
+
"parameterModifiers": [
|
|
7675
|
+
{
|
|
7676
|
+
"index": 0,
|
|
7677
|
+
"modifier": "ref"
|
|
7678
|
+
}
|
|
7679
|
+
]
|
|
7482
7680
|
},
|
|
7483
7681
|
{
|
|
7484
7682
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Int16\u0026,System.Int16):System.Void",
|
|
@@ -7494,7 +7692,13 @@
|
|
|
7494
7692
|
"isSealed": false,
|
|
7495
7693
|
"arity": 0,
|
|
7496
7694
|
"parameterCount": 2,
|
|
7497
|
-
"isExtensionMethod": false
|
|
7695
|
+
"isExtensionMethod": false,
|
|
7696
|
+
"parameterModifiers": [
|
|
7697
|
+
{
|
|
7698
|
+
"index": 0,
|
|
7699
|
+
"modifier": "ref"
|
|
7700
|
+
}
|
|
7701
|
+
]
|
|
7498
7702
|
},
|
|
7499
7703
|
{
|
|
7500
7704
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Int32\u0026,System.Int32):System.Void",
|
|
@@ -7510,7 +7714,13 @@
|
|
|
7510
7714
|
"isSealed": false,
|
|
7511
7715
|
"arity": 0,
|
|
7512
7716
|
"parameterCount": 2,
|
|
7513
|
-
"isExtensionMethod": false
|
|
7717
|
+
"isExtensionMethod": false,
|
|
7718
|
+
"parameterModifiers": [
|
|
7719
|
+
{
|
|
7720
|
+
"index": 0,
|
|
7721
|
+
"modifier": "ref"
|
|
7722
|
+
}
|
|
7723
|
+
]
|
|
7514
7724
|
},
|
|
7515
7725
|
{
|
|
7516
7726
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Int64\u0026,System.Int64):System.Void",
|
|
@@ -7526,7 +7736,13 @@
|
|
|
7526
7736
|
"isSealed": false,
|
|
7527
7737
|
"arity": 0,
|
|
7528
7738
|
"parameterCount": 2,
|
|
7529
|
-
"isExtensionMethod": false
|
|
7739
|
+
"isExtensionMethod": false,
|
|
7740
|
+
"parameterModifiers": [
|
|
7741
|
+
{
|
|
7742
|
+
"index": 0,
|
|
7743
|
+
"modifier": "ref"
|
|
7744
|
+
}
|
|
7745
|
+
]
|
|
7530
7746
|
},
|
|
7531
7747
|
{
|
|
7532
7748
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.IntPtr\u0026,System.IntPtr):System.Void",
|
|
@@ -7542,7 +7758,13 @@
|
|
|
7542
7758
|
"isSealed": false,
|
|
7543
7759
|
"arity": 0,
|
|
7544
7760
|
"parameterCount": 2,
|
|
7545
|
-
"isExtensionMethod": false
|
|
7761
|
+
"isExtensionMethod": false,
|
|
7762
|
+
"parameterModifiers": [
|
|
7763
|
+
{
|
|
7764
|
+
"index": 0,
|
|
7765
|
+
"modifier": "ref"
|
|
7766
|
+
}
|
|
7767
|
+
]
|
|
7546
7768
|
},
|
|
7547
7769
|
{
|
|
7548
7770
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Object\u0026,System.Object):System.Void",
|
|
@@ -7558,7 +7780,13 @@
|
|
|
7558
7780
|
"isSealed": false,
|
|
7559
7781
|
"arity": 0,
|
|
7560
7782
|
"parameterCount": 2,
|
|
7561
|
-
"isExtensionMethod": false
|
|
7783
|
+
"isExtensionMethod": false,
|
|
7784
|
+
"parameterModifiers": [
|
|
7785
|
+
{
|
|
7786
|
+
"index": 0,
|
|
7787
|
+
"modifier": "ref"
|
|
7788
|
+
}
|
|
7789
|
+
]
|
|
7562
7790
|
},
|
|
7563
7791
|
{
|
|
7564
7792
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.SByte\u0026,System.SByte):System.Void",
|
|
@@ -7574,7 +7802,13 @@
|
|
|
7574
7802
|
"isSealed": false,
|
|
7575
7803
|
"arity": 0,
|
|
7576
7804
|
"parameterCount": 2,
|
|
7577
|
-
"isExtensionMethod": false
|
|
7805
|
+
"isExtensionMethod": false,
|
|
7806
|
+
"parameterModifiers": [
|
|
7807
|
+
{
|
|
7808
|
+
"index": 0,
|
|
7809
|
+
"modifier": "ref"
|
|
7810
|
+
}
|
|
7811
|
+
]
|
|
7578
7812
|
},
|
|
7579
7813
|
{
|
|
7580
7814
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.Single\u0026,System.Single):System.Void",
|
|
@@ -7590,7 +7824,13 @@
|
|
|
7590
7824
|
"isSealed": false,
|
|
7591
7825
|
"arity": 0,
|
|
7592
7826
|
"parameterCount": 2,
|
|
7593
|
-
"isExtensionMethod": false
|
|
7827
|
+
"isExtensionMethod": false,
|
|
7828
|
+
"parameterModifiers": [
|
|
7829
|
+
{
|
|
7830
|
+
"index": 0,
|
|
7831
|
+
"modifier": "ref"
|
|
7832
|
+
}
|
|
7833
|
+
]
|
|
7594
7834
|
},
|
|
7595
7835
|
{
|
|
7596
7836
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.UInt16\u0026,System.UInt16):System.Void",
|
|
@@ -7606,7 +7846,13 @@
|
|
|
7606
7846
|
"isSealed": false,
|
|
7607
7847
|
"arity": 0,
|
|
7608
7848
|
"parameterCount": 2,
|
|
7609
|
-
"isExtensionMethod": false
|
|
7849
|
+
"isExtensionMethod": false,
|
|
7850
|
+
"parameterModifiers": [
|
|
7851
|
+
{
|
|
7852
|
+
"index": 0,
|
|
7853
|
+
"modifier": "ref"
|
|
7854
|
+
}
|
|
7855
|
+
]
|
|
7610
7856
|
},
|
|
7611
7857
|
{
|
|
7612
7858
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.UInt32\u0026,System.UInt32):System.Void",
|
|
@@ -7622,7 +7868,13 @@
|
|
|
7622
7868
|
"isSealed": false,
|
|
7623
7869
|
"arity": 0,
|
|
7624
7870
|
"parameterCount": 2,
|
|
7625
|
-
"isExtensionMethod": false
|
|
7871
|
+
"isExtensionMethod": false,
|
|
7872
|
+
"parameterModifiers": [
|
|
7873
|
+
{
|
|
7874
|
+
"index": 0,
|
|
7875
|
+
"modifier": "ref"
|
|
7876
|
+
}
|
|
7877
|
+
]
|
|
7626
7878
|
},
|
|
7627
7879
|
{
|
|
7628
7880
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.UInt64\u0026,System.UInt64):System.Void",
|
|
@@ -7638,7 +7890,13 @@
|
|
|
7638
7890
|
"isSealed": false,
|
|
7639
7891
|
"arity": 0,
|
|
7640
7892
|
"parameterCount": 2,
|
|
7641
|
-
"isExtensionMethod": false
|
|
7893
|
+
"isExtensionMethod": false,
|
|
7894
|
+
"parameterModifiers": [
|
|
7895
|
+
{
|
|
7896
|
+
"index": 0,
|
|
7897
|
+
"modifier": "ref"
|
|
7898
|
+
}
|
|
7899
|
+
]
|
|
7642
7900
|
},
|
|
7643
7901
|
{
|
|
7644
7902
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::VolatileWrite(System.UIntPtr\u0026,System.UIntPtr):System.Void",
|
|
@@ -7654,7 +7912,13 @@
|
|
|
7654
7912
|
"isSealed": false,
|
|
7655
7913
|
"arity": 0,
|
|
7656
7914
|
"parameterCount": 2,
|
|
7657
|
-
"isExtensionMethod": false
|
|
7915
|
+
"isExtensionMethod": false,
|
|
7916
|
+
"parameterModifiers": [
|
|
7917
|
+
{
|
|
7918
|
+
"index": 0,
|
|
7919
|
+
"modifier": "ref"
|
|
7920
|
+
}
|
|
7921
|
+
]
|
|
7658
7922
|
},
|
|
7659
7923
|
{
|
|
7660
7924
|
"stableId": "System.Private.CoreLib:System.Threading.Thread::GetCurrentProcessorId():System.Int32",
|
|
@@ -9184,7 +9448,13 @@
|
|
|
9184
9448
|
"isSealed": false,
|
|
9185
9449
|
"arity": 0,
|
|
9186
9450
|
"parameterCount": 5,
|
|
9187
|
-
"isExtensionMethod": false
|
|
9451
|
+
"isExtensionMethod": false,
|
|
9452
|
+
"parameterModifiers": [
|
|
9453
|
+
{
|
|
9454
|
+
"index": 3,
|
|
9455
|
+
"modifier": "out"
|
|
9456
|
+
}
|
|
9457
|
+
]
|
|
9188
9458
|
},
|
|
9189
9459
|
{
|
|
9190
9460
|
"stableId": "System.Threading.AccessControl:System.Threading.EventWaitHandleAcl::OpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights):System.Threading.EventWaitHandle",
|
|
@@ -9216,7 +9486,13 @@
|
|
|
9216
9486
|
"isSealed": false,
|
|
9217
9487
|
"arity": 0,
|
|
9218
9488
|
"parameterCount": 3,
|
|
9219
|
-
"isExtensionMethod": false
|
|
9489
|
+
"isExtensionMethod": false,
|
|
9490
|
+
"parameterModifiers": [
|
|
9491
|
+
{
|
|
9492
|
+
"index": 2,
|
|
9493
|
+
"modifier": "out"
|
|
9494
|
+
}
|
|
9495
|
+
]
|
|
9220
9496
|
}
|
|
9221
9497
|
],
|
|
9222
9498
|
"properties": [],
|
|
@@ -9249,7 +9525,13 @@
|
|
|
9249
9525
|
"isSealed": false,
|
|
9250
9526
|
"arity": 0,
|
|
9251
9527
|
"parameterCount": 1,
|
|
9252
|
-
"isExtensionMethod": false
|
|
9528
|
+
"isExtensionMethod": false,
|
|
9529
|
+
"parameterModifiers": [
|
|
9530
|
+
{
|
|
9531
|
+
"index": 0,
|
|
9532
|
+
"modifier": "ref"
|
|
9533
|
+
}
|
|
9534
|
+
]
|
|
9253
9535
|
},
|
|
9254
9536
|
{
|
|
9255
9537
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Increment(System.Int64\u0026):System.Int64",
|
|
@@ -9265,7 +9547,13 @@
|
|
|
9265
9547
|
"isSealed": false,
|
|
9266
9548
|
"arity": 0,
|
|
9267
9549
|
"parameterCount": 1,
|
|
9268
|
-
"isExtensionMethod": false
|
|
9550
|
+
"isExtensionMethod": false,
|
|
9551
|
+
"parameterModifiers": [
|
|
9552
|
+
{
|
|
9553
|
+
"index": 0,
|
|
9554
|
+
"modifier": "ref"
|
|
9555
|
+
}
|
|
9556
|
+
]
|
|
9269
9557
|
},
|
|
9270
9558
|
{
|
|
9271
9559
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Decrement(System.Int32\u0026):System.Int32",
|
|
@@ -9281,7 +9569,13 @@
|
|
|
9281
9569
|
"isSealed": false,
|
|
9282
9570
|
"arity": 0,
|
|
9283
9571
|
"parameterCount": 1,
|
|
9284
|
-
"isExtensionMethod": false
|
|
9572
|
+
"isExtensionMethod": false,
|
|
9573
|
+
"parameterModifiers": [
|
|
9574
|
+
{
|
|
9575
|
+
"index": 0,
|
|
9576
|
+
"modifier": "ref"
|
|
9577
|
+
}
|
|
9578
|
+
]
|
|
9285
9579
|
},
|
|
9286
9580
|
{
|
|
9287
9581
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Decrement(System.Int64\u0026):System.Int64",
|
|
@@ -9297,7 +9591,13 @@
|
|
|
9297
9591
|
"isSealed": false,
|
|
9298
9592
|
"arity": 0,
|
|
9299
9593
|
"parameterCount": 1,
|
|
9300
|
-
"isExtensionMethod": false
|
|
9594
|
+
"isExtensionMethod": false,
|
|
9595
|
+
"parameterModifiers": [
|
|
9596
|
+
{
|
|
9597
|
+
"index": 0,
|
|
9598
|
+
"modifier": "ref"
|
|
9599
|
+
}
|
|
9600
|
+
]
|
|
9301
9601
|
},
|
|
9302
9602
|
{
|
|
9303
9603
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Int32\u0026,System.Int32):System.Int32",
|
|
@@ -9313,7 +9613,13 @@
|
|
|
9313
9613
|
"isSealed": false,
|
|
9314
9614
|
"arity": 0,
|
|
9315
9615
|
"parameterCount": 2,
|
|
9316
|
-
"isExtensionMethod": false
|
|
9616
|
+
"isExtensionMethod": false,
|
|
9617
|
+
"parameterModifiers": [
|
|
9618
|
+
{
|
|
9619
|
+
"index": 0,
|
|
9620
|
+
"modifier": "ref"
|
|
9621
|
+
}
|
|
9622
|
+
]
|
|
9317
9623
|
},
|
|
9318
9624
|
{
|
|
9319
9625
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Int64\u0026,System.Int64):System.Int64",
|
|
@@ -9329,7 +9635,13 @@
|
|
|
9329
9635
|
"isSealed": false,
|
|
9330
9636
|
"arity": 0,
|
|
9331
9637
|
"parameterCount": 2,
|
|
9332
|
-
"isExtensionMethod": false
|
|
9638
|
+
"isExtensionMethod": false,
|
|
9639
|
+
"parameterModifiers": [
|
|
9640
|
+
{
|
|
9641
|
+
"index": 0,
|
|
9642
|
+
"modifier": "ref"
|
|
9643
|
+
}
|
|
9644
|
+
]
|
|
9333
9645
|
},
|
|
9334
9646
|
{
|
|
9335
9647
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Object\u0026,System.Object):System.Object",
|
|
@@ -9345,7 +9657,13 @@
|
|
|
9345
9657
|
"isSealed": false,
|
|
9346
9658
|
"arity": 0,
|
|
9347
9659
|
"parameterCount": 2,
|
|
9348
|
-
"isExtensionMethod": false
|
|
9660
|
+
"isExtensionMethod": false,
|
|
9661
|
+
"parameterModifiers": [
|
|
9662
|
+
{
|
|
9663
|
+
"index": 0,
|
|
9664
|
+
"modifier": "ref"
|
|
9665
|
+
}
|
|
9666
|
+
]
|
|
9349
9667
|
},
|
|
9350
9668
|
{
|
|
9351
9669
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Int32\u0026,System.Int32,System.Int32):System.Int32",
|
|
@@ -9361,7 +9679,13 @@
|
|
|
9361
9679
|
"isSealed": false,
|
|
9362
9680
|
"arity": 0,
|
|
9363
9681
|
"parameterCount": 3,
|
|
9364
|
-
"isExtensionMethod": false
|
|
9682
|
+
"isExtensionMethod": false,
|
|
9683
|
+
"parameterModifiers": [
|
|
9684
|
+
{
|
|
9685
|
+
"index": 0,
|
|
9686
|
+
"modifier": "ref"
|
|
9687
|
+
}
|
|
9688
|
+
]
|
|
9365
9689
|
},
|
|
9366
9690
|
{
|
|
9367
9691
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Int64\u0026,System.Int64,System.Int64):System.Int64",
|
|
@@ -9377,7 +9701,13 @@
|
|
|
9377
9701
|
"isSealed": false,
|
|
9378
9702
|
"arity": 0,
|
|
9379
9703
|
"parameterCount": 3,
|
|
9380
|
-
"isExtensionMethod": false
|
|
9704
|
+
"isExtensionMethod": false,
|
|
9705
|
+
"parameterModifiers": [
|
|
9706
|
+
{
|
|
9707
|
+
"index": 0,
|
|
9708
|
+
"modifier": "ref"
|
|
9709
|
+
}
|
|
9710
|
+
]
|
|
9381
9711
|
},
|
|
9382
9712
|
{
|
|
9383
9713
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Object\u0026,System.Object,System.Object):System.Object",
|
|
@@ -9393,7 +9723,13 @@
|
|
|
9393
9723
|
"isSealed": false,
|
|
9394
9724
|
"arity": 0,
|
|
9395
9725
|
"parameterCount": 3,
|
|
9396
|
-
"isExtensionMethod": false
|
|
9726
|
+
"isExtensionMethod": false,
|
|
9727
|
+
"parameterModifiers": [
|
|
9728
|
+
{
|
|
9729
|
+
"index": 0,
|
|
9730
|
+
"modifier": "ref"
|
|
9731
|
+
}
|
|
9732
|
+
]
|
|
9397
9733
|
},
|
|
9398
9734
|
{
|
|
9399
9735
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Add(System.Int32\u0026,System.Int32):System.Int32",
|
|
@@ -9409,7 +9745,13 @@
|
|
|
9409
9745
|
"isSealed": false,
|
|
9410
9746
|
"arity": 0,
|
|
9411
9747
|
"parameterCount": 2,
|
|
9412
|
-
"isExtensionMethod": false
|
|
9748
|
+
"isExtensionMethod": false,
|
|
9749
|
+
"parameterModifiers": [
|
|
9750
|
+
{
|
|
9751
|
+
"index": 0,
|
|
9752
|
+
"modifier": "ref"
|
|
9753
|
+
}
|
|
9754
|
+
]
|
|
9413
9755
|
},
|
|
9414
9756
|
{
|
|
9415
9757
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Add(System.Int64\u0026,System.Int64):System.Int64",
|
|
@@ -9425,7 +9767,13 @@
|
|
|
9425
9767
|
"isSealed": false,
|
|
9426
9768
|
"arity": 0,
|
|
9427
9769
|
"parameterCount": 2,
|
|
9428
|
-
"isExtensionMethod": false
|
|
9770
|
+
"isExtensionMethod": false,
|
|
9771
|
+
"parameterModifiers": [
|
|
9772
|
+
{
|
|
9773
|
+
"index": 0,
|
|
9774
|
+
"modifier": "ref"
|
|
9775
|
+
}
|
|
9776
|
+
]
|
|
9429
9777
|
},
|
|
9430
9778
|
{
|
|
9431
9779
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Read(System.Int64\u0026):System.Int64",
|
|
@@ -9441,7 +9789,13 @@
|
|
|
9441
9789
|
"isSealed": false,
|
|
9442
9790
|
"arity": 0,
|
|
9443
9791
|
"parameterCount": 1,
|
|
9444
|
-
"isExtensionMethod": false
|
|
9792
|
+
"isExtensionMethod": false,
|
|
9793
|
+
"parameterModifiers": [
|
|
9794
|
+
{
|
|
9795
|
+
"index": 0,
|
|
9796
|
+
"modifier": "in"
|
|
9797
|
+
}
|
|
9798
|
+
]
|
|
9445
9799
|
},
|
|
9446
9800
|
{
|
|
9447
9801
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::MemoryBarrierProcessWide():System.Void",
|
|
@@ -9473,7 +9827,13 @@
|
|
|
9473
9827
|
"isSealed": false,
|
|
9474
9828
|
"arity": 0,
|
|
9475
9829
|
"parameterCount": 1,
|
|
9476
|
-
"isExtensionMethod": false
|
|
9830
|
+
"isExtensionMethod": false,
|
|
9831
|
+
"parameterModifiers": [
|
|
9832
|
+
{
|
|
9833
|
+
"index": 0,
|
|
9834
|
+
"modifier": "ref"
|
|
9835
|
+
}
|
|
9836
|
+
]
|
|
9477
9837
|
},
|
|
9478
9838
|
{
|
|
9479
9839
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Increment(System.UInt64\u0026):System.UInt64",
|
|
@@ -9489,7 +9849,13 @@
|
|
|
9489
9849
|
"isSealed": false,
|
|
9490
9850
|
"arity": 0,
|
|
9491
9851
|
"parameterCount": 1,
|
|
9492
|
-
"isExtensionMethod": false
|
|
9852
|
+
"isExtensionMethod": false,
|
|
9853
|
+
"parameterModifiers": [
|
|
9854
|
+
{
|
|
9855
|
+
"index": 0,
|
|
9856
|
+
"modifier": "ref"
|
|
9857
|
+
}
|
|
9858
|
+
]
|
|
9493
9859
|
},
|
|
9494
9860
|
{
|
|
9495
9861
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Decrement(System.UInt32\u0026):System.UInt32",
|
|
@@ -9505,7 +9871,13 @@
|
|
|
9505
9871
|
"isSealed": false,
|
|
9506
9872
|
"arity": 0,
|
|
9507
9873
|
"parameterCount": 1,
|
|
9508
|
-
"isExtensionMethod": false
|
|
9874
|
+
"isExtensionMethod": false,
|
|
9875
|
+
"parameterModifiers": [
|
|
9876
|
+
{
|
|
9877
|
+
"index": 0,
|
|
9878
|
+
"modifier": "ref"
|
|
9879
|
+
}
|
|
9880
|
+
]
|
|
9509
9881
|
},
|
|
9510
9882
|
{
|
|
9511
9883
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Decrement(System.UInt64\u0026):System.UInt64",
|
|
@@ -9521,7 +9893,13 @@
|
|
|
9521
9893
|
"isSealed": false,
|
|
9522
9894
|
"arity": 0,
|
|
9523
9895
|
"parameterCount": 1,
|
|
9524
|
-
"isExtensionMethod": false
|
|
9896
|
+
"isExtensionMethod": false,
|
|
9897
|
+
"parameterModifiers": [
|
|
9898
|
+
{
|
|
9899
|
+
"index": 0,
|
|
9900
|
+
"modifier": "ref"
|
|
9901
|
+
}
|
|
9902
|
+
]
|
|
9525
9903
|
},
|
|
9526
9904
|
{
|
|
9527
9905
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.SByte\u0026,System.SByte):System.SByte",
|
|
@@ -9537,7 +9915,13 @@
|
|
|
9537
9915
|
"isSealed": false,
|
|
9538
9916
|
"arity": 0,
|
|
9539
9917
|
"parameterCount": 2,
|
|
9540
|
-
"isExtensionMethod": false
|
|
9918
|
+
"isExtensionMethod": false,
|
|
9919
|
+
"parameterModifiers": [
|
|
9920
|
+
{
|
|
9921
|
+
"index": 0,
|
|
9922
|
+
"modifier": "ref"
|
|
9923
|
+
}
|
|
9924
|
+
]
|
|
9541
9925
|
},
|
|
9542
9926
|
{
|
|
9543
9927
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Int16\u0026,System.Int16):System.Int16",
|
|
@@ -9553,7 +9937,13 @@
|
|
|
9553
9937
|
"isSealed": false,
|
|
9554
9938
|
"arity": 0,
|
|
9555
9939
|
"parameterCount": 2,
|
|
9556
|
-
"isExtensionMethod": false
|
|
9940
|
+
"isExtensionMethod": false,
|
|
9941
|
+
"parameterModifiers": [
|
|
9942
|
+
{
|
|
9943
|
+
"index": 0,
|
|
9944
|
+
"modifier": "ref"
|
|
9945
|
+
}
|
|
9946
|
+
]
|
|
9557
9947
|
},
|
|
9558
9948
|
{
|
|
9559
9949
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Byte\u0026,System.Byte):System.Byte",
|
|
@@ -9569,7 +9959,13 @@
|
|
|
9569
9959
|
"isSealed": false,
|
|
9570
9960
|
"arity": 0,
|
|
9571
9961
|
"parameterCount": 2,
|
|
9572
|
-
"isExtensionMethod": false
|
|
9962
|
+
"isExtensionMethod": false,
|
|
9963
|
+
"parameterModifiers": [
|
|
9964
|
+
{
|
|
9965
|
+
"index": 0,
|
|
9966
|
+
"modifier": "ref"
|
|
9967
|
+
}
|
|
9968
|
+
]
|
|
9573
9969
|
},
|
|
9574
9970
|
{
|
|
9575
9971
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.UInt16\u0026,System.UInt16):System.UInt16",
|
|
@@ -9585,7 +9981,13 @@
|
|
|
9585
9981
|
"isSealed": false,
|
|
9586
9982
|
"arity": 0,
|
|
9587
9983
|
"parameterCount": 2,
|
|
9588
|
-
"isExtensionMethod": false
|
|
9984
|
+
"isExtensionMethod": false,
|
|
9985
|
+
"parameterModifiers": [
|
|
9986
|
+
{
|
|
9987
|
+
"index": 0,
|
|
9988
|
+
"modifier": "ref"
|
|
9989
|
+
}
|
|
9990
|
+
]
|
|
9589
9991
|
},
|
|
9590
9992
|
{
|
|
9591
9993
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.UInt32\u0026,System.UInt32):System.UInt32",
|
|
@@ -9601,7 +10003,13 @@
|
|
|
9601
10003
|
"isSealed": false,
|
|
9602
10004
|
"arity": 0,
|
|
9603
10005
|
"parameterCount": 2,
|
|
9604
|
-
"isExtensionMethod": false
|
|
10006
|
+
"isExtensionMethod": false,
|
|
10007
|
+
"parameterModifiers": [
|
|
10008
|
+
{
|
|
10009
|
+
"index": 0,
|
|
10010
|
+
"modifier": "ref"
|
|
10011
|
+
}
|
|
10012
|
+
]
|
|
9605
10013
|
},
|
|
9606
10014
|
{
|
|
9607
10015
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.UInt64\u0026,System.UInt64):System.UInt64",
|
|
@@ -9617,7 +10025,13 @@
|
|
|
9617
10025
|
"isSealed": false,
|
|
9618
10026
|
"arity": 0,
|
|
9619
10027
|
"parameterCount": 2,
|
|
9620
|
-
"isExtensionMethod": false
|
|
10028
|
+
"isExtensionMethod": false,
|
|
10029
|
+
"parameterModifiers": [
|
|
10030
|
+
{
|
|
10031
|
+
"index": 0,
|
|
10032
|
+
"modifier": "ref"
|
|
10033
|
+
}
|
|
10034
|
+
]
|
|
9621
10035
|
},
|
|
9622
10036
|
{
|
|
9623
10037
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Single\u0026,System.Single):System.Single",
|
|
@@ -9633,7 +10047,13 @@
|
|
|
9633
10047
|
"isSealed": false,
|
|
9634
10048
|
"arity": 0,
|
|
9635
10049
|
"parameterCount": 2,
|
|
9636
|
-
"isExtensionMethod": false
|
|
10050
|
+
"isExtensionMethod": false,
|
|
10051
|
+
"parameterModifiers": [
|
|
10052
|
+
{
|
|
10053
|
+
"index": 0,
|
|
10054
|
+
"modifier": "ref"
|
|
10055
|
+
}
|
|
10056
|
+
]
|
|
9637
10057
|
},
|
|
9638
10058
|
{
|
|
9639
10059
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.Double\u0026,System.Double):System.Double",
|
|
@@ -9649,7 +10069,13 @@
|
|
|
9649
10069
|
"isSealed": false,
|
|
9650
10070
|
"arity": 0,
|
|
9651
10071
|
"parameterCount": 2,
|
|
9652
|
-
"isExtensionMethod": false
|
|
10072
|
+
"isExtensionMethod": false,
|
|
10073
|
+
"parameterModifiers": [
|
|
10074
|
+
{
|
|
10075
|
+
"index": 0,
|
|
10076
|
+
"modifier": "ref"
|
|
10077
|
+
}
|
|
10078
|
+
]
|
|
9653
10079
|
},
|
|
9654
10080
|
{
|
|
9655
10081
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.IntPtr\u0026,System.IntPtr):System.IntPtr",
|
|
@@ -9665,7 +10091,13 @@
|
|
|
9665
10091
|
"isSealed": false,
|
|
9666
10092
|
"arity": 0,
|
|
9667
10093
|
"parameterCount": 2,
|
|
9668
|
-
"isExtensionMethod": false
|
|
10094
|
+
"isExtensionMethod": false,
|
|
10095
|
+
"parameterModifiers": [
|
|
10096
|
+
{
|
|
10097
|
+
"index": 0,
|
|
10098
|
+
"modifier": "ref"
|
|
10099
|
+
}
|
|
10100
|
+
]
|
|
9669
10101
|
},
|
|
9670
10102
|
{
|
|
9671
10103
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(System.UIntPtr\u0026,System.UIntPtr):System.UIntPtr",
|
|
@@ -9681,7 +10113,13 @@
|
|
|
9681
10113
|
"isSealed": false,
|
|
9682
10114
|
"arity": 0,
|
|
9683
10115
|
"parameterCount": 2,
|
|
9684
|
-
"isExtensionMethod": false
|
|
10116
|
+
"isExtensionMethod": false,
|
|
10117
|
+
"parameterModifiers": [
|
|
10118
|
+
{
|
|
10119
|
+
"index": 0,
|
|
10120
|
+
"modifier": "ref"
|
|
10121
|
+
}
|
|
10122
|
+
]
|
|
9685
10123
|
},
|
|
9686
10124
|
{
|
|
9687
10125
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Exchange(T\u0026,T):T",
|
|
@@ -9697,7 +10135,13 @@
|
|
|
9697
10135
|
"isSealed": false,
|
|
9698
10136
|
"arity": 1,
|
|
9699
10137
|
"parameterCount": 2,
|
|
9700
|
-
"isExtensionMethod": false
|
|
10138
|
+
"isExtensionMethod": false,
|
|
10139
|
+
"parameterModifiers": [
|
|
10140
|
+
{
|
|
10141
|
+
"index": 0,
|
|
10142
|
+
"modifier": "ref"
|
|
10143
|
+
}
|
|
10144
|
+
]
|
|
9701
10145
|
},
|
|
9702
10146
|
{
|
|
9703
10147
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.SByte\u0026,System.SByte,System.SByte):System.SByte",
|
|
@@ -9713,7 +10157,13 @@
|
|
|
9713
10157
|
"isSealed": false,
|
|
9714
10158
|
"arity": 0,
|
|
9715
10159
|
"parameterCount": 3,
|
|
9716
|
-
"isExtensionMethod": false
|
|
10160
|
+
"isExtensionMethod": false,
|
|
10161
|
+
"parameterModifiers": [
|
|
10162
|
+
{
|
|
10163
|
+
"index": 0,
|
|
10164
|
+
"modifier": "ref"
|
|
10165
|
+
}
|
|
10166
|
+
]
|
|
9717
10167
|
},
|
|
9718
10168
|
{
|
|
9719
10169
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Int16\u0026,System.Int16,System.Int16):System.Int16",
|
|
@@ -9729,7 +10179,13 @@
|
|
|
9729
10179
|
"isSealed": false,
|
|
9730
10180
|
"arity": 0,
|
|
9731
10181
|
"parameterCount": 3,
|
|
9732
|
-
"isExtensionMethod": false
|
|
10182
|
+
"isExtensionMethod": false,
|
|
10183
|
+
"parameterModifiers": [
|
|
10184
|
+
{
|
|
10185
|
+
"index": 0,
|
|
10186
|
+
"modifier": "ref"
|
|
10187
|
+
}
|
|
10188
|
+
]
|
|
9733
10189
|
},
|
|
9734
10190
|
{
|
|
9735
10191
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Byte\u0026,System.Byte,System.Byte):System.Byte",
|
|
@@ -9745,7 +10201,13 @@
|
|
|
9745
10201
|
"isSealed": false,
|
|
9746
10202
|
"arity": 0,
|
|
9747
10203
|
"parameterCount": 3,
|
|
9748
|
-
"isExtensionMethod": false
|
|
10204
|
+
"isExtensionMethod": false,
|
|
10205
|
+
"parameterModifiers": [
|
|
10206
|
+
{
|
|
10207
|
+
"index": 0,
|
|
10208
|
+
"modifier": "ref"
|
|
10209
|
+
}
|
|
10210
|
+
]
|
|
9749
10211
|
},
|
|
9750
10212
|
{
|
|
9751
10213
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.UInt16\u0026,System.UInt16,System.UInt16):System.UInt16",
|
|
@@ -9761,7 +10223,13 @@
|
|
|
9761
10223
|
"isSealed": false,
|
|
9762
10224
|
"arity": 0,
|
|
9763
10225
|
"parameterCount": 3,
|
|
9764
|
-
"isExtensionMethod": false
|
|
10226
|
+
"isExtensionMethod": false,
|
|
10227
|
+
"parameterModifiers": [
|
|
10228
|
+
{
|
|
10229
|
+
"index": 0,
|
|
10230
|
+
"modifier": "ref"
|
|
10231
|
+
}
|
|
10232
|
+
]
|
|
9765
10233
|
},
|
|
9766
10234
|
{
|
|
9767
10235
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.UInt32\u0026,System.UInt32,System.UInt32):System.UInt32",
|
|
@@ -9777,7 +10245,13 @@
|
|
|
9777
10245
|
"isSealed": false,
|
|
9778
10246
|
"arity": 0,
|
|
9779
10247
|
"parameterCount": 3,
|
|
9780
|
-
"isExtensionMethod": false
|
|
10248
|
+
"isExtensionMethod": false,
|
|
10249
|
+
"parameterModifiers": [
|
|
10250
|
+
{
|
|
10251
|
+
"index": 0,
|
|
10252
|
+
"modifier": "ref"
|
|
10253
|
+
}
|
|
10254
|
+
]
|
|
9781
10255
|
},
|
|
9782
10256
|
{
|
|
9783
10257
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.UInt64\u0026,System.UInt64,System.UInt64):System.UInt64",
|
|
@@ -9793,7 +10267,13 @@
|
|
|
9793
10267
|
"isSealed": false,
|
|
9794
10268
|
"arity": 0,
|
|
9795
10269
|
"parameterCount": 3,
|
|
9796
|
-
"isExtensionMethod": false
|
|
10270
|
+
"isExtensionMethod": false,
|
|
10271
|
+
"parameterModifiers": [
|
|
10272
|
+
{
|
|
10273
|
+
"index": 0,
|
|
10274
|
+
"modifier": "ref"
|
|
10275
|
+
}
|
|
10276
|
+
]
|
|
9797
10277
|
},
|
|
9798
10278
|
{
|
|
9799
10279
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Single\u0026,System.Single,System.Single):System.Single",
|
|
@@ -9809,7 +10289,13 @@
|
|
|
9809
10289
|
"isSealed": false,
|
|
9810
10290
|
"arity": 0,
|
|
9811
10291
|
"parameterCount": 3,
|
|
9812
|
-
"isExtensionMethod": false
|
|
10292
|
+
"isExtensionMethod": false,
|
|
10293
|
+
"parameterModifiers": [
|
|
10294
|
+
{
|
|
10295
|
+
"index": 0,
|
|
10296
|
+
"modifier": "ref"
|
|
10297
|
+
}
|
|
10298
|
+
]
|
|
9813
10299
|
},
|
|
9814
10300
|
{
|
|
9815
10301
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.Double\u0026,System.Double,System.Double):System.Double",
|
|
@@ -9825,7 +10311,13 @@
|
|
|
9825
10311
|
"isSealed": false,
|
|
9826
10312
|
"arity": 0,
|
|
9827
10313
|
"parameterCount": 3,
|
|
9828
|
-
"isExtensionMethod": false
|
|
10314
|
+
"isExtensionMethod": false,
|
|
10315
|
+
"parameterModifiers": [
|
|
10316
|
+
{
|
|
10317
|
+
"index": 0,
|
|
10318
|
+
"modifier": "ref"
|
|
10319
|
+
}
|
|
10320
|
+
]
|
|
9829
10321
|
},
|
|
9830
10322
|
{
|
|
9831
10323
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.IntPtr\u0026,System.IntPtr,System.IntPtr):System.IntPtr",
|
|
@@ -9841,7 +10333,13 @@
|
|
|
9841
10333
|
"isSealed": false,
|
|
9842
10334
|
"arity": 0,
|
|
9843
10335
|
"parameterCount": 3,
|
|
9844
|
-
"isExtensionMethod": false
|
|
10336
|
+
"isExtensionMethod": false,
|
|
10337
|
+
"parameterModifiers": [
|
|
10338
|
+
{
|
|
10339
|
+
"index": 0,
|
|
10340
|
+
"modifier": "ref"
|
|
10341
|
+
}
|
|
10342
|
+
]
|
|
9845
10343
|
},
|
|
9846
10344
|
{
|
|
9847
10345
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(System.UIntPtr\u0026,System.UIntPtr,System.UIntPtr):System.UIntPtr",
|
|
@@ -9857,7 +10355,13 @@
|
|
|
9857
10355
|
"isSealed": false,
|
|
9858
10356
|
"arity": 0,
|
|
9859
10357
|
"parameterCount": 3,
|
|
9860
|
-
"isExtensionMethod": false
|
|
10358
|
+
"isExtensionMethod": false,
|
|
10359
|
+
"parameterModifiers": [
|
|
10360
|
+
{
|
|
10361
|
+
"index": 0,
|
|
10362
|
+
"modifier": "ref"
|
|
10363
|
+
}
|
|
10364
|
+
]
|
|
9861
10365
|
},
|
|
9862
10366
|
{
|
|
9863
10367
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::CompareExchange(T\u0026,T,T):T",
|
|
@@ -9873,7 +10377,13 @@
|
|
|
9873
10377
|
"isSealed": false,
|
|
9874
10378
|
"arity": 1,
|
|
9875
10379
|
"parameterCount": 3,
|
|
9876
|
-
"isExtensionMethod": false
|
|
10380
|
+
"isExtensionMethod": false,
|
|
10381
|
+
"parameterModifiers": [
|
|
10382
|
+
{
|
|
10383
|
+
"index": 0,
|
|
10384
|
+
"modifier": "ref"
|
|
10385
|
+
}
|
|
10386
|
+
]
|
|
9877
10387
|
},
|
|
9878
10388
|
{
|
|
9879
10389
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Add(System.UInt32\u0026,System.UInt32):System.UInt32",
|
|
@@ -9889,7 +10399,13 @@
|
|
|
9889
10399
|
"isSealed": false,
|
|
9890
10400
|
"arity": 0,
|
|
9891
10401
|
"parameterCount": 2,
|
|
9892
|
-
"isExtensionMethod": false
|
|
10402
|
+
"isExtensionMethod": false,
|
|
10403
|
+
"parameterModifiers": [
|
|
10404
|
+
{
|
|
10405
|
+
"index": 0,
|
|
10406
|
+
"modifier": "ref"
|
|
10407
|
+
}
|
|
10408
|
+
]
|
|
9893
10409
|
},
|
|
9894
10410
|
{
|
|
9895
10411
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Add(System.UInt64\u0026,System.UInt64):System.UInt64",
|
|
@@ -9905,7 +10421,13 @@
|
|
|
9905
10421
|
"isSealed": false,
|
|
9906
10422
|
"arity": 0,
|
|
9907
10423
|
"parameterCount": 2,
|
|
9908
|
-
"isExtensionMethod": false
|
|
10424
|
+
"isExtensionMethod": false,
|
|
10425
|
+
"parameterModifiers": [
|
|
10426
|
+
{
|
|
10427
|
+
"index": 0,
|
|
10428
|
+
"modifier": "ref"
|
|
10429
|
+
}
|
|
10430
|
+
]
|
|
9909
10431
|
},
|
|
9910
10432
|
{
|
|
9911
10433
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Read(System.UInt64\u0026):System.UInt64",
|
|
@@ -9921,7 +10443,13 @@
|
|
|
9921
10443
|
"isSealed": false,
|
|
9922
10444
|
"arity": 0,
|
|
9923
10445
|
"parameterCount": 1,
|
|
9924
|
-
"isExtensionMethod": false
|
|
10446
|
+
"isExtensionMethod": false,
|
|
10447
|
+
"parameterModifiers": [
|
|
10448
|
+
{
|
|
10449
|
+
"index": 0,
|
|
10450
|
+
"modifier": "in"
|
|
10451
|
+
}
|
|
10452
|
+
]
|
|
9925
10453
|
},
|
|
9926
10454
|
{
|
|
9927
10455
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::And(System.Int32\u0026,System.Int32):System.Int32",
|
|
@@ -9937,7 +10465,13 @@
|
|
|
9937
10465
|
"isSealed": false,
|
|
9938
10466
|
"arity": 0,
|
|
9939
10467
|
"parameterCount": 2,
|
|
9940
|
-
"isExtensionMethod": false
|
|
10468
|
+
"isExtensionMethod": false,
|
|
10469
|
+
"parameterModifiers": [
|
|
10470
|
+
{
|
|
10471
|
+
"index": 0,
|
|
10472
|
+
"modifier": "ref"
|
|
10473
|
+
}
|
|
10474
|
+
]
|
|
9941
10475
|
},
|
|
9942
10476
|
{
|
|
9943
10477
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::And(System.UInt32\u0026,System.UInt32):System.UInt32",
|
|
@@ -9953,7 +10487,13 @@
|
|
|
9953
10487
|
"isSealed": false,
|
|
9954
10488
|
"arity": 0,
|
|
9955
10489
|
"parameterCount": 2,
|
|
9956
|
-
"isExtensionMethod": false
|
|
10490
|
+
"isExtensionMethod": false,
|
|
10491
|
+
"parameterModifiers": [
|
|
10492
|
+
{
|
|
10493
|
+
"index": 0,
|
|
10494
|
+
"modifier": "ref"
|
|
10495
|
+
}
|
|
10496
|
+
]
|
|
9957
10497
|
},
|
|
9958
10498
|
{
|
|
9959
10499
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::And(System.Int64\u0026,System.Int64):System.Int64",
|
|
@@ -9969,7 +10509,13 @@
|
|
|
9969
10509
|
"isSealed": false,
|
|
9970
10510
|
"arity": 0,
|
|
9971
10511
|
"parameterCount": 2,
|
|
9972
|
-
"isExtensionMethod": false
|
|
10512
|
+
"isExtensionMethod": false,
|
|
10513
|
+
"parameterModifiers": [
|
|
10514
|
+
{
|
|
10515
|
+
"index": 0,
|
|
10516
|
+
"modifier": "ref"
|
|
10517
|
+
}
|
|
10518
|
+
]
|
|
9973
10519
|
},
|
|
9974
10520
|
{
|
|
9975
10521
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::And(System.UInt64\u0026,System.UInt64):System.UInt64",
|
|
@@ -9985,7 +10531,13 @@
|
|
|
9985
10531
|
"isSealed": false,
|
|
9986
10532
|
"arity": 0,
|
|
9987
10533
|
"parameterCount": 2,
|
|
9988
|
-
"isExtensionMethod": false
|
|
10534
|
+
"isExtensionMethod": false,
|
|
10535
|
+
"parameterModifiers": [
|
|
10536
|
+
{
|
|
10537
|
+
"index": 0,
|
|
10538
|
+
"modifier": "ref"
|
|
10539
|
+
}
|
|
10540
|
+
]
|
|
9989
10541
|
},
|
|
9990
10542
|
{
|
|
9991
10543
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Or(System.Int32\u0026,System.Int32):System.Int32",
|
|
@@ -10001,7 +10553,13 @@
|
|
|
10001
10553
|
"isSealed": false,
|
|
10002
10554
|
"arity": 0,
|
|
10003
10555
|
"parameterCount": 2,
|
|
10004
|
-
"isExtensionMethod": false
|
|
10556
|
+
"isExtensionMethod": false,
|
|
10557
|
+
"parameterModifiers": [
|
|
10558
|
+
{
|
|
10559
|
+
"index": 0,
|
|
10560
|
+
"modifier": "ref"
|
|
10561
|
+
}
|
|
10562
|
+
]
|
|
10005
10563
|
},
|
|
10006
10564
|
{
|
|
10007
10565
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Or(System.UInt32\u0026,System.UInt32):System.UInt32",
|
|
@@ -10017,7 +10575,13 @@
|
|
|
10017
10575
|
"isSealed": false,
|
|
10018
10576
|
"arity": 0,
|
|
10019
10577
|
"parameterCount": 2,
|
|
10020
|
-
"isExtensionMethod": false
|
|
10578
|
+
"isExtensionMethod": false,
|
|
10579
|
+
"parameterModifiers": [
|
|
10580
|
+
{
|
|
10581
|
+
"index": 0,
|
|
10582
|
+
"modifier": "ref"
|
|
10583
|
+
}
|
|
10584
|
+
]
|
|
10021
10585
|
},
|
|
10022
10586
|
{
|
|
10023
10587
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Or(System.Int64\u0026,System.Int64):System.Int64",
|
|
@@ -10033,7 +10597,13 @@
|
|
|
10033
10597
|
"isSealed": false,
|
|
10034
10598
|
"arity": 0,
|
|
10035
10599
|
"parameterCount": 2,
|
|
10036
|
-
"isExtensionMethod": false
|
|
10600
|
+
"isExtensionMethod": false,
|
|
10601
|
+
"parameterModifiers": [
|
|
10602
|
+
{
|
|
10603
|
+
"index": 0,
|
|
10604
|
+
"modifier": "ref"
|
|
10605
|
+
}
|
|
10606
|
+
]
|
|
10037
10607
|
},
|
|
10038
10608
|
{
|
|
10039
10609
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::Or(System.UInt64\u0026,System.UInt64):System.UInt64",
|
|
@@ -10049,7 +10619,13 @@
|
|
|
10049
10619
|
"isSealed": false,
|
|
10050
10620
|
"arity": 0,
|
|
10051
10621
|
"parameterCount": 2,
|
|
10052
|
-
"isExtensionMethod": false
|
|
10622
|
+
"isExtensionMethod": false,
|
|
10623
|
+
"parameterModifiers": [
|
|
10624
|
+
{
|
|
10625
|
+
"index": 0,
|
|
10626
|
+
"modifier": "ref"
|
|
10627
|
+
}
|
|
10628
|
+
]
|
|
10053
10629
|
},
|
|
10054
10630
|
{
|
|
10055
10631
|
"stableId": "System.Private.CoreLib:System.Threading.Interlocked::MemoryBarrier():System.Void",
|
|
@@ -10098,7 +10674,13 @@
|
|
|
10098
10674
|
"isSealed": false,
|
|
10099
10675
|
"arity": 1,
|
|
10100
10676
|
"parameterCount": 1,
|
|
10101
|
-
"isExtensionMethod": false
|
|
10677
|
+
"isExtensionMethod": false,
|
|
10678
|
+
"parameterModifiers": [
|
|
10679
|
+
{
|
|
10680
|
+
"index": 0,
|
|
10681
|
+
"modifier": "ref"
|
|
10682
|
+
}
|
|
10683
|
+
]
|
|
10102
10684
|
},
|
|
10103
10685
|
{
|
|
10104
10686
|
"stableId": "System.Private.CoreLib:System.Threading.LazyInitializer::EnsureInitialized(T\u0026,Func_1):T",
|
|
@@ -10114,7 +10696,13 @@
|
|
|
10114
10696
|
"isSealed": false,
|
|
10115
10697
|
"arity": 1,
|
|
10116
10698
|
"parameterCount": 2,
|
|
10117
|
-
"isExtensionMethod": false
|
|
10699
|
+
"isExtensionMethod": false,
|
|
10700
|
+
"parameterModifiers": [
|
|
10701
|
+
{
|
|
10702
|
+
"index": 0,
|
|
10703
|
+
"modifier": "ref"
|
|
10704
|
+
}
|
|
10705
|
+
]
|
|
10118
10706
|
},
|
|
10119
10707
|
{
|
|
10120
10708
|
"stableId": "System.Private.CoreLib:System.Threading.LazyInitializer::EnsureInitialized(T\u0026,System.Boolean\u0026,System.Object\u0026):T",
|
|
@@ -10130,7 +10718,21 @@
|
|
|
10130
10718
|
"isSealed": false,
|
|
10131
10719
|
"arity": 1,
|
|
10132
10720
|
"parameterCount": 3,
|
|
10133
|
-
"isExtensionMethod": false
|
|
10721
|
+
"isExtensionMethod": false,
|
|
10722
|
+
"parameterModifiers": [
|
|
10723
|
+
{
|
|
10724
|
+
"index": 0,
|
|
10725
|
+
"modifier": "ref"
|
|
10726
|
+
},
|
|
10727
|
+
{
|
|
10728
|
+
"index": 1,
|
|
10729
|
+
"modifier": "ref"
|
|
10730
|
+
},
|
|
10731
|
+
{
|
|
10732
|
+
"index": 2,
|
|
10733
|
+
"modifier": "ref"
|
|
10734
|
+
}
|
|
10735
|
+
]
|
|
10134
10736
|
},
|
|
10135
10737
|
{
|
|
10136
10738
|
"stableId": "System.Private.CoreLib:System.Threading.LazyInitializer::EnsureInitialized(T\u0026,System.Boolean\u0026,System.Object\u0026,Func_1):T",
|
|
@@ -10146,7 +10748,21 @@
|
|
|
10146
10748
|
"isSealed": false,
|
|
10147
10749
|
"arity": 1,
|
|
10148
10750
|
"parameterCount": 4,
|
|
10149
|
-
"isExtensionMethod": false
|
|
10751
|
+
"isExtensionMethod": false,
|
|
10752
|
+
"parameterModifiers": [
|
|
10753
|
+
{
|
|
10754
|
+
"index": 0,
|
|
10755
|
+
"modifier": "ref"
|
|
10756
|
+
},
|
|
10757
|
+
{
|
|
10758
|
+
"index": 1,
|
|
10759
|
+
"modifier": "ref"
|
|
10760
|
+
},
|
|
10761
|
+
{
|
|
10762
|
+
"index": 2,
|
|
10763
|
+
"modifier": "ref"
|
|
10764
|
+
}
|
|
10765
|
+
]
|
|
10150
10766
|
},
|
|
10151
10767
|
{
|
|
10152
10768
|
"stableId": "System.Private.CoreLib:System.Threading.LazyInitializer::EnsureInitialized(T\u0026,System.Object\u0026,Func_1):T",
|
|
@@ -10162,7 +10778,17 @@
|
|
|
10162
10778
|
"isSealed": false,
|
|
10163
10779
|
"arity": 1,
|
|
10164
10780
|
"parameterCount": 3,
|
|
10165
|
-
"isExtensionMethod": false
|
|
10781
|
+
"isExtensionMethod": false,
|
|
10782
|
+
"parameterModifiers": [
|
|
10783
|
+
{
|
|
10784
|
+
"index": 0,
|
|
10785
|
+
"modifier": "ref"
|
|
10786
|
+
},
|
|
10787
|
+
{
|
|
10788
|
+
"index": 1,
|
|
10789
|
+
"modifier": "ref"
|
|
10790
|
+
}
|
|
10791
|
+
]
|
|
10166
10792
|
}
|
|
10167
10793
|
],
|
|
10168
10794
|
"properties": [],
|
|
@@ -10211,7 +10837,13 @@
|
|
|
10211
10837
|
"isSealed": false,
|
|
10212
10838
|
"arity": 0,
|
|
10213
10839
|
"parameterCount": 2,
|
|
10214
|
-
"isExtensionMethod": false
|
|
10840
|
+
"isExtensionMethod": false,
|
|
10841
|
+
"parameterModifiers": [
|
|
10842
|
+
{
|
|
10843
|
+
"index": 1,
|
|
10844
|
+
"modifier": "ref"
|
|
10845
|
+
}
|
|
10846
|
+
]
|
|
10215
10847
|
},
|
|
10216
10848
|
{
|
|
10217
10849
|
"stableId": "System.Private.CoreLib:System.Threading.Monitor::Exit(System.Object):System.Void",
|
|
@@ -10259,7 +10891,13 @@
|
|
|
10259
10891
|
"isSealed": false,
|
|
10260
10892
|
"arity": 0,
|
|
10261
10893
|
"parameterCount": 2,
|
|
10262
|
-
"isExtensionMethod": false
|
|
10894
|
+
"isExtensionMethod": false,
|
|
10895
|
+
"parameterModifiers": [
|
|
10896
|
+
{
|
|
10897
|
+
"index": 1,
|
|
10898
|
+
"modifier": "ref"
|
|
10899
|
+
}
|
|
10900
|
+
]
|
|
10263
10901
|
},
|
|
10264
10902
|
{
|
|
10265
10903
|
"stableId": "System.Private.CoreLib:System.Threading.Monitor::TryEnter(System.Object,System.Int32):System.Boolean",
|
|
@@ -10291,7 +10929,13 @@
|
|
|
10291
10929
|
"isSealed": false,
|
|
10292
10930
|
"arity": 0,
|
|
10293
10931
|
"parameterCount": 3,
|
|
10294
|
-
"isExtensionMethod": false
|
|
10932
|
+
"isExtensionMethod": false,
|
|
10933
|
+
"parameterModifiers": [
|
|
10934
|
+
{
|
|
10935
|
+
"index": 2,
|
|
10936
|
+
"modifier": "ref"
|
|
10937
|
+
}
|
|
10938
|
+
]
|
|
10295
10939
|
},
|
|
10296
10940
|
{
|
|
10297
10941
|
"stableId": "System.Private.CoreLib:System.Threading.Monitor::IsEntered(System.Object):System.Boolean",
|
|
@@ -10387,7 +11031,13 @@
|
|
|
10387
11031
|
"isSealed": false,
|
|
10388
11032
|
"arity": 0,
|
|
10389
11033
|
"parameterCount": 3,
|
|
10390
|
-
"isExtensionMethod": false
|
|
11034
|
+
"isExtensionMethod": false,
|
|
11035
|
+
"parameterModifiers": [
|
|
11036
|
+
{
|
|
11037
|
+
"index": 2,
|
|
11038
|
+
"modifier": "ref"
|
|
11039
|
+
}
|
|
11040
|
+
]
|
|
10391
11041
|
},
|
|
10392
11042
|
{
|
|
10393
11043
|
"stableId": "System.Private.CoreLib:System.Threading.Monitor::Wait(System.Object,System.TimeSpan):System.Boolean",
|
|
@@ -10500,7 +11150,13 @@
|
|
|
10500
11150
|
"isSealed": false,
|
|
10501
11151
|
"arity": 0,
|
|
10502
11152
|
"parameterCount": 4,
|
|
10503
|
-
"isExtensionMethod": false
|
|
11153
|
+
"isExtensionMethod": false,
|
|
11154
|
+
"parameterModifiers": [
|
|
11155
|
+
{
|
|
11156
|
+
"index": 2,
|
|
11157
|
+
"modifier": "out"
|
|
11158
|
+
}
|
|
11159
|
+
]
|
|
10504
11160
|
},
|
|
10505
11161
|
{
|
|
10506
11162
|
"stableId": "System.Threading.AccessControl:System.Threading.MutexAcl::OpenExisting(System.String,System.Security.AccessControl.MutexRights):System.Threading.Mutex",
|
|
@@ -10532,7 +11188,13 @@
|
|
|
10532
11188
|
"isSealed": false,
|
|
10533
11189
|
"arity": 0,
|
|
10534
11190
|
"parameterCount": 3,
|
|
10535
|
-
"isExtensionMethod": false
|
|
11191
|
+
"isExtensionMethod": false,
|
|
11192
|
+
"parameterModifiers": [
|
|
11193
|
+
{
|
|
11194
|
+
"index": 2,
|
|
11195
|
+
"modifier": "out"
|
|
11196
|
+
}
|
|
11197
|
+
]
|
|
10536
11198
|
}
|
|
10537
11199
|
],
|
|
10538
11200
|
"properties": [],
|
|
@@ -10565,7 +11227,13 @@
|
|
|
10565
11227
|
"isSealed": false,
|
|
10566
11228
|
"arity": 0,
|
|
10567
11229
|
"parameterCount": 5,
|
|
10568
|
-
"isExtensionMethod": false
|
|
11230
|
+
"isExtensionMethod": false,
|
|
11231
|
+
"parameterModifiers": [
|
|
11232
|
+
{
|
|
11233
|
+
"index": 3,
|
|
11234
|
+
"modifier": "out"
|
|
11235
|
+
}
|
|
11236
|
+
]
|
|
10569
11237
|
},
|
|
10570
11238
|
{
|
|
10571
11239
|
"stableId": "System.Threading.AccessControl:System.Threading.SemaphoreAcl::OpenExisting(System.String,System.Security.AccessControl.SemaphoreRights):System.Threading.Semaphore",
|
|
@@ -10597,7 +11265,13 @@
|
|
|
10597
11265
|
"isSealed": false,
|
|
10598
11266
|
"arity": 0,
|
|
10599
11267
|
"parameterCount": 3,
|
|
10600
|
-
"isExtensionMethod": false
|
|
11268
|
+
"isExtensionMethod": false,
|
|
11269
|
+
"parameterModifiers": [
|
|
11270
|
+
{
|
|
11271
|
+
"index": 2,
|
|
11272
|
+
"modifier": "out"
|
|
11273
|
+
}
|
|
11274
|
+
]
|
|
10601
11275
|
}
|
|
10602
11276
|
],
|
|
10603
11277
|
"properties": [],
|
|
@@ -10983,7 +11657,17 @@
|
|
|
10983
11657
|
"isSealed": false,
|
|
10984
11658
|
"arity": 0,
|
|
10985
11659
|
"parameterCount": 2,
|
|
10986
|
-
"isExtensionMethod": false
|
|
11660
|
+
"isExtensionMethod": false,
|
|
11661
|
+
"parameterModifiers": [
|
|
11662
|
+
{
|
|
11663
|
+
"index": 0,
|
|
11664
|
+
"modifier": "out"
|
|
11665
|
+
},
|
|
11666
|
+
{
|
|
11667
|
+
"index": 1,
|
|
11668
|
+
"modifier": "out"
|
|
11669
|
+
}
|
|
11670
|
+
]
|
|
10987
11671
|
},
|
|
10988
11672
|
{
|
|
10989
11673
|
"stableId": "System.Private.CoreLib:System.Threading.ThreadPool::SetMinThreads(System.Int32,System.Int32):System.Boolean",
|
|
@@ -11015,7 +11699,17 @@
|
|
|
11015
11699
|
"isSealed": false,
|
|
11016
11700
|
"arity": 0,
|
|
11017
11701
|
"parameterCount": 2,
|
|
11018
|
-
"isExtensionMethod": false
|
|
11702
|
+
"isExtensionMethod": false,
|
|
11703
|
+
"parameterModifiers": [
|
|
11704
|
+
{
|
|
11705
|
+
"index": 0,
|
|
11706
|
+
"modifier": "out"
|
|
11707
|
+
},
|
|
11708
|
+
{
|
|
11709
|
+
"index": 1,
|
|
11710
|
+
"modifier": "out"
|
|
11711
|
+
}
|
|
11712
|
+
]
|
|
11019
11713
|
},
|
|
11020
11714
|
{
|
|
11021
11715
|
"stableId": "System.Private.CoreLib:System.Threading.ThreadPool::GetAvailableThreads(System.Int32\u0026,System.Int32\u0026):System.Void",
|
|
@@ -11031,7 +11725,17 @@
|
|
|
11031
11725
|
"isSealed": false,
|
|
11032
11726
|
"arity": 0,
|
|
11033
11727
|
"parameterCount": 2,
|
|
11034
|
-
"isExtensionMethod": false
|
|
11728
|
+
"isExtensionMethod": false,
|
|
11729
|
+
"parameterModifiers": [
|
|
11730
|
+
{
|
|
11731
|
+
"index": 0,
|
|
11732
|
+
"modifier": "out"
|
|
11733
|
+
},
|
|
11734
|
+
{
|
|
11735
|
+
"index": 1,
|
|
11736
|
+
"modifier": "out"
|
|
11737
|
+
}
|
|
11738
|
+
]
|
|
11035
11739
|
},
|
|
11036
11740
|
{
|
|
11037
11741
|
"stableId": "System.Private.CoreLib:System.Threading.ThreadPool::UnsafeQueueNativeOverlapped(System.Threading.NativeOverlapped*):System.Boolean",
|
|
@@ -11193,7 +11897,13 @@
|
|
|
11193
11897
|
"isSealed": false,
|
|
11194
11898
|
"arity": 0,
|
|
11195
11899
|
"parameterCount": 1,
|
|
11196
|
-
"isExtensionMethod": false
|
|
11900
|
+
"isExtensionMethod": false,
|
|
11901
|
+
"parameterModifiers": [
|
|
11902
|
+
{
|
|
11903
|
+
"index": 0,
|
|
11904
|
+
"modifier": "in"
|
|
11905
|
+
}
|
|
11906
|
+
]
|
|
11197
11907
|
},
|
|
11198
11908
|
{
|
|
11199
11909
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Boolean\u0026,System.Boolean):System.Void",
|
|
@@ -11209,7 +11919,13 @@
|
|
|
11209
11919
|
"isSealed": false,
|
|
11210
11920
|
"arity": 0,
|
|
11211
11921
|
"parameterCount": 2,
|
|
11212
|
-
"isExtensionMethod": false
|
|
11922
|
+
"isExtensionMethod": false,
|
|
11923
|
+
"parameterModifiers": [
|
|
11924
|
+
{
|
|
11925
|
+
"index": 0,
|
|
11926
|
+
"modifier": "ref"
|
|
11927
|
+
}
|
|
11928
|
+
]
|
|
11213
11929
|
},
|
|
11214
11930
|
{
|
|
11215
11931
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Byte\u0026):System.Byte",
|
|
@@ -11225,7 +11941,13 @@
|
|
|
11225
11941
|
"isSealed": false,
|
|
11226
11942
|
"arity": 0,
|
|
11227
11943
|
"parameterCount": 1,
|
|
11228
|
-
"isExtensionMethod": false
|
|
11944
|
+
"isExtensionMethod": false,
|
|
11945
|
+
"parameterModifiers": [
|
|
11946
|
+
{
|
|
11947
|
+
"index": 0,
|
|
11948
|
+
"modifier": "in"
|
|
11949
|
+
}
|
|
11950
|
+
]
|
|
11229
11951
|
},
|
|
11230
11952
|
{
|
|
11231
11953
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Byte\u0026,System.Byte):System.Void",
|
|
@@ -11241,7 +11963,13 @@
|
|
|
11241
11963
|
"isSealed": false,
|
|
11242
11964
|
"arity": 0,
|
|
11243
11965
|
"parameterCount": 2,
|
|
11244
|
-
"isExtensionMethod": false
|
|
11966
|
+
"isExtensionMethod": false,
|
|
11967
|
+
"parameterModifiers": [
|
|
11968
|
+
{
|
|
11969
|
+
"index": 0,
|
|
11970
|
+
"modifier": "ref"
|
|
11971
|
+
}
|
|
11972
|
+
]
|
|
11245
11973
|
},
|
|
11246
11974
|
{
|
|
11247
11975
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Double\u0026):System.Double",
|
|
@@ -11257,7 +11985,13 @@
|
|
|
11257
11985
|
"isSealed": false,
|
|
11258
11986
|
"arity": 0,
|
|
11259
11987
|
"parameterCount": 1,
|
|
11260
|
-
"isExtensionMethod": false
|
|
11988
|
+
"isExtensionMethod": false,
|
|
11989
|
+
"parameterModifiers": [
|
|
11990
|
+
{
|
|
11991
|
+
"index": 0,
|
|
11992
|
+
"modifier": "in"
|
|
11993
|
+
}
|
|
11994
|
+
]
|
|
11261
11995
|
},
|
|
11262
11996
|
{
|
|
11263
11997
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Double\u0026,System.Double):System.Void",
|
|
@@ -11273,7 +12007,13 @@
|
|
|
11273
12007
|
"isSealed": false,
|
|
11274
12008
|
"arity": 0,
|
|
11275
12009
|
"parameterCount": 2,
|
|
11276
|
-
"isExtensionMethod": false
|
|
12010
|
+
"isExtensionMethod": false,
|
|
12011
|
+
"parameterModifiers": [
|
|
12012
|
+
{
|
|
12013
|
+
"index": 0,
|
|
12014
|
+
"modifier": "ref"
|
|
12015
|
+
}
|
|
12016
|
+
]
|
|
11277
12017
|
},
|
|
11278
12018
|
{
|
|
11279
12019
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Int16\u0026):System.Int16",
|
|
@@ -11289,7 +12029,13 @@
|
|
|
11289
12029
|
"isSealed": false,
|
|
11290
12030
|
"arity": 0,
|
|
11291
12031
|
"parameterCount": 1,
|
|
11292
|
-
"isExtensionMethod": false
|
|
12032
|
+
"isExtensionMethod": false,
|
|
12033
|
+
"parameterModifiers": [
|
|
12034
|
+
{
|
|
12035
|
+
"index": 0,
|
|
12036
|
+
"modifier": "in"
|
|
12037
|
+
}
|
|
12038
|
+
]
|
|
11293
12039
|
},
|
|
11294
12040
|
{
|
|
11295
12041
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Int16\u0026,System.Int16):System.Void",
|
|
@@ -11305,7 +12051,13 @@
|
|
|
11305
12051
|
"isSealed": false,
|
|
11306
12052
|
"arity": 0,
|
|
11307
12053
|
"parameterCount": 2,
|
|
11308
|
-
"isExtensionMethod": false
|
|
12054
|
+
"isExtensionMethod": false,
|
|
12055
|
+
"parameterModifiers": [
|
|
12056
|
+
{
|
|
12057
|
+
"index": 0,
|
|
12058
|
+
"modifier": "ref"
|
|
12059
|
+
}
|
|
12060
|
+
]
|
|
11309
12061
|
},
|
|
11310
12062
|
{
|
|
11311
12063
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Int32\u0026):System.Int32",
|
|
@@ -11321,7 +12073,13 @@
|
|
|
11321
12073
|
"isSealed": false,
|
|
11322
12074
|
"arity": 0,
|
|
11323
12075
|
"parameterCount": 1,
|
|
11324
|
-
"isExtensionMethod": false
|
|
12076
|
+
"isExtensionMethod": false,
|
|
12077
|
+
"parameterModifiers": [
|
|
12078
|
+
{
|
|
12079
|
+
"index": 0,
|
|
12080
|
+
"modifier": "in"
|
|
12081
|
+
}
|
|
12082
|
+
]
|
|
11325
12083
|
},
|
|
11326
12084
|
{
|
|
11327
12085
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Int32\u0026,System.Int32):System.Void",
|
|
@@ -11337,7 +12095,13 @@
|
|
|
11337
12095
|
"isSealed": false,
|
|
11338
12096
|
"arity": 0,
|
|
11339
12097
|
"parameterCount": 2,
|
|
11340
|
-
"isExtensionMethod": false
|
|
12098
|
+
"isExtensionMethod": false,
|
|
12099
|
+
"parameterModifiers": [
|
|
12100
|
+
{
|
|
12101
|
+
"index": 0,
|
|
12102
|
+
"modifier": "ref"
|
|
12103
|
+
}
|
|
12104
|
+
]
|
|
11341
12105
|
},
|
|
11342
12106
|
{
|
|
11343
12107
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Int64\u0026):System.Int64",
|
|
@@ -11353,7 +12117,13 @@
|
|
|
11353
12117
|
"isSealed": false,
|
|
11354
12118
|
"arity": 0,
|
|
11355
12119
|
"parameterCount": 1,
|
|
11356
|
-
"isExtensionMethod": false
|
|
12120
|
+
"isExtensionMethod": false,
|
|
12121
|
+
"parameterModifiers": [
|
|
12122
|
+
{
|
|
12123
|
+
"index": 0,
|
|
12124
|
+
"modifier": "in"
|
|
12125
|
+
}
|
|
12126
|
+
]
|
|
11357
12127
|
},
|
|
11358
12128
|
{
|
|
11359
12129
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Int64\u0026,System.Int64):System.Void",
|
|
@@ -11369,7 +12139,13 @@
|
|
|
11369
12139
|
"isSealed": false,
|
|
11370
12140
|
"arity": 0,
|
|
11371
12141
|
"parameterCount": 2,
|
|
11372
|
-
"isExtensionMethod": false
|
|
12142
|
+
"isExtensionMethod": false,
|
|
12143
|
+
"parameterModifiers": [
|
|
12144
|
+
{
|
|
12145
|
+
"index": 0,
|
|
12146
|
+
"modifier": "ref"
|
|
12147
|
+
}
|
|
12148
|
+
]
|
|
11373
12149
|
},
|
|
11374
12150
|
{
|
|
11375
12151
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.IntPtr\u0026):System.IntPtr",
|
|
@@ -11385,7 +12161,13 @@
|
|
|
11385
12161
|
"isSealed": false,
|
|
11386
12162
|
"arity": 0,
|
|
11387
12163
|
"parameterCount": 1,
|
|
11388
|
-
"isExtensionMethod": false
|
|
12164
|
+
"isExtensionMethod": false,
|
|
12165
|
+
"parameterModifiers": [
|
|
12166
|
+
{
|
|
12167
|
+
"index": 0,
|
|
12168
|
+
"modifier": "in"
|
|
12169
|
+
}
|
|
12170
|
+
]
|
|
11389
12171
|
},
|
|
11390
12172
|
{
|
|
11391
12173
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.IntPtr\u0026,System.IntPtr):System.Void",
|
|
@@ -11401,7 +12183,13 @@
|
|
|
11401
12183
|
"isSealed": false,
|
|
11402
12184
|
"arity": 0,
|
|
11403
12185
|
"parameterCount": 2,
|
|
11404
|
-
"isExtensionMethod": false
|
|
12186
|
+
"isExtensionMethod": false,
|
|
12187
|
+
"parameterModifiers": [
|
|
12188
|
+
{
|
|
12189
|
+
"index": 0,
|
|
12190
|
+
"modifier": "ref"
|
|
12191
|
+
}
|
|
12192
|
+
]
|
|
11405
12193
|
},
|
|
11406
12194
|
{
|
|
11407
12195
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.SByte\u0026):System.SByte",
|
|
@@ -11417,7 +12205,13 @@
|
|
|
11417
12205
|
"isSealed": false,
|
|
11418
12206
|
"arity": 0,
|
|
11419
12207
|
"parameterCount": 1,
|
|
11420
|
-
"isExtensionMethod": false
|
|
12208
|
+
"isExtensionMethod": false,
|
|
12209
|
+
"parameterModifiers": [
|
|
12210
|
+
{
|
|
12211
|
+
"index": 0,
|
|
12212
|
+
"modifier": "in"
|
|
12213
|
+
}
|
|
12214
|
+
]
|
|
11421
12215
|
},
|
|
11422
12216
|
{
|
|
11423
12217
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.SByte\u0026,System.SByte):System.Void",
|
|
@@ -11433,7 +12227,13 @@
|
|
|
11433
12227
|
"isSealed": false,
|
|
11434
12228
|
"arity": 0,
|
|
11435
12229
|
"parameterCount": 2,
|
|
11436
|
-
"isExtensionMethod": false
|
|
12230
|
+
"isExtensionMethod": false,
|
|
12231
|
+
"parameterModifiers": [
|
|
12232
|
+
{
|
|
12233
|
+
"index": 0,
|
|
12234
|
+
"modifier": "ref"
|
|
12235
|
+
}
|
|
12236
|
+
]
|
|
11437
12237
|
},
|
|
11438
12238
|
{
|
|
11439
12239
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.Single\u0026):System.Single",
|
|
@@ -11449,7 +12249,13 @@
|
|
|
11449
12249
|
"isSealed": false,
|
|
11450
12250
|
"arity": 0,
|
|
11451
12251
|
"parameterCount": 1,
|
|
11452
|
-
"isExtensionMethod": false
|
|
12252
|
+
"isExtensionMethod": false,
|
|
12253
|
+
"parameterModifiers": [
|
|
12254
|
+
{
|
|
12255
|
+
"index": 0,
|
|
12256
|
+
"modifier": "in"
|
|
12257
|
+
}
|
|
12258
|
+
]
|
|
11453
12259
|
},
|
|
11454
12260
|
{
|
|
11455
12261
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.Single\u0026,System.Single):System.Void",
|
|
@@ -11465,7 +12271,13 @@
|
|
|
11465
12271
|
"isSealed": false,
|
|
11466
12272
|
"arity": 0,
|
|
11467
12273
|
"parameterCount": 2,
|
|
11468
|
-
"isExtensionMethod": false
|
|
12274
|
+
"isExtensionMethod": false,
|
|
12275
|
+
"parameterModifiers": [
|
|
12276
|
+
{
|
|
12277
|
+
"index": 0,
|
|
12278
|
+
"modifier": "ref"
|
|
12279
|
+
}
|
|
12280
|
+
]
|
|
11469
12281
|
},
|
|
11470
12282
|
{
|
|
11471
12283
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.UInt16\u0026):System.UInt16",
|
|
@@ -11481,7 +12293,13 @@
|
|
|
11481
12293
|
"isSealed": false,
|
|
11482
12294
|
"arity": 0,
|
|
11483
12295
|
"parameterCount": 1,
|
|
11484
|
-
"isExtensionMethod": false
|
|
12296
|
+
"isExtensionMethod": false,
|
|
12297
|
+
"parameterModifiers": [
|
|
12298
|
+
{
|
|
12299
|
+
"index": 0,
|
|
12300
|
+
"modifier": "in"
|
|
12301
|
+
}
|
|
12302
|
+
]
|
|
11485
12303
|
},
|
|
11486
12304
|
{
|
|
11487
12305
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.UInt16\u0026,System.UInt16):System.Void",
|
|
@@ -11497,7 +12315,13 @@
|
|
|
11497
12315
|
"isSealed": false,
|
|
11498
12316
|
"arity": 0,
|
|
11499
12317
|
"parameterCount": 2,
|
|
11500
|
-
"isExtensionMethod": false
|
|
12318
|
+
"isExtensionMethod": false,
|
|
12319
|
+
"parameterModifiers": [
|
|
12320
|
+
{
|
|
12321
|
+
"index": 0,
|
|
12322
|
+
"modifier": "ref"
|
|
12323
|
+
}
|
|
12324
|
+
]
|
|
11501
12325
|
},
|
|
11502
12326
|
{
|
|
11503
12327
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.UInt32\u0026):System.UInt32",
|
|
@@ -11513,7 +12337,13 @@
|
|
|
11513
12337
|
"isSealed": false,
|
|
11514
12338
|
"arity": 0,
|
|
11515
12339
|
"parameterCount": 1,
|
|
11516
|
-
"isExtensionMethod": false
|
|
12340
|
+
"isExtensionMethod": false,
|
|
12341
|
+
"parameterModifiers": [
|
|
12342
|
+
{
|
|
12343
|
+
"index": 0,
|
|
12344
|
+
"modifier": "in"
|
|
12345
|
+
}
|
|
12346
|
+
]
|
|
11517
12347
|
},
|
|
11518
12348
|
{
|
|
11519
12349
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.UInt32\u0026,System.UInt32):System.Void",
|
|
@@ -11529,7 +12359,13 @@
|
|
|
11529
12359
|
"isSealed": false,
|
|
11530
12360
|
"arity": 0,
|
|
11531
12361
|
"parameterCount": 2,
|
|
11532
|
-
"isExtensionMethod": false
|
|
12362
|
+
"isExtensionMethod": false,
|
|
12363
|
+
"parameterModifiers": [
|
|
12364
|
+
{
|
|
12365
|
+
"index": 0,
|
|
12366
|
+
"modifier": "ref"
|
|
12367
|
+
}
|
|
12368
|
+
]
|
|
11533
12369
|
},
|
|
11534
12370
|
{
|
|
11535
12371
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.UInt64\u0026):System.UInt64",
|
|
@@ -11545,7 +12381,13 @@
|
|
|
11545
12381
|
"isSealed": false,
|
|
11546
12382
|
"arity": 0,
|
|
11547
12383
|
"parameterCount": 1,
|
|
11548
|
-
"isExtensionMethod": false
|
|
12384
|
+
"isExtensionMethod": false,
|
|
12385
|
+
"parameterModifiers": [
|
|
12386
|
+
{
|
|
12387
|
+
"index": 0,
|
|
12388
|
+
"modifier": "in"
|
|
12389
|
+
}
|
|
12390
|
+
]
|
|
11549
12391
|
},
|
|
11550
12392
|
{
|
|
11551
12393
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.UInt64\u0026,System.UInt64):System.Void",
|
|
@@ -11561,7 +12403,13 @@
|
|
|
11561
12403
|
"isSealed": false,
|
|
11562
12404
|
"arity": 0,
|
|
11563
12405
|
"parameterCount": 2,
|
|
11564
|
-
"isExtensionMethod": false
|
|
12406
|
+
"isExtensionMethod": false,
|
|
12407
|
+
"parameterModifiers": [
|
|
12408
|
+
{
|
|
12409
|
+
"index": 0,
|
|
12410
|
+
"modifier": "ref"
|
|
12411
|
+
}
|
|
12412
|
+
]
|
|
11565
12413
|
},
|
|
11566
12414
|
{
|
|
11567
12415
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(System.UIntPtr\u0026):System.UIntPtr",
|
|
@@ -11577,7 +12425,13 @@
|
|
|
11577
12425
|
"isSealed": false,
|
|
11578
12426
|
"arity": 0,
|
|
11579
12427
|
"parameterCount": 1,
|
|
11580
|
-
"isExtensionMethod": false
|
|
12428
|
+
"isExtensionMethod": false,
|
|
12429
|
+
"parameterModifiers": [
|
|
12430
|
+
{
|
|
12431
|
+
"index": 0,
|
|
12432
|
+
"modifier": "in"
|
|
12433
|
+
}
|
|
12434
|
+
]
|
|
11581
12435
|
},
|
|
11582
12436
|
{
|
|
11583
12437
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(System.UIntPtr\u0026,System.UIntPtr):System.Void",
|
|
@@ -11593,7 +12447,13 @@
|
|
|
11593
12447
|
"isSealed": false,
|
|
11594
12448
|
"arity": 0,
|
|
11595
12449
|
"parameterCount": 2,
|
|
11596
|
-
"isExtensionMethod": false
|
|
12450
|
+
"isExtensionMethod": false,
|
|
12451
|
+
"parameterModifiers": [
|
|
12452
|
+
{
|
|
12453
|
+
"index": 0,
|
|
12454
|
+
"modifier": "ref"
|
|
12455
|
+
}
|
|
12456
|
+
]
|
|
11597
12457
|
},
|
|
11598
12458
|
{
|
|
11599
12459
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Read(T\u0026):T",
|
|
@@ -11609,7 +12469,13 @@
|
|
|
11609
12469
|
"isSealed": false,
|
|
11610
12470
|
"arity": 1,
|
|
11611
12471
|
"parameterCount": 1,
|
|
11612
|
-
"isExtensionMethod": false
|
|
12472
|
+
"isExtensionMethod": false,
|
|
12473
|
+
"parameterModifiers": [
|
|
12474
|
+
{
|
|
12475
|
+
"index": 0,
|
|
12476
|
+
"modifier": "in"
|
|
12477
|
+
}
|
|
12478
|
+
]
|
|
11613
12479
|
},
|
|
11614
12480
|
{
|
|
11615
12481
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::Write(T\u0026,T):System.Void",
|
|
@@ -11625,7 +12491,13 @@
|
|
|
11625
12491
|
"isSealed": false,
|
|
11626
12492
|
"arity": 1,
|
|
11627
12493
|
"parameterCount": 2,
|
|
11628
|
-
"isExtensionMethod": false
|
|
12494
|
+
"isExtensionMethod": false,
|
|
12495
|
+
"parameterModifiers": [
|
|
12496
|
+
{
|
|
12497
|
+
"index": 0,
|
|
12498
|
+
"modifier": "ref"
|
|
12499
|
+
}
|
|
12500
|
+
]
|
|
11629
12501
|
},
|
|
11630
12502
|
{
|
|
11631
12503
|
"stableId": "System.Private.CoreLib:System.Threading.Volatile::ReadBarrier():System.Void",
|