@tsonic/dotnet 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -728,408 +728,6 @@
|
|
|
728
728
|
}
|
|
729
729
|
]
|
|
730
730
|
},
|
|
731
|
-
{
|
|
732
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
733
|
-
"clrName": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
734
|
-
"assemblyName": "System.Text.RegularExpressions",
|
|
735
|
-
"metadataToken": 0,
|
|
736
|
-
"kind": "Struct",
|
|
737
|
-
"accessibility": "Public",
|
|
738
|
-
"isAbstract": false,
|
|
739
|
-
"isSealed": true,
|
|
740
|
-
"isStatic": false,
|
|
741
|
-
"arity": 0,
|
|
742
|
-
"baseType": {
|
|
743
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
744
|
-
"clrName": "System.ValueType"
|
|
745
|
-
},
|
|
746
|
-
"interfaces": [
|
|
747
|
-
{
|
|
748
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
749
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
750
|
-
"typeArguments": [
|
|
751
|
-
"ValueMatch"
|
|
752
|
-
]
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
756
|
-
"clrName": "System.Collections.IEnumerator"
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
760
|
-
"clrName": "System.IDisposable"
|
|
761
|
-
}
|
|
762
|
-
],
|
|
763
|
-
"methods": [
|
|
764
|
-
{
|
|
765
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::GetEnumerator():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
766
|
-
"clrName": "GetEnumerator",
|
|
767
|
-
"metadataToken": 100663719,
|
|
768
|
-
"canonicalSignature": "():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
769
|
-
"normalizedSignature": "GetEnumerator|():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator|static=false",
|
|
770
|
-
"emitScope": "ClassSurface",
|
|
771
|
-
"provenance": "Original",
|
|
772
|
-
"arity": 0,
|
|
773
|
-
"parameterCount": 0,
|
|
774
|
-
"isStatic": false,
|
|
775
|
-
"isAbstract": false,
|
|
776
|
-
"isVirtual": false,
|
|
777
|
-
"isOverride": false,
|
|
778
|
-
"isSealed": false,
|
|
779
|
-
"visibility": "Public",
|
|
780
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
781
|
-
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
782
|
-
"isExtensionMethod": false
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::MoveNext():System.Boolean",
|
|
786
|
-
"clrName": "MoveNext",
|
|
787
|
-
"metadataToken": 100663720,
|
|
788
|
-
"canonicalSignature": "():System.Boolean",
|
|
789
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
790
|
-
"emitScope": "ClassSurface",
|
|
791
|
-
"provenance": "Original",
|
|
792
|
-
"arity": 0,
|
|
793
|
-
"parameterCount": 0,
|
|
794
|
-
"isStatic": false,
|
|
795
|
-
"isAbstract": false,
|
|
796
|
-
"isVirtual": true,
|
|
797
|
-
"isOverride": false,
|
|
798
|
-
"isSealed": true,
|
|
799
|
-
"visibility": "Public",
|
|
800
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
801
|
-
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
802
|
-
"isExtensionMethod": false
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
806
|
-
"clrName": "Reset",
|
|
807
|
-
"metadataToken": 100703848,
|
|
808
|
-
"canonicalSignature": "():System.Void",
|
|
809
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
810
|
-
"emitScope": "ClassSurface",
|
|
811
|
-
"provenance": "ExplicitView",
|
|
812
|
-
"arity": 0,
|
|
813
|
-
"parameterCount": 0,
|
|
814
|
-
"isStatic": false,
|
|
815
|
-
"isAbstract": false,
|
|
816
|
-
"isVirtual": true,
|
|
817
|
-
"isOverride": false,
|
|
818
|
-
"isSealed": false,
|
|
819
|
-
"visibility": "Public",
|
|
820
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
821
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
822
|
-
"isExtensionMethod": false
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
826
|
-
"clrName": "Dispose",
|
|
827
|
-
"metadataToken": 100668530,
|
|
828
|
-
"canonicalSignature": "():System.Void",
|
|
829
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
830
|
-
"emitScope": "ViewOnly",
|
|
831
|
-
"provenance": "ExplicitView",
|
|
832
|
-
"arity": 0,
|
|
833
|
-
"parameterCount": 0,
|
|
834
|
-
"isStatic": false,
|
|
835
|
-
"isAbstract": false,
|
|
836
|
-
"isVirtual": true,
|
|
837
|
-
"isOverride": false,
|
|
838
|
-
"isSealed": false,
|
|
839
|
-
"visibility": "Public",
|
|
840
|
-
"declaringClrType": "System.IDisposable",
|
|
841
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
842
|
-
"isExtensionMethod": false,
|
|
843
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
847
|
-
"clrName": "MoveNext",
|
|
848
|
-
"metadataToken": 100703846,
|
|
849
|
-
"canonicalSignature": "():System.Boolean",
|
|
850
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
851
|
-
"emitScope": "ViewOnly",
|
|
852
|
-
"provenance": "ExplicitView",
|
|
853
|
-
"arity": 0,
|
|
854
|
-
"parameterCount": 0,
|
|
855
|
-
"isStatic": false,
|
|
856
|
-
"isAbstract": false,
|
|
857
|
-
"isVirtual": true,
|
|
858
|
-
"isOverride": false,
|
|
859
|
-
"isSealed": false,
|
|
860
|
-
"visibility": "Public",
|
|
861
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
862
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
863
|
-
"isExtensionMethod": false,
|
|
864
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
865
|
-
}
|
|
866
|
-
],
|
|
867
|
-
"properties": [
|
|
868
|
-
{
|
|
869
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::Current:System.Text.RegularExpressions.ValueMatch",
|
|
870
|
-
"clrName": "Current",
|
|
871
|
-
"metadataToken": 385876087,
|
|
872
|
-
"canonicalSignature": ":System.Text.RegularExpressions.ValueMatch",
|
|
873
|
-
"normalizedSignature": "Current|:System.Text.RegularExpressions.ValueMatch|static=false|accessor=get",
|
|
874
|
-
"emitScope": "ClassSurface",
|
|
875
|
-
"provenance": "Original",
|
|
876
|
-
"isIndexer": false,
|
|
877
|
-
"hasGetter": true,
|
|
878
|
-
"hasSetter": false,
|
|
879
|
-
"isStatic": false,
|
|
880
|
-
"isAbstract": false,
|
|
881
|
-
"isVirtual": true,
|
|
882
|
-
"isOverride": false,
|
|
883
|
-
"visibility": "Public",
|
|
884
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
885
|
-
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
889
|
-
"clrName": "Current",
|
|
890
|
-
"metadataToken": 385881426,
|
|
891
|
-
"canonicalSignature": ":T",
|
|
892
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
893
|
-
"emitScope": "ViewOnly",
|
|
894
|
-
"provenance": "ExplicitView",
|
|
895
|
-
"isIndexer": false,
|
|
896
|
-
"hasGetter": true,
|
|
897
|
-
"hasSetter": false,
|
|
898
|
-
"isStatic": false,
|
|
899
|
-
"isAbstract": false,
|
|
900
|
-
"isVirtual": true,
|
|
901
|
-
"isOverride": false,
|
|
902
|
-
"visibility": "Public",
|
|
903
|
-
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
904
|
-
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
905
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
909
|
-
"clrName": "Current",
|
|
910
|
-
"metadataToken": 385881267,
|
|
911
|
-
"canonicalSignature": ":System.Object",
|
|
912
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
913
|
-
"emitScope": "ViewOnly",
|
|
914
|
-
"provenance": "ExplicitView",
|
|
915
|
-
"isIndexer": false,
|
|
916
|
-
"hasGetter": true,
|
|
917
|
-
"hasSetter": false,
|
|
918
|
-
"isStatic": false,
|
|
919
|
-
"isAbstract": false,
|
|
920
|
-
"isVirtual": true,
|
|
921
|
-
"isOverride": false,
|
|
922
|
-
"visibility": "Public",
|
|
923
|
-
"sourceInterface": "System.Collections.IEnumerator",
|
|
924
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
925
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
926
|
-
}
|
|
927
|
-
],
|
|
928
|
-
"fields": [],
|
|
929
|
-
"events": [],
|
|
930
|
-
"constructors": []
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
934
|
-
"clrName": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
935
|
-
"assemblyName": "System.Text.RegularExpressions",
|
|
936
|
-
"metadataToken": 0,
|
|
937
|
-
"kind": "Struct",
|
|
938
|
-
"accessibility": "Public",
|
|
939
|
-
"isAbstract": false,
|
|
940
|
-
"isSealed": true,
|
|
941
|
-
"isStatic": false,
|
|
942
|
-
"arity": 0,
|
|
943
|
-
"baseType": {
|
|
944
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
945
|
-
"clrName": "System.ValueType"
|
|
946
|
-
},
|
|
947
|
-
"interfaces": [
|
|
948
|
-
{
|
|
949
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
950
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
951
|
-
"typeArguments": [
|
|
952
|
-
"Range"
|
|
953
|
-
]
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
957
|
-
"clrName": "System.Collections.IEnumerator"
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
961
|
-
"clrName": "System.IDisposable"
|
|
962
|
-
}
|
|
963
|
-
],
|
|
964
|
-
"methods": [
|
|
965
|
-
{
|
|
966
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::GetEnumerator():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
967
|
-
"clrName": "GetEnumerator",
|
|
968
|
-
"metadataToken": 100663726,
|
|
969
|
-
"canonicalSignature": "():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
970
|
-
"normalizedSignature": "GetEnumerator|():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator|static=false",
|
|
971
|
-
"emitScope": "ClassSurface",
|
|
972
|
-
"provenance": "Original",
|
|
973
|
-
"arity": 0,
|
|
974
|
-
"parameterCount": 0,
|
|
975
|
-
"isStatic": false,
|
|
976
|
-
"isAbstract": false,
|
|
977
|
-
"isVirtual": false,
|
|
978
|
-
"isOverride": false,
|
|
979
|
-
"isSealed": false,
|
|
980
|
-
"visibility": "Public",
|
|
981
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
982
|
-
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
983
|
-
"isExtensionMethod": false
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::MoveNext():System.Boolean",
|
|
987
|
-
"clrName": "MoveNext",
|
|
988
|
-
"metadataToken": 100663727,
|
|
989
|
-
"canonicalSignature": "():System.Boolean",
|
|
990
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
991
|
-
"emitScope": "ClassSurface",
|
|
992
|
-
"provenance": "Original",
|
|
993
|
-
"arity": 0,
|
|
994
|
-
"parameterCount": 0,
|
|
995
|
-
"isStatic": false,
|
|
996
|
-
"isAbstract": false,
|
|
997
|
-
"isVirtual": true,
|
|
998
|
-
"isOverride": false,
|
|
999
|
-
"isSealed": true,
|
|
1000
|
-
"visibility": "Public",
|
|
1001
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
1002
|
-
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
1003
|
-
"isExtensionMethod": false
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
1007
|
-
"clrName": "Reset",
|
|
1008
|
-
"metadataToken": 100703848,
|
|
1009
|
-
"canonicalSignature": "():System.Void",
|
|
1010
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1011
|
-
"emitScope": "ClassSurface",
|
|
1012
|
-
"provenance": "ExplicitView",
|
|
1013
|
-
"arity": 0,
|
|
1014
|
-
"parameterCount": 0,
|
|
1015
|
-
"isStatic": false,
|
|
1016
|
-
"isAbstract": false,
|
|
1017
|
-
"isVirtual": true,
|
|
1018
|
-
"isOverride": false,
|
|
1019
|
-
"isSealed": false,
|
|
1020
|
-
"visibility": "Public",
|
|
1021
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
1022
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1023
|
-
"isExtensionMethod": false
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1027
|
-
"clrName": "Dispose",
|
|
1028
|
-
"metadataToken": 100668530,
|
|
1029
|
-
"canonicalSignature": "():System.Void",
|
|
1030
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1031
|
-
"emitScope": "ViewOnly",
|
|
1032
|
-
"provenance": "ExplicitView",
|
|
1033
|
-
"arity": 0,
|
|
1034
|
-
"parameterCount": 0,
|
|
1035
|
-
"isStatic": false,
|
|
1036
|
-
"isAbstract": false,
|
|
1037
|
-
"isVirtual": true,
|
|
1038
|
-
"isOverride": false,
|
|
1039
|
-
"isSealed": false,
|
|
1040
|
-
"visibility": "Public",
|
|
1041
|
-
"declaringClrType": "System.IDisposable",
|
|
1042
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1043
|
-
"isExtensionMethod": false,
|
|
1044
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
1048
|
-
"clrName": "MoveNext",
|
|
1049
|
-
"metadataToken": 100703846,
|
|
1050
|
-
"canonicalSignature": "():System.Boolean",
|
|
1051
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
1052
|
-
"emitScope": "ViewOnly",
|
|
1053
|
-
"provenance": "ExplicitView",
|
|
1054
|
-
"arity": 0,
|
|
1055
|
-
"parameterCount": 0,
|
|
1056
|
-
"isStatic": false,
|
|
1057
|
-
"isAbstract": false,
|
|
1058
|
-
"isVirtual": true,
|
|
1059
|
-
"isOverride": false,
|
|
1060
|
-
"isSealed": false,
|
|
1061
|
-
"visibility": "Public",
|
|
1062
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
1063
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1064
|
-
"isExtensionMethod": false,
|
|
1065
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
1066
|
-
}
|
|
1067
|
-
],
|
|
1068
|
-
"properties": [
|
|
1069
|
-
{
|
|
1070
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::Current:System.Range",
|
|
1071
|
-
"clrName": "Current",
|
|
1072
|
-
"metadataToken": 385876089,
|
|
1073
|
-
"canonicalSignature": ":System.Range",
|
|
1074
|
-
"normalizedSignature": "Current|:System.Range|static=false|accessor=get",
|
|
1075
|
-
"emitScope": "ClassSurface",
|
|
1076
|
-
"provenance": "Original",
|
|
1077
|
-
"isIndexer": false,
|
|
1078
|
-
"hasGetter": true,
|
|
1079
|
-
"hasSetter": false,
|
|
1080
|
-
"isStatic": false,
|
|
1081
|
-
"isAbstract": false,
|
|
1082
|
-
"isVirtual": true,
|
|
1083
|
-
"isOverride": false,
|
|
1084
|
-
"visibility": "Public",
|
|
1085
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
1086
|
-
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
1090
|
-
"clrName": "Current",
|
|
1091
|
-
"metadataToken": 385881426,
|
|
1092
|
-
"canonicalSignature": ":T",
|
|
1093
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
1094
|
-
"emitScope": "ViewOnly",
|
|
1095
|
-
"provenance": "ExplicitView",
|
|
1096
|
-
"isIndexer": false,
|
|
1097
|
-
"hasGetter": true,
|
|
1098
|
-
"hasSetter": false,
|
|
1099
|
-
"isStatic": false,
|
|
1100
|
-
"isAbstract": false,
|
|
1101
|
-
"isVirtual": true,
|
|
1102
|
-
"isOverride": false,
|
|
1103
|
-
"visibility": "Public",
|
|
1104
|
-
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
1105
|
-
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
1106
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
1110
|
-
"clrName": "Current",
|
|
1111
|
-
"metadataToken": 385881267,
|
|
1112
|
-
"canonicalSignature": ":System.Object",
|
|
1113
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
1114
|
-
"emitScope": "ViewOnly",
|
|
1115
|
-
"provenance": "ExplicitView",
|
|
1116
|
-
"isIndexer": false,
|
|
1117
|
-
"hasGetter": true,
|
|
1118
|
-
"hasSetter": false,
|
|
1119
|
-
"isStatic": false,
|
|
1120
|
-
"isAbstract": false,
|
|
1121
|
-
"isVirtual": true,
|
|
1122
|
-
"isOverride": false,
|
|
1123
|
-
"visibility": "Public",
|
|
1124
|
-
"sourceInterface": "System.Collections.IEnumerator",
|
|
1125
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
1126
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1127
|
-
}
|
|
1128
|
-
],
|
|
1129
|
-
"fields": [],
|
|
1130
|
-
"events": [],
|
|
1131
|
-
"constructors": []
|
|
1132
|
-
},
|
|
1133
731
|
{
|
|
1134
732
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.ValueMatch",
|
|
1135
733
|
"clrName": "System.Text.RegularExpressions.ValueMatch",
|
|
@@ -1437,7 +1035,7 @@
|
|
|
1437
1035
|
{
|
|
1438
1036
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
1439
1037
|
"clrName": "IndexOf",
|
|
1440
|
-
"metadataToken":
|
|
1038
|
+
"metadataToken": 100704573,
|
|
1441
1039
|
"canonicalSignature": "(T):System.Int32",
|
|
1442
1040
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
1443
1041
|
"emitScope": "ViewOnly",
|
|
@@ -1458,7 +1056,7 @@
|
|
|
1458
1056
|
{
|
|
1459
1057
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
1460
1058
|
"clrName": "Insert",
|
|
1461
|
-
"metadataToken":
|
|
1059
|
+
"metadataToken": 100704574,
|
|
1462
1060
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
1463
1061
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
1464
1062
|
"emitScope": "ViewOnly",
|
|
@@ -1479,7 +1077,7 @@
|
|
|
1479
1077
|
{
|
|
1480
1078
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
1481
1079
|
"clrName": "RemoveAt",
|
|
1482
|
-
"metadataToken":
|
|
1080
|
+
"metadataToken": 100704575,
|
|
1483
1081
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
1484
1082
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
1485
1083
|
"emitScope": "ViewOnly",
|
|
@@ -1500,7 +1098,7 @@
|
|
|
1500
1098
|
{
|
|
1501
1099
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
1502
1100
|
"clrName": "Add",
|
|
1503
|
-
"metadataToken":
|
|
1101
|
+
"metadataToken": 100704543,
|
|
1504
1102
|
"canonicalSignature": "(T):System.Void",
|
|
1505
1103
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
1506
1104
|
"emitScope": "ViewOnly",
|
|
@@ -1521,7 +1119,7 @@
|
|
|
1521
1119
|
{
|
|
1522
1120
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
1523
1121
|
"clrName": "Clear",
|
|
1524
|
-
"metadataToken":
|
|
1122
|
+
"metadataToken": 100704544,
|
|
1525
1123
|
"canonicalSignature": "():System.Void",
|
|
1526
1124
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
1527
1125
|
"emitScope": "ViewOnly",
|
|
@@ -1542,7 +1140,7 @@
|
|
|
1542
1140
|
{
|
|
1543
1141
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
1544
1142
|
"clrName": "Contains",
|
|
1545
|
-
"metadataToken":
|
|
1143
|
+
"metadataToken": 100704545,
|
|
1546
1144
|
"canonicalSignature": "(T):System.Boolean",
|
|
1547
1145
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
1548
1146
|
"emitScope": "ViewOnly",
|
|
@@ -1563,7 +1161,7 @@
|
|
|
1563
1161
|
{
|
|
1564
1162
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
1565
1163
|
"clrName": "CopyTo",
|
|
1566
|
-
"metadataToken":
|
|
1164
|
+
"metadataToken": 100704546,
|
|
1567
1165
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
1568
1166
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
1569
1167
|
"emitScope": "ViewOnly",
|
|
@@ -1584,7 +1182,7 @@
|
|
|
1584
1182
|
{
|
|
1585
1183
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
1586
1184
|
"clrName": "GetEnumerator",
|
|
1587
|
-
"metadataToken":
|
|
1185
|
+
"metadataToken": 100704565,
|
|
1588
1186
|
"canonicalSignature": "():IEnumerator_1",
|
|
1589
1187
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
1590
1188
|
"emitScope": "ViewOnly",
|
|
@@ -1605,7 +1203,7 @@
|
|
|
1605
1203
|
{
|
|
1606
1204
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
1607
1205
|
"clrName": "Add",
|
|
1608
|
-
"metadataToken":
|
|
1206
|
+
"metadataToken": 100703859,
|
|
1609
1207
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
1610
1208
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
1611
1209
|
"emitScope": "ViewOnly",
|
|
@@ -1626,7 +1224,7 @@
|
|
|
1626
1224
|
{
|
|
1627
1225
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
1628
1226
|
"clrName": "Contains",
|
|
1629
|
-
"metadataToken":
|
|
1227
|
+
"metadataToken": 100703860,
|
|
1630
1228
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
1631
1229
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
1632
1230
|
"emitScope": "ViewOnly",
|
|
@@ -1647,7 +1245,7 @@
|
|
|
1647
1245
|
{
|
|
1648
1246
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
1649
1247
|
"clrName": "Insert",
|
|
1650
|
-
"metadataToken":
|
|
1248
|
+
"metadataToken": 100703865,
|
|
1651
1249
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
1652
1250
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
1653
1251
|
"emitScope": "ViewOnly",
|
|
@@ -1668,7 +1266,7 @@
|
|
|
1668
1266
|
{
|
|
1669
1267
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
1670
1268
|
"clrName": "Remove",
|
|
1671
|
-
"metadataToken":
|
|
1269
|
+
"metadataToken": 100703866,
|
|
1672
1270
|
"canonicalSignature": "(System.Object):System.Void",
|
|
1673
1271
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
1674
1272
|
"emitScope": "ViewOnly",
|
|
@@ -1689,7 +1287,7 @@
|
|
|
1689
1287
|
{
|
|
1690
1288
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1691
1289
|
"clrName": "GetEnumerator",
|
|
1692
|
-
"metadataToken":
|
|
1290
|
+
"metadataToken": 100703850,
|
|
1693
1291
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1694
1292
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1695
1293
|
"emitScope": "ViewOnly",
|
|
@@ -1710,7 +1308,7 @@
|
|
|
1710
1308
|
{
|
|
1711
1309
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
1712
1310
|
"clrName": "Clear",
|
|
1713
|
-
"metadataToken":
|
|
1311
|
+
"metadataToken": 100703861,
|
|
1714
1312
|
"canonicalSignature": "():System.Void",
|
|
1715
1313
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
1716
1314
|
"emitScope": "ViewOnly",
|
|
@@ -1731,7 +1329,7 @@
|
|
|
1731
1329
|
{
|
|
1732
1330
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
1733
1331
|
"clrName": "RemoveAt",
|
|
1734
|
-
"metadataToken":
|
|
1332
|
+
"metadataToken": 100703867,
|
|
1735
1333
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
1736
1334
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
1737
1335
|
"emitScope": "ViewOnly",
|
|
@@ -1752,7 +1350,7 @@
|
|
|
1752
1350
|
{
|
|
1753
1351
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
1754
1352
|
"clrName": "CopyTo",
|
|
1755
|
-
"metadataToken":
|
|
1353
|
+
"metadataToken": 100703831,
|
|
1756
1354
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
1757
1355
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
1758
1356
|
"emitScope": "ViewOnly",
|
|
@@ -1870,7 +1468,7 @@
|
|
|
1870
1468
|
{
|
|
1871
1469
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
1872
1470
|
"clrName": "IsFixedSize",
|
|
1873
|
-
"metadataToken":
|
|
1471
|
+
"metadataToken": 385881272,
|
|
1874
1472
|
"canonicalSignature": ":System.Boolean",
|
|
1875
1473
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
1876
1474
|
"emitScope": "ViewOnly",
|
|
@@ -1890,7 +1488,7 @@
|
|
|
1890
1488
|
{
|
|
1891
1489
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
1892
1490
|
"clrName": "Count",
|
|
1893
|
-
"metadataToken":
|
|
1491
|
+
"metadataToken": 385881419,
|
|
1894
1492
|
"canonicalSignature": ":System.Int32",
|
|
1895
1493
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1896
1494
|
"emitScope": "ViewOnly",
|
|
@@ -1910,7 +1508,7 @@
|
|
|
1910
1508
|
{
|
|
1911
1509
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
1912
1510
|
"clrName": "IsReadOnly",
|
|
1913
|
-
"metadataToken":
|
|
1511
|
+
"metadataToken": 385881420,
|
|
1914
1512
|
"canonicalSignature": ":System.Boolean",
|
|
1915
1513
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
1916
1514
|
"emitScope": "ViewOnly",
|
|
@@ -1930,7 +1528,7 @@
|
|
|
1930
1528
|
{
|
|
1931
1529
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
1932
1530
|
"clrName": "Count",
|
|
1933
|
-
"metadataToken":
|
|
1531
|
+
"metadataToken": 385881430,
|
|
1934
1532
|
"canonicalSignature": ":System.Int32",
|
|
1935
1533
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1936
1534
|
"emitScope": "ViewOnly",
|
|
@@ -1950,7 +1548,7 @@
|
|
|
1950
1548
|
{
|
|
1951
1549
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
1952
1550
|
"clrName": "IsReadOnly",
|
|
1953
|
-
"metadataToken":
|
|
1551
|
+
"metadataToken": 385881271,
|
|
1954
1552
|
"canonicalSignature": ":System.Boolean",
|
|
1955
1553
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
1956
1554
|
"emitScope": "ViewOnly",
|
|
@@ -1970,7 +1568,7 @@
|
|
|
1970
1568
|
{
|
|
1971
1569
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
1972
1570
|
"clrName": "Count",
|
|
1973
|
-
"metadataToken":
|
|
1571
|
+
"metadataToken": 385881258,
|
|
1974
1572
|
"canonicalSignature": ":System.Int32",
|
|
1975
1573
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
1976
1574
|
"emitScope": "ViewOnly",
|
|
@@ -1990,7 +1588,7 @@
|
|
|
1990
1588
|
{
|
|
1991
1589
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
1992
1590
|
"clrName": "SyncRoot",
|
|
1993
|
-
"metadataToken":
|
|
1591
|
+
"metadataToken": 385881259,
|
|
1994
1592
|
"canonicalSignature": ":System.Object",
|
|
1995
1593
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
1996
1594
|
"emitScope": "ViewOnly",
|
|
@@ -2010,7 +1608,7 @@
|
|
|
2010
1608
|
{
|
|
2011
1609
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
2012
1610
|
"clrName": "IsSynchronized",
|
|
2013
|
-
"metadataToken":
|
|
1611
|
+
"metadataToken": 385881260,
|
|
2014
1612
|
"canonicalSignature": ":System.Boolean",
|
|
2015
1613
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
2016
1614
|
"emitScope": "ViewOnly",
|
|
@@ -2131,7 +1729,7 @@
|
|
|
2131
1729
|
"constructors": [
|
|
2132
1730
|
{
|
|
2133
1731
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GeneratedRegexAttribute::.ctor(System.String):void",
|
|
2134
|
-
"metadataToken":
|
|
1732
|
+
"metadataToken": 100663877,
|
|
2135
1733
|
"canonicalSignature": "(System.String):void",
|
|
2136
1734
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2137
1735
|
"isStatic": false,
|
|
@@ -2142,7 +1740,7 @@
|
|
|
2142
1740
|
},
|
|
2143
1741
|
{
|
|
2144
1742
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GeneratedRegexAttribute::.ctor(System.String,System.Text.RegularExpressions.RegexOptions):void",
|
|
2145
|
-
"metadataToken":
|
|
1743
|
+
"metadataToken": 100663878,
|
|
2146
1744
|
"canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions):void",
|
|
2147
1745
|
"normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions):void|static=false",
|
|
2148
1746
|
"isStatic": false,
|
|
@@ -2153,7 +1751,7 @@
|
|
|
2153
1751
|
},
|
|
2154
1752
|
{
|
|
2155
1753
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GeneratedRegexAttribute::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.String):void",
|
|
2156
|
-
"metadataToken":
|
|
1754
|
+
"metadataToken": 100663879,
|
|
2157
1755
|
"canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions,System.String):void",
|
|
2158
1756
|
"normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions,System.String):void|static=false",
|
|
2159
1757
|
"isStatic": false,
|
|
@@ -2164,7 +1762,7 @@
|
|
|
2164
1762
|
},
|
|
2165
1763
|
{
|
|
2166
1764
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GeneratedRegexAttribute::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32):void",
|
|
2167
|
-
"metadataToken":
|
|
1765
|
+
"metadataToken": 100663880,
|
|
2168
1766
|
"canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32):void",
|
|
2169
1767
|
"normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32):void|static=false",
|
|
2170
1768
|
"isStatic": false,
|
|
@@ -2175,7 +1773,7 @@
|
|
|
2175
1773
|
},
|
|
2176
1774
|
{
|
|
2177
1775
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GeneratedRegexAttribute::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32,System.String):void",
|
|
2178
|
-
"metadataToken":
|
|
1776
|
+
"metadataToken": 100663881,
|
|
2179
1777
|
"canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32,System.String):void",
|
|
2180
1778
|
"normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32,System.String):void|static=false",
|
|
2181
1779
|
"isStatic": false,
|
|
@@ -2482,7 +2080,7 @@
|
|
|
2482
2080
|
{
|
|
2483
2081
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
2484
2082
|
"clrName": "IndexOf",
|
|
2485
|
-
"metadataToken":
|
|
2083
|
+
"metadataToken": 100704573,
|
|
2486
2084
|
"canonicalSignature": "(T):System.Int32",
|
|
2487
2085
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
2488
2086
|
"emitScope": "ViewOnly",
|
|
@@ -2503,7 +2101,7 @@
|
|
|
2503
2101
|
{
|
|
2504
2102
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
2505
2103
|
"clrName": "Insert",
|
|
2506
|
-
"metadataToken":
|
|
2104
|
+
"metadataToken": 100704574,
|
|
2507
2105
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
2508
2106
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
2509
2107
|
"emitScope": "ViewOnly",
|
|
@@ -2524,7 +2122,7 @@
|
|
|
2524
2122
|
{
|
|
2525
2123
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
2526
2124
|
"clrName": "RemoveAt",
|
|
2527
|
-
"metadataToken":
|
|
2125
|
+
"metadataToken": 100704575,
|
|
2528
2126
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2529
2127
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
2530
2128
|
"emitScope": "ViewOnly",
|
|
@@ -2545,7 +2143,7 @@
|
|
|
2545
2143
|
{
|
|
2546
2144
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
2547
2145
|
"clrName": "Add",
|
|
2548
|
-
"metadataToken":
|
|
2146
|
+
"metadataToken": 100704543,
|
|
2549
2147
|
"canonicalSignature": "(T):System.Void",
|
|
2550
2148
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
2551
2149
|
"emitScope": "ViewOnly",
|
|
@@ -2566,7 +2164,7 @@
|
|
|
2566
2164
|
{
|
|
2567
2165
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
2568
2166
|
"clrName": "Clear",
|
|
2569
|
-
"metadataToken":
|
|
2167
|
+
"metadataToken": 100704544,
|
|
2570
2168
|
"canonicalSignature": "():System.Void",
|
|
2571
2169
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2572
2170
|
"emitScope": "ViewOnly",
|
|
@@ -2587,7 +2185,7 @@
|
|
|
2587
2185
|
{
|
|
2588
2186
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
2589
2187
|
"clrName": "Contains",
|
|
2590
|
-
"metadataToken":
|
|
2188
|
+
"metadataToken": 100704545,
|
|
2591
2189
|
"canonicalSignature": "(T):System.Boolean",
|
|
2592
2190
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
2593
2191
|
"emitScope": "ViewOnly",
|
|
@@ -2608,7 +2206,7 @@
|
|
|
2608
2206
|
{
|
|
2609
2207
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
2610
2208
|
"clrName": "CopyTo",
|
|
2611
|
-
"metadataToken":
|
|
2209
|
+
"metadataToken": 100704546,
|
|
2612
2210
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
2613
2211
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
2614
2212
|
"emitScope": "ViewOnly",
|
|
@@ -2629,7 +2227,7 @@
|
|
|
2629
2227
|
{
|
|
2630
2228
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
2631
2229
|
"clrName": "GetEnumerator",
|
|
2632
|
-
"metadataToken":
|
|
2230
|
+
"metadataToken": 100704565,
|
|
2633
2231
|
"canonicalSignature": "():IEnumerator_1",
|
|
2634
2232
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
2635
2233
|
"emitScope": "ViewOnly",
|
|
@@ -2650,7 +2248,7 @@
|
|
|
2650
2248
|
{
|
|
2651
2249
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
2652
2250
|
"clrName": "Add",
|
|
2653
|
-
"metadataToken":
|
|
2251
|
+
"metadataToken": 100703859,
|
|
2654
2252
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
2655
2253
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
2656
2254
|
"emitScope": "ViewOnly",
|
|
@@ -2671,7 +2269,7 @@
|
|
|
2671
2269
|
{
|
|
2672
2270
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
2673
2271
|
"clrName": "Contains",
|
|
2674
|
-
"metadataToken":
|
|
2272
|
+
"metadataToken": 100703860,
|
|
2675
2273
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
2676
2274
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
2677
2275
|
"emitScope": "ViewOnly",
|
|
@@ -2692,7 +2290,7 @@
|
|
|
2692
2290
|
{
|
|
2693
2291
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
2694
2292
|
"clrName": "Insert",
|
|
2695
|
-
"metadataToken":
|
|
2293
|
+
"metadataToken": 100703865,
|
|
2696
2294
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
2697
2295
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
2698
2296
|
"emitScope": "ViewOnly",
|
|
@@ -2713,7 +2311,7 @@
|
|
|
2713
2311
|
{
|
|
2714
2312
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
2715
2313
|
"clrName": "Remove",
|
|
2716
|
-
"metadataToken":
|
|
2314
|
+
"metadataToken": 100703866,
|
|
2717
2315
|
"canonicalSignature": "(System.Object):System.Void",
|
|
2718
2316
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
2719
2317
|
"emitScope": "ViewOnly",
|
|
@@ -2734,7 +2332,7 @@
|
|
|
2734
2332
|
{
|
|
2735
2333
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
|
|
2736
2334
|
"clrName": "ContainsKey",
|
|
2737
|
-
"metadataToken":
|
|
2335
|
+
"metadataToken": 100704577,
|
|
2738
2336
|
"canonicalSignature": "(TKey):System.Boolean",
|
|
2739
2337
|
"normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
|
|
2740
2338
|
"emitScope": "ViewOnly",
|
|
@@ -2755,7 +2353,7 @@
|
|
|
2755
2353
|
{
|
|
2756
2354
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
|
|
2757
2355
|
"clrName": "TryGetValue",
|
|
2758
|
-
"metadataToken":
|
|
2356
|
+
"metadataToken": 100704578,
|
|
2759
2357
|
"canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
|
|
2760
2358
|
"normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
|
|
2761
2359
|
"emitScope": "ViewOnly",
|
|
@@ -2782,7 +2380,7 @@
|
|
|
2782
2380
|
{
|
|
2783
2381
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
2784
2382
|
"clrName": "GetEnumerator",
|
|
2785
|
-
"metadataToken":
|
|
2383
|
+
"metadataToken": 100703850,
|
|
2786
2384
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2787
2385
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2788
2386
|
"emitScope": "ViewOnly",
|
|
@@ -2803,7 +2401,7 @@
|
|
|
2803
2401
|
{
|
|
2804
2402
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
2805
2403
|
"clrName": "Clear",
|
|
2806
|
-
"metadataToken":
|
|
2404
|
+
"metadataToken": 100703861,
|
|
2807
2405
|
"canonicalSignature": "():System.Void",
|
|
2808
2406
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
2809
2407
|
"emitScope": "ViewOnly",
|
|
@@ -2824,7 +2422,7 @@
|
|
|
2824
2422
|
{
|
|
2825
2423
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
2826
2424
|
"clrName": "RemoveAt",
|
|
2827
|
-
"metadataToken":
|
|
2425
|
+
"metadataToken": 100703867,
|
|
2828
2426
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
2829
2427
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
2830
2428
|
"emitScope": "ViewOnly",
|
|
@@ -2845,7 +2443,7 @@
|
|
|
2845
2443
|
{
|
|
2846
2444
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
2847
2445
|
"clrName": "CopyTo",
|
|
2848
|
-
"metadataToken":
|
|
2446
|
+
"metadataToken": 100703831,
|
|
2849
2447
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
2850
2448
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
2851
2449
|
"emitScope": "ViewOnly",
|
|
@@ -3022,7 +2620,7 @@
|
|
|
3022
2620
|
{
|
|
3023
2621
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
3024
2622
|
"clrName": "IsFixedSize",
|
|
3025
|
-
"metadataToken":
|
|
2623
|
+
"metadataToken": 385881272,
|
|
3026
2624
|
"canonicalSignature": ":System.Boolean",
|
|
3027
2625
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
3028
2626
|
"emitScope": "ViewOnly",
|
|
@@ -3042,7 +2640,7 @@
|
|
|
3042
2640
|
{
|
|
3043
2641
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
|
|
3044
2642
|
"clrName": "Keys",
|
|
3045
|
-
"metadataToken":
|
|
2643
|
+
"metadataToken": 385881432,
|
|
3046
2644
|
"canonicalSignature": ":IEnumerable_1",
|
|
3047
2645
|
"normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
|
|
3048
2646
|
"emitScope": "ViewOnly",
|
|
@@ -3062,7 +2660,7 @@
|
|
|
3062
2660
|
{
|
|
3063
2661
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
3064
2662
|
"clrName": "Count",
|
|
3065
|
-
"metadataToken":
|
|
2663
|
+
"metadataToken": 385881419,
|
|
3066
2664
|
"canonicalSignature": ":System.Int32",
|
|
3067
2665
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3068
2666
|
"emitScope": "ViewOnly",
|
|
@@ -3082,7 +2680,7 @@
|
|
|
3082
2680
|
{
|
|
3083
2681
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
3084
2682
|
"clrName": "IsReadOnly",
|
|
3085
|
-
"metadataToken":
|
|
2683
|
+
"metadataToken": 385881420,
|
|
3086
2684
|
"canonicalSignature": ":System.Boolean",
|
|
3087
2685
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3088
2686
|
"emitScope": "ViewOnly",
|
|
@@ -3102,7 +2700,7 @@
|
|
|
3102
2700
|
{
|
|
3103
2701
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
3104
2702
|
"clrName": "Count",
|
|
3105
|
-
"metadataToken":
|
|
2703
|
+
"metadataToken": 385881430,
|
|
3106
2704
|
"canonicalSignature": ":System.Int32",
|
|
3107
2705
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3108
2706
|
"emitScope": "ViewOnly",
|
|
@@ -3122,7 +2720,7 @@
|
|
|
3122
2720
|
{
|
|
3123
2721
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
3124
2722
|
"clrName": "IsReadOnly",
|
|
3125
|
-
"metadataToken":
|
|
2723
|
+
"metadataToken": 385881271,
|
|
3126
2724
|
"canonicalSignature": ":System.Boolean",
|
|
3127
2725
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3128
2726
|
"emitScope": "ViewOnly",
|
|
@@ -3142,7 +2740,7 @@
|
|
|
3142
2740
|
{
|
|
3143
2741
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3144
2742
|
"clrName": "Count",
|
|
3145
|
-
"metadataToken":
|
|
2743
|
+
"metadataToken": 385881258,
|
|
3146
2744
|
"canonicalSignature": ":System.Int32",
|
|
3147
2745
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3148
2746
|
"emitScope": "ViewOnly",
|
|
@@ -3162,7 +2760,7 @@
|
|
|
3162
2760
|
{
|
|
3163
2761
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3164
2762
|
"clrName": "SyncRoot",
|
|
3165
|
-
"metadataToken":
|
|
2763
|
+
"metadataToken": 385881259,
|
|
3166
2764
|
"canonicalSignature": ":System.Object",
|
|
3167
2765
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3168
2766
|
"emitScope": "ViewOnly",
|
|
@@ -3182,7 +2780,7 @@
|
|
|
3182
2780
|
{
|
|
3183
2781
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3184
2782
|
"clrName": "IsSynchronized",
|
|
3185
|
-
"metadataToken":
|
|
2783
|
+
"metadataToken": 385881260,
|
|
3186
2784
|
"canonicalSignature": ":System.Boolean",
|
|
3187
2785
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3188
2786
|
"emitScope": "ViewOnly",
|
|
@@ -3202,7 +2800,7 @@
|
|
|
3202
2800
|
{
|
|
3203
2801
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
|
|
3204
2802
|
"clrName": "Values",
|
|
3205
|
-
"metadataToken":
|
|
2803
|
+
"metadataToken": 385881433,
|
|
3206
2804
|
"canonicalSignature": ":IEnumerable_1",
|
|
3207
2805
|
"normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
|
|
3208
2806
|
"emitScope": "ViewOnly",
|
|
@@ -3473,7 +3071,7 @@
|
|
|
3473
3071
|
{
|
|
3474
3072
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
|
|
3475
3073
|
"clrName": "IndexOf",
|
|
3476
|
-
"metadataToken":
|
|
3074
|
+
"metadataToken": 100704573,
|
|
3477
3075
|
"canonicalSignature": "(T):System.Int32",
|
|
3478
3076
|
"normalizedSignature": "IndexOf|(T):System.Int32|static=false",
|
|
3479
3077
|
"emitScope": "ViewOnly",
|
|
@@ -3494,7 +3092,7 @@
|
|
|
3494
3092
|
{
|
|
3495
3093
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
|
|
3496
3094
|
"clrName": "Insert",
|
|
3497
|
-
"metadataToken":
|
|
3095
|
+
"metadataToken": 100704574,
|
|
3498
3096
|
"canonicalSignature": "(System.Int32,T):System.Void",
|
|
3499
3097
|
"normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
|
|
3500
3098
|
"emitScope": "ViewOnly",
|
|
@@ -3515,7 +3113,7 @@
|
|
|
3515
3113
|
{
|
|
3516
3114
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
|
|
3517
3115
|
"clrName": "RemoveAt",
|
|
3518
|
-
"metadataToken":
|
|
3116
|
+
"metadataToken": 100704575,
|
|
3519
3117
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
3520
3118
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
3521
3119
|
"emitScope": "ViewOnly",
|
|
@@ -3536,7 +3134,7 @@
|
|
|
3536
3134
|
{
|
|
3537
3135
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
|
|
3538
3136
|
"clrName": "Add",
|
|
3539
|
-
"metadataToken":
|
|
3137
|
+
"metadataToken": 100704543,
|
|
3540
3138
|
"canonicalSignature": "(T):System.Void",
|
|
3541
3139
|
"normalizedSignature": "Add|(T):System.Void|static=false",
|
|
3542
3140
|
"emitScope": "ViewOnly",
|
|
@@ -3557,7 +3155,7 @@
|
|
|
3557
3155
|
{
|
|
3558
3156
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
|
|
3559
3157
|
"clrName": "Clear",
|
|
3560
|
-
"metadataToken":
|
|
3158
|
+
"metadataToken": 100704544,
|
|
3561
3159
|
"canonicalSignature": "():System.Void",
|
|
3562
3160
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
3563
3161
|
"emitScope": "ViewOnly",
|
|
@@ -3578,7 +3176,7 @@
|
|
|
3578
3176
|
{
|
|
3579
3177
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
3580
3178
|
"clrName": "Contains",
|
|
3581
|
-
"metadataToken":
|
|
3179
|
+
"metadataToken": 100704545,
|
|
3582
3180
|
"canonicalSignature": "(T):System.Boolean",
|
|
3583
3181
|
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
3584
3182
|
"emitScope": "ViewOnly",
|
|
@@ -3599,7 +3197,7 @@
|
|
|
3599
3197
|
{
|
|
3600
3198
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
3601
3199
|
"clrName": "CopyTo",
|
|
3602
|
-
"metadataToken":
|
|
3200
|
+
"metadataToken": 100704546,
|
|
3603
3201
|
"canonicalSignature": "(T[],System.Int32):System.Void",
|
|
3604
3202
|
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
3605
3203
|
"emitScope": "ViewOnly",
|
|
@@ -3620,7 +3218,7 @@
|
|
|
3620
3218
|
{
|
|
3621
3219
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
3622
3220
|
"clrName": "GetEnumerator",
|
|
3623
|
-
"metadataToken":
|
|
3221
|
+
"metadataToken": 100704565,
|
|
3624
3222
|
"canonicalSignature": "():IEnumerator_1",
|
|
3625
3223
|
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
3626
3224
|
"emitScope": "ViewOnly",
|
|
@@ -3641,7 +3239,7 @@
|
|
|
3641
3239
|
{
|
|
3642
3240
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
|
|
3643
3241
|
"clrName": "Add",
|
|
3644
|
-
"metadataToken":
|
|
3242
|
+
"metadataToken": 100703859,
|
|
3645
3243
|
"canonicalSignature": "(System.Object):System.Int32",
|
|
3646
3244
|
"normalizedSignature": "Add|(System.Object):System.Int32|static=false",
|
|
3647
3245
|
"emitScope": "ViewOnly",
|
|
@@ -3662,7 +3260,7 @@
|
|
|
3662
3260
|
{
|
|
3663
3261
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
|
|
3664
3262
|
"clrName": "Contains",
|
|
3665
|
-
"metadataToken":
|
|
3263
|
+
"metadataToken": 100703860,
|
|
3666
3264
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
3667
3265
|
"normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
|
|
3668
3266
|
"emitScope": "ViewOnly",
|
|
@@ -3683,7 +3281,7 @@
|
|
|
3683
3281
|
{
|
|
3684
3282
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
|
|
3685
3283
|
"clrName": "Insert",
|
|
3686
|
-
"metadataToken":
|
|
3284
|
+
"metadataToken": 100703865,
|
|
3687
3285
|
"canonicalSignature": "(System.Int32,System.Object):System.Void",
|
|
3688
3286
|
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
|
|
3689
3287
|
"emitScope": "ViewOnly",
|
|
@@ -3704,7 +3302,7 @@
|
|
|
3704
3302
|
{
|
|
3705
3303
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
|
|
3706
3304
|
"clrName": "Remove",
|
|
3707
|
-
"metadataToken":
|
|
3305
|
+
"metadataToken": 100703866,
|
|
3708
3306
|
"canonicalSignature": "(System.Object):System.Void",
|
|
3709
3307
|
"normalizedSignature": "Remove|(System.Object):System.Void|static=false",
|
|
3710
3308
|
"emitScope": "ViewOnly",
|
|
@@ -3725,7 +3323,7 @@
|
|
|
3725
3323
|
{
|
|
3726
3324
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3727
3325
|
"clrName": "GetEnumerator",
|
|
3728
|
-
"metadataToken":
|
|
3326
|
+
"metadataToken": 100703850,
|
|
3729
3327
|
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3730
3328
|
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3731
3329
|
"emitScope": "ViewOnly",
|
|
@@ -3746,7 +3344,7 @@
|
|
|
3746
3344
|
{
|
|
3747
3345
|
"stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
|
|
3748
3346
|
"clrName": "Clear",
|
|
3749
|
-
"metadataToken":
|
|
3347
|
+
"metadataToken": 100703861,
|
|
3750
3348
|
"canonicalSignature": "():System.Void",
|
|
3751
3349
|
"normalizedSignature": "Clear|():System.Void|static=false",
|
|
3752
3350
|
"emitScope": "ViewOnly",
|
|
@@ -3767,7 +3365,7 @@
|
|
|
3767
3365
|
{
|
|
3768
3366
|
"stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
|
|
3769
3367
|
"clrName": "RemoveAt",
|
|
3770
|
-
"metadataToken":
|
|
3368
|
+
"metadataToken": 100703867,
|
|
3771
3369
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
3772
3370
|
"normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
|
|
3773
3371
|
"emitScope": "ViewOnly",
|
|
@@ -3788,7 +3386,7 @@
|
|
|
3788
3386
|
{
|
|
3789
3387
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3790
3388
|
"clrName": "CopyTo",
|
|
3791
|
-
"metadataToken":
|
|
3389
|
+
"metadataToken": 100703831,
|
|
3792
3390
|
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3793
3391
|
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3794
3392
|
"emitScope": "ViewOnly",
|
|
@@ -3906,7 +3504,7 @@
|
|
|
3906
3504
|
{
|
|
3907
3505
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
|
|
3908
3506
|
"clrName": "IsFixedSize",
|
|
3909
|
-
"metadataToken":
|
|
3507
|
+
"metadataToken": 385881272,
|
|
3910
3508
|
"canonicalSignature": ":System.Boolean",
|
|
3911
3509
|
"normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
|
|
3912
3510
|
"emitScope": "ViewOnly",
|
|
@@ -3926,7 +3524,7 @@
|
|
|
3926
3524
|
{
|
|
3927
3525
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
|
|
3928
3526
|
"clrName": "Count",
|
|
3929
|
-
"metadataToken":
|
|
3527
|
+
"metadataToken": 385881419,
|
|
3930
3528
|
"canonicalSignature": ":System.Int32",
|
|
3931
3529
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3932
3530
|
"emitScope": "ViewOnly",
|
|
@@ -3946,7 +3544,7 @@
|
|
|
3946
3544
|
{
|
|
3947
3545
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
|
|
3948
3546
|
"clrName": "IsReadOnly",
|
|
3949
|
-
"metadataToken":
|
|
3547
|
+
"metadataToken": 385881420,
|
|
3950
3548
|
"canonicalSignature": ":System.Boolean",
|
|
3951
3549
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3952
3550
|
"emitScope": "ViewOnly",
|
|
@@ -3966,7 +3564,7 @@
|
|
|
3966
3564
|
{
|
|
3967
3565
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
|
|
3968
3566
|
"clrName": "Count",
|
|
3969
|
-
"metadataToken":
|
|
3567
|
+
"metadataToken": 385881430,
|
|
3970
3568
|
"canonicalSignature": ":System.Int32",
|
|
3971
3569
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3972
3570
|
"emitScope": "ViewOnly",
|
|
@@ -3986,7 +3584,7 @@
|
|
|
3986
3584
|
{
|
|
3987
3585
|
"stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
|
|
3988
3586
|
"clrName": "IsReadOnly",
|
|
3989
|
-
"metadataToken":
|
|
3587
|
+
"metadataToken": 385881271,
|
|
3990
3588
|
"canonicalSignature": ":System.Boolean",
|
|
3991
3589
|
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
|
|
3992
3590
|
"emitScope": "ViewOnly",
|
|
@@ -4006,7 +3604,7 @@
|
|
|
4006
3604
|
{
|
|
4007
3605
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
4008
3606
|
"clrName": "Count",
|
|
4009
|
-
"metadataToken":
|
|
3607
|
+
"metadataToken": 385881258,
|
|
4010
3608
|
"canonicalSignature": ":System.Int32",
|
|
4011
3609
|
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
4012
3610
|
"emitScope": "ViewOnly",
|
|
@@ -4026,7 +3624,7 @@
|
|
|
4026
3624
|
{
|
|
4027
3625
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
4028
3626
|
"clrName": "SyncRoot",
|
|
4029
|
-
"metadataToken":
|
|
3627
|
+
"metadataToken": 385881259,
|
|
4030
3628
|
"canonicalSignature": ":System.Object",
|
|
4031
3629
|
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
4032
3630
|
"emitScope": "ViewOnly",
|
|
@@ -4046,7 +3644,7 @@
|
|
|
4046
3644
|
{
|
|
4047
3645
|
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
4048
3646
|
"clrName": "IsSynchronized",
|
|
4049
|
-
"metadataToken":
|
|
3647
|
+
"metadataToken": 385881260,
|
|
4050
3648
|
"canonicalSignature": ":System.Boolean",
|
|
4051
3649
|
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
4052
3650
|
"emitScope": "ViewOnly",
|
|
@@ -5774,88 +5372,326 @@
|
|
|
5774
5372
|
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5775
5373
|
},
|
|
5776
5374
|
{
|
|
5777
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex::InfiniteMatchTimeoutSystem.TimeSpan",
|
|
5778
|
-
"clrName": "InfiniteMatchTimeout",
|
|
5779
|
-
"metadataToken": 67108973,
|
|
5780
|
-
"normalizedSignature": "InfiniteMatchTimeout|System.TimeSpan|static=true|const=false",
|
|
5781
|
-
"isStatic": true,
|
|
5782
|
-
"isReadOnly": true,
|
|
5783
|
-
"isLiteral": false,
|
|
5375
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex::InfiniteMatchTimeoutSystem.TimeSpan",
|
|
5376
|
+
"clrName": "InfiniteMatchTimeout",
|
|
5377
|
+
"metadataToken": 67108973,
|
|
5378
|
+
"normalizedSignature": "InfiniteMatchTimeout|System.TimeSpan|static=true|const=false",
|
|
5379
|
+
"isStatic": true,
|
|
5380
|
+
"isReadOnly": true,
|
|
5381
|
+
"isLiteral": false,
|
|
5382
|
+
"visibility": "Public",
|
|
5383
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5384
|
+
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5385
|
+
},
|
|
5386
|
+
{
|
|
5387
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex::internalMatchTimeoutSystem.TimeSpan",
|
|
5388
|
+
"clrName": "internalMatchTimeout",
|
|
5389
|
+
"metadataToken": 67108975,
|
|
5390
|
+
"normalizedSignature": "internalMatchTimeout|System.TimeSpan|static=false|const=false",
|
|
5391
|
+
"isStatic": false,
|
|
5392
|
+
"isReadOnly": false,
|
|
5393
|
+
"isLiteral": false,
|
|
5394
|
+
"visibility": "ProtectedInternal",
|
|
5395
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5396
|
+
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5397
|
+
}
|
|
5398
|
+
],
|
|
5399
|
+
"events": [],
|
|
5400
|
+
"constructors": [
|
|
5401
|
+
{
|
|
5402
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex::.ctor():void",
|
|
5403
|
+
"metadataToken": 100663611,
|
|
5404
|
+
"canonicalSignature": "():void",
|
|
5405
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
5406
|
+
"isStatic": false,
|
|
5407
|
+
"parameterCount": 0,
|
|
5408
|
+
"visibility": "Protected",
|
|
5409
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5410
|
+
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5411
|
+
},
|
|
5412
|
+
{
|
|
5413
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex::.ctor(System.String):void",
|
|
5414
|
+
"metadataToken": 100663612,
|
|
5415
|
+
"canonicalSignature": "(System.String):void",
|
|
5416
|
+
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
5417
|
+
"isStatic": false,
|
|
5418
|
+
"parameterCount": 1,
|
|
5419
|
+
"visibility": "Public",
|
|
5420
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5421
|
+
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5422
|
+
},
|
|
5423
|
+
{
|
|
5424
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions):void",
|
|
5425
|
+
"metadataToken": 100663613,
|
|
5426
|
+
"canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions):void",
|
|
5427
|
+
"normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions):void|static=false",
|
|
5428
|
+
"isStatic": false,
|
|
5429
|
+
"parameterCount": 2,
|
|
5430
|
+
"visibility": "Public",
|
|
5431
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5432
|
+
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5433
|
+
},
|
|
5434
|
+
{
|
|
5435
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan):void",
|
|
5436
|
+
"metadataToken": 100663614,
|
|
5437
|
+
"canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan):void",
|
|
5438
|
+
"normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions,System.TimeSpan):void|static=false",
|
|
5439
|
+
"isStatic": false,
|
|
5440
|
+
"parameterCount": 3,
|
|
5441
|
+
"visibility": "Public",
|
|
5442
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5443
|
+
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5444
|
+
},
|
|
5445
|
+
{
|
|
5446
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
5447
|
+
"metadataToken": 100663621,
|
|
5448
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
5449
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
5450
|
+
"isStatic": false,
|
|
5451
|
+
"parameterCount": 2,
|
|
5452
|
+
"visibility": "Protected",
|
|
5453
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5454
|
+
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5455
|
+
}
|
|
5456
|
+
]
|
|
5457
|
+
},
|
|
5458
|
+
{
|
|
5459
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5460
|
+
"clrName": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5461
|
+
"assemblyName": "System.Text.RegularExpressions",
|
|
5462
|
+
"metadataToken": 0,
|
|
5463
|
+
"kind": "Struct",
|
|
5464
|
+
"accessibility": "Public",
|
|
5465
|
+
"isAbstract": false,
|
|
5466
|
+
"isSealed": true,
|
|
5467
|
+
"isStatic": false,
|
|
5468
|
+
"arity": 0,
|
|
5469
|
+
"baseType": {
|
|
5470
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
5471
|
+
"clrName": "System.ValueType"
|
|
5472
|
+
},
|
|
5473
|
+
"interfaces": [
|
|
5474
|
+
{
|
|
5475
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
5476
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
5477
|
+
"typeArguments": [
|
|
5478
|
+
"ValueMatch"
|
|
5479
|
+
]
|
|
5480
|
+
},
|
|
5481
|
+
{
|
|
5482
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
5483
|
+
"clrName": "System.Collections.IEnumerator"
|
|
5484
|
+
},
|
|
5485
|
+
{
|
|
5486
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
5487
|
+
"clrName": "System.IDisposable"
|
|
5488
|
+
}
|
|
5489
|
+
],
|
|
5490
|
+
"methods": [
|
|
5491
|
+
{
|
|
5492
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::GetEnumerator():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5493
|
+
"clrName": "GetEnumerator",
|
|
5494
|
+
"metadataToken": 100663719,
|
|
5495
|
+
"canonicalSignature": "():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5496
|
+
"normalizedSignature": "GetEnumerator|():System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator|static=false",
|
|
5497
|
+
"emitScope": "ClassSurface",
|
|
5498
|
+
"provenance": "Original",
|
|
5499
|
+
"arity": 0,
|
|
5500
|
+
"parameterCount": 0,
|
|
5501
|
+
"isStatic": false,
|
|
5502
|
+
"isAbstract": false,
|
|
5503
|
+
"isVirtual": false,
|
|
5504
|
+
"isOverride": false,
|
|
5505
|
+
"isSealed": false,
|
|
5506
|
+
"visibility": "Public",
|
|
5507
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5508
|
+
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
5509
|
+
"isExtensionMethod": false
|
|
5510
|
+
},
|
|
5511
|
+
{
|
|
5512
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::MoveNext():System.Boolean",
|
|
5513
|
+
"clrName": "MoveNext",
|
|
5514
|
+
"metadataToken": 100663720,
|
|
5515
|
+
"canonicalSignature": "():System.Boolean",
|
|
5516
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
5517
|
+
"emitScope": "ClassSurface",
|
|
5518
|
+
"provenance": "Original",
|
|
5519
|
+
"arity": 0,
|
|
5520
|
+
"parameterCount": 0,
|
|
5521
|
+
"isStatic": false,
|
|
5522
|
+
"isAbstract": false,
|
|
5523
|
+
"isVirtual": true,
|
|
5524
|
+
"isOverride": false,
|
|
5525
|
+
"isSealed": true,
|
|
5526
|
+
"visibility": "Public",
|
|
5527
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5528
|
+
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
5529
|
+
"isExtensionMethod": false
|
|
5530
|
+
},
|
|
5531
|
+
{
|
|
5532
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::Reset():System.Void",
|
|
5533
|
+
"clrName": "Reset",
|
|
5534
|
+
"metadataToken": 0,
|
|
5535
|
+
"canonicalSignature": "():System.Void",
|
|
5536
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
5537
|
+
"emitScope": "ClassSurface",
|
|
5538
|
+
"provenance": "Synthesized",
|
|
5539
|
+
"arity": 0,
|
|
5540
|
+
"parameterCount": 0,
|
|
5541
|
+
"isStatic": false,
|
|
5542
|
+
"isAbstract": false,
|
|
5543
|
+
"isVirtual": true,
|
|
5544
|
+
"isOverride": false,
|
|
5545
|
+
"isSealed": false,
|
|
5784
5546
|
"visibility": "Public",
|
|
5785
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5786
|
-
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5787
|
-
|
|
5547
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5548
|
+
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
5549
|
+
"isExtensionMethod": false
|
|
5550
|
+
}
|
|
5551
|
+
],
|
|
5552
|
+
"properties": [
|
|
5788
5553
|
{
|
|
5789
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex::
|
|
5790
|
-
"clrName": "
|
|
5791
|
-
"metadataToken":
|
|
5792
|
-
"
|
|
5554
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::Current:System.Text.RegularExpressions.ValueMatch",
|
|
5555
|
+
"clrName": "Current",
|
|
5556
|
+
"metadataToken": 385876087,
|
|
5557
|
+
"canonicalSignature": ":System.Text.RegularExpressions.ValueMatch",
|
|
5558
|
+
"normalizedSignature": "Current|:System.Text.RegularExpressions.ValueMatch|static=false|accessor=get",
|
|
5559
|
+
"emitScope": "ClassSurface",
|
|
5560
|
+
"provenance": "Original",
|
|
5561
|
+
"isIndexer": false,
|
|
5562
|
+
"hasGetter": true,
|
|
5563
|
+
"hasSetter": false,
|
|
5793
5564
|
"isStatic": false,
|
|
5794
|
-
"
|
|
5795
|
-
"
|
|
5796
|
-
"
|
|
5797
|
-
"
|
|
5565
|
+
"isAbstract": false,
|
|
5566
|
+
"isVirtual": true,
|
|
5567
|
+
"isOverride": false,
|
|
5568
|
+
"visibility": "Public",
|
|
5569
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
|
|
5798
5570
|
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5799
5571
|
}
|
|
5800
5572
|
],
|
|
5573
|
+
"fields": [],
|
|
5801
5574
|
"events": [],
|
|
5802
|
-
"constructors": [
|
|
5575
|
+
"constructors": []
|
|
5576
|
+
},
|
|
5577
|
+
{
|
|
5578
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5579
|
+
"clrName": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5580
|
+
"assemblyName": "System.Text.RegularExpressions",
|
|
5581
|
+
"metadataToken": 0,
|
|
5582
|
+
"kind": "Struct",
|
|
5583
|
+
"accessibility": "Public",
|
|
5584
|
+
"isAbstract": false,
|
|
5585
|
+
"isSealed": true,
|
|
5586
|
+
"isStatic": false,
|
|
5587
|
+
"arity": 0,
|
|
5588
|
+
"baseType": {
|
|
5589
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
5590
|
+
"clrName": "System.ValueType"
|
|
5591
|
+
},
|
|
5592
|
+
"interfaces": [
|
|
5803
5593
|
{
|
|
5804
|
-
"stableId": "System.
|
|
5805
|
-
"
|
|
5806
|
-
"
|
|
5807
|
-
|
|
5808
|
-
|
|
5809
|
-
"parameterCount": 0,
|
|
5810
|
-
"visibility": "Protected",
|
|
5811
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5812
|
-
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5594
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
5595
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
5596
|
+
"typeArguments": [
|
|
5597
|
+
"Range"
|
|
5598
|
+
]
|
|
5813
5599
|
},
|
|
5814
5600
|
{
|
|
5815
|
-
"stableId": "System.
|
|
5816
|
-
"
|
|
5817
|
-
|
|
5818
|
-
|
|
5601
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
5602
|
+
"clrName": "System.Collections.IEnumerator"
|
|
5603
|
+
},
|
|
5604
|
+
{
|
|
5605
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
5606
|
+
"clrName": "System.IDisposable"
|
|
5607
|
+
}
|
|
5608
|
+
],
|
|
5609
|
+
"methods": [
|
|
5610
|
+
{
|
|
5611
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::GetEnumerator():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5612
|
+
"clrName": "GetEnumerator",
|
|
5613
|
+
"metadataToken": 100663726,
|
|
5614
|
+
"canonicalSignature": "():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5615
|
+
"normalizedSignature": "GetEnumerator|():System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator|static=false",
|
|
5616
|
+
"emitScope": "ClassSurface",
|
|
5617
|
+
"provenance": "Original",
|
|
5618
|
+
"arity": 0,
|
|
5619
|
+
"parameterCount": 0,
|
|
5819
5620
|
"isStatic": false,
|
|
5820
|
-
"
|
|
5621
|
+
"isAbstract": false,
|
|
5622
|
+
"isVirtual": false,
|
|
5623
|
+
"isOverride": false,
|
|
5624
|
+
"isSealed": false,
|
|
5821
5625
|
"visibility": "Public",
|
|
5822
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5823
|
-
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5626
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5627
|
+
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
5628
|
+
"isExtensionMethod": false
|
|
5824
5629
|
},
|
|
5825
5630
|
{
|
|
5826
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex
|
|
5827
|
-
"
|
|
5828
|
-
"
|
|
5829
|
-
"
|
|
5631
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::MoveNext():System.Boolean",
|
|
5632
|
+
"clrName": "MoveNext",
|
|
5633
|
+
"metadataToken": 100663727,
|
|
5634
|
+
"canonicalSignature": "():System.Boolean",
|
|
5635
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
5636
|
+
"emitScope": "ClassSurface",
|
|
5637
|
+
"provenance": "Original",
|
|
5638
|
+
"arity": 0,
|
|
5639
|
+
"parameterCount": 0,
|
|
5830
5640
|
"isStatic": false,
|
|
5831
|
-
"
|
|
5641
|
+
"isAbstract": false,
|
|
5642
|
+
"isVirtual": true,
|
|
5643
|
+
"isOverride": false,
|
|
5644
|
+
"isSealed": true,
|
|
5832
5645
|
"visibility": "Public",
|
|
5833
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5834
|
-
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5646
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5647
|
+
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
5648
|
+
"isExtensionMethod": false
|
|
5835
5649
|
},
|
|
5836
5650
|
{
|
|
5837
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex
|
|
5838
|
-
"
|
|
5839
|
-
"
|
|
5840
|
-
"
|
|
5651
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::Reset():System.Void",
|
|
5652
|
+
"clrName": "Reset",
|
|
5653
|
+
"metadataToken": 0,
|
|
5654
|
+
"canonicalSignature": "():System.Void",
|
|
5655
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
5656
|
+
"emitScope": "ClassSurface",
|
|
5657
|
+
"provenance": "Synthesized",
|
|
5658
|
+
"arity": 0,
|
|
5659
|
+
"parameterCount": 0,
|
|
5841
5660
|
"isStatic": false,
|
|
5842
|
-
"
|
|
5661
|
+
"isAbstract": false,
|
|
5662
|
+
"isVirtual": true,
|
|
5663
|
+
"isOverride": false,
|
|
5664
|
+
"isSealed": false,
|
|
5843
5665
|
"visibility": "Public",
|
|
5844
|
-
"declaringClrType": "System.Text.RegularExpressions.Regex",
|
|
5845
|
-
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5846
|
-
|
|
5666
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5667
|
+
"declaringAssemblyName": "System.Text.RegularExpressions",
|
|
5668
|
+
"isExtensionMethod": false
|
|
5669
|
+
}
|
|
5670
|
+
],
|
|
5671
|
+
"properties": [
|
|
5847
5672
|
{
|
|
5848
|
-
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex
|
|
5849
|
-
"
|
|
5850
|
-
"
|
|
5851
|
-
"
|
|
5673
|
+
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::Current:System.Range",
|
|
5674
|
+
"clrName": "Current",
|
|
5675
|
+
"metadataToken": 385876089,
|
|
5676
|
+
"canonicalSignature": ":System.Range",
|
|
5677
|
+
"normalizedSignature": "Current|:System.Range|static=false|accessor=get",
|
|
5678
|
+
"emitScope": "ClassSurface",
|
|
5679
|
+
"provenance": "Original",
|
|
5680
|
+
"isIndexer": false,
|
|
5681
|
+
"hasGetter": true,
|
|
5682
|
+
"hasSetter": false,
|
|
5852
5683
|
"isStatic": false,
|
|
5853
|
-
"
|
|
5854
|
-
"
|
|
5855
|
-
"
|
|
5684
|
+
"isAbstract": false,
|
|
5685
|
+
"isVirtual": true,
|
|
5686
|
+
"isOverride": false,
|
|
5687
|
+
"visibility": "Public",
|
|
5688
|
+
"declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
|
|
5856
5689
|
"declaringAssemblyName": "System.Text.RegularExpressions"
|
|
5857
5690
|
}
|
|
5858
|
-
]
|
|
5691
|
+
],
|
|
5692
|
+
"fields": [],
|
|
5693
|
+
"events": [],
|
|
5694
|
+
"constructors": []
|
|
5859
5695
|
},
|
|
5860
5696
|
{
|
|
5861
5697
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexCompilationInfo",
|
|
@@ -5994,7 +5830,7 @@
|
|
|
5994
5830
|
"constructors": [
|
|
5995
5831
|
{
|
|
5996
5832
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexCompilationInfo::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean):void",
|
|
5997
|
-
"metadataToken":
|
|
5833
|
+
"metadataToken": 100663839,
|
|
5998
5834
|
"canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean):void",
|
|
5999
5835
|
"normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean):void|static=false",
|
|
6000
5836
|
"isStatic": false,
|
|
@@ -6005,7 +5841,7 @@
|
|
|
6005
5841
|
},
|
|
6006
5842
|
{
|
|
6007
5843
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexCompilationInfo::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean,System.TimeSpan):void",
|
|
6008
|
-
"metadataToken":
|
|
5844
|
+
"metadataToken": 100663840,
|
|
6009
5845
|
"canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean,System.TimeSpan):void",
|
|
6010
5846
|
"normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean,System.TimeSpan):void|static=false",
|
|
6011
5847
|
"isStatic": false,
|
|
@@ -6124,7 +5960,7 @@
|
|
|
6124
5960
|
"constructors": [
|
|
6125
5961
|
{
|
|
6126
5962
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.String,System.String,System.TimeSpan):void",
|
|
6127
|
-
"metadataToken":
|
|
5963
|
+
"metadataToken": 100663923,
|
|
6128
5964
|
"canonicalSignature": "(System.String,System.String,System.TimeSpan):void",
|
|
6129
5965
|
"normalizedSignature": "constructor|(System.String,System.String,System.TimeSpan):void|static=false",
|
|
6130
5966
|
"isStatic": false,
|
|
@@ -6135,7 +5971,7 @@
|
|
|
6135
5971
|
},
|
|
6136
5972
|
{
|
|
6137
5973
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor():void",
|
|
6138
|
-
"metadataToken":
|
|
5974
|
+
"metadataToken": 100663924,
|
|
6139
5975
|
"canonicalSignature": "():void",
|
|
6140
5976
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6141
5977
|
"isStatic": false,
|
|
@@ -6146,7 +5982,7 @@
|
|
|
6146
5982
|
},
|
|
6147
5983
|
{
|
|
6148
5984
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.String):void",
|
|
6149
|
-
"metadataToken":
|
|
5985
|
+
"metadataToken": 100663925,
|
|
6150
5986
|
"canonicalSignature": "(System.String):void",
|
|
6151
5987
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
6152
5988
|
"isStatic": false,
|
|
@@ -6157,7 +5993,7 @@
|
|
|
6157
5993
|
},
|
|
6158
5994
|
{
|
|
6159
5995
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.String,System.Exception):void",
|
|
6160
|
-
"metadataToken":
|
|
5996
|
+
"metadataToken": 100663926,
|
|
6161
5997
|
"canonicalSignature": "(System.String,System.Exception):void",
|
|
6162
5998
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
6163
5999
|
"isStatic": false,
|
|
@@ -6168,7 +6004,7 @@
|
|
|
6168
6004
|
},
|
|
6169
6005
|
{
|
|
6170
6006
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
6171
|
-
"metadataToken":
|
|
6007
|
+
"metadataToken": 100663927,
|
|
6172
6008
|
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
6173
6009
|
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
6174
6010
|
"isStatic": false,
|
|
@@ -6204,7 +6040,7 @@
|
|
|
6204
6040
|
{
|
|
6205
6041
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
6206
6042
|
"clrName": "GetObjectData",
|
|
6207
|
-
"metadataToken":
|
|
6043
|
+
"metadataToken": 100664011,
|
|
6208
6044
|
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
6209
6045
|
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
6210
6046
|
"emitScope": "ClassSurface",
|
|
@@ -6247,7 +6083,7 @@
|
|
|
6247
6083
|
{
|
|
6248
6084
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseException::Error:System.Text.RegularExpressions.RegexParseError",
|
|
6249
6085
|
"clrName": "Error",
|
|
6250
|
-
"metadataToken":
|
|
6086
|
+
"metadataToken": 385876133,
|
|
6251
6087
|
"canonicalSignature": ":System.Text.RegularExpressions.RegexParseError",
|
|
6252
6088
|
"normalizedSignature": "Error|:System.Text.RegularExpressions.RegexParseError|static=false|accessor=get",
|
|
6253
6089
|
"emitScope": "ClassSurface",
|
|
@@ -6266,7 +6102,7 @@
|
|
|
6266
6102
|
{
|
|
6267
6103
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseException::Offset:System.Int32",
|
|
6268
6104
|
"clrName": "Offset",
|
|
6269
|
-
"metadataToken":
|
|
6105
|
+
"metadataToken": 385876134,
|
|
6270
6106
|
"canonicalSignature": ":System.Int32",
|
|
6271
6107
|
"normalizedSignature": "Offset|:System.Int32|static=false|accessor=get",
|
|
6272
6108
|
"emitScope": "ClassSurface",
|
|
@@ -6306,7 +6142,7 @@
|
|
|
6306
6142
|
{
|
|
6307
6143
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Scan(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
6308
6144
|
"clrName": "Scan",
|
|
6309
|
-
"metadataToken":
|
|
6145
|
+
"metadataToken": 100664106,
|
|
6310
6146
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
6311
6147
|
"normalizedSignature": "Scan|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
6312
6148
|
"emitScope": "ClassSurface",
|
|
@@ -6326,7 +6162,7 @@
|
|
|
6326
6162
|
{
|
|
6327
6163
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean):System.Text.RegularExpressions.Match",
|
|
6328
6164
|
"clrName": "Scan",
|
|
6329
|
-
"metadataToken":
|
|
6165
|
+
"metadataToken": 100664107,
|
|
6330
6166
|
"canonicalSignature": "(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean):System.Text.RegularExpressions.Match",
|
|
6331
6167
|
"normalizedSignature": "Scan|(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean):System.Text.RegularExpressions.Match|static=false",
|
|
6332
6168
|
"emitScope": "ClassSurface",
|
|
@@ -6346,7 +6182,7 @@
|
|
|
6346
6182
|
{
|
|
6347
6183
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.TimeSpan):System.Text.RegularExpressions.Match",
|
|
6348
6184
|
"clrName": "Scan",
|
|
6349
|
-
"metadataToken":
|
|
6185
|
+
"metadataToken": 100664108,
|
|
6350
6186
|
"canonicalSignature": "(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.TimeSpan):System.Text.RegularExpressions.Match",
|
|
6351
6187
|
"normalizedSignature": "Scan|(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.TimeSpan):System.Text.RegularExpressions.Match|static=false",
|
|
6352
6188
|
"emitScope": "ClassSurface",
|
|
@@ -6366,7 +6202,7 @@
|
|
|
6366
6202
|
{
|
|
6367
6203
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::CheckTimeout():System.Void",
|
|
6368
6204
|
"clrName": "CheckTimeout",
|
|
6369
|
-
"metadataToken":
|
|
6205
|
+
"metadataToken": 100664112,
|
|
6370
6206
|
"canonicalSignature": "():System.Void",
|
|
6371
6207
|
"normalizedSignature": "CheckTimeout|():System.Void|static=false",
|
|
6372
6208
|
"emitScope": "ClassSurface",
|
|
@@ -6386,7 +6222,7 @@
|
|
|
6386
6222
|
{
|
|
6387
6223
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Go():System.Void",
|
|
6388
6224
|
"clrName": "Go",
|
|
6389
|
-
"metadataToken":
|
|
6225
|
+
"metadataToken": 100664113,
|
|
6390
6226
|
"canonicalSignature": "():System.Void",
|
|
6391
6227
|
"normalizedSignature": "Go|():System.Void|static=false",
|
|
6392
6228
|
"emitScope": "ClassSurface",
|
|
@@ -6406,7 +6242,7 @@
|
|
|
6406
6242
|
{
|
|
6407
6243
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::FindFirstChar():System.Boolean",
|
|
6408
6244
|
"clrName": "FindFirstChar",
|
|
6409
|
-
"metadataToken":
|
|
6245
|
+
"metadataToken": 100664114,
|
|
6410
6246
|
"canonicalSignature": "():System.Boolean",
|
|
6411
6247
|
"normalizedSignature": "FindFirstChar|():System.Boolean|static=false",
|
|
6412
6248
|
"emitScope": "ClassSurface",
|
|
@@ -6426,7 +6262,7 @@
|
|
|
6426
6262
|
{
|
|
6427
6263
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::InitTrackCount():System.Void",
|
|
6428
6264
|
"clrName": "InitTrackCount",
|
|
6429
|
-
"metadataToken":
|
|
6265
|
+
"metadataToken": 100664115,
|
|
6430
6266
|
"canonicalSignature": "():System.Void",
|
|
6431
6267
|
"normalizedSignature": "InitTrackCount|():System.Void|static=false",
|
|
6432
6268
|
"emitScope": "ClassSurface",
|
|
@@ -6446,7 +6282,7 @@
|
|
|
6446
6282
|
{
|
|
6447
6283
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::EnsureStorage():System.Void",
|
|
6448
6284
|
"clrName": "EnsureStorage",
|
|
6449
|
-
"metadataToken":
|
|
6285
|
+
"metadataToken": 100664116,
|
|
6450
6286
|
"canonicalSignature": "():System.Void",
|
|
6451
6287
|
"normalizedSignature": "EnsureStorage|():System.Void|static=false",
|
|
6452
6288
|
"emitScope": "ClassSurface",
|
|
@@ -6466,7 +6302,7 @@
|
|
|
6466
6302
|
{
|
|
6467
6303
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::IsBoundary(System.Int32,System.Int32,System.Int32):System.Boolean",
|
|
6468
6304
|
"clrName": "IsBoundary",
|
|
6469
|
-
"metadataToken":
|
|
6305
|
+
"metadataToken": 100664117,
|
|
6470
6306
|
"canonicalSignature": "(System.Int32,System.Int32,System.Int32):System.Boolean",
|
|
6471
6307
|
"normalizedSignature": "IsBoundary|(System.Int32,System.Int32,System.Int32):System.Boolean|static=false",
|
|
6472
6308
|
"emitScope": "ClassSurface",
|
|
@@ -6486,7 +6322,7 @@
|
|
|
6486
6322
|
{
|
|
6487
6323
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::IsECMABoundary(System.Int32,System.Int32,System.Int32):System.Boolean",
|
|
6488
6324
|
"clrName": "IsECMABoundary",
|
|
6489
|
-
"metadataToken":
|
|
6325
|
+
"metadataToken": 100664122,
|
|
6490
6326
|
"canonicalSignature": "(System.Int32,System.Int32,System.Int32):System.Boolean",
|
|
6491
6327
|
"normalizedSignature": "IsECMABoundary|(System.Int32,System.Int32,System.Int32):System.Boolean|static=false",
|
|
6492
6328
|
"emitScope": "ClassSurface",
|
|
@@ -6506,7 +6342,7 @@
|
|
|
6506
6342
|
{
|
|
6507
6343
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::CharInSet(System.Char,System.String,System.String):System.Boolean",
|
|
6508
6344
|
"clrName": "CharInSet",
|
|
6509
|
-
"metadataToken":
|
|
6345
|
+
"metadataToken": 100664124,
|
|
6510
6346
|
"canonicalSignature": "(System.Char,System.String,System.String):System.Boolean",
|
|
6511
6347
|
"normalizedSignature": "CharInSet|(System.Char,System.String,System.String):System.Boolean|static=true",
|
|
6512
6348
|
"emitScope": "ClassSurface",
|
|
@@ -6526,7 +6362,7 @@
|
|
|
6526
6362
|
{
|
|
6527
6363
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::CharInClass(System.Char,System.String):System.Boolean",
|
|
6528
6364
|
"clrName": "CharInClass",
|
|
6529
|
-
"metadataToken":
|
|
6365
|
+
"metadataToken": 100664125,
|
|
6530
6366
|
"canonicalSignature": "(System.Char,System.String):System.Boolean",
|
|
6531
6367
|
"normalizedSignature": "CharInClass|(System.Char,System.String):System.Boolean|static=true",
|
|
6532
6368
|
"emitScope": "ClassSurface",
|
|
@@ -6546,7 +6382,7 @@
|
|
|
6546
6382
|
{
|
|
6547
6383
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::DoubleTrack():System.Void",
|
|
6548
6384
|
"clrName": "DoubleTrack",
|
|
6549
|
-
"metadataToken":
|
|
6385
|
+
"metadataToken": 100664126,
|
|
6550
6386
|
"canonicalSignature": "():System.Void",
|
|
6551
6387
|
"normalizedSignature": "DoubleTrack|():System.Void|static=false",
|
|
6552
6388
|
"emitScope": "ClassSurface",
|
|
@@ -6566,7 +6402,7 @@
|
|
|
6566
6402
|
{
|
|
6567
6403
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::DoubleStack():System.Void",
|
|
6568
6404
|
"clrName": "DoubleStack",
|
|
6569
|
-
"metadataToken":
|
|
6405
|
+
"metadataToken": 100664127,
|
|
6570
6406
|
"canonicalSignature": "():System.Void",
|
|
6571
6407
|
"normalizedSignature": "DoubleStack|():System.Void|static=false",
|
|
6572
6408
|
"emitScope": "ClassSurface",
|
|
@@ -6586,7 +6422,7 @@
|
|
|
6586
6422
|
{
|
|
6587
6423
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::DoubleCrawl():System.Void",
|
|
6588
6424
|
"clrName": "DoubleCrawl",
|
|
6589
|
-
"metadataToken":
|
|
6425
|
+
"metadataToken": 100664128,
|
|
6590
6426
|
"canonicalSignature": "():System.Void",
|
|
6591
6427
|
"normalizedSignature": "DoubleCrawl|():System.Void|static=false",
|
|
6592
6428
|
"emitScope": "ClassSurface",
|
|
@@ -6606,7 +6442,7 @@
|
|
|
6606
6442
|
{
|
|
6607
6443
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Crawl(System.Int32):System.Void",
|
|
6608
6444
|
"clrName": "Crawl",
|
|
6609
|
-
"metadataToken":
|
|
6445
|
+
"metadataToken": 100664129,
|
|
6610
6446
|
"canonicalSignature": "(System.Int32):System.Void",
|
|
6611
6447
|
"normalizedSignature": "Crawl|(System.Int32):System.Void|static=false",
|
|
6612
6448
|
"emitScope": "ClassSurface",
|
|
@@ -6626,7 +6462,7 @@
|
|
|
6626
6462
|
{
|
|
6627
6463
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Popcrawl():System.Int32",
|
|
6628
6464
|
"clrName": "Popcrawl",
|
|
6629
|
-
"metadataToken":
|
|
6465
|
+
"metadataToken": 100664130,
|
|
6630
6466
|
"canonicalSignature": "():System.Int32",
|
|
6631
6467
|
"normalizedSignature": "Popcrawl|():System.Int32|static=false",
|
|
6632
6468
|
"emitScope": "ClassSurface",
|
|
@@ -6646,7 +6482,7 @@
|
|
|
6646
6482
|
{
|
|
6647
6483
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Crawlpos():System.Int32",
|
|
6648
6484
|
"clrName": "Crawlpos",
|
|
6649
|
-
"metadataToken":
|
|
6485
|
+
"metadataToken": 100664131,
|
|
6650
6486
|
"canonicalSignature": "():System.Int32",
|
|
6651
6487
|
"normalizedSignature": "Crawlpos|():System.Int32|static=false",
|
|
6652
6488
|
"emitScope": "ClassSurface",
|
|
@@ -6666,7 +6502,7 @@
|
|
|
6666
6502
|
{
|
|
6667
6503
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Capture(System.Int32,System.Int32,System.Int32):System.Void",
|
|
6668
6504
|
"clrName": "Capture",
|
|
6669
|
-
"metadataToken":
|
|
6505
|
+
"metadataToken": 100664132,
|
|
6670
6506
|
"canonicalSignature": "(System.Int32,System.Int32,System.Int32):System.Void",
|
|
6671
6507
|
"normalizedSignature": "Capture|(System.Int32,System.Int32,System.Int32):System.Void|static=false",
|
|
6672
6508
|
"emitScope": "ClassSurface",
|
|
@@ -6686,7 +6522,7 @@
|
|
|
6686
6522
|
{
|
|
6687
6523
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::TransferCapture(System.Int32,System.Int32,System.Int32,System.Int32):System.Void",
|
|
6688
6524
|
"clrName": "TransferCapture",
|
|
6689
|
-
"metadataToken":
|
|
6525
|
+
"metadataToken": 100664133,
|
|
6690
6526
|
"canonicalSignature": "(System.Int32,System.Int32,System.Int32,System.Int32):System.Void",
|
|
6691
6527
|
"normalizedSignature": "TransferCapture|(System.Int32,System.Int32,System.Int32,System.Int32):System.Void|static=false",
|
|
6692
6528
|
"emitScope": "ClassSurface",
|
|
@@ -6706,7 +6542,7 @@
|
|
|
6706
6542
|
{
|
|
6707
6543
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Uncapture():System.Void",
|
|
6708
6544
|
"clrName": "Uncapture",
|
|
6709
|
-
"metadataToken":
|
|
6545
|
+
"metadataToken": 100664134,
|
|
6710
6546
|
"canonicalSignature": "():System.Void",
|
|
6711
6547
|
"normalizedSignature": "Uncapture|():System.Void|static=false",
|
|
6712
6548
|
"emitScope": "ClassSurface",
|
|
@@ -6726,7 +6562,7 @@
|
|
|
6726
6562
|
{
|
|
6727
6563
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::IsMatched(System.Int32):System.Boolean",
|
|
6728
6564
|
"clrName": "IsMatched",
|
|
6729
|
-
"metadataToken":
|
|
6565
|
+
"metadataToken": 100664135,
|
|
6730
6566
|
"canonicalSignature": "(System.Int32):System.Boolean",
|
|
6731
6567
|
"normalizedSignature": "IsMatched|(System.Int32):System.Boolean|static=false",
|
|
6732
6568
|
"emitScope": "ClassSurface",
|
|
@@ -6746,7 +6582,7 @@
|
|
|
6746
6582
|
{
|
|
6747
6583
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::MatchIndex(System.Int32):System.Int32",
|
|
6748
6584
|
"clrName": "MatchIndex",
|
|
6749
|
-
"metadataToken":
|
|
6585
|
+
"metadataToken": 100664136,
|
|
6750
6586
|
"canonicalSignature": "(System.Int32):System.Int32",
|
|
6751
6587
|
"normalizedSignature": "MatchIndex|(System.Int32):System.Int32|static=false",
|
|
6752
6588
|
"emitScope": "ClassSurface",
|
|
@@ -6766,7 +6602,7 @@
|
|
|
6766
6602
|
{
|
|
6767
6603
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::MatchLength(System.Int32):System.Int32",
|
|
6768
6604
|
"clrName": "MatchLength",
|
|
6769
|
-
"metadataToken":
|
|
6605
|
+
"metadataToken": 100664137,
|
|
6770
6606
|
"canonicalSignature": "(System.Int32):System.Int32",
|
|
6771
6607
|
"normalizedSignature": "MatchLength|(System.Int32):System.Int32|static=false",
|
|
6772
6608
|
"emitScope": "ClassSurface",
|
|
@@ -6959,7 +6795,7 @@
|
|
|
6959
6795
|
"constructors": [
|
|
6960
6796
|
{
|
|
6961
6797
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::.ctor():void",
|
|
6962
|
-
"metadataToken":
|
|
6798
|
+
"metadataToken": 100664105,
|
|
6963
6799
|
"canonicalSignature": "():void",
|
|
6964
6800
|
"normalizedSignature": "constructor|():void|static=false",
|
|
6965
6801
|
"isStatic": false,
|
|
@@ -6989,7 +6825,7 @@
|
|
|
6989
6825
|
{
|
|
6990
6826
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunnerFactory::CreateInstance():System.Text.RegularExpressions.RegexRunner",
|
|
6991
6827
|
"clrName": "CreateInstance",
|
|
6992
|
-
"metadataToken":
|
|
6828
|
+
"metadataToken": 100664141,
|
|
6993
6829
|
"canonicalSignature": "():System.Text.RegularExpressions.RegexRunner",
|
|
6994
6830
|
"normalizedSignature": "CreateInstance|():System.Text.RegularExpressions.RegexRunner|static=false",
|
|
6995
6831
|
"emitScope": "ClassSurface",
|
|
@@ -7013,7 +6849,7 @@
|
|
|
7013
6849
|
"constructors": [
|
|
7014
6850
|
{
|
|
7015
6851
|
"stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunnerFactory::.ctor():void",
|
|
7016
|
-
"metadataToken":
|
|
6852
|
+
"metadataToken": 100664140,
|
|
7017
6853
|
"canonicalSignature": "():void",
|
|
7018
6854
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7019
6855
|
"isStatic": false,
|