@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
package/System/bindings.json
CHANGED
|
@@ -87719,26 +87719,6 @@
|
|
|
87719
87719
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
87720
87720
|
"isExtensionMethod": false,
|
|
87721
87721
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
87722
|
-
},
|
|
87723
|
-
{
|
|
87724
|
-
"stableId": "System.Private.CoreLib:System.AccessViolationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
87725
|
-
"clrName": "GetObjectData",
|
|
87726
|
-
"metadataToken": 0,
|
|
87727
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
87728
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
87729
|
-
"emitScope": "ClassSurface",
|
|
87730
|
-
"provenance": "BaseOverload",
|
|
87731
|
-
"arity": 0,
|
|
87732
|
-
"parameterCount": 2,
|
|
87733
|
-
"isStatic": false,
|
|
87734
|
-
"isAbstract": false,
|
|
87735
|
-
"isVirtual": true,
|
|
87736
|
-
"isOverride": false,
|
|
87737
|
-
"isSealed": false,
|
|
87738
|
-
"visibility": "Public",
|
|
87739
|
-
"declaringClrType": "System.AccessViolationException",
|
|
87740
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
87741
|
-
"isExtensionMethod": false
|
|
87742
87722
|
}
|
|
87743
87723
|
],
|
|
87744
87724
|
"properties": [],
|
|
@@ -89448,26 +89428,6 @@
|
|
|
89448
89428
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
89449
89429
|
"isExtensionMethod": false,
|
|
89450
89430
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
89451
|
-
},
|
|
89452
|
-
{
|
|
89453
|
-
"stableId": "System.Private.CoreLib:System.AppDomainUnloadedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
89454
|
-
"clrName": "GetObjectData",
|
|
89455
|
-
"metadataToken": 0,
|
|
89456
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
89457
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
89458
|
-
"emitScope": "ClassSurface",
|
|
89459
|
-
"provenance": "BaseOverload",
|
|
89460
|
-
"arity": 0,
|
|
89461
|
-
"parameterCount": 2,
|
|
89462
|
-
"isStatic": false,
|
|
89463
|
-
"isAbstract": false,
|
|
89464
|
-
"isVirtual": true,
|
|
89465
|
-
"isOverride": false,
|
|
89466
|
-
"isSealed": false,
|
|
89467
|
-
"visibility": "Public",
|
|
89468
|
-
"declaringClrType": "System.AppDomainUnloadedException",
|
|
89469
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
89470
|
-
"isExtensionMethod": false
|
|
89471
89431
|
}
|
|
89472
89432
|
],
|
|
89473
89433
|
"properties": [],
|
|
@@ -89562,26 +89522,6 @@
|
|
|
89562
89522
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
89563
89523
|
"isExtensionMethod": false,
|
|
89564
89524
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
89565
|
-
},
|
|
89566
|
-
{
|
|
89567
|
-
"stableId": "System.Private.CoreLib:System.ApplicationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
89568
|
-
"clrName": "GetObjectData",
|
|
89569
|
-
"metadataToken": 0,
|
|
89570
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
89571
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
89572
|
-
"emitScope": "ClassSurface",
|
|
89573
|
-
"provenance": "BaseOverload",
|
|
89574
|
-
"arity": 0,
|
|
89575
|
-
"parameterCount": 2,
|
|
89576
|
-
"isStatic": false,
|
|
89577
|
-
"isAbstract": false,
|
|
89578
|
-
"isVirtual": true,
|
|
89579
|
-
"isOverride": false,
|
|
89580
|
-
"isSealed": false,
|
|
89581
|
-
"visibility": "Public",
|
|
89582
|
-
"declaringClrType": "System.ApplicationException",
|
|
89583
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
89584
|
-
"isExtensionMethod": false
|
|
89585
89525
|
}
|
|
89586
89526
|
],
|
|
89587
89527
|
"properties": [],
|
|
@@ -90141,26 +90081,6 @@
|
|
|
90141
90081
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
90142
90082
|
"isExtensionMethod": false,
|
|
90143
90083
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
90144
|
-
},
|
|
90145
|
-
{
|
|
90146
|
-
"stableId": "System.Private.CoreLib:System.ArgumentNullException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
90147
|
-
"clrName": "GetObjectData",
|
|
90148
|
-
"metadataToken": 0,
|
|
90149
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
90150
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
90151
|
-
"emitScope": "ClassSurface",
|
|
90152
|
-
"provenance": "BaseOverload",
|
|
90153
|
-
"arity": 0,
|
|
90154
|
-
"parameterCount": 2,
|
|
90155
|
-
"isStatic": false,
|
|
90156
|
-
"isAbstract": false,
|
|
90157
|
-
"isVirtual": true,
|
|
90158
|
-
"isOverride": false,
|
|
90159
|
-
"isSealed": false,
|
|
90160
|
-
"visibility": "Public",
|
|
90161
|
-
"declaringClrType": "System.ArgumentNullException",
|
|
90162
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
90163
|
-
"isExtensionMethod": false
|
|
90164
90084
|
}
|
|
90165
90085
|
],
|
|
90166
90086
|
"properties": [],
|
|
@@ -90621,26 +90541,6 @@
|
|
|
90621
90541
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
90622
90542
|
"isExtensionMethod": false,
|
|
90623
90543
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
90624
|
-
},
|
|
90625
|
-
{
|
|
90626
|
-
"stableId": "System.Private.CoreLib:System.ArithmeticException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
90627
|
-
"clrName": "GetObjectData",
|
|
90628
|
-
"metadataToken": 0,
|
|
90629
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
90630
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
90631
|
-
"emitScope": "ClassSurface",
|
|
90632
|
-
"provenance": "BaseOverload",
|
|
90633
|
-
"arity": 0,
|
|
90634
|
-
"parameterCount": 2,
|
|
90635
|
-
"isStatic": false,
|
|
90636
|
-
"isAbstract": false,
|
|
90637
|
-
"isVirtual": true,
|
|
90638
|
-
"isOverride": false,
|
|
90639
|
-
"isSealed": false,
|
|
90640
|
-
"visibility": "Public",
|
|
90641
|
-
"declaringClrType": "System.ArithmeticException",
|
|
90642
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
90643
|
-
"isExtensionMethod": false
|
|
90644
90544
|
}
|
|
90645
90545
|
],
|
|
90646
90546
|
"properties": [],
|
|
@@ -93294,26 +93194,6 @@
|
|
|
93294
93194
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
93295
93195
|
"isExtensionMethod": false,
|
|
93296
93196
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
93297
|
-
},
|
|
93298
|
-
{
|
|
93299
|
-
"stableId": "System.Private.CoreLib:System.ArrayTypeMismatchException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
93300
|
-
"clrName": "GetObjectData",
|
|
93301
|
-
"metadataToken": 0,
|
|
93302
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
93303
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
93304
|
-
"emitScope": "ClassSurface",
|
|
93305
|
-
"provenance": "BaseOverload",
|
|
93306
|
-
"arity": 0,
|
|
93307
|
-
"parameterCount": 2,
|
|
93308
|
-
"isStatic": false,
|
|
93309
|
-
"isAbstract": false,
|
|
93310
|
-
"isVirtual": true,
|
|
93311
|
-
"isOverride": false,
|
|
93312
|
-
"isSealed": false,
|
|
93313
|
-
"visibility": "Public",
|
|
93314
|
-
"declaringClrType": "System.ArrayTypeMismatchException",
|
|
93315
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
93316
|
-
"isExtensionMethod": false
|
|
93317
93197
|
}
|
|
93318
93198
|
],
|
|
93319
93199
|
"properties": [],
|
|
@@ -94540,26 +94420,6 @@
|
|
|
94540
94420
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
94541
94421
|
"isExtensionMethod": false,
|
|
94542
94422
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
94543
|
-
},
|
|
94544
|
-
{
|
|
94545
|
-
"stableId": "System.Private.CoreLib:System.CannotUnloadAppDomainException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
94546
|
-
"clrName": "GetObjectData",
|
|
94547
|
-
"metadataToken": 0,
|
|
94548
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
94549
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
94550
|
-
"emitScope": "ClassSurface",
|
|
94551
|
-
"provenance": "BaseOverload",
|
|
94552
|
-
"arity": 0,
|
|
94553
|
-
"parameterCount": 2,
|
|
94554
|
-
"isStatic": false,
|
|
94555
|
-
"isAbstract": false,
|
|
94556
|
-
"isVirtual": true,
|
|
94557
|
-
"isOverride": false,
|
|
94558
|
-
"isSealed": false,
|
|
94559
|
-
"visibility": "Public",
|
|
94560
|
-
"declaringClrType": "System.CannotUnloadAppDomainException",
|
|
94561
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
94562
|
-
"isExtensionMethod": false
|
|
94563
94423
|
}
|
|
94564
94424
|
],
|
|
94565
94425
|
"properties": [],
|
|
@@ -95067,26 +94927,6 @@
|
|
|
95067
94927
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
95068
94928
|
"isExtensionMethod": false,
|
|
95069
94929
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
95070
|
-
},
|
|
95071
|
-
{
|
|
95072
|
-
"stableId": "System.Private.CoreLib:System.ContextMarshalException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
95073
|
-
"clrName": "GetObjectData",
|
|
95074
|
-
"metadataToken": 0,
|
|
95075
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
95076
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
95077
|
-
"emitScope": "ClassSurface",
|
|
95078
|
-
"provenance": "BaseOverload",
|
|
95079
|
-
"arity": 0,
|
|
95080
|
-
"parameterCount": 2,
|
|
95081
|
-
"isStatic": false,
|
|
95082
|
-
"isAbstract": false,
|
|
95083
|
-
"isVirtual": true,
|
|
95084
|
-
"isOverride": false,
|
|
95085
|
-
"isSealed": false,
|
|
95086
|
-
"visibility": "Public",
|
|
95087
|
-
"declaringClrType": "System.ContextMarshalException",
|
|
95088
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
95089
|
-
"isExtensionMethod": false
|
|
95090
94930
|
}
|
|
95091
94931
|
],
|
|
95092
94932
|
"properties": [],
|
|
@@ -95568,27 +95408,7 @@
|
|
|
95568
95408
|
"isAbstract": false,
|
|
95569
95409
|
"isVirtual": true,
|
|
95570
95410
|
"isOverride": false,
|
|
95571
|
-
"isSealed":
|
|
95572
|
-
"visibility": "Public",
|
|
95573
|
-
"declaringClrType": "System.CultureAwareComparer",
|
|
95574
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
95575
|
-
"isExtensionMethod": false
|
|
95576
|
-
},
|
|
95577
|
-
{
|
|
95578
|
-
"stableId": "System.Private.CoreLib:System.CultureAwareComparer::Compare(T,T):System.Int32",
|
|
95579
|
-
"clrName": "Compare",
|
|
95580
|
-
"metadataToken": 0,
|
|
95581
|
-
"canonicalSignature": "(T,T):System.Int32",
|
|
95582
|
-
"normalizedSignature": "Compare|(T,T):System.Int32|static=false",
|
|
95583
|
-
"emitScope": "ClassSurface",
|
|
95584
|
-
"provenance": "BaseOverload",
|
|
95585
|
-
"arity": 0,
|
|
95586
|
-
"parameterCount": 2,
|
|
95587
|
-
"isStatic": false,
|
|
95588
|
-
"isAbstract": false,
|
|
95589
|
-
"isVirtual": true,
|
|
95590
|
-
"isOverride": false,
|
|
95591
|
-
"isSealed": false,
|
|
95411
|
+
"isSealed": true,
|
|
95592
95412
|
"visibility": "Public",
|
|
95593
95413
|
"declaringClrType": "System.CultureAwareComparer",
|
|
95594
95414
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
@@ -95608,27 +95428,7 @@
|
|
|
95608
95428
|
"isAbstract": false,
|
|
95609
95429
|
"isVirtual": true,
|
|
95610
95430
|
"isOverride": false,
|
|
95611
|
-
"isSealed":
|
|
95612
|
-
"visibility": "Public",
|
|
95613
|
-
"declaringClrType": "System.CultureAwareComparer",
|
|
95614
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
95615
|
-
"isExtensionMethod": false
|
|
95616
|
-
},
|
|
95617
|
-
{
|
|
95618
|
-
"stableId": "System.Private.CoreLib:System.CultureAwareComparer::Equals(T,T):System.Boolean",
|
|
95619
|
-
"clrName": "Equals",
|
|
95620
|
-
"metadataToken": 0,
|
|
95621
|
-
"canonicalSignature": "(T,T):System.Boolean",
|
|
95622
|
-
"normalizedSignature": "Equals|(T,T):System.Boolean|static=false",
|
|
95623
|
-
"emitScope": "ClassSurface",
|
|
95624
|
-
"provenance": "BaseOverload",
|
|
95625
|
-
"arity": 0,
|
|
95626
|
-
"parameterCount": 2,
|
|
95627
|
-
"isStatic": false,
|
|
95628
|
-
"isAbstract": false,
|
|
95629
|
-
"isVirtual": true,
|
|
95630
|
-
"isOverride": false,
|
|
95631
|
-
"isSealed": false,
|
|
95431
|
+
"isSealed": true,
|
|
95632
95432
|
"visibility": "Public",
|
|
95633
95433
|
"declaringClrType": "System.CultureAwareComparer",
|
|
95634
95434
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
@@ -95648,27 +95448,7 @@
|
|
|
95648
95448
|
"isAbstract": false,
|
|
95649
95449
|
"isVirtual": true,
|
|
95650
95450
|
"isOverride": false,
|
|
95651
|
-
"isSealed":
|
|
95652
|
-
"visibility": "Public",
|
|
95653
|
-
"declaringClrType": "System.CultureAwareComparer",
|
|
95654
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
95655
|
-
"isExtensionMethod": false
|
|
95656
|
-
},
|
|
95657
|
-
{
|
|
95658
|
-
"stableId": "System.Private.CoreLib:System.CultureAwareComparer::GetHashCode(T):System.Int32",
|
|
95659
|
-
"clrName": "GetHashCode",
|
|
95660
|
-
"metadataToken": 0,
|
|
95661
|
-
"canonicalSignature": "(T):System.Int32",
|
|
95662
|
-
"normalizedSignature": "GetHashCode|(T):System.Int32|static=false",
|
|
95663
|
-
"emitScope": "ClassSurface",
|
|
95664
|
-
"provenance": "BaseOverload",
|
|
95665
|
-
"arity": 0,
|
|
95666
|
-
"parameterCount": 1,
|
|
95667
|
-
"isStatic": false,
|
|
95668
|
-
"isAbstract": false,
|
|
95669
|
-
"isVirtual": true,
|
|
95670
|
-
"isOverride": false,
|
|
95671
|
-
"isSealed": false,
|
|
95451
|
+
"isSealed": true,
|
|
95672
95452
|
"visibility": "Public",
|
|
95673
95453
|
"declaringClrType": "System.CultureAwareComparer",
|
|
95674
95454
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
@@ -95722,26 +95502,6 @@
|
|
|
95722
95502
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
95723
95503
|
"isExtensionMethod": false,
|
|
95724
95504
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
95725
|
-
},
|
|
95726
|
-
{
|
|
95727
|
-
"stableId": "System.Private.CoreLib:System.DataMisalignedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
95728
|
-
"clrName": "GetObjectData",
|
|
95729
|
-
"metadataToken": 0,
|
|
95730
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
95731
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
95732
|
-
"emitScope": "ClassSurface",
|
|
95733
|
-
"provenance": "BaseOverload",
|
|
95734
|
-
"arity": 0,
|
|
95735
|
-
"parameterCount": 2,
|
|
95736
|
-
"isStatic": false,
|
|
95737
|
-
"isAbstract": false,
|
|
95738
|
-
"isVirtual": true,
|
|
95739
|
-
"isOverride": false,
|
|
95740
|
-
"isSealed": false,
|
|
95741
|
-
"visibility": "Public",
|
|
95742
|
-
"declaringClrType": "System.DataMisalignedException",
|
|
95743
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
95744
|
-
"isExtensionMethod": false
|
|
95745
95505
|
}
|
|
95746
95506
|
],
|
|
95747
95507
|
"properties": [],
|
|
@@ -97003,26 +96763,6 @@
|
|
|
97003
96763
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
97004
96764
|
"isExtensionMethod": false,
|
|
97005
96765
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
97006
|
-
},
|
|
97007
|
-
{
|
|
97008
|
-
"stableId": "System.Private.CoreLib:System.DivideByZeroException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
97009
|
-
"clrName": "GetObjectData",
|
|
97010
|
-
"metadataToken": 0,
|
|
97011
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
97012
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
97013
|
-
"emitScope": "ClassSurface",
|
|
97014
|
-
"provenance": "BaseOverload",
|
|
97015
|
-
"arity": 0,
|
|
97016
|
-
"parameterCount": 2,
|
|
97017
|
-
"isStatic": false,
|
|
97018
|
-
"isAbstract": false,
|
|
97019
|
-
"isVirtual": true,
|
|
97020
|
-
"isOverride": false,
|
|
97021
|
-
"isSealed": false,
|
|
97022
|
-
"visibility": "Public",
|
|
97023
|
-
"declaringClrType": "System.DivideByZeroException",
|
|
97024
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
97025
|
-
"isExtensionMethod": false
|
|
97026
96766
|
}
|
|
97027
96767
|
],
|
|
97028
96768
|
"properties": [],
|
|
@@ -97117,26 +96857,6 @@
|
|
|
97117
96857
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
97118
96858
|
"isExtensionMethod": false,
|
|
97119
96859
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
97120
|
-
},
|
|
97121
|
-
{
|
|
97122
|
-
"stableId": "System.Private.CoreLib:System.DllNotFoundException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
97123
|
-
"clrName": "GetObjectData",
|
|
97124
|
-
"metadataToken": 0,
|
|
97125
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
97126
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
97127
|
-
"emitScope": "ClassSurface",
|
|
97128
|
-
"provenance": "BaseOverload",
|
|
97129
|
-
"arity": 0,
|
|
97130
|
-
"parameterCount": 2,
|
|
97131
|
-
"isStatic": false,
|
|
97132
|
-
"isAbstract": false,
|
|
97133
|
-
"isVirtual": true,
|
|
97134
|
-
"isOverride": false,
|
|
97135
|
-
"isSealed": false,
|
|
97136
|
-
"visibility": "Public",
|
|
97137
|
-
"declaringClrType": "System.DllNotFoundException",
|
|
97138
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
97139
|
-
"isExtensionMethod": false
|
|
97140
96860
|
}
|
|
97141
96861
|
],
|
|
97142
96862
|
"properties": [],
|
|
@@ -97231,26 +96951,6 @@
|
|
|
97231
96951
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
97232
96952
|
"isExtensionMethod": false,
|
|
97233
96953
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
97234
|
-
},
|
|
97235
|
-
{
|
|
97236
|
-
"stableId": "System.Private.CoreLib:System.DuplicateWaitObjectException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
97237
|
-
"clrName": "GetObjectData",
|
|
97238
|
-
"metadataToken": 0,
|
|
97239
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
97240
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
97241
|
-
"emitScope": "ClassSurface",
|
|
97242
|
-
"provenance": "BaseOverload",
|
|
97243
|
-
"arity": 0,
|
|
97244
|
-
"parameterCount": 2,
|
|
97245
|
-
"isStatic": false,
|
|
97246
|
-
"isAbstract": false,
|
|
97247
|
-
"isVirtual": true,
|
|
97248
|
-
"isOverride": false,
|
|
97249
|
-
"isSealed": false,
|
|
97250
|
-
"visibility": "Public",
|
|
97251
|
-
"declaringClrType": "System.DuplicateWaitObjectException",
|
|
97252
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
97253
|
-
"isExtensionMethod": false
|
|
97254
96954
|
}
|
|
97255
96955
|
],
|
|
97256
96956
|
"properties": [],
|
|
@@ -97356,26 +97056,6 @@
|
|
|
97356
97056
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
97357
97057
|
"isExtensionMethod": false,
|
|
97358
97058
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
97359
|
-
},
|
|
97360
|
-
{
|
|
97361
|
-
"stableId": "System.Private.CoreLib:System.EntryPointNotFoundException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
97362
|
-
"clrName": "GetObjectData",
|
|
97363
|
-
"metadataToken": 0,
|
|
97364
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
97365
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
97366
|
-
"emitScope": "ClassSurface",
|
|
97367
|
-
"provenance": "BaseOverload",
|
|
97368
|
-
"arity": 0,
|
|
97369
|
-
"parameterCount": 2,
|
|
97370
|
-
"isStatic": false,
|
|
97371
|
-
"isAbstract": false,
|
|
97372
|
-
"isVirtual": true,
|
|
97373
|
-
"isOverride": false,
|
|
97374
|
-
"isSealed": false,
|
|
97375
|
-
"visibility": "Public",
|
|
97376
|
-
"declaringClrType": "System.EntryPointNotFoundException",
|
|
97377
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
97378
|
-
"isExtensionMethod": false
|
|
97379
97059
|
}
|
|
97380
97060
|
],
|
|
97381
97061
|
"properties": [],
|
|
@@ -99326,26 +99006,6 @@
|
|
|
99326
99006
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
99327
99007
|
"isExtensionMethod": false,
|
|
99328
99008
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
99329
|
-
},
|
|
99330
|
-
{
|
|
99331
|
-
"stableId": "System.Private.CoreLib:System.ExecutionEngineException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
99332
|
-
"clrName": "GetObjectData",
|
|
99333
|
-
"metadataToken": 0,
|
|
99334
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
99335
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
99336
|
-
"emitScope": "ClassSurface",
|
|
99337
|
-
"provenance": "BaseOverload",
|
|
99338
|
-
"arity": 0,
|
|
99339
|
-
"parameterCount": 2,
|
|
99340
|
-
"isStatic": false,
|
|
99341
|
-
"isAbstract": false,
|
|
99342
|
-
"isVirtual": true,
|
|
99343
|
-
"isOverride": false,
|
|
99344
|
-
"isSealed": false,
|
|
99345
|
-
"visibility": "Public",
|
|
99346
|
-
"declaringClrType": "System.ExecutionEngineException",
|
|
99347
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
99348
|
-
"isExtensionMethod": false
|
|
99349
99009
|
}
|
|
99350
99010
|
],
|
|
99351
99011
|
"properties": [],
|
|
@@ -99429,26 +99089,6 @@
|
|
|
99429
99089
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
99430
99090
|
"isExtensionMethod": false,
|
|
99431
99091
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
99432
|
-
},
|
|
99433
|
-
{
|
|
99434
|
-
"stableId": "System.Private.CoreLib:System.FieldAccessException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
99435
|
-
"clrName": "GetObjectData",
|
|
99436
|
-
"metadataToken": 0,
|
|
99437
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
99438
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
99439
|
-
"emitScope": "ClassSurface",
|
|
99440
|
-
"provenance": "BaseOverload",
|
|
99441
|
-
"arity": 0,
|
|
99442
|
-
"parameterCount": 2,
|
|
99443
|
-
"isStatic": false,
|
|
99444
|
-
"isAbstract": false,
|
|
99445
|
-
"isVirtual": true,
|
|
99446
|
-
"isOverride": false,
|
|
99447
|
-
"isSealed": false,
|
|
99448
|
-
"visibility": "Public",
|
|
99449
|
-
"declaringClrType": "System.FieldAccessException",
|
|
99450
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
99451
|
-
"isExtensionMethod": false
|
|
99452
99092
|
}
|
|
99453
99093
|
],
|
|
99454
99094
|
"properties": [],
|
|
@@ -99609,26 +99249,6 @@
|
|
|
99609
99249
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
99610
99250
|
"isExtensionMethod": false,
|
|
99611
99251
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
99612
|
-
},
|
|
99613
|
-
{
|
|
99614
|
-
"stableId": "System.Private.CoreLib:System.FormatException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
99615
|
-
"clrName": "GetObjectData",
|
|
99616
|
-
"metadataToken": 0,
|
|
99617
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
99618
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
99619
|
-
"emitScope": "ClassSurface",
|
|
99620
|
-
"provenance": "BaseOverload",
|
|
99621
|
-
"arity": 0,
|
|
99622
|
-
"parameterCount": 2,
|
|
99623
|
-
"isStatic": false,
|
|
99624
|
-
"isAbstract": false,
|
|
99625
|
-
"isVirtual": true,
|
|
99626
|
-
"isOverride": false,
|
|
99627
|
-
"isSealed": false,
|
|
99628
|
-
"visibility": "Public",
|
|
99629
|
-
"declaringClrType": "System.FormatException",
|
|
99630
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
99631
|
-
"isExtensionMethod": false
|
|
99632
99252
|
}
|
|
99633
99253
|
],
|
|
99634
99254
|
"properties": [],
|
|
@@ -100075,26 +99695,6 @@
|
|
|
100075
99695
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100076
99696
|
"isExtensionMethod": false,
|
|
100077
99697
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
100078
|
-
},
|
|
100079
|
-
{
|
|
100080
|
-
"stableId": "System.Private.CoreLib:System.IndexOutOfRangeException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100081
|
-
"clrName": "GetObjectData",
|
|
100082
|
-
"metadataToken": 0,
|
|
100083
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100084
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
100085
|
-
"emitScope": "ClassSurface",
|
|
100086
|
-
"provenance": "BaseOverload",
|
|
100087
|
-
"arity": 0,
|
|
100088
|
-
"parameterCount": 2,
|
|
100089
|
-
"isStatic": false,
|
|
100090
|
-
"isAbstract": false,
|
|
100091
|
-
"isVirtual": true,
|
|
100092
|
-
"isOverride": false,
|
|
100093
|
-
"isSealed": false,
|
|
100094
|
-
"visibility": "Public",
|
|
100095
|
-
"declaringClrType": "System.IndexOutOfRangeException",
|
|
100096
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100097
|
-
"isExtensionMethod": false
|
|
100098
99698
|
}
|
|
100099
99699
|
],
|
|
100100
99700
|
"properties": [],
|
|
@@ -100178,26 +99778,6 @@
|
|
|
100178
99778
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100179
99779
|
"isExtensionMethod": false,
|
|
100180
99780
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
100181
|
-
},
|
|
100182
|
-
{
|
|
100183
|
-
"stableId": "System.Private.CoreLib:System.InsufficientExecutionStackException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100184
|
-
"clrName": "GetObjectData",
|
|
100185
|
-
"metadataToken": 0,
|
|
100186
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100187
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
100188
|
-
"emitScope": "ClassSurface",
|
|
100189
|
-
"provenance": "BaseOverload",
|
|
100190
|
-
"arity": 0,
|
|
100191
|
-
"parameterCount": 2,
|
|
100192
|
-
"isStatic": false,
|
|
100193
|
-
"isAbstract": false,
|
|
100194
|
-
"isVirtual": true,
|
|
100195
|
-
"isOverride": false,
|
|
100196
|
-
"isSealed": false,
|
|
100197
|
-
"visibility": "Public",
|
|
100198
|
-
"declaringClrType": "System.InsufficientExecutionStackException",
|
|
100199
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100200
|
-
"isExtensionMethod": false
|
|
100201
99781
|
}
|
|
100202
99782
|
],
|
|
100203
99783
|
"properties": [],
|
|
@@ -100281,26 +99861,6 @@
|
|
|
100281
99861
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100282
99862
|
"isExtensionMethod": false,
|
|
100283
99863
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
100284
|
-
},
|
|
100285
|
-
{
|
|
100286
|
-
"stableId": "System.Private.CoreLib:System.InsufficientMemoryException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100287
|
-
"clrName": "GetObjectData",
|
|
100288
|
-
"metadataToken": 0,
|
|
100289
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100290
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
100291
|
-
"emitScope": "ClassSurface",
|
|
100292
|
-
"provenance": "BaseOverload",
|
|
100293
|
-
"arity": 0,
|
|
100294
|
-
"parameterCount": 2,
|
|
100295
|
-
"isStatic": false,
|
|
100296
|
-
"isAbstract": false,
|
|
100297
|
-
"isVirtual": true,
|
|
100298
|
-
"isOverride": false,
|
|
100299
|
-
"isSealed": false,
|
|
100300
|
-
"visibility": "Public",
|
|
100301
|
-
"declaringClrType": "System.InsufficientMemoryException",
|
|
100302
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100303
|
-
"isExtensionMethod": false
|
|
100304
99864
|
}
|
|
100305
99865
|
],
|
|
100306
99866
|
"properties": [],
|
|
@@ -100384,26 +99944,6 @@
|
|
|
100384
99944
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100385
99945
|
"isExtensionMethod": false,
|
|
100386
99946
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
100387
|
-
},
|
|
100388
|
-
{
|
|
100389
|
-
"stableId": "System.Private.CoreLib:System.InvalidCastException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100390
|
-
"clrName": "GetObjectData",
|
|
100391
|
-
"metadataToken": 0,
|
|
100392
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100393
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
100394
|
-
"emitScope": "ClassSurface",
|
|
100395
|
-
"provenance": "BaseOverload",
|
|
100396
|
-
"arity": 0,
|
|
100397
|
-
"parameterCount": 2,
|
|
100398
|
-
"isStatic": false,
|
|
100399
|
-
"isAbstract": false,
|
|
100400
|
-
"isVirtual": true,
|
|
100401
|
-
"isOverride": false,
|
|
100402
|
-
"isSealed": false,
|
|
100403
|
-
"visibility": "Public",
|
|
100404
|
-
"declaringClrType": "System.InvalidCastException",
|
|
100405
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100406
|
-
"isExtensionMethod": false
|
|
100407
99947
|
}
|
|
100408
99948
|
],
|
|
100409
99949
|
"properties": [],
|
|
@@ -100509,26 +100049,6 @@
|
|
|
100509
100049
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100510
100050
|
"isExtensionMethod": false,
|
|
100511
100051
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
100512
|
-
},
|
|
100513
|
-
{
|
|
100514
|
-
"stableId": "System.Private.CoreLib:System.InvalidOperationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100515
|
-
"clrName": "GetObjectData",
|
|
100516
|
-
"metadataToken": 0,
|
|
100517
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100518
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
100519
|
-
"emitScope": "ClassSurface",
|
|
100520
|
-
"provenance": "BaseOverload",
|
|
100521
|
-
"arity": 0,
|
|
100522
|
-
"parameterCount": 2,
|
|
100523
|
-
"isStatic": false,
|
|
100524
|
-
"isAbstract": false,
|
|
100525
|
-
"isVirtual": true,
|
|
100526
|
-
"isOverride": false,
|
|
100527
|
-
"isSealed": false,
|
|
100528
|
-
"visibility": "Public",
|
|
100529
|
-
"declaringClrType": "System.InvalidOperationException",
|
|
100530
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100531
|
-
"isExtensionMethod": false
|
|
100532
100052
|
}
|
|
100533
100053
|
],
|
|
100534
100054
|
"properties": [],
|
|
@@ -100623,26 +100143,6 @@
|
|
|
100623
100143
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100624
100144
|
"isExtensionMethod": false,
|
|
100625
100145
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
100626
|
-
},
|
|
100627
|
-
{
|
|
100628
|
-
"stableId": "System.Private.CoreLib:System.InvalidProgramException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100629
|
-
"clrName": "GetObjectData",
|
|
100630
|
-
"metadataToken": 0,
|
|
100631
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100632
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
100633
|
-
"emitScope": "ClassSurface",
|
|
100634
|
-
"provenance": "BaseOverload",
|
|
100635
|
-
"arity": 0,
|
|
100636
|
-
"parameterCount": 2,
|
|
100637
|
-
"isStatic": false,
|
|
100638
|
-
"isAbstract": false,
|
|
100639
|
-
"isVirtual": true,
|
|
100640
|
-
"isOverride": false,
|
|
100641
|
-
"isSealed": false,
|
|
100642
|
-
"visibility": "Public",
|
|
100643
|
-
"declaringClrType": "System.InvalidProgramException",
|
|
100644
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100645
|
-
"isExtensionMethod": false
|
|
100646
100146
|
}
|
|
100647
100147
|
],
|
|
100648
100148
|
"properties": [],
|
|
@@ -100726,26 +100226,6 @@
|
|
|
100726
100226
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100727
100227
|
"isExtensionMethod": false,
|
|
100728
100228
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
100729
|
-
},
|
|
100730
|
-
{
|
|
100731
|
-
"stableId": "System.Private.CoreLib:System.InvalidTimeZoneException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100732
|
-
"clrName": "GetObjectData",
|
|
100733
|
-
"metadataToken": 0,
|
|
100734
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
100735
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
100736
|
-
"emitScope": "ClassSurface",
|
|
100737
|
-
"provenance": "BaseOverload",
|
|
100738
|
-
"arity": 0,
|
|
100739
|
-
"parameterCount": 2,
|
|
100740
|
-
"isStatic": false,
|
|
100741
|
-
"isAbstract": false,
|
|
100742
|
-
"isVirtual": true,
|
|
100743
|
-
"isOverride": false,
|
|
100744
|
-
"isSealed": false,
|
|
100745
|
-
"visibility": "Public",
|
|
100746
|
-
"declaringClrType": "System.InvalidTimeZoneException",
|
|
100747
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
100748
|
-
"isExtensionMethod": false
|
|
100749
100229
|
}
|
|
100750
100230
|
],
|
|
100751
100231
|
"properties": [],
|
|
@@ -101350,26 +100830,6 @@
|
|
|
101350
100830
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
101351
100831
|
"isExtensionMethod": false,
|
|
101352
100832
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
101353
|
-
},
|
|
101354
|
-
{
|
|
101355
|
-
"stableId": "System.Private.CoreLib:System.MemberAccessException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
101356
|
-
"clrName": "GetObjectData",
|
|
101357
|
-
"metadataToken": 0,
|
|
101358
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
101359
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
101360
|
-
"emitScope": "ClassSurface",
|
|
101361
|
-
"provenance": "BaseOverload",
|
|
101362
|
-
"arity": 0,
|
|
101363
|
-
"parameterCount": 2,
|
|
101364
|
-
"isStatic": false,
|
|
101365
|
-
"isAbstract": false,
|
|
101366
|
-
"isVirtual": true,
|
|
101367
|
-
"isOverride": false,
|
|
101368
|
-
"isSealed": false,
|
|
101369
|
-
"visibility": "Public",
|
|
101370
|
-
"declaringClrType": "System.MemberAccessException",
|
|
101371
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
101372
|
-
"isExtensionMethod": false
|
|
101373
100833
|
}
|
|
101374
100834
|
],
|
|
101375
100835
|
"properties": [],
|
|
@@ -101464,26 +100924,6 @@
|
|
|
101464
100924
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
101465
100925
|
"isExtensionMethod": false,
|
|
101466
100926
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
101467
|
-
},
|
|
101468
|
-
{
|
|
101469
|
-
"stableId": "System.Private.CoreLib:System.MethodAccessException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
101470
|
-
"clrName": "GetObjectData",
|
|
101471
|
-
"metadataToken": 0,
|
|
101472
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
101473
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
101474
|
-
"emitScope": "ClassSurface",
|
|
101475
|
-
"provenance": "BaseOverload",
|
|
101476
|
-
"arity": 0,
|
|
101477
|
-
"parameterCount": 2,
|
|
101478
|
-
"isStatic": false,
|
|
101479
|
-
"isAbstract": false,
|
|
101480
|
-
"isVirtual": true,
|
|
101481
|
-
"isOverride": false,
|
|
101482
|
-
"isSealed": false,
|
|
101483
|
-
"visibility": "Public",
|
|
101484
|
-
"declaringClrType": "System.MethodAccessException",
|
|
101485
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
101486
|
-
"isExtensionMethod": false
|
|
101487
100927
|
}
|
|
101488
100928
|
],
|
|
101489
100929
|
"properties": [],
|
|
@@ -101578,26 +101018,6 @@
|
|
|
101578
101018
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
101579
101019
|
"isExtensionMethod": false,
|
|
101580
101020
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
101581
|
-
},
|
|
101582
|
-
{
|
|
101583
|
-
"stableId": "System.Private.CoreLib:System.MissingFieldException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
101584
|
-
"clrName": "GetObjectData",
|
|
101585
|
-
"metadataToken": 0,
|
|
101586
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
101587
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
101588
|
-
"emitScope": "ClassSurface",
|
|
101589
|
-
"provenance": "BaseOverload",
|
|
101590
|
-
"arity": 0,
|
|
101591
|
-
"parameterCount": 2,
|
|
101592
|
-
"isStatic": false,
|
|
101593
|
-
"isAbstract": false,
|
|
101594
|
-
"isVirtual": true,
|
|
101595
|
-
"isOverride": false,
|
|
101596
|
-
"isSealed": false,
|
|
101597
|
-
"visibility": "Public",
|
|
101598
|
-
"declaringClrType": "System.MissingFieldException",
|
|
101599
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
101600
|
-
"isExtensionMethod": false
|
|
101601
101021
|
}
|
|
101602
101022
|
],
|
|
101603
101023
|
"properties": [
|
|
@@ -101905,26 +101325,6 @@
|
|
|
101905
101325
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
101906
101326
|
"isExtensionMethod": false,
|
|
101907
101327
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
101908
|
-
},
|
|
101909
|
-
{
|
|
101910
|
-
"stableId": "System.Private.CoreLib:System.MissingMethodException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
101911
|
-
"clrName": "GetObjectData",
|
|
101912
|
-
"metadataToken": 0,
|
|
101913
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
101914
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
101915
|
-
"emitScope": "ClassSurface",
|
|
101916
|
-
"provenance": "BaseOverload",
|
|
101917
|
-
"arity": 0,
|
|
101918
|
-
"parameterCount": 2,
|
|
101919
|
-
"isStatic": false,
|
|
101920
|
-
"isAbstract": false,
|
|
101921
|
-
"isVirtual": true,
|
|
101922
|
-
"isOverride": false,
|
|
101923
|
-
"isSealed": false,
|
|
101924
|
-
"visibility": "Public",
|
|
101925
|
-
"declaringClrType": "System.MissingMethodException",
|
|
101926
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
101927
|
-
"isExtensionMethod": false
|
|
101928
101328
|
}
|
|
101929
101329
|
],
|
|
101930
101330
|
"properties": [
|
|
@@ -102248,26 +101648,6 @@
|
|
|
102248
101648
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
102249
101649
|
"isExtensionMethod": false,
|
|
102250
101650
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
102251
|
-
},
|
|
102252
|
-
{
|
|
102253
|
-
"stableId": "System.Private.CoreLib:System.MulticastDelegate::Clone():System.Object",
|
|
102254
|
-
"clrName": "Clone",
|
|
102255
|
-
"metadataToken": 0,
|
|
102256
|
-
"canonicalSignature": "():System.Object",
|
|
102257
|
-
"normalizedSignature": "Clone|():System.Object|static=false",
|
|
102258
|
-
"emitScope": "ClassSurface",
|
|
102259
|
-
"provenance": "BaseOverload",
|
|
102260
|
-
"arity": 0,
|
|
102261
|
-
"parameterCount": 0,
|
|
102262
|
-
"isStatic": false,
|
|
102263
|
-
"isAbstract": false,
|
|
102264
|
-
"isVirtual": true,
|
|
102265
|
-
"isOverride": false,
|
|
102266
|
-
"isSealed": false,
|
|
102267
|
-
"visibility": "Public",
|
|
102268
|
-
"declaringClrType": "System.MulticastDelegate",
|
|
102269
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
102270
|
-
"isExtensionMethod": false
|
|
102271
101651
|
}
|
|
102272
101652
|
],
|
|
102273
101653
|
"properties": [],
|
|
@@ -102340,26 +101720,6 @@
|
|
|
102340
101720
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
102341
101721
|
"isExtensionMethod": false,
|
|
102342
101722
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
102343
|
-
},
|
|
102344
|
-
{
|
|
102345
|
-
"stableId": "System.Private.CoreLib:System.MulticastNotSupportedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
102346
|
-
"clrName": "GetObjectData",
|
|
102347
|
-
"metadataToken": 0,
|
|
102348
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
102349
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
102350
|
-
"emitScope": "ClassSurface",
|
|
102351
|
-
"provenance": "BaseOverload",
|
|
102352
|
-
"arity": 0,
|
|
102353
|
-
"parameterCount": 2,
|
|
102354
|
-
"isStatic": false,
|
|
102355
|
-
"isAbstract": false,
|
|
102356
|
-
"isVirtual": true,
|
|
102357
|
-
"isOverride": false,
|
|
102358
|
-
"isSealed": false,
|
|
102359
|
-
"visibility": "Public",
|
|
102360
|
-
"declaringClrType": "System.MulticastNotSupportedException",
|
|
102361
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
102362
|
-
"isExtensionMethod": false
|
|
102363
101723
|
}
|
|
102364
101724
|
],
|
|
102365
101725
|
"properties": [],
|
|
@@ -102742,26 +102102,6 @@
|
|
|
102742
102102
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
102743
102103
|
"isExtensionMethod": false,
|
|
102744
102104
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
102745
|
-
},
|
|
102746
|
-
{
|
|
102747
|
-
"stableId": "System.Private.CoreLib:System.NotImplementedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
102748
|
-
"clrName": "GetObjectData",
|
|
102749
|
-
"metadataToken": 0,
|
|
102750
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
102751
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
102752
|
-
"emitScope": "ClassSurface",
|
|
102753
|
-
"provenance": "BaseOverload",
|
|
102754
|
-
"arity": 0,
|
|
102755
|
-
"parameterCount": 2,
|
|
102756
|
-
"isStatic": false,
|
|
102757
|
-
"isAbstract": false,
|
|
102758
|
-
"isVirtual": true,
|
|
102759
|
-
"isOverride": false,
|
|
102760
|
-
"isSealed": false,
|
|
102761
|
-
"visibility": "Public",
|
|
102762
|
-
"declaringClrType": "System.NotImplementedException",
|
|
102763
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
102764
|
-
"isExtensionMethod": false
|
|
102765
102105
|
}
|
|
102766
102106
|
],
|
|
102767
102107
|
"properties": [],
|
|
@@ -102856,26 +102196,6 @@
|
|
|
102856
102196
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
102857
102197
|
"isExtensionMethod": false,
|
|
102858
102198
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
102859
|
-
},
|
|
102860
|
-
{
|
|
102861
|
-
"stableId": "System.Private.CoreLib:System.NotSupportedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
102862
|
-
"clrName": "GetObjectData",
|
|
102863
|
-
"metadataToken": 0,
|
|
102864
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
102865
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
102866
|
-
"emitScope": "ClassSurface",
|
|
102867
|
-
"provenance": "BaseOverload",
|
|
102868
|
-
"arity": 0,
|
|
102869
|
-
"parameterCount": 2,
|
|
102870
|
-
"isStatic": false,
|
|
102871
|
-
"isAbstract": false,
|
|
102872
|
-
"isVirtual": true,
|
|
102873
|
-
"isOverride": false,
|
|
102874
|
-
"isSealed": false,
|
|
102875
|
-
"visibility": "Public",
|
|
102876
|
-
"declaringClrType": "System.NotSupportedException",
|
|
102877
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
102878
|
-
"isExtensionMethod": false
|
|
102879
102199
|
}
|
|
102880
102200
|
],
|
|
102881
102201
|
"properties": [],
|
|
@@ -102970,26 +102290,6 @@
|
|
|
102970
102290
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
102971
102291
|
"isExtensionMethod": false,
|
|
102972
102292
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
102973
|
-
},
|
|
102974
|
-
{
|
|
102975
|
-
"stableId": "System.Private.CoreLib:System.NullReferenceException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
102976
|
-
"clrName": "GetObjectData",
|
|
102977
|
-
"metadataToken": 0,
|
|
102978
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
102979
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
102980
|
-
"emitScope": "ClassSurface",
|
|
102981
|
-
"provenance": "BaseOverload",
|
|
102982
|
-
"arity": 0,
|
|
102983
|
-
"parameterCount": 2,
|
|
102984
|
-
"isStatic": false,
|
|
102985
|
-
"isAbstract": false,
|
|
102986
|
-
"isVirtual": true,
|
|
102987
|
-
"isOverride": false,
|
|
102988
|
-
"isSealed": false,
|
|
102989
|
-
"visibility": "Public",
|
|
102990
|
-
"declaringClrType": "System.NullReferenceException",
|
|
102991
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
102992
|
-
"isExtensionMethod": false
|
|
102993
102293
|
}
|
|
102994
102294
|
],
|
|
102995
102295
|
"properties": [],
|
|
@@ -104242,26 +103542,6 @@
|
|
|
104242
103542
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
104243
103543
|
"isExtensionMethod": false,
|
|
104244
103544
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
104245
|
-
},
|
|
104246
|
-
{
|
|
104247
|
-
"stableId": "System.Private.CoreLib:System.OperationCanceledException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
104248
|
-
"clrName": "GetObjectData",
|
|
104249
|
-
"metadataToken": 0,
|
|
104250
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
104251
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
104252
|
-
"emitScope": "ClassSurface",
|
|
104253
|
-
"provenance": "BaseOverload",
|
|
104254
|
-
"arity": 0,
|
|
104255
|
-
"parameterCount": 2,
|
|
104256
|
-
"isStatic": false,
|
|
104257
|
-
"isAbstract": false,
|
|
104258
|
-
"isVirtual": true,
|
|
104259
|
-
"isOverride": false,
|
|
104260
|
-
"isSealed": false,
|
|
104261
|
-
"visibility": "Public",
|
|
104262
|
-
"declaringClrType": "System.OperationCanceledException",
|
|
104263
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
104264
|
-
"isExtensionMethod": false
|
|
104265
103545
|
}
|
|
104266
103546
|
],
|
|
104267
103547
|
"properties": [
|
|
@@ -104718,27 +103998,7 @@
|
|
|
104718
103998
|
"isAbstract": false,
|
|
104719
103999
|
"isVirtual": true,
|
|
104720
104000
|
"isOverride": false,
|
|
104721
|
-
"isSealed":
|
|
104722
|
-
"visibility": "Public",
|
|
104723
|
-
"declaringClrType": "System.OrdinalComparer",
|
|
104724
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
104725
|
-
"isExtensionMethod": false
|
|
104726
|
-
},
|
|
104727
|
-
{
|
|
104728
|
-
"stableId": "System.Private.CoreLib:System.OrdinalComparer::Compare(T,T):System.Int32",
|
|
104729
|
-
"clrName": "Compare",
|
|
104730
|
-
"metadataToken": 0,
|
|
104731
|
-
"canonicalSignature": "(T,T):System.Int32",
|
|
104732
|
-
"normalizedSignature": "Compare|(T,T):System.Int32|static=false",
|
|
104733
|
-
"emitScope": "ClassSurface",
|
|
104734
|
-
"provenance": "BaseOverload",
|
|
104735
|
-
"arity": 0,
|
|
104736
|
-
"parameterCount": 2,
|
|
104737
|
-
"isStatic": false,
|
|
104738
|
-
"isAbstract": false,
|
|
104739
|
-
"isVirtual": true,
|
|
104740
|
-
"isOverride": false,
|
|
104741
|
-
"isSealed": false,
|
|
104001
|
+
"isSealed": true,
|
|
104742
104002
|
"visibility": "Public",
|
|
104743
104003
|
"declaringClrType": "System.OrdinalComparer",
|
|
104744
104004
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
@@ -104758,27 +104018,7 @@
|
|
|
104758
104018
|
"isAbstract": false,
|
|
104759
104019
|
"isVirtual": true,
|
|
104760
104020
|
"isOverride": false,
|
|
104761
|
-
"isSealed":
|
|
104762
|
-
"visibility": "Public",
|
|
104763
|
-
"declaringClrType": "System.OrdinalComparer",
|
|
104764
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
104765
|
-
"isExtensionMethod": false
|
|
104766
|
-
},
|
|
104767
|
-
{
|
|
104768
|
-
"stableId": "System.Private.CoreLib:System.OrdinalComparer::Equals(T,T):System.Boolean",
|
|
104769
|
-
"clrName": "Equals",
|
|
104770
|
-
"metadataToken": 0,
|
|
104771
|
-
"canonicalSignature": "(T,T):System.Boolean",
|
|
104772
|
-
"normalizedSignature": "Equals|(T,T):System.Boolean|static=false",
|
|
104773
|
-
"emitScope": "ClassSurface",
|
|
104774
|
-
"provenance": "BaseOverload",
|
|
104775
|
-
"arity": 0,
|
|
104776
|
-
"parameterCount": 2,
|
|
104777
|
-
"isStatic": false,
|
|
104778
|
-
"isAbstract": false,
|
|
104779
|
-
"isVirtual": true,
|
|
104780
|
-
"isOverride": false,
|
|
104781
|
-
"isSealed": false,
|
|
104021
|
+
"isSealed": true,
|
|
104782
104022
|
"visibility": "Public",
|
|
104783
104023
|
"declaringClrType": "System.OrdinalComparer",
|
|
104784
104024
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
@@ -104798,27 +104038,7 @@
|
|
|
104798
104038
|
"isAbstract": false,
|
|
104799
104039
|
"isVirtual": true,
|
|
104800
104040
|
"isOverride": false,
|
|
104801
|
-
"isSealed":
|
|
104802
|
-
"visibility": "Public",
|
|
104803
|
-
"declaringClrType": "System.OrdinalComparer",
|
|
104804
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
104805
|
-
"isExtensionMethod": false
|
|
104806
|
-
},
|
|
104807
|
-
{
|
|
104808
|
-
"stableId": "System.Private.CoreLib:System.OrdinalComparer::GetHashCode(T):System.Int32",
|
|
104809
|
-
"clrName": "GetHashCode",
|
|
104810
|
-
"metadataToken": 0,
|
|
104811
|
-
"canonicalSignature": "(T):System.Int32",
|
|
104812
|
-
"normalizedSignature": "GetHashCode|(T):System.Int32|static=false",
|
|
104813
|
-
"emitScope": "ClassSurface",
|
|
104814
|
-
"provenance": "BaseOverload",
|
|
104815
|
-
"arity": 0,
|
|
104816
|
-
"parameterCount": 1,
|
|
104817
|
-
"isStatic": false,
|
|
104818
|
-
"isAbstract": false,
|
|
104819
|
-
"isVirtual": true,
|
|
104820
|
-
"isOverride": false,
|
|
104821
|
-
"isSealed": false,
|
|
104041
|
+
"isSealed": true,
|
|
104822
104042
|
"visibility": "Public",
|
|
104823
104043
|
"declaringClrType": "System.OrdinalComparer",
|
|
104824
104044
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
@@ -104872,26 +104092,6 @@
|
|
|
104872
104092
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
104873
104093
|
"isExtensionMethod": false,
|
|
104874
104094
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
104875
|
-
},
|
|
104876
|
-
{
|
|
104877
|
-
"stableId": "System.Private.CoreLib:System.OutOfMemoryException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
104878
|
-
"clrName": "GetObjectData",
|
|
104879
|
-
"metadataToken": 0,
|
|
104880
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
104881
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
104882
|
-
"emitScope": "ClassSurface",
|
|
104883
|
-
"provenance": "BaseOverload",
|
|
104884
|
-
"arity": 0,
|
|
104885
|
-
"parameterCount": 2,
|
|
104886
|
-
"isStatic": false,
|
|
104887
|
-
"isAbstract": false,
|
|
104888
|
-
"isVirtual": true,
|
|
104889
|
-
"isOverride": false,
|
|
104890
|
-
"isSealed": false,
|
|
104891
|
-
"visibility": "Public",
|
|
104892
|
-
"declaringClrType": "System.OutOfMemoryException",
|
|
104893
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
104894
|
-
"isExtensionMethod": false
|
|
104895
104095
|
}
|
|
104896
104096
|
],
|
|
104897
104097
|
"properties": [],
|
|
@@ -104986,26 +104186,6 @@
|
|
|
104986
104186
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
104987
104187
|
"isExtensionMethod": false,
|
|
104988
104188
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
104989
|
-
},
|
|
104990
|
-
{
|
|
104991
|
-
"stableId": "System.Private.CoreLib:System.OverflowException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
104992
|
-
"clrName": "GetObjectData",
|
|
104993
|
-
"metadataToken": 0,
|
|
104994
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
104995
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
104996
|
-
"emitScope": "ClassSurface",
|
|
104997
|
-
"provenance": "BaseOverload",
|
|
104998
|
-
"arity": 0,
|
|
104999
|
-
"parameterCount": 2,
|
|
105000
|
-
"isStatic": false,
|
|
105001
|
-
"isAbstract": false,
|
|
105002
|
-
"isVirtual": true,
|
|
105003
|
-
"isOverride": false,
|
|
105004
|
-
"isSealed": false,
|
|
105005
|
-
"visibility": "Public",
|
|
105006
|
-
"declaringClrType": "System.OverflowException",
|
|
105007
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
105008
|
-
"isExtensionMethod": false
|
|
105009
104189
|
}
|
|
105010
104190
|
],
|
|
105011
104191
|
"properties": [],
|
|
@@ -105133,26 +104313,6 @@
|
|
|
105133
104313
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
105134
104314
|
"isExtensionMethod": false,
|
|
105135
104315
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
105136
|
-
},
|
|
105137
|
-
{
|
|
105138
|
-
"stableId": "System.Private.CoreLib:System.PlatformNotSupportedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
105139
|
-
"clrName": "GetObjectData",
|
|
105140
|
-
"metadataToken": 0,
|
|
105141
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
105142
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
105143
|
-
"emitScope": "ClassSurface",
|
|
105144
|
-
"provenance": "BaseOverload",
|
|
105145
|
-
"arity": 0,
|
|
105146
|
-
"parameterCount": 2,
|
|
105147
|
-
"isStatic": false,
|
|
105148
|
-
"isAbstract": false,
|
|
105149
|
-
"isVirtual": true,
|
|
105150
|
-
"isOverride": false,
|
|
105151
|
-
"isSealed": false,
|
|
105152
|
-
"visibility": "Public",
|
|
105153
|
-
"declaringClrType": "System.PlatformNotSupportedException",
|
|
105154
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
105155
|
-
"isExtensionMethod": false
|
|
105156
104316
|
}
|
|
105157
104317
|
],
|
|
105158
104318
|
"properties": [],
|
|
@@ -105801,26 +104961,6 @@
|
|
|
105801
104961
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
105802
104962
|
"isExtensionMethod": false,
|
|
105803
104963
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
105804
|
-
},
|
|
105805
|
-
{
|
|
105806
|
-
"stableId": "System.Private.CoreLib:System.RankException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
105807
|
-
"clrName": "GetObjectData",
|
|
105808
|
-
"metadataToken": 0,
|
|
105809
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
105810
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
105811
|
-
"emitScope": "ClassSurface",
|
|
105812
|
-
"provenance": "BaseOverload",
|
|
105813
|
-
"arity": 0,
|
|
105814
|
-
"parameterCount": 2,
|
|
105815
|
-
"isStatic": false,
|
|
105816
|
-
"isAbstract": false,
|
|
105817
|
-
"isVirtual": true,
|
|
105818
|
-
"isOverride": false,
|
|
105819
|
-
"isSealed": false,
|
|
105820
|
-
"visibility": "Public",
|
|
105821
|
-
"declaringClrType": "System.RankException",
|
|
105822
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
105823
|
-
"isExtensionMethod": false
|
|
105824
104964
|
}
|
|
105825
104965
|
],
|
|
105826
104966
|
"properties": [],
|
|
@@ -106031,26 +105171,6 @@
|
|
|
106031
105171
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
106032
105172
|
"isExtensionMethod": false,
|
|
106033
105173
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
106034
|
-
},
|
|
106035
|
-
{
|
|
106036
|
-
"stableId": "System.Private.CoreLib:System.StackOverflowException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
106037
|
-
"clrName": "GetObjectData",
|
|
106038
|
-
"metadataToken": 0,
|
|
106039
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
106040
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
106041
|
-
"emitScope": "ClassSurface",
|
|
106042
|
-
"provenance": "BaseOverload",
|
|
106043
|
-
"arity": 0,
|
|
106044
|
-
"parameterCount": 2,
|
|
106045
|
-
"isStatic": false,
|
|
106046
|
-
"isAbstract": false,
|
|
106047
|
-
"isVirtual": true,
|
|
106048
|
-
"isOverride": false,
|
|
106049
|
-
"isSealed": false,
|
|
106050
|
-
"visibility": "Public",
|
|
106051
|
-
"declaringClrType": "System.StackOverflowException",
|
|
106052
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
106053
|
-
"isExtensionMethod": false
|
|
106054
105174
|
}
|
|
106055
105175
|
],
|
|
106056
105176
|
"properties": [],
|
|
@@ -110940,26 +110060,6 @@
|
|
|
110940
110060
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
110941
110061
|
"isExtensionMethod": false,
|
|
110942
110062
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
110943
|
-
},
|
|
110944
|
-
{
|
|
110945
|
-
"stableId": "System.Private.CoreLib:System.SystemException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
110946
|
-
"clrName": "GetObjectData",
|
|
110947
|
-
"metadataToken": 0,
|
|
110948
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
110949
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
110950
|
-
"emitScope": "ClassSurface",
|
|
110951
|
-
"provenance": "BaseOverload",
|
|
110952
|
-
"arity": 0,
|
|
110953
|
-
"parameterCount": 2,
|
|
110954
|
-
"isStatic": false,
|
|
110955
|
-
"isAbstract": false,
|
|
110956
|
-
"isVirtual": true,
|
|
110957
|
-
"isOverride": false,
|
|
110958
|
-
"isSealed": false,
|
|
110959
|
-
"visibility": "Public",
|
|
110960
|
-
"declaringClrType": "System.SystemException",
|
|
110961
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
110962
|
-
"isExtensionMethod": false
|
|
110963
110063
|
}
|
|
110964
110064
|
],
|
|
110965
110065
|
"properties": [],
|
|
@@ -111087,26 +110187,6 @@
|
|
|
111087
110187
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
111088
110188
|
"isExtensionMethod": false,
|
|
111089
110189
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
111090
|
-
},
|
|
111091
|
-
{
|
|
111092
|
-
"stableId": "System.Private.CoreLib:System.TimeoutException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
111093
|
-
"clrName": "GetObjectData",
|
|
111094
|
-
"metadataToken": 0,
|
|
111095
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
111096
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
111097
|
-
"emitScope": "ClassSurface",
|
|
111098
|
-
"provenance": "BaseOverload",
|
|
111099
|
-
"arity": 0,
|
|
111100
|
-
"parameterCount": 2,
|
|
111101
|
-
"isStatic": false,
|
|
111102
|
-
"isAbstract": false,
|
|
111103
|
-
"isVirtual": true,
|
|
111104
|
-
"isOverride": false,
|
|
111105
|
-
"isSealed": false,
|
|
111106
|
-
"visibility": "Public",
|
|
111107
|
-
"declaringClrType": "System.TimeoutException",
|
|
111108
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
111109
|
-
"isExtensionMethod": false
|
|
111110
110190
|
}
|
|
111111
110191
|
],
|
|
111112
110192
|
"properties": [],
|
|
@@ -112980,26 +112060,6 @@
|
|
|
112980
112060
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
112981
112061
|
"isExtensionMethod": false,
|
|
112982
112062
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
112983
|
-
},
|
|
112984
|
-
{
|
|
112985
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneNotFoundException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
112986
|
-
"clrName": "GetObjectData",
|
|
112987
|
-
"metadataToken": 0,
|
|
112988
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
112989
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
112990
|
-
"emitScope": "ClassSurface",
|
|
112991
|
-
"provenance": "BaseOverload",
|
|
112992
|
-
"arity": 0,
|
|
112993
|
-
"parameterCount": 2,
|
|
112994
|
-
"isStatic": false,
|
|
112995
|
-
"isAbstract": false,
|
|
112996
|
-
"isVirtual": true,
|
|
112997
|
-
"isOverride": false,
|
|
112998
|
-
"isSealed": false,
|
|
112999
|
-
"visibility": "Public",
|
|
113000
|
-
"declaringClrType": "System.TimeZoneNotFoundException",
|
|
113001
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
113002
|
-
"isExtensionMethod": false
|
|
113003
112063
|
}
|
|
113004
112064
|
],
|
|
113005
112065
|
"properties": [],
|
|
@@ -118323,66 +117383,6 @@
|
|
|
118323
117383
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
118324
117384
|
"isExtensionMethod": false,
|
|
118325
117385
|
"sourceInterface": "System.Reflection.IReflect"
|
|
118326
|
-
},
|
|
118327
|
-
{
|
|
118328
|
-
"stableId": "System.Private.CoreLib:System.Type::GetCustomAttributes(System.Boolean):System.Object[]",
|
|
118329
|
-
"clrName": "GetCustomAttributes",
|
|
118330
|
-
"metadataToken": 0,
|
|
118331
|
-
"canonicalSignature": "(System.Boolean):System.Object[]",
|
|
118332
|
-
"normalizedSignature": "GetCustomAttributes|(System.Boolean):System.Object[]|static=false",
|
|
118333
|
-
"emitScope": "ClassSurface",
|
|
118334
|
-
"provenance": "BaseOverload",
|
|
118335
|
-
"arity": 0,
|
|
118336
|
-
"parameterCount": 1,
|
|
118337
|
-
"isStatic": false,
|
|
118338
|
-
"isAbstract": true,
|
|
118339
|
-
"isVirtual": true,
|
|
118340
|
-
"isOverride": false,
|
|
118341
|
-
"isSealed": false,
|
|
118342
|
-
"visibility": "Public",
|
|
118343
|
-
"declaringClrType": "System.Type",
|
|
118344
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
118345
|
-
"isExtensionMethod": false
|
|
118346
|
-
},
|
|
118347
|
-
{
|
|
118348
|
-
"stableId": "System.Private.CoreLib:System.Type::GetCustomAttributes(System.Type,System.Boolean):System.Object[]",
|
|
118349
|
-
"clrName": "GetCustomAttributes",
|
|
118350
|
-
"metadataToken": 0,
|
|
118351
|
-
"canonicalSignature": "(System.Type,System.Boolean):System.Object[]",
|
|
118352
|
-
"normalizedSignature": "GetCustomAttributes|(System.Type,System.Boolean):System.Object[]|static=false",
|
|
118353
|
-
"emitScope": "ClassSurface",
|
|
118354
|
-
"provenance": "BaseOverload",
|
|
118355
|
-
"arity": 0,
|
|
118356
|
-
"parameterCount": 2,
|
|
118357
|
-
"isStatic": false,
|
|
118358
|
-
"isAbstract": true,
|
|
118359
|
-
"isVirtual": true,
|
|
118360
|
-
"isOverride": false,
|
|
118361
|
-
"isSealed": false,
|
|
118362
|
-
"visibility": "Public",
|
|
118363
|
-
"declaringClrType": "System.Type",
|
|
118364
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
118365
|
-
"isExtensionMethod": false
|
|
118366
|
-
},
|
|
118367
|
-
{
|
|
118368
|
-
"stableId": "System.Private.CoreLib:System.Type::IsDefined(System.Type,System.Boolean):System.Boolean",
|
|
118369
|
-
"clrName": "IsDefined",
|
|
118370
|
-
"metadataToken": 0,
|
|
118371
|
-
"canonicalSignature": "(System.Type,System.Boolean):System.Boolean",
|
|
118372
|
-
"normalizedSignature": "IsDefined|(System.Type,System.Boolean):System.Boolean|static=false",
|
|
118373
|
-
"emitScope": "ClassSurface",
|
|
118374
|
-
"provenance": "BaseOverload",
|
|
118375
|
-
"arity": 0,
|
|
118376
|
-
"parameterCount": 2,
|
|
118377
|
-
"isStatic": false,
|
|
118378
|
-
"isAbstract": true,
|
|
118379
|
-
"isVirtual": true,
|
|
118380
|
-
"isOverride": false,
|
|
118381
|
-
"isSealed": false,
|
|
118382
|
-
"visibility": "Public",
|
|
118383
|
-
"declaringClrType": "System.Type",
|
|
118384
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
118385
|
-
"isExtensionMethod": false
|
|
118386
117386
|
}
|
|
118387
117387
|
],
|
|
118388
117388
|
"properties": [
|
|
@@ -119868,26 +118868,6 @@
|
|
|
119868
118868
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
119869
118869
|
"isExtensionMethod": false,
|
|
119870
118870
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
119871
|
-
},
|
|
119872
|
-
{
|
|
119873
|
-
"stableId": "System.Private.CoreLib:System.TypeAccessException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
119874
|
-
"clrName": "GetObjectData",
|
|
119875
|
-
"metadataToken": 0,
|
|
119876
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
119877
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
119878
|
-
"emitScope": "ClassSurface",
|
|
119879
|
-
"provenance": "BaseOverload",
|
|
119880
|
-
"arity": 0,
|
|
119881
|
-
"parameterCount": 2,
|
|
119882
|
-
"isStatic": false,
|
|
119883
|
-
"isAbstract": false,
|
|
119884
|
-
"isVirtual": true,
|
|
119885
|
-
"isOverride": false,
|
|
119886
|
-
"isSealed": false,
|
|
119887
|
-
"visibility": "Public",
|
|
119888
|
-
"declaringClrType": "System.TypeAccessException",
|
|
119889
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
119890
|
-
"isExtensionMethod": false
|
|
119891
118871
|
}
|
|
119892
118872
|
],
|
|
119893
118873
|
"properties": [],
|
|
@@ -120236,26 +119216,6 @@
|
|
|
120236
119216
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
120237
119217
|
"isExtensionMethod": false,
|
|
120238
119218
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
120239
|
-
},
|
|
120240
|
-
{
|
|
120241
|
-
"stableId": "System.Private.CoreLib:System.TypeUnloadedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
120242
|
-
"clrName": "GetObjectData",
|
|
120243
|
-
"metadataToken": 0,
|
|
120244
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
120245
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
120246
|
-
"emitScope": "ClassSurface",
|
|
120247
|
-
"provenance": "BaseOverload",
|
|
120248
|
-
"arity": 0,
|
|
120249
|
-
"parameterCount": 2,
|
|
120250
|
-
"isStatic": false,
|
|
120251
|
-
"isAbstract": false,
|
|
120252
|
-
"isVirtual": true,
|
|
120253
|
-
"isOverride": false,
|
|
120254
|
-
"isSealed": false,
|
|
120255
|
-
"visibility": "Public",
|
|
120256
|
-
"declaringClrType": "System.TypeUnloadedException",
|
|
120257
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
120258
|
-
"isExtensionMethod": false
|
|
120259
119219
|
}
|
|
120260
119220
|
],
|
|
120261
119221
|
"properties": [],
|
|
@@ -120350,26 +119310,6 @@
|
|
|
120350
119310
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
120351
119311
|
"isExtensionMethod": false,
|
|
120352
119312
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
120353
|
-
},
|
|
120354
|
-
{
|
|
120355
|
-
"stableId": "System.Private.CoreLib:System.UnauthorizedAccessException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
120356
|
-
"clrName": "GetObjectData",
|
|
120357
|
-
"metadataToken": 0,
|
|
120358
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
120359
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
120360
|
-
"emitScope": "ClassSurface",
|
|
120361
|
-
"provenance": "BaseOverload",
|
|
120362
|
-
"arity": 0,
|
|
120363
|
-
"parameterCount": 2,
|
|
120364
|
-
"isStatic": false,
|
|
120365
|
-
"isAbstract": false,
|
|
120366
|
-
"isVirtual": true,
|
|
120367
|
-
"isOverride": false,
|
|
120368
|
-
"isSealed": false,
|
|
120369
|
-
"visibility": "Public",
|
|
120370
|
-
"declaringClrType": "System.UnauthorizedAccessException",
|
|
120371
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
120372
|
-
"isExtensionMethod": false
|
|
120373
119313
|
}
|
|
120374
119314
|
],
|
|
120375
119315
|
"properties": [],
|
|
@@ -122718,26 +121658,6 @@
|
|
|
122718
121658
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
122719
121659
|
"isExtensionMethod": false,
|
|
122720
121660
|
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
122721
|
-
},
|
|
122722
|
-
{
|
|
122723
|
-
"stableId": "System.Private.Uri:System.UriFormatException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
122724
|
-
"clrName": "GetObjectData",
|
|
122725
|
-
"metadataToken": 0,
|
|
122726
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
122727
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
122728
|
-
"emitScope": "ClassSurface",
|
|
122729
|
-
"provenance": "BaseOverload",
|
|
122730
|
-
"arity": 0,
|
|
122731
|
-
"parameterCount": 2,
|
|
122732
|
-
"isStatic": false,
|
|
122733
|
-
"isAbstract": false,
|
|
122734
|
-
"isVirtual": true,
|
|
122735
|
-
"isOverride": false,
|
|
122736
|
-
"isSealed": false,
|
|
122737
|
-
"visibility": "Public",
|
|
122738
|
-
"declaringClrType": "System.UriFormatException",
|
|
122739
|
-
"declaringAssemblyName": "System.Private.Uri",
|
|
122740
|
-
"isExtensionMethod": false
|
|
122741
121661
|
}
|
|
122742
121662
|
],
|
|
122743
121663
|
"properties": [],
|