@tsonic/dotnet 10.0.12 → 10.0.16
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/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
- package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
- package/System/bindings.json +6 -1086
- package/System/internal/index.d.ts +45 -93
- package/System.CodeDom.Compiler/bindings.json +6 -126
- package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent/bindings.json +0 -40
- package/System.Collections.Concurrent/internal/index.d.ts +0 -2
- package/System.Collections.Generic/bindings.json +37 -777
- package/System.Collections.Generic/internal/index.d.ts +24 -33
- package/System.Collections.ObjectModel/bindings.json +2197 -3097
- package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
- package/System.Collections.Specialized/bindings.json +0 -60
- package/System.Collections.Specialized/internal/index.d.ts +1 -4
- package/System.ComponentModel/bindings.json +2 -422
- package/System.ComponentModel/internal/index.d.ts +1 -21
- package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
- package/System.ComponentModel.Design/bindings.json +0 -200
- package/System.ComponentModel.Design/internal/index.d.ts +7 -12
- package/System.Data/bindings.json +60 -1600
- package/System.Data/internal/index.d.ts +30 -100
- package/System.Data.Common/bindings.json +3 -103
- package/System.Data.Common/internal/index.d.ts +11 -6
- package/System.Data.SqlTypes/bindings.json +0 -100
- package/System.Data.SqlTypes/internal/index.d.ts +5 -10
- package/System.Diagnostics/bindings.json +2 -342
- package/System.Diagnostics/internal/index.d.ts +4 -18
- package/System.Diagnostics.Metrics/bindings.json +0 -60
- package/System.Diagnostics.Tracing/bindings.json +0 -100
- package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
- package/System.Dynamic/bindings.json +48 -68
- package/System.Dynamic/internal/index.d.ts +0 -1
- package/System.Formats.Asn1/bindings.json +0 -20
- package/System.Formats.Asn1/internal/index.d.ts +1 -2
- package/System.Globalization/bindings.json +0 -300
- package/System.Globalization/internal/index.d.ts +15 -30
- package/System.IO/bindings.json +216 -1456
- package/System.IO/internal/index.d.ts +14 -74
- package/System.IO.Compression/bindings.json +16 -436
- package/System.IO.Compression/internal/index.d.ts +1 -22
- package/System.IO.IsolatedStorage/bindings.json +10 -90
- package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
- package/System.IO.MemoryMappedFiles/bindings.json +2 -22
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
- package/System.IO.Pipes/bindings.json +7 -327
- package/System.IO.Pipes/internal/index.d.ts +5 -21
- package/System.Linq/bindings.json +0 -60
- package/System.Linq/internal/index.d.ts +1 -3
- package/System.Net/bindings.json +1 -241
- package/System.Net/internal/index.d.ts +15 -14
- package/System.Net.Http/bindings.json +15 -555
- package/System.Net.Http/internal/index.d.ts +11 -28
- package/System.Net.Http.Headers/bindings.json +0 -180
- package/System.Net.Http.Headers/internal/index.d.ts +0 -9
- package/System.Net.Http.Json/bindings.json +0 -40
- package/System.Net.Http.Json/internal/index.d.ts +0 -2
- package/System.Net.Mail/bindings.json +1863 -3283
- package/System.Net.Mail/internal/index.d.ts +1 -63
- package/System.Net.NetworkInformation/bindings.json +1 -41
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
- package/System.Net.Quic/bindings.json +7 -107
- package/System.Net.Quic/internal/index.d.ts +4 -6
- package/System.Net.Security/bindings.json +15 -175
- package/System.Net.Security/internal/index.d.ts +0 -8
- package/System.Net.Sockets/bindings.json +4 -184
- package/System.Net.Sockets/internal/index.d.ts +2 -10
- package/System.Net.WebSockets/bindings.json +13 -173
- package/System.Net.WebSockets/internal/index.d.ts +1 -7
- package/System.Reflection/bindings.json +613 -2253
- package/System.Reflection/internal/index.d.ts +19 -96
- package/System.Reflection.Emit/bindings.json +4539 -7379
- package/System.Reflection.Emit/internal/index.d.ts +10 -151
- package/System.Reflection.Metadata/bindings.json +0 -20
- package/System.Reflection.Metadata/internal/index.d.ts +4 -2
- package/System.Reflection.PortableExecutable/bindings.json +0 -20
- package/System.Resources/bindings.json +0 -40
- package/System.Resources/internal/index.d.ts +2 -4
- package/System.Runtime/bindings.json +0 -20
- package/System.Runtime/internal/index.d.ts +1 -2
- package/System.Runtime.InteropServices/bindings.json +0 -220
- package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
- package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
- package/System.Runtime.Serialization/bindings.json +0 -40
- package/System.Runtime.Serialization/internal/index.d.ts +3 -4
- package/System.Security/bindings.json +0 -20
- package/System.Security/internal/index.d.ts +1 -2
- package/System.Security.AccessControl/bindings.json +2 -362
- package/System.Security.AccessControl/internal/index.d.ts +1 -18
- package/System.Security.Authentication/bindings.json +0 -40
- package/System.Security.Authentication/internal/index.d.ts +2 -4
- package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
- package/System.Security.Cryptography/bindings.json +786 -6966
- package/System.Security.Cryptography/internal/index.d.ts +22 -242
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
- package/System.Security.Principal/bindings.json +0 -20
- package/System.Security.Principal/internal/index.d.ts +2 -2
- package/System.Text/bindings.json +51 -475
- package/System.Text/internal/index.d.ts +6 -25
- package/System.Text.RegularExpressions/bindings.json +0 -20
- package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
- package/System.Threading/bindings.json +0 -400
- package/System.Threading/internal/index.d.ts +10 -30
- package/System.Threading.Channels/bindings.json +0 -20
- package/System.Threading.Channels/internal/index.d.ts +1 -2
- package/System.Threading.Tasks/bindings.json +60 -240
- package/System.Threading.Tasks/internal/index.d.ts +18 -8
- package/System.Timers/bindings.json +1 -1
- package/System.Transactions/bindings.json +0 -220
- package/System.Transactions/internal/index.d.ts +8 -19
- package/System.Xml/bindings.json +67 -1767
- package/System.Xml/internal/index.d.ts +39 -103
- package/System.Xml.Linq/bindings.json +0 -200
- package/System.Xml.Linq/internal/index.d.ts +10 -18
- package/System.Xml.Resolvers/bindings.json +0 -20
- package/System.Xml.Resolvers/internal/index.d.ts +0 -1
- package/System.Xml.Schema/bindings.json +0 -160
- package/System.Xml.Schema/internal/index.d.ts +6 -7
- package/System.Xml.Serialization/bindings.json +77 -717
- package/System.Xml.Serialization/internal/index.d.ts +21 -32
- package/System.Xml.Xsl/bindings.json +0 -60
- package/System.Xml.Xsl/internal/index.d.ts +1 -4
- package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
- package/package.json +2 -2
|
@@ -3297,26 +3297,6 @@
|
|
|
3297
3297
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3298
3298
|
"isExtensionMethod": false,
|
|
3299
3299
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
3300
|
-
},
|
|
3301
|
-
{
|
|
3302
|
-
"stableId": "System.Private.CoreLib:System.Threading.AbandonedMutexException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3303
|
-
"clrName": "GetObjectData",
|
|
3304
|
-
"metadataToken": 0,
|
|
3305
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
3306
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
3307
|
-
"emitScope": "ClassSurface",
|
|
3308
|
-
"provenance": "BaseOverload",
|
|
3309
|
-
"arity": 0,
|
|
3310
|
-
"parameterCount": 2,
|
|
3311
|
-
"isStatic": false,
|
|
3312
|
-
"isAbstract": false,
|
|
3313
|
-
"isVirtual": true,
|
|
3314
|
-
"isOverride": false,
|
|
3315
|
-
"isSealed": false,
|
|
3316
|
-
"visibility": "Public",
|
|
3317
|
-
"declaringClrType": "System.Threading.AbandonedMutexException",
|
|
3318
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3319
|
-
"isExtensionMethod": false
|
|
3320
3300
|
}
|
|
3321
3301
|
],
|
|
3322
3302
|
"properties": [
|
|
@@ -3556,46 +3536,6 @@
|
|
|
3556
3536
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3557
3537
|
"isExtensionMethod": false,
|
|
3558
3538
|
"sourceInterface": "System.IDisposable"
|
|
3559
|
-
},
|
|
3560
|
-
{
|
|
3561
|
-
"stableId": "System.Private.CoreLib:System.Threading.AutoResetEvent::Dispose():System.Void",
|
|
3562
|
-
"clrName": "Dispose",
|
|
3563
|
-
"metadataToken": 0,
|
|
3564
|
-
"canonicalSignature": "():System.Void",
|
|
3565
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
3566
|
-
"emitScope": "ClassSurface",
|
|
3567
|
-
"provenance": "BaseOverload",
|
|
3568
|
-
"arity": 0,
|
|
3569
|
-
"parameterCount": 0,
|
|
3570
|
-
"isStatic": false,
|
|
3571
|
-
"isAbstract": false,
|
|
3572
|
-
"isVirtual": true,
|
|
3573
|
-
"isOverride": false,
|
|
3574
|
-
"isSealed": false,
|
|
3575
|
-
"visibility": "Public",
|
|
3576
|
-
"declaringClrType": "System.Threading.AutoResetEvent",
|
|
3577
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3578
|
-
"isExtensionMethod": false
|
|
3579
|
-
},
|
|
3580
|
-
{
|
|
3581
|
-
"stableId": "System.Private.CoreLib:System.Threading.AutoResetEvent::Dispose(System.Boolean):System.Void",
|
|
3582
|
-
"clrName": "Dispose",
|
|
3583
|
-
"metadataToken": 0,
|
|
3584
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
3585
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
3586
|
-
"emitScope": "ClassSurface",
|
|
3587
|
-
"provenance": "BaseOverload",
|
|
3588
|
-
"arity": 0,
|
|
3589
|
-
"parameterCount": 1,
|
|
3590
|
-
"isStatic": false,
|
|
3591
|
-
"isAbstract": false,
|
|
3592
|
-
"isVirtual": true,
|
|
3593
|
-
"isOverride": false,
|
|
3594
|
-
"isSealed": false,
|
|
3595
|
-
"visibility": "Protected",
|
|
3596
|
-
"declaringClrType": "System.Threading.AutoResetEvent",
|
|
3597
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3598
|
-
"isExtensionMethod": false
|
|
3599
3539
|
}
|
|
3600
3540
|
],
|
|
3601
3541
|
"properties": [],
|
|
@@ -4027,26 +3967,6 @@
|
|
|
4027
3967
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4028
3968
|
"isExtensionMethod": false,
|
|
4029
3969
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
4030
|
-
},
|
|
4031
|
-
{
|
|
4032
|
-
"stableId": "System.Threading:System.Threading.BarrierPostPhaseException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4033
|
-
"clrName": "GetObjectData",
|
|
4034
|
-
"metadataToken": 0,
|
|
4035
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
4036
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
4037
|
-
"emitScope": "ClassSurface",
|
|
4038
|
-
"provenance": "BaseOverload",
|
|
4039
|
-
"arity": 0,
|
|
4040
|
-
"parameterCount": 2,
|
|
4041
|
-
"isStatic": false,
|
|
4042
|
-
"isAbstract": false,
|
|
4043
|
-
"isVirtual": true,
|
|
4044
|
-
"isOverride": false,
|
|
4045
|
-
"isSealed": false,
|
|
4046
|
-
"visibility": "Public",
|
|
4047
|
-
"declaringClrType": "System.Threading.BarrierPostPhaseException",
|
|
4048
|
-
"declaringAssemblyName": "System.Threading",
|
|
4049
|
-
"isExtensionMethod": false
|
|
4050
3970
|
}
|
|
4051
3971
|
],
|
|
4052
3972
|
"properties": [],
|
|
@@ -5264,46 +5184,6 @@
|
|
|
5264
5184
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5265
5185
|
"isExtensionMethod": false,
|
|
5266
5186
|
"sourceInterface": "System.IDisposable"
|
|
5267
|
-
},
|
|
5268
|
-
{
|
|
5269
|
-
"stableId": "System.Private.CoreLib:System.Threading.EventWaitHandle::Dispose(System.Boolean):System.Void",
|
|
5270
|
-
"clrName": "Dispose",
|
|
5271
|
-
"metadataToken": 0,
|
|
5272
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
5273
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
5274
|
-
"emitScope": "ClassSurface",
|
|
5275
|
-
"provenance": "BaseOverload",
|
|
5276
|
-
"arity": 0,
|
|
5277
|
-
"parameterCount": 1,
|
|
5278
|
-
"isStatic": false,
|
|
5279
|
-
"isAbstract": false,
|
|
5280
|
-
"isVirtual": true,
|
|
5281
|
-
"isOverride": false,
|
|
5282
|
-
"isSealed": false,
|
|
5283
|
-
"visibility": "Protected",
|
|
5284
|
-
"declaringClrType": "System.Threading.EventWaitHandle",
|
|
5285
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5286
|
-
"isExtensionMethod": false
|
|
5287
|
-
},
|
|
5288
|
-
{
|
|
5289
|
-
"stableId": "System.Private.CoreLib:System.Threading.EventWaitHandle::Dispose():System.Void",
|
|
5290
|
-
"clrName": "Dispose",
|
|
5291
|
-
"metadataToken": 0,
|
|
5292
|
-
"canonicalSignature": "():System.Void",
|
|
5293
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
5294
|
-
"emitScope": "ClassSurface",
|
|
5295
|
-
"provenance": "BaseOverload",
|
|
5296
|
-
"arity": 0,
|
|
5297
|
-
"parameterCount": 0,
|
|
5298
|
-
"isStatic": false,
|
|
5299
|
-
"isAbstract": false,
|
|
5300
|
-
"isVirtual": true,
|
|
5301
|
-
"isOverride": false,
|
|
5302
|
-
"isSealed": false,
|
|
5303
|
-
"visibility": "Public",
|
|
5304
|
-
"declaringClrType": "System.Threading.EventWaitHandle",
|
|
5305
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5306
|
-
"isExtensionMethod": false
|
|
5307
5187
|
}
|
|
5308
5188
|
],
|
|
5309
5189
|
"properties": [],
|
|
@@ -6095,26 +5975,6 @@
|
|
|
6095
5975
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6096
5976
|
"isExtensionMethod": false,
|
|
6097
5977
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
6098
|
-
},
|
|
6099
|
-
{
|
|
6100
|
-
"stableId": "System.Private.CoreLib:System.Threading.LockRecursionException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
6101
|
-
"clrName": "GetObjectData",
|
|
6102
|
-
"metadataToken": 0,
|
|
6103
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
6104
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
6105
|
-
"emitScope": "ClassSurface",
|
|
6106
|
-
"provenance": "BaseOverload",
|
|
6107
|
-
"arity": 0,
|
|
6108
|
-
"parameterCount": 2,
|
|
6109
|
-
"isStatic": false,
|
|
6110
|
-
"isAbstract": false,
|
|
6111
|
-
"isVirtual": true,
|
|
6112
|
-
"isOverride": false,
|
|
6113
|
-
"isSealed": false,
|
|
6114
|
-
"visibility": "Public",
|
|
6115
|
-
"declaringClrType": "System.Threading.LockRecursionException",
|
|
6116
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6117
|
-
"isExtensionMethod": false
|
|
6118
5978
|
}
|
|
6119
5979
|
],
|
|
6120
5980
|
"properties": [],
|
|
@@ -6209,46 +6069,6 @@
|
|
|
6209
6069
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6210
6070
|
"isExtensionMethod": false,
|
|
6211
6071
|
"sourceInterface": "System.IDisposable"
|
|
6212
|
-
},
|
|
6213
|
-
{
|
|
6214
|
-
"stableId": "System.Private.CoreLib:System.Threading.ManualResetEvent::Dispose():System.Void",
|
|
6215
|
-
"clrName": "Dispose",
|
|
6216
|
-
"metadataToken": 0,
|
|
6217
|
-
"canonicalSignature": "():System.Void",
|
|
6218
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
6219
|
-
"emitScope": "ClassSurface",
|
|
6220
|
-
"provenance": "BaseOverload",
|
|
6221
|
-
"arity": 0,
|
|
6222
|
-
"parameterCount": 0,
|
|
6223
|
-
"isStatic": false,
|
|
6224
|
-
"isAbstract": false,
|
|
6225
|
-
"isVirtual": true,
|
|
6226
|
-
"isOverride": false,
|
|
6227
|
-
"isSealed": false,
|
|
6228
|
-
"visibility": "Public",
|
|
6229
|
-
"declaringClrType": "System.Threading.ManualResetEvent",
|
|
6230
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6231
|
-
"isExtensionMethod": false
|
|
6232
|
-
},
|
|
6233
|
-
{
|
|
6234
|
-
"stableId": "System.Private.CoreLib:System.Threading.ManualResetEvent::Dispose(System.Boolean):System.Void",
|
|
6235
|
-
"clrName": "Dispose",
|
|
6236
|
-
"metadataToken": 0,
|
|
6237
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
6238
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
6239
|
-
"emitScope": "ClassSurface",
|
|
6240
|
-
"provenance": "BaseOverload",
|
|
6241
|
-
"arity": 0,
|
|
6242
|
-
"parameterCount": 1,
|
|
6243
|
-
"isStatic": false,
|
|
6244
|
-
"isAbstract": false,
|
|
6245
|
-
"isVirtual": true,
|
|
6246
|
-
"isOverride": false,
|
|
6247
|
-
"isSealed": false,
|
|
6248
|
-
"visibility": "Protected",
|
|
6249
|
-
"declaringClrType": "System.Threading.ManualResetEvent",
|
|
6250
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6251
|
-
"isExtensionMethod": false
|
|
6252
6072
|
}
|
|
6253
6073
|
],
|
|
6254
6074
|
"properties": [],
|
|
@@ -6763,46 +6583,6 @@
|
|
|
6763
6583
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6764
6584
|
"isExtensionMethod": false,
|
|
6765
6585
|
"sourceInterface": "System.IDisposable"
|
|
6766
|
-
},
|
|
6767
|
-
{
|
|
6768
|
-
"stableId": "System.Private.CoreLib:System.Threading.Mutex::Dispose(System.Boolean):System.Void",
|
|
6769
|
-
"clrName": "Dispose",
|
|
6770
|
-
"metadataToken": 0,
|
|
6771
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
6772
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
6773
|
-
"emitScope": "ClassSurface",
|
|
6774
|
-
"provenance": "BaseOverload",
|
|
6775
|
-
"arity": 0,
|
|
6776
|
-
"parameterCount": 1,
|
|
6777
|
-
"isStatic": false,
|
|
6778
|
-
"isAbstract": false,
|
|
6779
|
-
"isVirtual": true,
|
|
6780
|
-
"isOverride": false,
|
|
6781
|
-
"isSealed": false,
|
|
6782
|
-
"visibility": "Protected",
|
|
6783
|
-
"declaringClrType": "System.Threading.Mutex",
|
|
6784
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6785
|
-
"isExtensionMethod": false
|
|
6786
|
-
},
|
|
6787
|
-
{
|
|
6788
|
-
"stableId": "System.Private.CoreLib:System.Threading.Mutex::Dispose():System.Void",
|
|
6789
|
-
"clrName": "Dispose",
|
|
6790
|
-
"metadataToken": 0,
|
|
6791
|
-
"canonicalSignature": "():System.Void",
|
|
6792
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
6793
|
-
"emitScope": "ClassSurface",
|
|
6794
|
-
"provenance": "BaseOverload",
|
|
6795
|
-
"arity": 0,
|
|
6796
|
-
"parameterCount": 0,
|
|
6797
|
-
"isStatic": false,
|
|
6798
|
-
"isAbstract": false,
|
|
6799
|
-
"isVirtual": true,
|
|
6800
|
-
"isOverride": false,
|
|
6801
|
-
"isSealed": false,
|
|
6802
|
-
"visibility": "Public",
|
|
6803
|
-
"declaringClrType": "System.Threading.Mutex",
|
|
6804
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6805
|
-
"isExtensionMethod": false
|
|
6806
6586
|
}
|
|
6807
6587
|
],
|
|
6808
6588
|
"properties": [],
|
|
@@ -8527,46 +8307,6 @@
|
|
|
8527
8307
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8528
8308
|
"isExtensionMethod": false,
|
|
8529
8309
|
"sourceInterface": "System.IDisposable"
|
|
8530
|
-
},
|
|
8531
|
-
{
|
|
8532
|
-
"stableId": "System.Private.CoreLib:System.Threading.Semaphore::Dispose(System.Boolean):System.Void",
|
|
8533
|
-
"clrName": "Dispose",
|
|
8534
|
-
"metadataToken": 0,
|
|
8535
|
-
"canonicalSignature": "(System.Boolean):System.Void",
|
|
8536
|
-
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
8537
|
-
"emitScope": "ClassSurface",
|
|
8538
|
-
"provenance": "BaseOverload",
|
|
8539
|
-
"arity": 0,
|
|
8540
|
-
"parameterCount": 1,
|
|
8541
|
-
"isStatic": false,
|
|
8542
|
-
"isAbstract": false,
|
|
8543
|
-
"isVirtual": true,
|
|
8544
|
-
"isOverride": false,
|
|
8545
|
-
"isSealed": false,
|
|
8546
|
-
"visibility": "Protected",
|
|
8547
|
-
"declaringClrType": "System.Threading.Semaphore",
|
|
8548
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8549
|
-
"isExtensionMethod": false
|
|
8550
|
-
},
|
|
8551
|
-
{
|
|
8552
|
-
"stableId": "System.Private.CoreLib:System.Threading.Semaphore::Dispose():System.Void",
|
|
8553
|
-
"clrName": "Dispose",
|
|
8554
|
-
"metadataToken": 0,
|
|
8555
|
-
"canonicalSignature": "():System.Void",
|
|
8556
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
8557
|
-
"emitScope": "ClassSurface",
|
|
8558
|
-
"provenance": "BaseOverload",
|
|
8559
|
-
"arity": 0,
|
|
8560
|
-
"parameterCount": 0,
|
|
8561
|
-
"isStatic": false,
|
|
8562
|
-
"isAbstract": false,
|
|
8563
|
-
"isVirtual": true,
|
|
8564
|
-
"isOverride": false,
|
|
8565
|
-
"isSealed": false,
|
|
8566
|
-
"visibility": "Public",
|
|
8567
|
-
"declaringClrType": "System.Threading.Semaphore",
|
|
8568
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8569
|
-
"isExtensionMethod": false
|
|
8570
8310
|
}
|
|
8571
8311
|
],
|
|
8572
8312
|
"properties": [],
|
|
@@ -8684,26 +8424,6 @@
|
|
|
8684
8424
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8685
8425
|
"isExtensionMethod": false,
|
|
8686
8426
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
8687
|
-
},
|
|
8688
|
-
{
|
|
8689
|
-
"stableId": "System.Private.CoreLib:System.Threading.SemaphoreFullException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
8690
|
-
"clrName": "GetObjectData",
|
|
8691
|
-
"metadataToken": 0,
|
|
8692
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
8693
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
8694
|
-
"emitScope": "ClassSurface",
|
|
8695
|
-
"provenance": "BaseOverload",
|
|
8696
|
-
"arity": 0,
|
|
8697
|
-
"parameterCount": 2,
|
|
8698
|
-
"isStatic": false,
|
|
8699
|
-
"isAbstract": false,
|
|
8700
|
-
"isVirtual": true,
|
|
8701
|
-
"isOverride": false,
|
|
8702
|
-
"isSealed": false,
|
|
8703
|
-
"visibility": "Public",
|
|
8704
|
-
"declaringClrType": "System.Threading.SemaphoreFullException",
|
|
8705
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8706
|
-
"isExtensionMethod": false
|
|
8707
8427
|
}
|
|
8708
8428
|
],
|
|
8709
8429
|
"properties": [],
|
|
@@ -9483,26 +9203,6 @@
|
|
|
9483
9203
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9484
9204
|
"isExtensionMethod": false,
|
|
9485
9205
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
9486
|
-
},
|
|
9487
|
-
{
|
|
9488
|
-
"stableId": "System.Private.CoreLib:System.Threading.SynchronizationLockException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
9489
|
-
"clrName": "GetObjectData",
|
|
9490
|
-
"metadataToken": 0,
|
|
9491
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
9492
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
9493
|
-
"emitScope": "ClassSurface",
|
|
9494
|
-
"provenance": "BaseOverload",
|
|
9495
|
-
"arity": 0,
|
|
9496
|
-
"parameterCount": 2,
|
|
9497
|
-
"isStatic": false,
|
|
9498
|
-
"isAbstract": false,
|
|
9499
|
-
"isVirtual": true,
|
|
9500
|
-
"isOverride": false,
|
|
9501
|
-
"isSealed": false,
|
|
9502
|
-
"visibility": "Public",
|
|
9503
|
-
"declaringClrType": "System.Threading.SynchronizationLockException",
|
|
9504
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9505
|
-
"isExtensionMethod": false
|
|
9506
9206
|
}
|
|
9507
9207
|
],
|
|
9508
9208
|
"properties": [],
|
|
@@ -11368,26 +11068,6 @@
|
|
|
11368
11068
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11369
11069
|
"isExtensionMethod": false,
|
|
11370
11070
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
11371
|
-
},
|
|
11372
|
-
{
|
|
11373
|
-
"stableId": "System.Private.CoreLib:System.Threading.ThreadAbortException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
11374
|
-
"clrName": "GetObjectData",
|
|
11375
|
-
"metadataToken": 0,
|
|
11376
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
11377
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
11378
|
-
"emitScope": "ClassSurface",
|
|
11379
|
-
"provenance": "BaseOverload",
|
|
11380
|
-
"arity": 0,
|
|
11381
|
-
"parameterCount": 2,
|
|
11382
|
-
"isStatic": false,
|
|
11383
|
-
"isAbstract": false,
|
|
11384
|
-
"isVirtual": true,
|
|
11385
|
-
"isOverride": false,
|
|
11386
|
-
"isSealed": false,
|
|
11387
|
-
"visibility": "Public",
|
|
11388
|
-
"declaringClrType": "System.Threading.ThreadAbortException",
|
|
11389
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11390
|
-
"isExtensionMethod": false
|
|
11391
11071
|
}
|
|
11392
11072
|
],
|
|
11393
11073
|
"properties": [
|
|
@@ -11510,26 +11190,6 @@
|
|
|
11510
11190
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11511
11191
|
"isExtensionMethod": false,
|
|
11512
11192
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
11513
|
-
},
|
|
11514
|
-
{
|
|
11515
|
-
"stableId": "System.Private.CoreLib:System.Threading.ThreadInterruptedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
11516
|
-
"clrName": "GetObjectData",
|
|
11517
|
-
"metadataToken": 0,
|
|
11518
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
11519
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
11520
|
-
"emitScope": "ClassSurface",
|
|
11521
|
-
"provenance": "BaseOverload",
|
|
11522
|
-
"arity": 0,
|
|
11523
|
-
"parameterCount": 2,
|
|
11524
|
-
"isStatic": false,
|
|
11525
|
-
"isAbstract": false,
|
|
11526
|
-
"isVirtual": true,
|
|
11527
|
-
"isOverride": false,
|
|
11528
|
-
"isSealed": false,
|
|
11529
|
-
"visibility": "Public",
|
|
11530
|
-
"declaringClrType": "System.Threading.ThreadInterruptedException",
|
|
11531
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11532
|
-
"isExtensionMethod": false
|
|
11533
11193
|
}
|
|
11534
11194
|
],
|
|
11535
11195
|
"properties": [],
|
|
@@ -12068,26 +11728,6 @@
|
|
|
12068
11728
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12069
11729
|
"isExtensionMethod": false,
|
|
12070
11730
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
12071
|
-
},
|
|
12072
|
-
{
|
|
12073
|
-
"stableId": "System.Private.CoreLib:System.Threading.ThreadStartException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12074
|
-
"clrName": "GetObjectData",
|
|
12075
|
-
"metadataToken": 0,
|
|
12076
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12077
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
12078
|
-
"emitScope": "ClassSurface",
|
|
12079
|
-
"provenance": "BaseOverload",
|
|
12080
|
-
"arity": 0,
|
|
12081
|
-
"parameterCount": 2,
|
|
12082
|
-
"isStatic": false,
|
|
12083
|
-
"isAbstract": false,
|
|
12084
|
-
"isVirtual": true,
|
|
12085
|
-
"isOverride": false,
|
|
12086
|
-
"isSealed": false,
|
|
12087
|
-
"visibility": "Public",
|
|
12088
|
-
"declaringClrType": "System.Threading.ThreadStartException",
|
|
12089
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12090
|
-
"isExtensionMethod": false
|
|
12091
11731
|
}
|
|
12092
11732
|
],
|
|
12093
11733
|
"properties": [],
|
|
@@ -12137,26 +11777,6 @@
|
|
|
12137
11777
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12138
11778
|
"isExtensionMethod": false,
|
|
12139
11779
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
12140
|
-
},
|
|
12141
|
-
{
|
|
12142
|
-
"stableId": "System.Private.CoreLib:System.Threading.ThreadStateException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12143
|
-
"clrName": "GetObjectData",
|
|
12144
|
-
"metadataToken": 0,
|
|
12145
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
12146
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
12147
|
-
"emitScope": "ClassSurface",
|
|
12148
|
-
"provenance": "BaseOverload",
|
|
12149
|
-
"arity": 0,
|
|
12150
|
-
"parameterCount": 2,
|
|
12151
|
-
"isStatic": false,
|
|
12152
|
-
"isAbstract": false,
|
|
12153
|
-
"isVirtual": true,
|
|
12154
|
-
"isOverride": false,
|
|
12155
|
-
"isSealed": false,
|
|
12156
|
-
"visibility": "Public",
|
|
12157
|
-
"declaringClrType": "System.Threading.ThreadStateException",
|
|
12158
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12159
|
-
"isExtensionMethod": false
|
|
12160
11780
|
}
|
|
12161
11781
|
],
|
|
12162
11782
|
"properties": [],
|
|
@@ -13111,26 +12731,6 @@
|
|
|
13111
12731
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13112
12732
|
"isExtensionMethod": false,
|
|
13113
12733
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
13114
|
-
},
|
|
13115
|
-
{
|
|
13116
|
-
"stableId": "System.Private.CoreLib:System.Threading.WaitHandleCannotBeOpenedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
13117
|
-
"clrName": "GetObjectData",
|
|
13118
|
-
"metadataToken": 0,
|
|
13119
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
13120
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
13121
|
-
"emitScope": "ClassSurface",
|
|
13122
|
-
"provenance": "BaseOverload",
|
|
13123
|
-
"arity": 0,
|
|
13124
|
-
"parameterCount": 2,
|
|
13125
|
-
"isStatic": false,
|
|
13126
|
-
"isAbstract": false,
|
|
13127
|
-
"isVirtual": true,
|
|
13128
|
-
"isOverride": false,
|
|
13129
|
-
"isSealed": false,
|
|
13130
|
-
"visibility": "Public",
|
|
13131
|
-
"declaringClrType": "System.Threading.WaitHandleCannotBeOpenedException",
|
|
13132
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13133
|
-
"isExtensionMethod": false
|
|
13134
12734
|
}
|
|
13135
12735
|
],
|
|
13136
12736
|
"properties": [],
|