@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
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
{
|
|
46
46
|
"stableId": "System.Private.CoreLib:System.Text.NormalizationForm::value__System.Int32",
|
|
47
47
|
"clrName": "value__",
|
|
48
|
-
"metadataToken":
|
|
48
|
+
"metadataToken": 67112984,
|
|
49
49
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
50
50
|
"isStatic": false,
|
|
51
51
|
"isReadOnly": false,
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
{
|
|
58
58
|
"stableId": "System.Private.CoreLib:System.Text.NormalizationForm::FormCSystem.Text.NormalizationForm",
|
|
59
59
|
"clrName": "FormC",
|
|
60
|
-
"metadataToken":
|
|
60
|
+
"metadataToken": 67112985,
|
|
61
61
|
"normalizedSignature": "FormC|System.Text.NormalizationForm|static=true|const=true",
|
|
62
62
|
"isStatic": true,
|
|
63
63
|
"isReadOnly": false,
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
{
|
|
70
70
|
"stableId": "System.Private.CoreLib:System.Text.NormalizationForm::FormDSystem.Text.NormalizationForm",
|
|
71
71
|
"clrName": "FormD",
|
|
72
|
-
"metadataToken":
|
|
72
|
+
"metadataToken": 67112986,
|
|
73
73
|
"normalizedSignature": "FormD|System.Text.NormalizationForm|static=true|const=true",
|
|
74
74
|
"isStatic": true,
|
|
75
75
|
"isReadOnly": false,
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
{
|
|
82
82
|
"stableId": "System.Private.CoreLib:System.Text.NormalizationForm::FormKCSystem.Text.NormalizationForm",
|
|
83
83
|
"clrName": "FormKC",
|
|
84
|
-
"metadataToken":
|
|
84
|
+
"metadataToken": 67112987,
|
|
85
85
|
"normalizedSignature": "FormKC|System.Text.NormalizationForm|static=true|const=true",
|
|
86
86
|
"isStatic": true,
|
|
87
87
|
"isReadOnly": false,
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
{
|
|
94
94
|
"stableId": "System.Private.CoreLib:System.Text.NormalizationForm::FormKDSystem.Text.NormalizationForm",
|
|
95
95
|
"clrName": "FormKD",
|
|
96
|
-
"metadataToken":
|
|
96
|
+
"metadataToken": 67112988,
|
|
97
97
|
"normalizedSignature": "FormKD|System.Text.NormalizationForm|static=true|const=true",
|
|
98
98
|
"isStatic": true,
|
|
99
99
|
"isReadOnly": false,
|
|
@@ -1471,7 +1471,7 @@
|
|
|
1471
1471
|
{
|
|
1472
1472
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
1473
1473
|
"clrName": "MoveNext",
|
|
1474
|
-
"metadataToken":
|
|
1474
|
+
"metadataToken": 100703851,
|
|
1475
1475
|
"canonicalSignature": "():System.Boolean",
|
|
1476
1476
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
1477
1477
|
"emitScope": "ViewOnly",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
{
|
|
1493
1493
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
1494
1494
|
"clrName": "Reset",
|
|
1495
|
-
"metadataToken":
|
|
1495
|
+
"metadataToken": 100703853,
|
|
1496
1496
|
"canonicalSignature": "():System.Void",
|
|
1497
1497
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1498
1498
|
"emitScope": "ClassSurface",
|
|
@@ -1533,7 +1533,7 @@
|
|
|
1533
1533
|
{
|
|
1534
1534
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
1535
1535
|
"clrName": "Current",
|
|
1536
|
-
"metadataToken":
|
|
1536
|
+
"metadataToken": 385881428,
|
|
1537
1537
|
"canonicalSignature": ":T",
|
|
1538
1538
|
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
1539
1539
|
"emitScope": "ViewOnly",
|
|
@@ -1553,7 +1553,7 @@
|
|
|
1553
1553
|
{
|
|
1554
1554
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
1555
1555
|
"clrName": "Current",
|
|
1556
|
-
"metadataToken":
|
|
1556
|
+
"metadataToken": 385881269,
|
|
1557
1557
|
"canonicalSignature": ":System.Object",
|
|
1558
1558
|
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
1559
1559
|
"emitScope": "ViewOnly",
|
|
@@ -1672,7 +1672,7 @@
|
|
|
1672
1672
|
{
|
|
1673
1673
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
1674
1674
|
"clrName": "MoveNext",
|
|
1675
|
-
"metadataToken":
|
|
1675
|
+
"metadataToken": 100703851,
|
|
1676
1676
|
"canonicalSignature": "():System.Boolean",
|
|
1677
1677
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
1678
1678
|
"emitScope": "ViewOnly",
|
|
@@ -1693,7 +1693,7 @@
|
|
|
1693
1693
|
{
|
|
1694
1694
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
1695
1695
|
"clrName": "Reset",
|
|
1696
|
-
"metadataToken":
|
|
1696
|
+
"metadataToken": 100703853,
|
|
1697
1697
|
"canonicalSignature": "():System.Void",
|
|
1698
1698
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1699
1699
|
"emitScope": "ClassSurface",
|
|
@@ -1734,7 +1734,7 @@
|
|
|
1734
1734
|
{
|
|
1735
1735
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
1736
1736
|
"clrName": "Current",
|
|
1737
|
-
"metadataToken":
|
|
1737
|
+
"metadataToken": 385881428,
|
|
1738
1738
|
"canonicalSignature": ":T",
|
|
1739
1739
|
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
1740
1740
|
"emitScope": "ViewOnly",
|
|
@@ -1754,7 +1754,7 @@
|
|
|
1754
1754
|
{
|
|
1755
1755
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
1756
1756
|
"clrName": "Current",
|
|
1757
|
-
"metadataToken":
|
|
1757
|
+
"metadataToken": 385881269,
|
|
1758
1758
|
"canonicalSignature": ":System.Object",
|
|
1759
1759
|
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
1760
1760
|
"emitScope": "ViewOnly",
|
|
@@ -1777,8 +1777,8 @@
|
|
|
1777
1777
|
"constructors": []
|
|
1778
1778
|
},
|
|
1779
1779
|
{
|
|
1780
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
1781
|
-
"clrName": "System.Text.
|
|
1780
|
+
"stableId": "System.Private.CoreLib:System.Text.StringRuneEnumerator",
|
|
1781
|
+
"clrName": "System.Text.StringRuneEnumerator",
|
|
1782
1782
|
"assemblyName": "System.Private.CoreLib",
|
|
1783
1783
|
"metadataToken": 0,
|
|
1784
1784
|
"kind": "Struct",
|
|
@@ -1791,561 +1791,234 @@
|
|
|
1791
1791
|
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1792
1792
|
"clrName": "System.ValueType"
|
|
1793
1793
|
},
|
|
1794
|
+
"interfaces": [
|
|
1795
|
+
{
|
|
1796
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
1797
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
1798
|
+
"typeArguments": [
|
|
1799
|
+
"Rune"
|
|
1800
|
+
]
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
1804
|
+
"clrName": "System.Collections.IEnumerable"
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
1808
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
1809
|
+
"typeArguments": [
|
|
1810
|
+
"Rune"
|
|
1811
|
+
]
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1815
|
+
"clrName": "System.IDisposable"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
1819
|
+
"clrName": "System.Collections.IEnumerator"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1794
1822
|
"methods": [
|
|
1795
1823
|
{
|
|
1796
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
1797
|
-
"clrName": "
|
|
1798
|
-
"metadataToken":
|
|
1799
|
-
"canonicalSignature": "(
|
|
1800
|
-
"normalizedSignature": "
|
|
1824
|
+
"stableId": "System.Private.CoreLib:System.Text.StringRuneEnumerator::GetEnumerator():System.Text.StringRuneEnumerator",
|
|
1825
|
+
"clrName": "GetEnumerator",
|
|
1826
|
+
"metadataToken": 100682019,
|
|
1827
|
+
"canonicalSignature": "():System.Text.StringRuneEnumerator",
|
|
1828
|
+
"normalizedSignature": "GetEnumerator|():System.Text.StringRuneEnumerator|static=false",
|
|
1801
1829
|
"emitScope": "ClassSurface",
|
|
1802
1830
|
"provenance": "Original",
|
|
1803
1831
|
"arity": 0,
|
|
1804
|
-
"parameterCount":
|
|
1832
|
+
"parameterCount": 0,
|
|
1805
1833
|
"isStatic": false,
|
|
1806
1834
|
"isAbstract": false,
|
|
1807
1835
|
"isVirtual": false,
|
|
1808
1836
|
"isOverride": false,
|
|
1809
1837
|
"isSealed": false,
|
|
1810
1838
|
"visibility": "Public",
|
|
1811
|
-
"declaringClrType": "System.Text.
|
|
1839
|
+
"declaringClrType": "System.Text.StringRuneEnumerator",
|
|
1812
1840
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1813
1841
|
"isExtensionMethod": false
|
|
1814
1842
|
},
|
|
1815
1843
|
{
|
|
1816
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
1817
|
-
"clrName": "
|
|
1818
|
-
"metadataToken":
|
|
1819
|
-
"canonicalSignature": "(
|
|
1820
|
-
"normalizedSignature": "
|
|
1844
|
+
"stableId": "System.Private.CoreLib:System.Text.StringRuneEnumerator::MoveNext():System.Boolean",
|
|
1845
|
+
"clrName": "MoveNext",
|
|
1846
|
+
"metadataToken": 100682020,
|
|
1847
|
+
"canonicalSignature": "():System.Boolean",
|
|
1848
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
1821
1849
|
"emitScope": "ClassSurface",
|
|
1822
1850
|
"provenance": "Original",
|
|
1823
|
-
"arity":
|
|
1824
|
-
"parameterCount":
|
|
1851
|
+
"arity": 0,
|
|
1852
|
+
"parameterCount": 0,
|
|
1825
1853
|
"isStatic": false,
|
|
1826
1854
|
"isAbstract": false,
|
|
1827
|
-
"isVirtual":
|
|
1855
|
+
"isVirtual": true,
|
|
1828
1856
|
"isOverride": false,
|
|
1829
|
-
"isSealed":
|
|
1857
|
+
"isSealed": true,
|
|
1830
1858
|
"visibility": "Public",
|
|
1831
|
-
"declaringClrType": "System.Text.
|
|
1859
|
+
"declaringClrType": "System.Text.StringRuneEnumerator",
|
|
1832
1860
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1833
1861
|
"isExtensionMethod": false
|
|
1834
1862
|
},
|
|
1835
1863
|
{
|
|
1836
|
-
"stableId": "System.Private.CoreLib:System.
|
|
1837
|
-
"clrName": "
|
|
1838
|
-
"metadataToken":
|
|
1839
|
-
"canonicalSignature": "(
|
|
1840
|
-
"normalizedSignature": "
|
|
1841
|
-
"emitScope": "
|
|
1842
|
-
"provenance": "
|
|
1843
|
-
"arity":
|
|
1844
|
-
"parameterCount":
|
|
1864
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
1865
|
+
"clrName": "GetEnumerator",
|
|
1866
|
+
"metadataToken": 100704565,
|
|
1867
|
+
"canonicalSignature": "():IEnumerator_1",
|
|
1868
|
+
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
1869
|
+
"emitScope": "ViewOnly",
|
|
1870
|
+
"provenance": "ExplicitView",
|
|
1871
|
+
"arity": 0,
|
|
1872
|
+
"parameterCount": 0,
|
|
1845
1873
|
"isStatic": false,
|
|
1846
1874
|
"isAbstract": false,
|
|
1847
|
-
"isVirtual":
|
|
1875
|
+
"isVirtual": true,
|
|
1848
1876
|
"isOverride": false,
|
|
1849
1877
|
"isSealed": false,
|
|
1850
1878
|
"visibility": "Public",
|
|
1851
|
-
"declaringClrType": "System.
|
|
1879
|
+
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
1852
1880
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1853
|
-
"isExtensionMethod": false
|
|
1881
|
+
"isExtensionMethod": false,
|
|
1882
|
+
"sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
|
|
1854
1883
|
},
|
|
1855
1884
|
{
|
|
1856
|
-
"stableId": "System.Private.CoreLib:System.
|
|
1857
|
-
"clrName": "
|
|
1858
|
-
"metadataToken":
|
|
1859
|
-
"canonicalSignature": "(
|
|
1860
|
-
"normalizedSignature": "
|
|
1861
|
-
"emitScope": "
|
|
1862
|
-
"provenance": "
|
|
1863
|
-
"arity":
|
|
1864
|
-
"parameterCount":
|
|
1885
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
1886
|
+
"clrName": "GetEnumerator",
|
|
1887
|
+
"metadataToken": 100703850,
|
|
1888
|
+
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
1889
|
+
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
1890
|
+
"emitScope": "ViewOnly",
|
|
1891
|
+
"provenance": "ExplicitView",
|
|
1892
|
+
"arity": 0,
|
|
1893
|
+
"parameterCount": 0,
|
|
1865
1894
|
"isStatic": false,
|
|
1866
1895
|
"isAbstract": false,
|
|
1867
|
-
"isVirtual":
|
|
1896
|
+
"isVirtual": true,
|
|
1868
1897
|
"isOverride": false,
|
|
1869
1898
|
"isSealed": false,
|
|
1870
1899
|
"visibility": "Public",
|
|
1871
|
-
"declaringClrType": "System.
|
|
1900
|
+
"declaringClrType": "System.Collections.IEnumerable",
|
|
1872
1901
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1873
|
-
"isExtensionMethod": false
|
|
1902
|
+
"isExtensionMethod": false,
|
|
1903
|
+
"sourceInterface": "System.Collections.IEnumerable"
|
|
1874
1904
|
},
|
|
1875
1905
|
{
|
|
1876
|
-
"stableId": "System.Private.CoreLib:System.
|
|
1877
|
-
"clrName": "
|
|
1878
|
-
"metadataToken":
|
|
1879
|
-
"canonicalSignature": "(
|
|
1880
|
-
"normalizedSignature": "
|
|
1881
|
-
"emitScope": "
|
|
1882
|
-
"provenance": "
|
|
1883
|
-
"arity":
|
|
1884
|
-
"parameterCount":
|
|
1906
|
+
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
1907
|
+
"clrName": "Dispose",
|
|
1908
|
+
"metadataToken": 100668530,
|
|
1909
|
+
"canonicalSignature": "():System.Void",
|
|
1910
|
+
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
1911
|
+
"emitScope": "ViewOnly",
|
|
1912
|
+
"provenance": "ExplicitView",
|
|
1913
|
+
"arity": 0,
|
|
1914
|
+
"parameterCount": 0,
|
|
1885
1915
|
"isStatic": false,
|
|
1886
1916
|
"isAbstract": false,
|
|
1887
|
-
"isVirtual":
|
|
1917
|
+
"isVirtual": true,
|
|
1888
1918
|
"isOverride": false,
|
|
1889
1919
|
"isSealed": false,
|
|
1890
1920
|
"visibility": "Public",
|
|
1891
|
-
"declaringClrType": "System.
|
|
1921
|
+
"declaringClrType": "System.IDisposable",
|
|
1892
1922
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1893
|
-
"isExtensionMethod": false
|
|
1923
|
+
"isExtensionMethod": false,
|
|
1924
|
+
"sourceInterface": "System.IDisposable"
|
|
1894
1925
|
},
|
|
1895
1926
|
{
|
|
1896
|
-
"stableId": "System.Private.CoreLib:System.
|
|
1897
|
-
"clrName": "
|
|
1898
|
-
"metadataToken":
|
|
1899
|
-
"canonicalSignature": "(
|
|
1900
|
-
"normalizedSignature": "
|
|
1901
|
-
"emitScope": "
|
|
1902
|
-
"provenance": "
|
|
1927
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
1928
|
+
"clrName": "MoveNext",
|
|
1929
|
+
"metadataToken": 100703851,
|
|
1930
|
+
"canonicalSignature": "():System.Boolean",
|
|
1931
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
1932
|
+
"emitScope": "ViewOnly",
|
|
1933
|
+
"provenance": "ExplicitView",
|
|
1903
1934
|
"arity": 0,
|
|
1904
|
-
"parameterCount":
|
|
1935
|
+
"parameterCount": 0,
|
|
1905
1936
|
"isStatic": false,
|
|
1906
1937
|
"isAbstract": false,
|
|
1907
|
-
"isVirtual":
|
|
1938
|
+
"isVirtual": true,
|
|
1908
1939
|
"isOverride": false,
|
|
1909
1940
|
"isSealed": false,
|
|
1910
1941
|
"visibility": "Public",
|
|
1911
|
-
"declaringClrType": "System.
|
|
1942
|
+
"declaringClrType": "System.Collections.IEnumerator",
|
|
1912
1943
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1913
|
-
"isExtensionMethod": false
|
|
1944
|
+
"isExtensionMethod": false,
|
|
1945
|
+
"sourceInterface": "System.Collections.IEnumerator"
|
|
1914
1946
|
},
|
|
1915
1947
|
{
|
|
1916
|
-
"stableId": "System.Private.CoreLib:System.
|
|
1917
|
-
"clrName": "
|
|
1918
|
-
"metadataToken":
|
|
1919
|
-
"canonicalSignature": "(
|
|
1920
|
-
"normalizedSignature": "
|
|
1948
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
1949
|
+
"clrName": "Reset",
|
|
1950
|
+
"metadataToken": 100703853,
|
|
1951
|
+
"canonicalSignature": "():System.Void",
|
|
1952
|
+
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1921
1953
|
"emitScope": "ClassSurface",
|
|
1922
|
-
"provenance": "
|
|
1954
|
+
"provenance": "ExplicitView",
|
|
1923
1955
|
"arity": 0,
|
|
1924
|
-
"parameterCount":
|
|
1956
|
+
"parameterCount": 0,
|
|
1925
1957
|
"isStatic": false,
|
|
1926
1958
|
"isAbstract": false,
|
|
1927
|
-
"isVirtual":
|
|
1959
|
+
"isVirtual": true,
|
|
1928
1960
|
"isOverride": false,
|
|
1929
1961
|
"isSealed": false,
|
|
1930
1962
|
"visibility": "Public",
|
|
1931
|
-
"declaringClrType": "System.
|
|
1963
|
+
"declaringClrType": "System.Collections.IEnumerator",
|
|
1932
1964
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1933
1965
|
"isExtensionMethod": false
|
|
1934
|
-
}
|
|
1966
|
+
}
|
|
1967
|
+
],
|
|
1968
|
+
"properties": [
|
|
1935
1969
|
{
|
|
1936
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
1937
|
-
"clrName": "
|
|
1938
|
-
"metadataToken":
|
|
1939
|
-
"canonicalSignature": "
|
|
1940
|
-
"normalizedSignature": "
|
|
1970
|
+
"stableId": "System.Private.CoreLib:System.Text.StringRuneEnumerator::Current:System.Text.Rune",
|
|
1971
|
+
"clrName": "Current",
|
|
1972
|
+
"metadataToken": 385879261,
|
|
1973
|
+
"canonicalSignature": ":System.Text.Rune",
|
|
1974
|
+
"normalizedSignature": "Current|:System.Text.Rune|static=false|accessor=get",
|
|
1941
1975
|
"emitScope": "ClassSurface",
|
|
1942
1976
|
"provenance": "Original",
|
|
1943
|
-
"
|
|
1944
|
-
"
|
|
1977
|
+
"isIndexer": false,
|
|
1978
|
+
"hasGetter": true,
|
|
1979
|
+
"hasSetter": false,
|
|
1945
1980
|
"isStatic": false,
|
|
1946
1981
|
"isAbstract": false,
|
|
1947
|
-
"isVirtual":
|
|
1982
|
+
"isVirtual": true,
|
|
1948
1983
|
"isOverride": false,
|
|
1949
|
-
"isSealed": false,
|
|
1950
1984
|
"visibility": "Public",
|
|
1951
|
-
"declaringClrType": "System.Text.
|
|
1952
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1953
|
-
"isExtensionMethod": false
|
|
1985
|
+
"declaringClrType": "System.Text.StringRuneEnumerator",
|
|
1986
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1954
1987
|
},
|
|
1955
1988
|
{
|
|
1956
|
-
"stableId": "System.Private.CoreLib:System.
|
|
1957
|
-
"clrName": "
|
|
1958
|
-
"metadataToken":
|
|
1959
|
-
"canonicalSignature": "
|
|
1960
|
-
"normalizedSignature": "
|
|
1961
|
-
"emitScope": "
|
|
1962
|
-
"provenance": "
|
|
1963
|
-
"
|
|
1964
|
-
"
|
|
1989
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
1990
|
+
"clrName": "Current",
|
|
1991
|
+
"metadataToken": 385881428,
|
|
1992
|
+
"canonicalSignature": ":T",
|
|
1993
|
+
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
1994
|
+
"emitScope": "ViewOnly",
|
|
1995
|
+
"provenance": "ExplicitView",
|
|
1996
|
+
"isIndexer": false,
|
|
1997
|
+
"hasGetter": true,
|
|
1998
|
+
"hasSetter": false,
|
|
1965
1999
|
"isStatic": false,
|
|
1966
2000
|
"isAbstract": false,
|
|
1967
|
-
"isVirtual":
|
|
2001
|
+
"isVirtual": true,
|
|
1968
2002
|
"isOverride": false,
|
|
1969
|
-
"isSealed": false,
|
|
1970
2003
|
"visibility": "Public",
|
|
1971
|
-
"
|
|
1972
|
-
"
|
|
1973
|
-
"
|
|
2004
|
+
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
2005
|
+
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
2006
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1974
2007
|
},
|
|
1975
2008
|
{
|
|
1976
|
-
"stableId": "System.Private.CoreLib:System.
|
|
1977
|
-
"clrName": "
|
|
1978
|
-
"metadataToken":
|
|
1979
|
-
"canonicalSignature": "
|
|
1980
|
-
"normalizedSignature": "
|
|
1981
|
-
"emitScope": "
|
|
1982
|
-
"provenance": "
|
|
1983
|
-
"
|
|
1984
|
-
"
|
|
2009
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
2010
|
+
"clrName": "Current",
|
|
2011
|
+
"metadataToken": 385881269,
|
|
2012
|
+
"canonicalSignature": ":System.Object",
|
|
2013
|
+
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
2014
|
+
"emitScope": "ViewOnly",
|
|
2015
|
+
"provenance": "ExplicitView",
|
|
2016
|
+
"isIndexer": false,
|
|
2017
|
+
"hasGetter": true,
|
|
2018
|
+
"hasSetter": false,
|
|
1985
2019
|
"isStatic": false,
|
|
1986
2020
|
"isAbstract": false,
|
|
1987
|
-
"isVirtual":
|
|
1988
|
-
"isOverride": false,
|
|
1989
|
-
"isSealed": false,
|
|
1990
|
-
"visibility": "Public",
|
|
1991
|
-
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
1992
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1993
|
-
"isExtensionMethod": false
|
|
1994
|
-
}
|
|
1995
|
-
],
|
|
1996
|
-
"properties": [],
|
|
1997
|
-
"fields": [],
|
|
1998
|
-
"events": [],
|
|
1999
|
-
"constructors": [
|
|
2000
|
-
{
|
|
2001
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Text.StringBuilder):void",
|
|
2002
|
-
"metadataToken": 100681320,
|
|
2003
|
-
"canonicalSignature": "(System.Int32,System.Int32,System.Text.StringBuilder):void",
|
|
2004
|
-
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Text.StringBuilder):void|static=false",
|
|
2005
|
-
"isStatic": false,
|
|
2006
|
-
"parameterCount": 3,
|
|
2007
|
-
"visibility": "Public",
|
|
2008
|
-
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
2009
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2010
|
-
},
|
|
2011
|
-
{
|
|
2012
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Text.StringBuilder,System.IFormatProvider):void",
|
|
2013
|
-
"metadataToken": 100681321,
|
|
2014
|
-
"canonicalSignature": "(System.Int32,System.Int32,System.Text.StringBuilder,System.IFormatProvider):void",
|
|
2015
|
-
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Text.StringBuilder,System.IFormatProvider):void|static=false",
|
|
2016
|
-
"isStatic": false,
|
|
2017
|
-
"parameterCount": 4,
|
|
2018
|
-
"visibility": "Public",
|
|
2019
|
-
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
2020
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2021
|
-
}
|
|
2022
|
-
]
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BChunkEnumerator",
|
|
2026
|
-
"clrName": "System.Text.StringBuilder\u002BChunkEnumerator",
|
|
2027
|
-
"assemblyName": "System.Private.CoreLib",
|
|
2028
|
-
"metadataToken": 0,
|
|
2029
|
-
"kind": "Struct",
|
|
2030
|
-
"accessibility": "Public",
|
|
2031
|
-
"isAbstract": false,
|
|
2032
|
-
"isSealed": true,
|
|
2033
|
-
"isStatic": false,
|
|
2034
|
-
"arity": 0,
|
|
2035
|
-
"baseType": {
|
|
2036
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2037
|
-
"clrName": "System.ValueType"
|
|
2038
|
-
},
|
|
2039
|
-
"methods": [
|
|
2040
|
-
{
|
|
2041
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BChunkEnumerator::GetEnumerator():System.Text.StringBuilder\u002BChunkEnumerator",
|
|
2042
|
-
"clrName": "GetEnumerator",
|
|
2043
|
-
"metadataToken": 100681313,
|
|
2044
|
-
"canonicalSignature": "():System.Text.StringBuilder\u002BChunkEnumerator",
|
|
2045
|
-
"normalizedSignature": "GetEnumerator|():System.Text.StringBuilder\u002BChunkEnumerator|static=false",
|
|
2046
|
-
"emitScope": "ClassSurface",
|
|
2047
|
-
"provenance": "Original",
|
|
2048
|
-
"arity": 0,
|
|
2049
|
-
"parameterCount": 0,
|
|
2050
|
-
"isStatic": false,
|
|
2051
|
-
"isAbstract": false,
|
|
2052
|
-
"isVirtual": false,
|
|
2053
|
-
"isOverride": false,
|
|
2054
|
-
"isSealed": false,
|
|
2055
|
-
"visibility": "Public",
|
|
2056
|
-
"declaringClrType": "System.Text.StringBuilder\u002BChunkEnumerator",
|
|
2057
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2058
|
-
"isExtensionMethod": false
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BChunkEnumerator::MoveNext():System.Boolean",
|
|
2062
|
-
"clrName": "MoveNext",
|
|
2063
|
-
"metadataToken": 100681314,
|
|
2064
|
-
"canonicalSignature": "():System.Boolean",
|
|
2065
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
2066
|
-
"emitScope": "ClassSurface",
|
|
2067
|
-
"provenance": "Original",
|
|
2068
|
-
"arity": 0,
|
|
2069
|
-
"parameterCount": 0,
|
|
2070
|
-
"isStatic": false,
|
|
2071
|
-
"isAbstract": false,
|
|
2072
|
-
"isVirtual": false,
|
|
2073
|
-
"isOverride": false,
|
|
2074
|
-
"isSealed": false,
|
|
2075
|
-
"visibility": "Public",
|
|
2076
|
-
"declaringClrType": "System.Text.StringBuilder\u002BChunkEnumerator",
|
|
2077
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2078
|
-
"isExtensionMethod": false
|
|
2079
|
-
}
|
|
2080
|
-
],
|
|
2081
|
-
"properties": [
|
|
2082
|
-
{
|
|
2083
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BChunkEnumerator::Current:System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2084
|
-
"clrName": "Current",
|
|
2085
|
-
"metadataToken": 385879146,
|
|
2086
|
-
"canonicalSignature": ":System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
2087
|
-
"normalizedSignature": "Current|:System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
2088
|
-
"emitScope": "ClassSurface",
|
|
2089
|
-
"provenance": "Original",
|
|
2090
|
-
"isIndexer": false,
|
|
2091
|
-
"hasGetter": true,
|
|
2092
|
-
"hasSetter": false,
|
|
2093
|
-
"isStatic": false,
|
|
2094
|
-
"isAbstract": false,
|
|
2095
|
-
"isVirtual": false,
|
|
2096
|
-
"isOverride": false,
|
|
2097
|
-
"visibility": "Public",
|
|
2098
|
-
"declaringClrType": "System.Text.StringBuilder\u002BChunkEnumerator",
|
|
2099
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2100
|
-
}
|
|
2101
|
-
],
|
|
2102
|
-
"fields": [],
|
|
2103
|
-
"events": [],
|
|
2104
|
-
"constructors": []
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"stableId": "System.Private.CoreLib:System.Text.StringRuneEnumerator",
|
|
2108
|
-
"clrName": "System.Text.StringRuneEnumerator",
|
|
2109
|
-
"assemblyName": "System.Private.CoreLib",
|
|
2110
|
-
"metadataToken": 0,
|
|
2111
|
-
"kind": "Struct",
|
|
2112
|
-
"accessibility": "Public",
|
|
2113
|
-
"isAbstract": false,
|
|
2114
|
-
"isSealed": true,
|
|
2115
|
-
"isStatic": false,
|
|
2116
|
-
"arity": 0,
|
|
2117
|
-
"baseType": {
|
|
2118
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2119
|
-
"clrName": "System.ValueType"
|
|
2120
|
-
},
|
|
2121
|
-
"interfaces": [
|
|
2122
|
-
{
|
|
2123
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
2124
|
-
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
2125
|
-
"typeArguments": [
|
|
2126
|
-
"Rune"
|
|
2127
|
-
]
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2131
|
-
"clrName": "System.Collections.IEnumerable"
|
|
2132
|
-
},
|
|
2133
|
-
{
|
|
2134
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
2135
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
2136
|
-
"typeArguments": [
|
|
2137
|
-
"Rune"
|
|
2138
|
-
]
|
|
2139
|
-
},
|
|
2140
|
-
{
|
|
2141
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
2142
|
-
"clrName": "System.IDisposable"
|
|
2143
|
-
},
|
|
2144
|
-
{
|
|
2145
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
2146
|
-
"clrName": "System.Collections.IEnumerator"
|
|
2147
|
-
}
|
|
2148
|
-
],
|
|
2149
|
-
"methods": [
|
|
2150
|
-
{
|
|
2151
|
-
"stableId": "System.Private.CoreLib:System.Text.StringRuneEnumerator::GetEnumerator():System.Text.StringRuneEnumerator",
|
|
2152
|
-
"clrName": "GetEnumerator",
|
|
2153
|
-
"metadataToken": 100682019,
|
|
2154
|
-
"canonicalSignature": "():System.Text.StringRuneEnumerator",
|
|
2155
|
-
"normalizedSignature": "GetEnumerator|():System.Text.StringRuneEnumerator|static=false",
|
|
2156
|
-
"emitScope": "ClassSurface",
|
|
2157
|
-
"provenance": "Original",
|
|
2158
|
-
"arity": 0,
|
|
2159
|
-
"parameterCount": 0,
|
|
2160
|
-
"isStatic": false,
|
|
2161
|
-
"isAbstract": false,
|
|
2162
|
-
"isVirtual": false,
|
|
2163
|
-
"isOverride": false,
|
|
2164
|
-
"isSealed": false,
|
|
2165
|
-
"visibility": "Public",
|
|
2166
|
-
"declaringClrType": "System.Text.StringRuneEnumerator",
|
|
2167
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2168
|
-
"isExtensionMethod": false
|
|
2169
|
-
},
|
|
2170
|
-
{
|
|
2171
|
-
"stableId": "System.Private.CoreLib:System.Text.StringRuneEnumerator::MoveNext():System.Boolean",
|
|
2172
|
-
"clrName": "MoveNext",
|
|
2173
|
-
"metadataToken": 100682020,
|
|
2174
|
-
"canonicalSignature": "():System.Boolean",
|
|
2175
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
2176
|
-
"emitScope": "ClassSurface",
|
|
2177
|
-
"provenance": "Original",
|
|
2178
|
-
"arity": 0,
|
|
2179
|
-
"parameterCount": 0,
|
|
2180
|
-
"isStatic": false,
|
|
2181
|
-
"isAbstract": false,
|
|
2182
|
-
"isVirtual": true,
|
|
2183
|
-
"isOverride": false,
|
|
2184
|
-
"isSealed": true,
|
|
2185
|
-
"visibility": "Public",
|
|
2186
|
-
"declaringClrType": "System.Text.StringRuneEnumerator",
|
|
2187
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2188
|
-
"isExtensionMethod": false
|
|
2189
|
-
},
|
|
2190
|
-
{
|
|
2191
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
2192
|
-
"clrName": "GetEnumerator",
|
|
2193
|
-
"metadataToken": 100704560,
|
|
2194
|
-
"canonicalSignature": "():IEnumerator_1",
|
|
2195
|
-
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
2196
|
-
"emitScope": "ViewOnly",
|
|
2197
|
-
"provenance": "ExplicitView",
|
|
2198
|
-
"arity": 0,
|
|
2199
|
-
"parameterCount": 0,
|
|
2200
|
-
"isStatic": false,
|
|
2201
|
-
"isAbstract": false,
|
|
2202
|
-
"isVirtual": true,
|
|
2203
|
-
"isOverride": false,
|
|
2204
|
-
"isSealed": false,
|
|
2205
|
-
"visibility": "Public",
|
|
2206
|
-
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
2207
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2208
|
-
"isExtensionMethod": false,
|
|
2209
|
-
"sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
|
|
2210
|
-
},
|
|
2211
|
-
{
|
|
2212
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
2213
|
-
"clrName": "GetEnumerator",
|
|
2214
|
-
"metadataToken": 100703845,
|
|
2215
|
-
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
2216
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
2217
|
-
"emitScope": "ViewOnly",
|
|
2218
|
-
"provenance": "ExplicitView",
|
|
2219
|
-
"arity": 0,
|
|
2220
|
-
"parameterCount": 0,
|
|
2221
|
-
"isStatic": false,
|
|
2222
|
-
"isAbstract": false,
|
|
2223
|
-
"isVirtual": true,
|
|
2224
|
-
"isOverride": false,
|
|
2225
|
-
"isSealed": false,
|
|
2226
|
-
"visibility": "Public",
|
|
2227
|
-
"declaringClrType": "System.Collections.IEnumerable",
|
|
2228
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2229
|
-
"isExtensionMethod": false,
|
|
2230
|
-
"sourceInterface": "System.Collections.IEnumerable"
|
|
2231
|
-
},
|
|
2232
|
-
{
|
|
2233
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
2234
|
-
"clrName": "Dispose",
|
|
2235
|
-
"metadataToken": 100668530,
|
|
2236
|
-
"canonicalSignature": "():System.Void",
|
|
2237
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
2238
|
-
"emitScope": "ViewOnly",
|
|
2239
|
-
"provenance": "ExplicitView",
|
|
2240
|
-
"arity": 0,
|
|
2241
|
-
"parameterCount": 0,
|
|
2242
|
-
"isStatic": false,
|
|
2243
|
-
"isAbstract": false,
|
|
2244
|
-
"isVirtual": true,
|
|
2245
|
-
"isOverride": false,
|
|
2246
|
-
"isSealed": false,
|
|
2247
|
-
"visibility": "Public",
|
|
2248
|
-
"declaringClrType": "System.IDisposable",
|
|
2249
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2250
|
-
"isExtensionMethod": false,
|
|
2251
|
-
"sourceInterface": "System.IDisposable"
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
2255
|
-
"clrName": "MoveNext",
|
|
2256
|
-
"metadataToken": 100703846,
|
|
2257
|
-
"canonicalSignature": "():System.Boolean",
|
|
2258
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
2259
|
-
"emitScope": "ViewOnly",
|
|
2260
|
-
"provenance": "ExplicitView",
|
|
2261
|
-
"arity": 0,
|
|
2262
|
-
"parameterCount": 0,
|
|
2263
|
-
"isStatic": false,
|
|
2264
|
-
"isAbstract": false,
|
|
2265
|
-
"isVirtual": true,
|
|
2266
|
-
"isOverride": false,
|
|
2267
|
-
"isSealed": false,
|
|
2268
|
-
"visibility": "Public",
|
|
2269
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
2270
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2271
|
-
"isExtensionMethod": false,
|
|
2272
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
2276
|
-
"clrName": "Reset",
|
|
2277
|
-
"metadataToken": 100703848,
|
|
2278
|
-
"canonicalSignature": "():System.Void",
|
|
2279
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
2280
|
-
"emitScope": "ClassSurface",
|
|
2281
|
-
"provenance": "ExplicitView",
|
|
2282
|
-
"arity": 0,
|
|
2283
|
-
"parameterCount": 0,
|
|
2284
|
-
"isStatic": false,
|
|
2285
|
-
"isAbstract": false,
|
|
2286
|
-
"isVirtual": true,
|
|
2287
|
-
"isOverride": false,
|
|
2288
|
-
"isSealed": false,
|
|
2289
|
-
"visibility": "Public",
|
|
2290
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
2291
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2292
|
-
"isExtensionMethod": false
|
|
2293
|
-
}
|
|
2294
|
-
],
|
|
2295
|
-
"properties": [
|
|
2296
|
-
{
|
|
2297
|
-
"stableId": "System.Private.CoreLib:System.Text.StringRuneEnumerator::Current:System.Text.Rune",
|
|
2298
|
-
"clrName": "Current",
|
|
2299
|
-
"metadataToken": 385879261,
|
|
2300
|
-
"canonicalSignature": ":System.Text.Rune",
|
|
2301
|
-
"normalizedSignature": "Current|:System.Text.Rune|static=false|accessor=get",
|
|
2302
|
-
"emitScope": "ClassSurface",
|
|
2303
|
-
"provenance": "Original",
|
|
2304
|
-
"isIndexer": false,
|
|
2305
|
-
"hasGetter": true,
|
|
2306
|
-
"hasSetter": false,
|
|
2307
|
-
"isStatic": false,
|
|
2308
|
-
"isAbstract": false,
|
|
2309
|
-
"isVirtual": true,
|
|
2310
|
-
"isOverride": false,
|
|
2311
|
-
"visibility": "Public",
|
|
2312
|
-
"declaringClrType": "System.Text.StringRuneEnumerator",
|
|
2313
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
2317
|
-
"clrName": "Current",
|
|
2318
|
-
"metadataToken": 385881426,
|
|
2319
|
-
"canonicalSignature": ":T",
|
|
2320
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
2321
|
-
"emitScope": "ViewOnly",
|
|
2322
|
-
"provenance": "ExplicitView",
|
|
2323
|
-
"isIndexer": false,
|
|
2324
|
-
"hasGetter": true,
|
|
2325
|
-
"hasSetter": false,
|
|
2326
|
-
"isStatic": false,
|
|
2327
|
-
"isAbstract": false,
|
|
2328
|
-
"isVirtual": true,
|
|
2329
|
-
"isOverride": false,
|
|
2330
|
-
"visibility": "Public",
|
|
2331
|
-
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
2332
|
-
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
2333
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2334
|
-
},
|
|
2335
|
-
{
|
|
2336
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
2337
|
-
"clrName": "Current",
|
|
2338
|
-
"metadataToken": 385881267,
|
|
2339
|
-
"canonicalSignature": ":System.Object",
|
|
2340
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
2341
|
-
"emitScope": "ViewOnly",
|
|
2342
|
-
"provenance": "ExplicitView",
|
|
2343
|
-
"isIndexer": false,
|
|
2344
|
-
"hasGetter": true,
|
|
2345
|
-
"hasSetter": false,
|
|
2346
|
-
"isStatic": false,
|
|
2347
|
-
"isAbstract": false,
|
|
2348
|
-
"isVirtual": true,
|
|
2021
|
+
"isVirtual": true,
|
|
2349
2022
|
"isOverride": false,
|
|
2350
2023
|
"visibility": "Public",
|
|
2351
2024
|
"sourceInterface": "System.Collections.IEnumerator",
|
|
@@ -6964,59 +6637,268 @@
|
|
|
6964
6637
|
"provenance": "Original",
|
|
6965
6638
|
"isIndexer": false,
|
|
6966
6639
|
"hasGetter": true,
|
|
6967
|
-
"hasSetter": false,
|
|
6640
|
+
"hasSetter": false,
|
|
6641
|
+
"isStatic": false,
|
|
6642
|
+
"isAbstract": false,
|
|
6643
|
+
"isVirtual": true,
|
|
6644
|
+
"isOverride": false,
|
|
6645
|
+
"visibility": "Public",
|
|
6646
|
+
"declaringClrType": "System.Text.Encoding",
|
|
6647
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6648
|
+
},
|
|
6649
|
+
{
|
|
6650
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::HeaderName:System.String",
|
|
6651
|
+
"clrName": "HeaderName",
|
|
6652
|
+
"metadataToken": 385879209,
|
|
6653
|
+
"canonicalSignature": ":System.String",
|
|
6654
|
+
"normalizedSignature": "HeaderName|:System.String|static=false|accessor=get",
|
|
6655
|
+
"emitScope": "ClassSurface",
|
|
6656
|
+
"provenance": "Original",
|
|
6657
|
+
"isIndexer": false,
|
|
6658
|
+
"hasGetter": true,
|
|
6659
|
+
"hasSetter": false,
|
|
6660
|
+
"isStatic": false,
|
|
6661
|
+
"isAbstract": false,
|
|
6662
|
+
"isVirtual": true,
|
|
6663
|
+
"isOverride": false,
|
|
6664
|
+
"visibility": "Public",
|
|
6665
|
+
"declaringClrType": "System.Text.Encoding",
|
|
6666
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6667
|
+
},
|
|
6668
|
+
{
|
|
6669
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::WebName:System.String",
|
|
6670
|
+
"clrName": "WebName",
|
|
6671
|
+
"metadataToken": 385879210,
|
|
6672
|
+
"canonicalSignature": ":System.String",
|
|
6673
|
+
"normalizedSignature": "WebName|:System.String|static=false|accessor=get",
|
|
6674
|
+
"emitScope": "ClassSurface",
|
|
6675
|
+
"provenance": "Original",
|
|
6676
|
+
"isIndexer": false,
|
|
6677
|
+
"hasGetter": true,
|
|
6678
|
+
"hasSetter": false,
|
|
6679
|
+
"isStatic": false,
|
|
6680
|
+
"isAbstract": false,
|
|
6681
|
+
"isVirtual": true,
|
|
6682
|
+
"isOverride": false,
|
|
6683
|
+
"visibility": "Public",
|
|
6684
|
+
"declaringClrType": "System.Text.Encoding",
|
|
6685
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6686
|
+
},
|
|
6687
|
+
{
|
|
6688
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::WindowsCodePage:System.Int32",
|
|
6689
|
+
"clrName": "WindowsCodePage",
|
|
6690
|
+
"metadataToken": 385879211,
|
|
6691
|
+
"canonicalSignature": ":System.Int32",
|
|
6692
|
+
"normalizedSignature": "WindowsCodePage|:System.Int32|static=false|accessor=get",
|
|
6693
|
+
"emitScope": "ClassSurface",
|
|
6694
|
+
"provenance": "Original",
|
|
6695
|
+
"isIndexer": false,
|
|
6696
|
+
"hasGetter": true,
|
|
6697
|
+
"hasSetter": false,
|
|
6698
|
+
"isStatic": false,
|
|
6699
|
+
"isAbstract": false,
|
|
6700
|
+
"isVirtual": true,
|
|
6701
|
+
"isOverride": false,
|
|
6702
|
+
"visibility": "Public",
|
|
6703
|
+
"declaringClrType": "System.Text.Encoding",
|
|
6704
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6705
|
+
},
|
|
6706
|
+
{
|
|
6707
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::IsBrowserDisplay:System.Boolean",
|
|
6708
|
+
"clrName": "IsBrowserDisplay",
|
|
6709
|
+
"metadataToken": 385879212,
|
|
6710
|
+
"canonicalSignature": ":System.Boolean",
|
|
6711
|
+
"normalizedSignature": "IsBrowserDisplay|:System.Boolean|static=false|accessor=get",
|
|
6712
|
+
"emitScope": "ClassSurface",
|
|
6713
|
+
"provenance": "Original",
|
|
6714
|
+
"isIndexer": false,
|
|
6715
|
+
"hasGetter": true,
|
|
6716
|
+
"hasSetter": false,
|
|
6717
|
+
"isStatic": false,
|
|
6718
|
+
"isAbstract": false,
|
|
6719
|
+
"isVirtual": true,
|
|
6720
|
+
"isOverride": false,
|
|
6721
|
+
"visibility": "Public",
|
|
6722
|
+
"declaringClrType": "System.Text.Encoding",
|
|
6723
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6724
|
+
},
|
|
6725
|
+
{
|
|
6726
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::IsBrowserSave:System.Boolean",
|
|
6727
|
+
"clrName": "IsBrowserSave",
|
|
6728
|
+
"metadataToken": 385879213,
|
|
6729
|
+
"canonicalSignature": ":System.Boolean",
|
|
6730
|
+
"normalizedSignature": "IsBrowserSave|:System.Boolean|static=false|accessor=get",
|
|
6731
|
+
"emitScope": "ClassSurface",
|
|
6732
|
+
"provenance": "Original",
|
|
6733
|
+
"isIndexer": false,
|
|
6734
|
+
"hasGetter": true,
|
|
6735
|
+
"hasSetter": false,
|
|
6736
|
+
"isStatic": false,
|
|
6737
|
+
"isAbstract": false,
|
|
6738
|
+
"isVirtual": true,
|
|
6739
|
+
"isOverride": false,
|
|
6740
|
+
"visibility": "Public",
|
|
6741
|
+
"declaringClrType": "System.Text.Encoding",
|
|
6742
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6743
|
+
},
|
|
6744
|
+
{
|
|
6745
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::IsMailNewsDisplay:System.Boolean",
|
|
6746
|
+
"clrName": "IsMailNewsDisplay",
|
|
6747
|
+
"metadataToken": 385879214,
|
|
6748
|
+
"canonicalSignature": ":System.Boolean",
|
|
6749
|
+
"normalizedSignature": "IsMailNewsDisplay|:System.Boolean|static=false|accessor=get",
|
|
6750
|
+
"emitScope": "ClassSurface",
|
|
6751
|
+
"provenance": "Original",
|
|
6752
|
+
"isIndexer": false,
|
|
6753
|
+
"hasGetter": true,
|
|
6754
|
+
"hasSetter": false,
|
|
6755
|
+
"isStatic": false,
|
|
6756
|
+
"isAbstract": false,
|
|
6757
|
+
"isVirtual": true,
|
|
6758
|
+
"isOverride": false,
|
|
6759
|
+
"visibility": "Public",
|
|
6760
|
+
"declaringClrType": "System.Text.Encoding",
|
|
6761
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6762
|
+
},
|
|
6763
|
+
{
|
|
6764
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::IsMailNewsSave:System.Boolean",
|
|
6765
|
+
"clrName": "IsMailNewsSave",
|
|
6766
|
+
"metadataToken": 385879215,
|
|
6767
|
+
"canonicalSignature": ":System.Boolean",
|
|
6768
|
+
"normalizedSignature": "IsMailNewsSave|:System.Boolean|static=false|accessor=get",
|
|
6769
|
+
"emitScope": "ClassSurface",
|
|
6770
|
+
"provenance": "Original",
|
|
6771
|
+
"isIndexer": false,
|
|
6772
|
+
"hasGetter": true,
|
|
6773
|
+
"hasSetter": false,
|
|
6774
|
+
"isStatic": false,
|
|
6775
|
+
"isAbstract": false,
|
|
6776
|
+
"isVirtual": true,
|
|
6777
|
+
"isOverride": false,
|
|
6778
|
+
"visibility": "Public",
|
|
6779
|
+
"declaringClrType": "System.Text.Encoding",
|
|
6780
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6781
|
+
},
|
|
6782
|
+
{
|
|
6783
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::IsSingleByte:System.Boolean",
|
|
6784
|
+
"clrName": "IsSingleByte",
|
|
6785
|
+
"metadataToken": 385879216,
|
|
6786
|
+
"canonicalSignature": ":System.Boolean",
|
|
6787
|
+
"normalizedSignature": "IsSingleByte|:System.Boolean|static=false|accessor=get",
|
|
6788
|
+
"emitScope": "ClassSurface",
|
|
6789
|
+
"provenance": "Original",
|
|
6790
|
+
"isIndexer": false,
|
|
6791
|
+
"hasGetter": true,
|
|
6792
|
+
"hasSetter": false,
|
|
6793
|
+
"isStatic": false,
|
|
6794
|
+
"isAbstract": false,
|
|
6795
|
+
"isVirtual": true,
|
|
6796
|
+
"isOverride": false,
|
|
6797
|
+
"visibility": "Public",
|
|
6798
|
+
"declaringClrType": "System.Text.Encoding",
|
|
6799
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6800
|
+
},
|
|
6801
|
+
{
|
|
6802
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::EncoderFallback:System.Text.EncoderFallback",
|
|
6803
|
+
"clrName": "EncoderFallback",
|
|
6804
|
+
"metadataToken": 385879217,
|
|
6805
|
+
"canonicalSignature": ":System.Text.EncoderFallback",
|
|
6806
|
+
"normalizedSignature": "EncoderFallback|:System.Text.EncoderFallback|static=false|accessor=getset",
|
|
6807
|
+
"emitScope": "ClassSurface",
|
|
6808
|
+
"provenance": "Original",
|
|
6809
|
+
"isIndexer": false,
|
|
6810
|
+
"hasGetter": true,
|
|
6811
|
+
"hasSetter": true,
|
|
6812
|
+
"isStatic": false,
|
|
6813
|
+
"isAbstract": false,
|
|
6814
|
+
"isVirtual": false,
|
|
6815
|
+
"isOverride": false,
|
|
6816
|
+
"visibility": "Public",
|
|
6817
|
+
"declaringClrType": "System.Text.Encoding",
|
|
6818
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6819
|
+
},
|
|
6820
|
+
{
|
|
6821
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::DecoderFallback:System.Text.DecoderFallback",
|
|
6822
|
+
"clrName": "DecoderFallback",
|
|
6823
|
+
"metadataToken": 385879218,
|
|
6824
|
+
"canonicalSignature": ":System.Text.DecoderFallback",
|
|
6825
|
+
"normalizedSignature": "DecoderFallback|:System.Text.DecoderFallback|static=false|accessor=getset",
|
|
6826
|
+
"emitScope": "ClassSurface",
|
|
6827
|
+
"provenance": "Original",
|
|
6828
|
+
"isIndexer": false,
|
|
6829
|
+
"hasGetter": true,
|
|
6830
|
+
"hasSetter": true,
|
|
6831
|
+
"isStatic": false,
|
|
6832
|
+
"isAbstract": false,
|
|
6833
|
+
"isVirtual": false,
|
|
6834
|
+
"isOverride": false,
|
|
6835
|
+
"visibility": "Public",
|
|
6836
|
+
"declaringClrType": "System.Text.Encoding",
|
|
6837
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::IsReadOnly:System.Boolean",
|
|
6841
|
+
"clrName": "IsReadOnly",
|
|
6842
|
+
"metadataToken": 385879219,
|
|
6843
|
+
"canonicalSignature": ":System.Boolean",
|
|
6844
|
+
"normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=getset",
|
|
6845
|
+
"emitScope": "ClassSurface",
|
|
6846
|
+
"provenance": "Original",
|
|
6847
|
+
"isIndexer": false,
|
|
6848
|
+
"hasGetter": true,
|
|
6849
|
+
"hasSetter": true,
|
|
6968
6850
|
"isStatic": false,
|
|
6969
6851
|
"isAbstract": false,
|
|
6970
|
-
"isVirtual":
|
|
6852
|
+
"isVirtual": false,
|
|
6971
6853
|
"isOverride": false,
|
|
6972
6854
|
"visibility": "Public",
|
|
6973
6855
|
"declaringClrType": "System.Text.Encoding",
|
|
6974
6856
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6975
6857
|
},
|
|
6976
6858
|
{
|
|
6977
|
-
"stableId": "System.Private.CoreLib:System.Text.Encoding::
|
|
6978
|
-
"clrName": "
|
|
6979
|
-
"metadataToken":
|
|
6980
|
-
"canonicalSignature": ":System.
|
|
6981
|
-
"normalizedSignature": "
|
|
6859
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::ASCII:System.Text.Encoding",
|
|
6860
|
+
"clrName": "ASCII",
|
|
6861
|
+
"metadataToken": 385879220,
|
|
6862
|
+
"canonicalSignature": ":System.Text.Encoding",
|
|
6863
|
+
"normalizedSignature": "ASCII|:System.Text.Encoding|static=true|accessor=get",
|
|
6982
6864
|
"emitScope": "ClassSurface",
|
|
6983
6865
|
"provenance": "Original",
|
|
6984
6866
|
"isIndexer": false,
|
|
6985
6867
|
"hasGetter": true,
|
|
6986
6868
|
"hasSetter": false,
|
|
6987
|
-
"isStatic":
|
|
6869
|
+
"isStatic": true,
|
|
6988
6870
|
"isAbstract": false,
|
|
6989
|
-
"isVirtual":
|
|
6871
|
+
"isVirtual": false,
|
|
6990
6872
|
"isOverride": false,
|
|
6991
6873
|
"visibility": "Public",
|
|
6992
6874
|
"declaringClrType": "System.Text.Encoding",
|
|
6993
6875
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6994
6876
|
},
|
|
6995
6877
|
{
|
|
6996
|
-
"stableId": "System.Private.CoreLib:System.Text.Encoding::
|
|
6997
|
-
"clrName": "
|
|
6998
|
-
"metadataToken":
|
|
6999
|
-
"canonicalSignature": ":System.
|
|
7000
|
-
"normalizedSignature": "
|
|
6878
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::Latin1:System.Text.Encoding",
|
|
6879
|
+
"clrName": "Latin1",
|
|
6880
|
+
"metadataToken": 385879221,
|
|
6881
|
+
"canonicalSignature": ":System.Text.Encoding",
|
|
6882
|
+
"normalizedSignature": "Latin1|:System.Text.Encoding|static=true|accessor=get",
|
|
7001
6883
|
"emitScope": "ClassSurface",
|
|
7002
6884
|
"provenance": "Original",
|
|
7003
6885
|
"isIndexer": false,
|
|
7004
6886
|
"hasGetter": true,
|
|
7005
6887
|
"hasSetter": false,
|
|
7006
|
-
"isStatic":
|
|
6888
|
+
"isStatic": true,
|
|
7007
6889
|
"isAbstract": false,
|
|
7008
|
-
"isVirtual":
|
|
6890
|
+
"isVirtual": false,
|
|
7009
6891
|
"isOverride": false,
|
|
7010
6892
|
"visibility": "Public",
|
|
7011
6893
|
"declaringClrType": "System.Text.Encoding",
|
|
7012
6894
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7013
6895
|
},
|
|
7014
6896
|
{
|
|
7015
|
-
"stableId": "System.Private.CoreLib:System.Text.Encoding::
|
|
7016
|
-
"clrName": "
|
|
7017
|
-
"metadataToken":
|
|
6897
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::CodePage:System.Int32",
|
|
6898
|
+
"clrName": "CodePage",
|
|
6899
|
+
"metadataToken": 385879222,
|
|
7018
6900
|
"canonicalSignature": ":System.Int32",
|
|
7019
|
-
"normalizedSignature": "
|
|
6901
|
+
"normalizedSignature": "CodePage|:System.Int32|static=false|accessor=get",
|
|
7020
6902
|
"emitScope": "ClassSurface",
|
|
7021
6903
|
"provenance": "Original",
|
|
7022
6904
|
"isIndexer": false,
|
|
@@ -7031,201 +6913,261 @@
|
|
|
7031
6913
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7032
6914
|
},
|
|
7033
6915
|
{
|
|
7034
|
-
"stableId": "System.Private.CoreLib:System.Text.Encoding::
|
|
7035
|
-
"clrName": "
|
|
7036
|
-
"metadataToken":
|
|
7037
|
-
"canonicalSignature": ":System.
|
|
7038
|
-
"normalizedSignature": "
|
|
6916
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::Unicode:System.Text.Encoding",
|
|
6917
|
+
"clrName": "Unicode",
|
|
6918
|
+
"metadataToken": 385879224,
|
|
6919
|
+
"canonicalSignature": ":System.Text.Encoding",
|
|
6920
|
+
"normalizedSignature": "Unicode|:System.Text.Encoding|static=true|accessor=get",
|
|
7039
6921
|
"emitScope": "ClassSurface",
|
|
7040
6922
|
"provenance": "Original",
|
|
7041
6923
|
"isIndexer": false,
|
|
7042
6924
|
"hasGetter": true,
|
|
7043
6925
|
"hasSetter": false,
|
|
7044
|
-
"isStatic":
|
|
6926
|
+
"isStatic": true,
|
|
7045
6927
|
"isAbstract": false,
|
|
7046
|
-
"isVirtual":
|
|
6928
|
+
"isVirtual": false,
|
|
7047
6929
|
"isOverride": false,
|
|
7048
6930
|
"visibility": "Public",
|
|
7049
6931
|
"declaringClrType": "System.Text.Encoding",
|
|
7050
6932
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7051
6933
|
},
|
|
7052
6934
|
{
|
|
7053
|
-
"stableId": "System.Private.CoreLib:System.Text.Encoding::
|
|
7054
|
-
"clrName": "
|
|
7055
|
-
"metadataToken":
|
|
7056
|
-
"canonicalSignature": ":System.
|
|
7057
|
-
"normalizedSignature": "
|
|
6935
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::BigEndianUnicode:System.Text.Encoding",
|
|
6936
|
+
"clrName": "BigEndianUnicode",
|
|
6937
|
+
"metadataToken": 385879225,
|
|
6938
|
+
"canonicalSignature": ":System.Text.Encoding",
|
|
6939
|
+
"normalizedSignature": "BigEndianUnicode|:System.Text.Encoding|static=true|accessor=get",
|
|
7058
6940
|
"emitScope": "ClassSurface",
|
|
7059
6941
|
"provenance": "Original",
|
|
7060
6942
|
"isIndexer": false,
|
|
7061
6943
|
"hasGetter": true,
|
|
7062
6944
|
"hasSetter": false,
|
|
7063
|
-
"isStatic":
|
|
6945
|
+
"isStatic": true,
|
|
7064
6946
|
"isAbstract": false,
|
|
7065
|
-
"isVirtual":
|
|
6947
|
+
"isVirtual": false,
|
|
7066
6948
|
"isOverride": false,
|
|
7067
6949
|
"visibility": "Public",
|
|
7068
6950
|
"declaringClrType": "System.Text.Encoding",
|
|
7069
6951
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7070
6952
|
},
|
|
7071
6953
|
{
|
|
7072
|
-
"stableId": "System.Private.CoreLib:System.Text.Encoding::
|
|
7073
|
-
"clrName": "
|
|
7074
|
-
"metadataToken":
|
|
7075
|
-
"canonicalSignature": ":System.
|
|
7076
|
-
"normalizedSignature": "
|
|
6954
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::UTF7:System.Text.Encoding",
|
|
6955
|
+
"clrName": "UTF7",
|
|
6956
|
+
"metadataToken": 385879226,
|
|
6957
|
+
"canonicalSignature": ":System.Text.Encoding",
|
|
6958
|
+
"normalizedSignature": "UTF7|:System.Text.Encoding|static=true|accessor=get",
|
|
7077
6959
|
"emitScope": "ClassSurface",
|
|
7078
6960
|
"provenance": "Original",
|
|
7079
6961
|
"isIndexer": false,
|
|
7080
6962
|
"hasGetter": true,
|
|
7081
6963
|
"hasSetter": false,
|
|
7082
|
-
"isStatic":
|
|
6964
|
+
"isStatic": true,
|
|
7083
6965
|
"isAbstract": false,
|
|
7084
|
-
"isVirtual":
|
|
6966
|
+
"isVirtual": false,
|
|
7085
6967
|
"isOverride": false,
|
|
7086
6968
|
"visibility": "Public",
|
|
7087
6969
|
"declaringClrType": "System.Text.Encoding",
|
|
7088
6970
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7089
6971
|
},
|
|
7090
6972
|
{
|
|
7091
|
-
"stableId": "System.Private.CoreLib:System.Text.Encoding::
|
|
7092
|
-
"clrName": "
|
|
7093
|
-
"metadataToken":
|
|
7094
|
-
"canonicalSignature": ":System.
|
|
7095
|
-
"normalizedSignature": "
|
|
6973
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::UTF8:System.Text.Encoding",
|
|
6974
|
+
"clrName": "UTF8",
|
|
6975
|
+
"metadataToken": 385879227,
|
|
6976
|
+
"canonicalSignature": ":System.Text.Encoding",
|
|
6977
|
+
"normalizedSignature": "UTF8|:System.Text.Encoding|static=true|accessor=get",
|
|
7096
6978
|
"emitScope": "ClassSurface",
|
|
7097
6979
|
"provenance": "Original",
|
|
7098
6980
|
"isIndexer": false,
|
|
7099
6981
|
"hasGetter": true,
|
|
7100
6982
|
"hasSetter": false,
|
|
7101
|
-
"isStatic":
|
|
6983
|
+
"isStatic": true,
|
|
7102
6984
|
"isAbstract": false,
|
|
7103
|
-
"isVirtual":
|
|
6985
|
+
"isVirtual": false,
|
|
7104
6986
|
"isOverride": false,
|
|
7105
6987
|
"visibility": "Public",
|
|
7106
6988
|
"declaringClrType": "System.Text.Encoding",
|
|
7107
6989
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7108
6990
|
},
|
|
7109
6991
|
{
|
|
7110
|
-
"stableId": "System.Private.CoreLib:System.Text.Encoding::
|
|
7111
|
-
"clrName": "
|
|
7112
|
-
"metadataToken":
|
|
7113
|
-
"canonicalSignature": ":System.
|
|
7114
|
-
"normalizedSignature": "
|
|
6992
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::UTF32:System.Text.Encoding",
|
|
6993
|
+
"clrName": "UTF32",
|
|
6994
|
+
"metadataToken": 385879228,
|
|
6995
|
+
"canonicalSignature": ":System.Text.Encoding",
|
|
6996
|
+
"normalizedSignature": "UTF32|:System.Text.Encoding|static=true|accessor=get",
|
|
7115
6997
|
"emitScope": "ClassSurface",
|
|
7116
6998
|
"provenance": "Original",
|
|
7117
6999
|
"isIndexer": false,
|
|
7118
7000
|
"hasGetter": true,
|
|
7119
7001
|
"hasSetter": false,
|
|
7120
|
-
"isStatic":
|
|
7002
|
+
"isStatic": true,
|
|
7121
7003
|
"isAbstract": false,
|
|
7122
|
-
"isVirtual":
|
|
7004
|
+
"isVirtual": false,
|
|
7123
7005
|
"isOverride": false,
|
|
7124
7006
|
"visibility": "Public",
|
|
7125
7007
|
"declaringClrType": "System.Text.Encoding",
|
|
7126
7008
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7009
|
+
}
|
|
7010
|
+
],
|
|
7011
|
+
"fields": [],
|
|
7012
|
+
"events": [],
|
|
7013
|
+
"constructors": [
|
|
7014
|
+
{
|
|
7015
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::.ctor():void",
|
|
7016
|
+
"metadataToken": 100681689,
|
|
7017
|
+
"canonicalSignature": "():void",
|
|
7018
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
7019
|
+
"isStatic": false,
|
|
7020
|
+
"parameterCount": 0,
|
|
7021
|
+
"visibility": "Protected",
|
|
7022
|
+
"declaringClrType": "System.Text.Encoding",
|
|
7023
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7127
7024
|
},
|
|
7128
7025
|
{
|
|
7129
|
-
"stableId": "System.Private.CoreLib:System.Text.Encoding
|
|
7130
|
-
"
|
|
7131
|
-
"
|
|
7132
|
-
"
|
|
7133
|
-
"
|
|
7026
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::.ctor(System.Int32):void",
|
|
7027
|
+
"metadataToken": 100681690,
|
|
7028
|
+
"canonicalSignature": "(System.Int32):void",
|
|
7029
|
+
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
7030
|
+
"isStatic": false,
|
|
7031
|
+
"parameterCount": 1,
|
|
7032
|
+
"visibility": "Protected",
|
|
7033
|
+
"declaringClrType": "System.Text.Encoding",
|
|
7034
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7035
|
+
},
|
|
7036
|
+
{
|
|
7037
|
+
"stableId": "System.Private.CoreLib:System.Text.Encoding::.ctor(System.Int32,System.Text.EncoderFallback,System.Text.DecoderFallback):void",
|
|
7038
|
+
"metadataToken": 100681691,
|
|
7039
|
+
"canonicalSignature": "(System.Int32,System.Text.EncoderFallback,System.Text.DecoderFallback):void",
|
|
7040
|
+
"normalizedSignature": "constructor|(System.Int32,System.Text.EncoderFallback,System.Text.DecoderFallback):void|static=false",
|
|
7041
|
+
"isStatic": false,
|
|
7042
|
+
"parameterCount": 3,
|
|
7043
|
+
"visibility": "Protected",
|
|
7044
|
+
"declaringClrType": "System.Text.Encoding",
|
|
7045
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7046
|
+
}
|
|
7047
|
+
]
|
|
7048
|
+
},
|
|
7049
|
+
{
|
|
7050
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingInfo",
|
|
7051
|
+
"clrName": "System.Text.EncodingInfo",
|
|
7052
|
+
"assemblyName": "System.Private.CoreLib",
|
|
7053
|
+
"metadataToken": 0,
|
|
7054
|
+
"kind": "Class",
|
|
7055
|
+
"accessibility": "Public",
|
|
7056
|
+
"isAbstract": false,
|
|
7057
|
+
"isSealed": true,
|
|
7058
|
+
"isStatic": false,
|
|
7059
|
+
"arity": 0,
|
|
7060
|
+
"baseType": {
|
|
7061
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
7062
|
+
"clrName": "System.Object"
|
|
7063
|
+
},
|
|
7064
|
+
"methods": [
|
|
7065
|
+
{
|
|
7066
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingInfo::GetEncoding():System.Text.Encoding",
|
|
7067
|
+
"clrName": "GetEncoding",
|
|
7068
|
+
"metadataToken": 100681850,
|
|
7069
|
+
"canonicalSignature": "():System.Text.Encoding",
|
|
7070
|
+
"normalizedSignature": "GetEncoding|():System.Text.Encoding|static=false",
|
|
7134
7071
|
"emitScope": "ClassSurface",
|
|
7135
7072
|
"provenance": "Original",
|
|
7136
|
-
"
|
|
7137
|
-
"
|
|
7138
|
-
"hasSetter": true,
|
|
7073
|
+
"arity": 0,
|
|
7074
|
+
"parameterCount": 0,
|
|
7139
7075
|
"isStatic": false,
|
|
7140
7076
|
"isAbstract": false,
|
|
7141
7077
|
"isVirtual": false,
|
|
7142
7078
|
"isOverride": false,
|
|
7079
|
+
"isSealed": false,
|
|
7143
7080
|
"visibility": "Public",
|
|
7144
|
-
"declaringClrType": "System.Text.
|
|
7145
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7081
|
+
"declaringClrType": "System.Text.EncodingInfo",
|
|
7082
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7083
|
+
"isExtensionMethod": false
|
|
7146
7084
|
},
|
|
7147
7085
|
{
|
|
7148
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7149
|
-
"clrName": "
|
|
7150
|
-
"metadataToken":
|
|
7151
|
-
"canonicalSignature": ":System.
|
|
7152
|
-
"normalizedSignature": "
|
|
7086
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingInfo::Equals(System.Object):System.Boolean",
|
|
7087
|
+
"clrName": "Equals",
|
|
7088
|
+
"metadataToken": 100681851,
|
|
7089
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
7090
|
+
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
7153
7091
|
"emitScope": "ClassSurface",
|
|
7154
7092
|
"provenance": "Original",
|
|
7155
|
-
"
|
|
7156
|
-
"
|
|
7157
|
-
"hasSetter": true,
|
|
7093
|
+
"arity": 0,
|
|
7094
|
+
"parameterCount": 1,
|
|
7158
7095
|
"isStatic": false,
|
|
7159
7096
|
"isAbstract": false,
|
|
7160
|
-
"isVirtual":
|
|
7161
|
-
"isOverride":
|
|
7097
|
+
"isVirtual": true,
|
|
7098
|
+
"isOverride": true,
|
|
7099
|
+
"isSealed": false,
|
|
7162
7100
|
"visibility": "Public",
|
|
7163
|
-
"declaringClrType": "System.Text.
|
|
7164
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7101
|
+
"declaringClrType": "System.Text.EncodingInfo",
|
|
7102
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7103
|
+
"isExtensionMethod": false
|
|
7165
7104
|
},
|
|
7166
7105
|
{
|
|
7167
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7168
|
-
"clrName": "
|
|
7169
|
-
"metadataToken":
|
|
7170
|
-
"canonicalSignature": ":System.
|
|
7171
|
-
"normalizedSignature": "
|
|
7106
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingInfo::GetHashCode():System.Int32",
|
|
7107
|
+
"clrName": "GetHashCode",
|
|
7108
|
+
"metadataToken": 100681852,
|
|
7109
|
+
"canonicalSignature": "():System.Int32",
|
|
7110
|
+
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
7172
7111
|
"emitScope": "ClassSurface",
|
|
7173
7112
|
"provenance": "Original",
|
|
7174
|
-
"
|
|
7175
|
-
"
|
|
7176
|
-
"hasSetter": true,
|
|
7113
|
+
"arity": 0,
|
|
7114
|
+
"parameterCount": 0,
|
|
7177
7115
|
"isStatic": false,
|
|
7178
7116
|
"isAbstract": false,
|
|
7179
|
-
"isVirtual":
|
|
7180
|
-
"isOverride":
|
|
7117
|
+
"isVirtual": true,
|
|
7118
|
+
"isOverride": true,
|
|
7119
|
+
"isSealed": false,
|
|
7181
7120
|
"visibility": "Public",
|
|
7182
|
-
"declaringClrType": "System.Text.
|
|
7183
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7184
|
-
|
|
7121
|
+
"declaringClrType": "System.Text.EncodingInfo",
|
|
7122
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7123
|
+
"isExtensionMethod": false
|
|
7124
|
+
}
|
|
7125
|
+
],
|
|
7126
|
+
"properties": [
|
|
7185
7127
|
{
|
|
7186
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7187
|
-
"clrName": "
|
|
7188
|
-
"metadataToken":
|
|
7189
|
-
"canonicalSignature": ":System.
|
|
7190
|
-
"normalizedSignature": "
|
|
7128
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingInfo::CodePage:System.Int32",
|
|
7129
|
+
"clrName": "CodePage",
|
|
7130
|
+
"metadataToken": 385879242,
|
|
7131
|
+
"canonicalSignature": ":System.Int32",
|
|
7132
|
+
"normalizedSignature": "CodePage|:System.Int32|static=false|accessor=get",
|
|
7191
7133
|
"emitScope": "ClassSurface",
|
|
7192
7134
|
"provenance": "Original",
|
|
7193
7135
|
"isIndexer": false,
|
|
7194
7136
|
"hasGetter": true,
|
|
7195
7137
|
"hasSetter": false,
|
|
7196
|
-
"isStatic":
|
|
7138
|
+
"isStatic": false,
|
|
7197
7139
|
"isAbstract": false,
|
|
7198
7140
|
"isVirtual": false,
|
|
7199
7141
|
"isOverride": false,
|
|
7200
7142
|
"visibility": "Public",
|
|
7201
|
-
"declaringClrType": "System.Text.
|
|
7143
|
+
"declaringClrType": "System.Text.EncodingInfo",
|
|
7202
7144
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7203
7145
|
},
|
|
7204
7146
|
{
|
|
7205
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7206
|
-
"clrName": "
|
|
7207
|
-
"metadataToken":
|
|
7208
|
-
"canonicalSignature": ":System.
|
|
7209
|
-
"normalizedSignature": "
|
|
7147
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingInfo::Name:System.String",
|
|
7148
|
+
"clrName": "Name",
|
|
7149
|
+
"metadataToken": 385879243,
|
|
7150
|
+
"canonicalSignature": ":System.String",
|
|
7151
|
+
"normalizedSignature": "Name|:System.String|static=false|accessor=get",
|
|
7210
7152
|
"emitScope": "ClassSurface",
|
|
7211
7153
|
"provenance": "Original",
|
|
7212
7154
|
"isIndexer": false,
|
|
7213
7155
|
"hasGetter": true,
|
|
7214
7156
|
"hasSetter": false,
|
|
7215
|
-
"isStatic":
|
|
7157
|
+
"isStatic": false,
|
|
7216
7158
|
"isAbstract": false,
|
|
7217
7159
|
"isVirtual": false,
|
|
7218
7160
|
"isOverride": false,
|
|
7219
7161
|
"visibility": "Public",
|
|
7220
|
-
"declaringClrType": "System.Text.
|
|
7162
|
+
"declaringClrType": "System.Text.EncodingInfo",
|
|
7221
7163
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7222
7164
|
},
|
|
7223
7165
|
{
|
|
7224
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7225
|
-
"clrName": "
|
|
7226
|
-
"metadataToken":
|
|
7227
|
-
"canonicalSignature": ":System.
|
|
7228
|
-
"normalizedSignature": "
|
|
7166
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingInfo::DisplayName:System.String",
|
|
7167
|
+
"clrName": "DisplayName",
|
|
7168
|
+
"metadataToken": 385879244,
|
|
7169
|
+
"canonicalSignature": ":System.String",
|
|
7170
|
+
"normalizedSignature": "DisplayName|:System.String|static=false|accessor=get",
|
|
7229
7171
|
"emitScope": "ClassSurface",
|
|
7230
7172
|
"provenance": "Original",
|
|
7231
7173
|
"isIndexer": false,
|
|
@@ -7233,149 +7175,166 @@
|
|
|
7233
7175
|
"hasSetter": false,
|
|
7234
7176
|
"isStatic": false,
|
|
7235
7177
|
"isAbstract": false,
|
|
7236
|
-
"isVirtual":
|
|
7178
|
+
"isVirtual": false,
|
|
7237
7179
|
"isOverride": false,
|
|
7238
7180
|
"visibility": "Public",
|
|
7239
|
-
"declaringClrType": "System.Text.
|
|
7181
|
+
"declaringClrType": "System.Text.EncodingInfo",
|
|
7240
7182
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7241
|
-
}
|
|
7183
|
+
}
|
|
7184
|
+
],
|
|
7185
|
+
"fields": [],
|
|
7186
|
+
"events": [],
|
|
7187
|
+
"constructors": [
|
|
7242
7188
|
{
|
|
7243
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7244
|
-
"
|
|
7245
|
-
"
|
|
7246
|
-
"
|
|
7247
|
-
"
|
|
7189
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingInfo::.ctor(System.Text.EncodingProvider,System.Int32,System.String,System.String):void",
|
|
7190
|
+
"metadataToken": 100681845,
|
|
7191
|
+
"canonicalSignature": "(System.Text.EncodingProvider,System.Int32,System.String,System.String):void",
|
|
7192
|
+
"normalizedSignature": "constructor|(System.Text.EncodingProvider,System.Int32,System.String,System.String):void|static=false",
|
|
7193
|
+
"isStatic": false,
|
|
7194
|
+
"parameterCount": 4,
|
|
7195
|
+
"visibility": "Public",
|
|
7196
|
+
"declaringClrType": "System.Text.EncodingInfo",
|
|
7197
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7198
|
+
}
|
|
7199
|
+
]
|
|
7200
|
+
},
|
|
7201
|
+
{
|
|
7202
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingProvider",
|
|
7203
|
+
"clrName": "System.Text.EncodingProvider",
|
|
7204
|
+
"assemblyName": "System.Private.CoreLib",
|
|
7205
|
+
"metadataToken": 0,
|
|
7206
|
+
"kind": "Class",
|
|
7207
|
+
"accessibility": "Public",
|
|
7208
|
+
"isAbstract": true,
|
|
7209
|
+
"isSealed": false,
|
|
7210
|
+
"isStatic": false,
|
|
7211
|
+
"arity": 0,
|
|
7212
|
+
"baseType": {
|
|
7213
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
7214
|
+
"clrName": "System.Object"
|
|
7215
|
+
},
|
|
7216
|
+
"methods": [
|
|
7217
|
+
{
|
|
7218
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingProvider::GetEncoding(System.String):System.Text.Encoding",
|
|
7219
|
+
"clrName": "GetEncoding",
|
|
7220
|
+
"metadataToken": 100681855,
|
|
7221
|
+
"canonicalSignature": "(System.String):System.Text.Encoding",
|
|
7222
|
+
"normalizedSignature": "GetEncoding|(System.String):System.Text.Encoding|static=false",
|
|
7248
7223
|
"emitScope": "ClassSurface",
|
|
7249
7224
|
"provenance": "Original",
|
|
7250
|
-
"
|
|
7251
|
-
"
|
|
7252
|
-
"
|
|
7253
|
-
"
|
|
7254
|
-
"
|
|
7255
|
-
"isVirtual": false,
|
|
7225
|
+
"arity": 0,
|
|
7226
|
+
"parameterCount": 1,
|
|
7227
|
+
"isStatic": false,
|
|
7228
|
+
"isAbstract": true,
|
|
7229
|
+
"isVirtual": true,
|
|
7256
7230
|
"isOverride": false,
|
|
7231
|
+
"isSealed": false,
|
|
7257
7232
|
"visibility": "Public",
|
|
7258
|
-
"declaringClrType": "System.Text.
|
|
7259
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7233
|
+
"declaringClrType": "System.Text.EncodingProvider",
|
|
7234
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7235
|
+
"isExtensionMethod": false
|
|
7260
7236
|
},
|
|
7261
7237
|
{
|
|
7262
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7263
|
-
"clrName": "
|
|
7264
|
-
"metadataToken":
|
|
7265
|
-
"canonicalSignature": ":System.Text.Encoding",
|
|
7266
|
-
"normalizedSignature": "
|
|
7238
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingProvider::GetEncoding(System.Int32):System.Text.Encoding",
|
|
7239
|
+
"clrName": "GetEncoding",
|
|
7240
|
+
"metadataToken": 100681856,
|
|
7241
|
+
"canonicalSignature": "(System.Int32):System.Text.Encoding",
|
|
7242
|
+
"normalizedSignature": "GetEncoding|(System.Int32):System.Text.Encoding|static=false",
|
|
7267
7243
|
"emitScope": "ClassSurface",
|
|
7268
7244
|
"provenance": "Original",
|
|
7269
|
-
"
|
|
7270
|
-
"
|
|
7271
|
-
"
|
|
7272
|
-
"
|
|
7273
|
-
"
|
|
7274
|
-
"isVirtual": false,
|
|
7245
|
+
"arity": 0,
|
|
7246
|
+
"parameterCount": 1,
|
|
7247
|
+
"isStatic": false,
|
|
7248
|
+
"isAbstract": true,
|
|
7249
|
+
"isVirtual": true,
|
|
7275
7250
|
"isOverride": false,
|
|
7251
|
+
"isSealed": false,
|
|
7276
7252
|
"visibility": "Public",
|
|
7277
|
-
"declaringClrType": "System.Text.
|
|
7278
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7253
|
+
"declaringClrType": "System.Text.EncodingProvider",
|
|
7254
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7255
|
+
"isExtensionMethod": false
|
|
7279
7256
|
},
|
|
7280
7257
|
{
|
|
7281
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7282
|
-
"clrName": "
|
|
7283
|
-
"metadataToken":
|
|
7284
|
-
"canonicalSignature": ":System.Text.Encoding",
|
|
7285
|
-
"normalizedSignature": "
|
|
7258
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingProvider::GetEncoding(System.String,System.Text.EncoderFallback,System.Text.DecoderFallback):System.Text.Encoding",
|
|
7259
|
+
"clrName": "GetEncoding",
|
|
7260
|
+
"metadataToken": 100681857,
|
|
7261
|
+
"canonicalSignature": "(System.String,System.Text.EncoderFallback,System.Text.DecoderFallback):System.Text.Encoding",
|
|
7262
|
+
"normalizedSignature": "GetEncoding|(System.String,System.Text.EncoderFallback,System.Text.DecoderFallback):System.Text.Encoding|static=false",
|
|
7286
7263
|
"emitScope": "ClassSurface",
|
|
7287
7264
|
"provenance": "Original",
|
|
7288
|
-
"
|
|
7289
|
-
"
|
|
7290
|
-
"
|
|
7291
|
-
"isStatic": true,
|
|
7265
|
+
"arity": 0,
|
|
7266
|
+
"parameterCount": 3,
|
|
7267
|
+
"isStatic": false,
|
|
7292
7268
|
"isAbstract": false,
|
|
7293
|
-
"isVirtual":
|
|
7269
|
+
"isVirtual": true,
|
|
7294
7270
|
"isOverride": false,
|
|
7271
|
+
"isSealed": false,
|
|
7295
7272
|
"visibility": "Public",
|
|
7296
|
-
"declaringClrType": "System.Text.
|
|
7297
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7273
|
+
"declaringClrType": "System.Text.EncodingProvider",
|
|
7274
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7275
|
+
"isExtensionMethod": false
|
|
7298
7276
|
},
|
|
7299
7277
|
{
|
|
7300
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7301
|
-
"clrName": "
|
|
7302
|
-
"metadataToken":
|
|
7303
|
-
"canonicalSignature": ":System.Text.Encoding",
|
|
7304
|
-
"normalizedSignature": "
|
|
7278
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingProvider::GetEncoding(System.Int32,System.Text.EncoderFallback,System.Text.DecoderFallback):System.Text.Encoding",
|
|
7279
|
+
"clrName": "GetEncoding",
|
|
7280
|
+
"metadataToken": 100681858,
|
|
7281
|
+
"canonicalSignature": "(System.Int32,System.Text.EncoderFallback,System.Text.DecoderFallback):System.Text.Encoding",
|
|
7282
|
+
"normalizedSignature": "GetEncoding|(System.Int32,System.Text.EncoderFallback,System.Text.DecoderFallback):System.Text.Encoding|static=false",
|
|
7305
7283
|
"emitScope": "ClassSurface",
|
|
7306
7284
|
"provenance": "Original",
|
|
7307
|
-
"
|
|
7308
|
-
"
|
|
7309
|
-
"
|
|
7310
|
-
"isStatic": true,
|
|
7285
|
+
"arity": 0,
|
|
7286
|
+
"parameterCount": 3,
|
|
7287
|
+
"isStatic": false,
|
|
7311
7288
|
"isAbstract": false,
|
|
7312
|
-
"isVirtual":
|
|
7289
|
+
"isVirtual": true,
|
|
7313
7290
|
"isOverride": false,
|
|
7291
|
+
"isSealed": false,
|
|
7314
7292
|
"visibility": "Public",
|
|
7315
|
-
"declaringClrType": "System.Text.
|
|
7316
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7293
|
+
"declaringClrType": "System.Text.EncodingProvider",
|
|
7294
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7295
|
+
"isExtensionMethod": false
|
|
7317
7296
|
},
|
|
7318
7297
|
{
|
|
7319
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7320
|
-
"clrName": "
|
|
7321
|
-
"metadataToken":
|
|
7322
|
-
"canonicalSignature": ":System.Text.
|
|
7323
|
-
"normalizedSignature": "
|
|
7298
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingProvider::GetEncodings():System.Collections.Generic.IEnumerable_1[[System.Text.EncodingInfo,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
7299
|
+
"clrName": "GetEncodings",
|
|
7300
|
+
"metadataToken": 100681859,
|
|
7301
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[System.Text.EncodingInfo,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
7302
|
+
"normalizedSignature": "GetEncodings|():System.Collections.Generic.IEnumerable_1[[System.Text.EncodingInfo,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
7324
7303
|
"emitScope": "ClassSurface",
|
|
7325
7304
|
"provenance": "Original",
|
|
7326
|
-
"
|
|
7327
|
-
"
|
|
7328
|
-
"
|
|
7329
|
-
"isStatic": true,
|
|
7305
|
+
"arity": 0,
|
|
7306
|
+
"parameterCount": 0,
|
|
7307
|
+
"isStatic": false,
|
|
7330
7308
|
"isAbstract": false,
|
|
7331
|
-
"isVirtual":
|
|
7309
|
+
"isVirtual": true,
|
|
7332
7310
|
"isOverride": false,
|
|
7311
|
+
"isSealed": false,
|
|
7333
7312
|
"visibility": "Public",
|
|
7334
|
-
"declaringClrType": "System.Text.
|
|
7335
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7313
|
+
"declaringClrType": "System.Text.EncodingProvider",
|
|
7314
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7315
|
+
"isExtensionMethod": false
|
|
7336
7316
|
}
|
|
7337
7317
|
],
|
|
7318
|
+
"properties": [],
|
|
7338
7319
|
"fields": [],
|
|
7339
7320
|
"events": [],
|
|
7340
7321
|
"constructors": [
|
|
7341
7322
|
{
|
|
7342
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7343
|
-
"metadataToken":
|
|
7323
|
+
"stableId": "System.Private.CoreLib:System.Text.EncodingProvider::.ctor():void",
|
|
7324
|
+
"metadataToken": 100681854,
|
|
7344
7325
|
"canonicalSignature": "():void",
|
|
7345
7326
|
"normalizedSignature": "constructor|():void|static=false",
|
|
7346
7327
|
"isStatic": false,
|
|
7347
7328
|
"parameterCount": 0,
|
|
7348
|
-
"visibility": "
|
|
7349
|
-
"declaringClrType": "System.Text.
|
|
7350
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7351
|
-
},
|
|
7352
|
-
{
|
|
7353
|
-
"stableId": "System.Private.CoreLib:System.Text.Encoding::.ctor(System.Int32):void",
|
|
7354
|
-
"metadataToken": 100681690,
|
|
7355
|
-
"canonicalSignature": "(System.Int32):void",
|
|
7356
|
-
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
7357
|
-
"isStatic": false,
|
|
7358
|
-
"parameterCount": 1,
|
|
7359
|
-
"visibility": "Protected",
|
|
7360
|
-
"declaringClrType": "System.Text.Encoding",
|
|
7361
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7362
|
-
},
|
|
7363
|
-
{
|
|
7364
|
-
"stableId": "System.Private.CoreLib:System.Text.Encoding::.ctor(System.Int32,System.Text.EncoderFallback,System.Text.DecoderFallback):void",
|
|
7365
|
-
"metadataToken": 100681691,
|
|
7366
|
-
"canonicalSignature": "(System.Int32,System.Text.EncoderFallback,System.Text.DecoderFallback):void",
|
|
7367
|
-
"normalizedSignature": "constructor|(System.Int32,System.Text.EncoderFallback,System.Text.DecoderFallback):void|static=false",
|
|
7368
|
-
"isStatic": false,
|
|
7369
|
-
"parameterCount": 3,
|
|
7370
|
-
"visibility": "Protected",
|
|
7371
|
-
"declaringClrType": "System.Text.Encoding",
|
|
7329
|
+
"visibility": "Public",
|
|
7330
|
+
"declaringClrType": "System.Text.EncodingProvider",
|
|
7372
7331
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7373
7332
|
}
|
|
7374
7333
|
]
|
|
7375
7334
|
},
|
|
7376
7335
|
{
|
|
7377
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7378
|
-
"clrName": "System.Text.
|
|
7336
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder",
|
|
7337
|
+
"clrName": "System.Text.StringBuilder",
|
|
7379
7338
|
"assemblyName": "System.Private.CoreLib",
|
|
7380
7339
|
"metadataToken": 0,
|
|
7381
7340
|
"kind": "Class",
|
|
@@ -7388,309 +7347,323 @@
|
|
|
7388
7347
|
"stableId": "System.Private.CoreLib:System.Object",
|
|
7389
7348
|
"clrName": "System.Object"
|
|
7390
7349
|
},
|
|
7350
|
+
"interfaces": [
|
|
7351
|
+
{
|
|
7352
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
7353
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
7354
|
+
}
|
|
7355
|
+
],
|
|
7391
7356
|
"methods": [
|
|
7392
7357
|
{
|
|
7393
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7394
|
-
"clrName": "
|
|
7395
|
-
"metadataToken":
|
|
7396
|
-
"canonicalSignature": "():System.
|
|
7397
|
-
"normalizedSignature": "
|
|
7358
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::EnsureCapacity(System.Int32):System.Int32",
|
|
7359
|
+
"clrName": "EnsureCapacity",
|
|
7360
|
+
"metadataToken": 100681195,
|
|
7361
|
+
"canonicalSignature": "(System.Int32):System.Int32",
|
|
7362
|
+
"normalizedSignature": "EnsureCapacity|(System.Int32):System.Int32|static=false",
|
|
7363
|
+
"emitScope": "ClassSurface",
|
|
7364
|
+
"provenance": "Original",
|
|
7365
|
+
"arity": 0,
|
|
7366
|
+
"parameterCount": 1,
|
|
7367
|
+
"isStatic": false,
|
|
7368
|
+
"isAbstract": false,
|
|
7369
|
+
"isVirtual": false,
|
|
7370
|
+
"isOverride": false,
|
|
7371
|
+
"isSealed": false,
|
|
7372
|
+
"visibility": "Public",
|
|
7373
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7374
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7375
|
+
"isExtensionMethod": false
|
|
7376
|
+
},
|
|
7377
|
+
{
|
|
7378
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::ToString():System.String",
|
|
7379
|
+
"clrName": "ToString",
|
|
7380
|
+
"metadataToken": 100681196,
|
|
7381
|
+
"canonicalSignature": "():System.String",
|
|
7382
|
+
"normalizedSignature": "ToString|():System.String|static=false",
|
|
7398
7383
|
"emitScope": "ClassSurface",
|
|
7399
7384
|
"provenance": "Original",
|
|
7400
7385
|
"arity": 0,
|
|
7401
7386
|
"parameterCount": 0,
|
|
7402
7387
|
"isStatic": false,
|
|
7403
7388
|
"isAbstract": false,
|
|
7389
|
+
"isVirtual": true,
|
|
7390
|
+
"isOverride": true,
|
|
7391
|
+
"isSealed": false,
|
|
7392
|
+
"visibility": "Public",
|
|
7393
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7394
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7395
|
+
"isExtensionMethod": false
|
|
7396
|
+
},
|
|
7397
|
+
{
|
|
7398
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::ToString(System.Int32,System.Int32):System.String",
|
|
7399
|
+
"clrName": "ToString",
|
|
7400
|
+
"metadataToken": 100681197,
|
|
7401
|
+
"canonicalSignature": "(System.Int32,System.Int32):System.String",
|
|
7402
|
+
"normalizedSignature": "ToString|(System.Int32,System.Int32):System.String|static=false",
|
|
7403
|
+
"emitScope": "ClassSurface",
|
|
7404
|
+
"provenance": "Original",
|
|
7405
|
+
"arity": 0,
|
|
7406
|
+
"parameterCount": 2,
|
|
7407
|
+
"isStatic": false,
|
|
7408
|
+
"isAbstract": false,
|
|
7404
7409
|
"isVirtual": false,
|
|
7405
7410
|
"isOverride": false,
|
|
7406
7411
|
"isSealed": false,
|
|
7407
7412
|
"visibility": "Public",
|
|
7408
|
-
"declaringClrType": "System.Text.
|
|
7413
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7409
7414
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7410
7415
|
"isExtensionMethod": false
|
|
7411
7416
|
},
|
|
7412
7417
|
{
|
|
7413
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7414
|
-
"clrName": "
|
|
7415
|
-
"metadataToken":
|
|
7416
|
-
"canonicalSignature": "(
|
|
7417
|
-
"normalizedSignature": "
|
|
7418
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Clear():System.Text.StringBuilder",
|
|
7419
|
+
"clrName": "Clear",
|
|
7420
|
+
"metadataToken": 100681198,
|
|
7421
|
+
"canonicalSignature": "():System.Text.StringBuilder",
|
|
7422
|
+
"normalizedSignature": "Clear|():System.Text.StringBuilder|static=false",
|
|
7418
7423
|
"emitScope": "ClassSurface",
|
|
7419
7424
|
"provenance": "Original",
|
|
7420
7425
|
"arity": 0,
|
|
7421
|
-
"parameterCount":
|
|
7426
|
+
"parameterCount": 0,
|
|
7422
7427
|
"isStatic": false,
|
|
7423
7428
|
"isAbstract": false,
|
|
7424
|
-
"isVirtual":
|
|
7425
|
-
"isOverride":
|
|
7429
|
+
"isVirtual": false,
|
|
7430
|
+
"isOverride": false,
|
|
7426
7431
|
"isSealed": false,
|
|
7427
7432
|
"visibility": "Public",
|
|
7428
|
-
"declaringClrType": "System.Text.
|
|
7433
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7429
7434
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7430
7435
|
"isExtensionMethod": false
|
|
7431
7436
|
},
|
|
7432
7437
|
{
|
|
7433
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7434
|
-
"clrName": "
|
|
7435
|
-
"metadataToken":
|
|
7436
|
-
"canonicalSignature": "():System.
|
|
7437
|
-
"normalizedSignature": "
|
|
7438
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::GetChunks():System.Text.StringBuilder\u002BChunkEnumerator",
|
|
7439
|
+
"clrName": "GetChunks",
|
|
7440
|
+
"metadataToken": 100681203,
|
|
7441
|
+
"canonicalSignature": "():System.Text.StringBuilder\u002BChunkEnumerator",
|
|
7442
|
+
"normalizedSignature": "GetChunks|():System.Text.StringBuilder\u002BChunkEnumerator|static=false",
|
|
7438
7443
|
"emitScope": "ClassSurface",
|
|
7439
7444
|
"provenance": "Original",
|
|
7440
7445
|
"arity": 0,
|
|
7441
7446
|
"parameterCount": 0,
|
|
7442
7447
|
"isStatic": false,
|
|
7443
7448
|
"isAbstract": false,
|
|
7444
|
-
"isVirtual":
|
|
7445
|
-
"isOverride":
|
|
7449
|
+
"isVirtual": false,
|
|
7450
|
+
"isOverride": false,
|
|
7446
7451
|
"isSealed": false,
|
|
7447
7452
|
"visibility": "Public",
|
|
7448
|
-
"declaringClrType": "System.Text.
|
|
7453
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7449
7454
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7450
7455
|
"isExtensionMethod": false
|
|
7451
|
-
}
|
|
7452
|
-
],
|
|
7453
|
-
"properties": [
|
|
7456
|
+
},
|
|
7454
7457
|
{
|
|
7455
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7456
|
-
"clrName": "
|
|
7457
|
-
"metadataToken":
|
|
7458
|
-
"canonicalSignature": ":System.
|
|
7459
|
-
"normalizedSignature": "
|
|
7458
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Char,System.Int32):System.Text.StringBuilder",
|
|
7459
|
+
"clrName": "Append",
|
|
7460
|
+
"metadataToken": 100681204,
|
|
7461
|
+
"canonicalSignature": "(System.Char,System.Int32):System.Text.StringBuilder",
|
|
7462
|
+
"normalizedSignature": "Append|(System.Char,System.Int32):System.Text.StringBuilder|static=false",
|
|
7460
7463
|
"emitScope": "ClassSurface",
|
|
7461
7464
|
"provenance": "Original",
|
|
7462
|
-
"
|
|
7463
|
-
"
|
|
7464
|
-
"hasSetter": false,
|
|
7465
|
+
"arity": 0,
|
|
7466
|
+
"parameterCount": 2,
|
|
7465
7467
|
"isStatic": false,
|
|
7466
7468
|
"isAbstract": false,
|
|
7467
7469
|
"isVirtual": false,
|
|
7468
7470
|
"isOverride": false,
|
|
7471
|
+
"isSealed": false,
|
|
7469
7472
|
"visibility": "Public",
|
|
7470
|
-
"declaringClrType": "System.Text.
|
|
7471
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7473
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7474
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7475
|
+
"isExtensionMethod": false
|
|
7472
7476
|
},
|
|
7473
7477
|
{
|
|
7474
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7475
|
-
"clrName": "
|
|
7476
|
-
"metadataToken":
|
|
7477
|
-
"canonicalSignature": ":System.
|
|
7478
|
-
"normalizedSignature": "
|
|
7478
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32):System.Text.StringBuilder",
|
|
7479
|
+
"clrName": "Append",
|
|
7480
|
+
"metadataToken": 100681206,
|
|
7481
|
+
"canonicalSignature": "(System.Char[],System.Int32,System.Int32):System.Text.StringBuilder",
|
|
7482
|
+
"normalizedSignature": "Append|(System.Char[],System.Int32,System.Int32):System.Text.StringBuilder|static=false",
|
|
7479
7483
|
"emitScope": "ClassSurface",
|
|
7480
7484
|
"provenance": "Original",
|
|
7481
|
-
"
|
|
7482
|
-
"
|
|
7483
|
-
"hasSetter": false,
|
|
7485
|
+
"arity": 0,
|
|
7486
|
+
"parameterCount": 3,
|
|
7484
7487
|
"isStatic": false,
|
|
7485
7488
|
"isAbstract": false,
|
|
7486
7489
|
"isVirtual": false,
|
|
7487
7490
|
"isOverride": false,
|
|
7491
|
+
"isSealed": false,
|
|
7488
7492
|
"visibility": "Public",
|
|
7489
|
-
"declaringClrType": "System.Text.
|
|
7490
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7493
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7494
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7495
|
+
"isExtensionMethod": false
|
|
7491
7496
|
},
|
|
7492
7497
|
{
|
|
7493
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7494
|
-
"clrName": "
|
|
7495
|
-
"metadataToken":
|
|
7496
|
-
"canonicalSignature": ":System.
|
|
7497
|
-
"normalizedSignature": "
|
|
7498
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.String):System.Text.StringBuilder",
|
|
7499
|
+
"clrName": "Append",
|
|
7500
|
+
"metadataToken": 100681207,
|
|
7501
|
+
"canonicalSignature": "(System.String):System.Text.StringBuilder",
|
|
7502
|
+
"normalizedSignature": "Append|(System.String):System.Text.StringBuilder|static=false",
|
|
7498
7503
|
"emitScope": "ClassSurface",
|
|
7499
7504
|
"provenance": "Original",
|
|
7500
|
-
"
|
|
7501
|
-
"
|
|
7502
|
-
"hasSetter": false,
|
|
7505
|
+
"arity": 0,
|
|
7506
|
+
"parameterCount": 1,
|
|
7503
7507
|
"isStatic": false,
|
|
7504
7508
|
"isAbstract": false,
|
|
7505
7509
|
"isVirtual": false,
|
|
7506
7510
|
"isOverride": false,
|
|
7511
|
+
"isSealed": false,
|
|
7507
7512
|
"visibility": "Public",
|
|
7508
|
-
"declaringClrType": "System.Text.
|
|
7509
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7510
|
-
|
|
7511
|
-
|
|
7512
|
-
"fields": [],
|
|
7513
|
-
"events": [],
|
|
7514
|
-
"constructors": [
|
|
7513
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7514
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7515
|
+
"isExtensionMethod": false
|
|
7516
|
+
},
|
|
7515
7517
|
{
|
|
7516
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7517
|
-
"
|
|
7518
|
-
"
|
|
7519
|
-
"
|
|
7518
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32):System.Text.StringBuilder",
|
|
7519
|
+
"clrName": "Append",
|
|
7520
|
+
"metadataToken": 100681208,
|
|
7521
|
+
"canonicalSignature": "(System.String,System.Int32,System.Int32):System.Text.StringBuilder",
|
|
7522
|
+
"normalizedSignature": "Append|(System.String,System.Int32,System.Int32):System.Text.StringBuilder|static=false",
|
|
7523
|
+
"emitScope": "ClassSurface",
|
|
7524
|
+
"provenance": "Original",
|
|
7525
|
+
"arity": 0,
|
|
7526
|
+
"parameterCount": 3,
|
|
7520
7527
|
"isStatic": false,
|
|
7521
|
-
"
|
|
7528
|
+
"isAbstract": false,
|
|
7529
|
+
"isVirtual": false,
|
|
7530
|
+
"isOverride": false,
|
|
7531
|
+
"isSealed": false,
|
|
7522
7532
|
"visibility": "Public",
|
|
7523
|
-
"declaringClrType": "System.Text.
|
|
7524
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7525
|
-
|
|
7526
|
-
|
|
7527
|
-
},
|
|
7528
|
-
{
|
|
7529
|
-
"stableId": "System.Private.CoreLib:System.Text.EncodingProvider",
|
|
7530
|
-
"clrName": "System.Text.EncodingProvider",
|
|
7531
|
-
"assemblyName": "System.Private.CoreLib",
|
|
7532
|
-
"metadataToken": 0,
|
|
7533
|
-
"kind": "Class",
|
|
7534
|
-
"accessibility": "Public",
|
|
7535
|
-
"isAbstract": true,
|
|
7536
|
-
"isSealed": false,
|
|
7537
|
-
"isStatic": false,
|
|
7538
|
-
"arity": 0,
|
|
7539
|
-
"baseType": {
|
|
7540
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
7541
|
-
"clrName": "System.Object"
|
|
7542
|
-
},
|
|
7543
|
-
"methods": [
|
|
7533
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7534
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7535
|
+
"isExtensionMethod": false
|
|
7536
|
+
},
|
|
7544
7537
|
{
|
|
7545
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7546
|
-
"clrName": "
|
|
7547
|
-
"metadataToken":
|
|
7548
|
-
"canonicalSignature": "(System.
|
|
7549
|
-
"normalizedSignature": "
|
|
7538
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Text.StringBuilder):System.Text.StringBuilder",
|
|
7539
|
+
"clrName": "Append",
|
|
7540
|
+
"metadataToken": 100681209,
|
|
7541
|
+
"canonicalSignature": "(System.Text.StringBuilder):System.Text.StringBuilder",
|
|
7542
|
+
"normalizedSignature": "Append|(System.Text.StringBuilder):System.Text.StringBuilder|static=false",
|
|
7550
7543
|
"emitScope": "ClassSurface",
|
|
7551
7544
|
"provenance": "Original",
|
|
7552
7545
|
"arity": 0,
|
|
7553
7546
|
"parameterCount": 1,
|
|
7554
7547
|
"isStatic": false,
|
|
7555
|
-
"isAbstract":
|
|
7556
|
-
"isVirtual":
|
|
7548
|
+
"isAbstract": false,
|
|
7549
|
+
"isVirtual": false,
|
|
7557
7550
|
"isOverride": false,
|
|
7558
7551
|
"isSealed": false,
|
|
7559
7552
|
"visibility": "Public",
|
|
7560
|
-
"declaringClrType": "System.Text.
|
|
7553
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7561
7554
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7562
7555
|
"isExtensionMethod": false
|
|
7563
7556
|
},
|
|
7564
7557
|
{
|
|
7565
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7566
|
-
"clrName": "
|
|
7567
|
-
"metadataToken":
|
|
7568
|
-
"canonicalSignature": "(System.Int32):System.Text.
|
|
7569
|
-
"normalizedSignature": "
|
|
7558
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Text.StringBuilder,System.Int32,System.Int32):System.Text.StringBuilder",
|
|
7559
|
+
"clrName": "Append",
|
|
7560
|
+
"metadataToken": 100681210,
|
|
7561
|
+
"canonicalSignature": "(System.Text.StringBuilder,System.Int32,System.Int32):System.Text.StringBuilder",
|
|
7562
|
+
"normalizedSignature": "Append|(System.Text.StringBuilder,System.Int32,System.Int32):System.Text.StringBuilder|static=false",
|
|
7570
7563
|
"emitScope": "ClassSurface",
|
|
7571
7564
|
"provenance": "Original",
|
|
7572
7565
|
"arity": 0,
|
|
7573
|
-
"parameterCount":
|
|
7566
|
+
"parameterCount": 3,
|
|
7574
7567
|
"isStatic": false,
|
|
7575
|
-
"isAbstract":
|
|
7576
|
-
"isVirtual":
|
|
7568
|
+
"isAbstract": false,
|
|
7569
|
+
"isVirtual": false,
|
|
7577
7570
|
"isOverride": false,
|
|
7578
7571
|
"isSealed": false,
|
|
7579
7572
|
"visibility": "Public",
|
|
7580
|
-
"declaringClrType": "System.Text.
|
|
7573
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7581
7574
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7582
7575
|
"isExtensionMethod": false
|
|
7583
7576
|
},
|
|
7584
7577
|
{
|
|
7585
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7586
|
-
"clrName": "
|
|
7587
|
-
"metadataToken":
|
|
7588
|
-
"canonicalSignature": "(
|
|
7589
|
-
"normalizedSignature": "
|
|
7578
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendLine():System.Text.StringBuilder",
|
|
7579
|
+
"clrName": "AppendLine",
|
|
7580
|
+
"metadataToken": 100681212,
|
|
7581
|
+
"canonicalSignature": "():System.Text.StringBuilder",
|
|
7582
|
+
"normalizedSignature": "AppendLine|():System.Text.StringBuilder|static=false",
|
|
7590
7583
|
"emitScope": "ClassSurface",
|
|
7591
7584
|
"provenance": "Original",
|
|
7592
7585
|
"arity": 0,
|
|
7593
|
-
"parameterCount":
|
|
7586
|
+
"parameterCount": 0,
|
|
7594
7587
|
"isStatic": false,
|
|
7595
7588
|
"isAbstract": false,
|
|
7596
|
-
"isVirtual":
|
|
7589
|
+
"isVirtual": false,
|
|
7597
7590
|
"isOverride": false,
|
|
7598
7591
|
"isSealed": false,
|
|
7599
7592
|
"visibility": "Public",
|
|
7600
|
-
"declaringClrType": "System.Text.
|
|
7593
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7601
7594
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7602
7595
|
"isExtensionMethod": false
|
|
7603
7596
|
},
|
|
7604
7597
|
{
|
|
7605
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7606
|
-
"clrName": "
|
|
7607
|
-
"metadataToken":
|
|
7608
|
-
"canonicalSignature": "(System.
|
|
7609
|
-
"normalizedSignature": "
|
|
7598
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendLine(System.String):System.Text.StringBuilder",
|
|
7599
|
+
"clrName": "AppendLine",
|
|
7600
|
+
"metadataToken": 100681213,
|
|
7601
|
+
"canonicalSignature": "(System.String):System.Text.StringBuilder",
|
|
7602
|
+
"normalizedSignature": "AppendLine|(System.String):System.Text.StringBuilder|static=false",
|
|
7603
|
+
"emitScope": "ClassSurface",
|
|
7604
|
+
"provenance": "Original",
|
|
7605
|
+
"arity": 0,
|
|
7606
|
+
"parameterCount": 1,
|
|
7607
|
+
"isStatic": false,
|
|
7608
|
+
"isAbstract": false,
|
|
7609
|
+
"isVirtual": false,
|
|
7610
|
+
"isOverride": false,
|
|
7611
|
+
"isSealed": false,
|
|
7612
|
+
"visibility": "Public",
|
|
7613
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7614
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7615
|
+
"isExtensionMethod": false
|
|
7616
|
+
},
|
|
7617
|
+
{
|
|
7618
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32):System.Void",
|
|
7619
|
+
"clrName": "CopyTo",
|
|
7620
|
+
"metadataToken": 100681214,
|
|
7621
|
+
"canonicalSignature": "(System.Int32,System.Char[],System.Int32,System.Int32):System.Void",
|
|
7622
|
+
"normalizedSignature": "CopyTo|(System.Int32,System.Char[],System.Int32,System.Int32):System.Void|static=false",
|
|
7610
7623
|
"emitScope": "ClassSurface",
|
|
7611
7624
|
"provenance": "Original",
|
|
7612
7625
|
"arity": 0,
|
|
7613
|
-
"parameterCount":
|
|
7626
|
+
"parameterCount": 4,
|
|
7614
7627
|
"isStatic": false,
|
|
7615
7628
|
"isAbstract": false,
|
|
7616
|
-
"isVirtual":
|
|
7629
|
+
"isVirtual": false,
|
|
7617
7630
|
"isOverride": false,
|
|
7618
7631
|
"isSealed": false,
|
|
7619
7632
|
"visibility": "Public",
|
|
7620
|
-
"declaringClrType": "System.Text.
|
|
7633
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7621
7634
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7622
7635
|
"isExtensionMethod": false
|
|
7623
7636
|
},
|
|
7624
7637
|
{
|
|
7625
|
-
"stableId": "System.Private.CoreLib:System.Text.
|
|
7626
|
-
"clrName": "
|
|
7627
|
-
"metadataToken":
|
|
7628
|
-
"canonicalSignature": "(
|
|
7629
|
-
"normalizedSignature": "
|
|
7638
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::CopyTo(System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
7639
|
+
"clrName": "CopyTo",
|
|
7640
|
+
"metadataToken": 100681215,
|
|
7641
|
+
"canonicalSignature": "(System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void",
|
|
7642
|
+
"normalizedSignature": "CopyTo|(System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32):System.Void|static=false",
|
|
7630
7643
|
"emitScope": "ClassSurface",
|
|
7631
7644
|
"provenance": "Original",
|
|
7632
7645
|
"arity": 0,
|
|
7633
|
-
"parameterCount":
|
|
7646
|
+
"parameterCount": 3,
|
|
7634
7647
|
"isStatic": false,
|
|
7635
7648
|
"isAbstract": false,
|
|
7636
|
-
"isVirtual":
|
|
7649
|
+
"isVirtual": false,
|
|
7637
7650
|
"isOverride": false,
|
|
7638
7651
|
"isSealed": false,
|
|
7639
7652
|
"visibility": "Public",
|
|
7640
|
-
"declaringClrType": "System.Text.
|
|
7653
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
7641
7654
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7642
7655
|
"isExtensionMethod": false
|
|
7643
|
-
}
|
|
7644
|
-
],
|
|
7645
|
-
"properties": [],
|
|
7646
|
-
"fields": [],
|
|
7647
|
-
"events": [],
|
|
7648
|
-
"constructors": [
|
|
7649
|
-
{
|
|
7650
|
-
"stableId": "System.Private.CoreLib:System.Text.EncodingProvider::.ctor():void",
|
|
7651
|
-
"metadataToken": 100681854,
|
|
7652
|
-
"canonicalSignature": "():void",
|
|
7653
|
-
"normalizedSignature": "constructor|():void|static=false",
|
|
7654
|
-
"isStatic": false,
|
|
7655
|
-
"parameterCount": 0,
|
|
7656
|
-
"visibility": "Public",
|
|
7657
|
-
"declaringClrType": "System.Text.EncodingProvider",
|
|
7658
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7659
|
-
}
|
|
7660
|
-
]
|
|
7661
|
-
},
|
|
7662
|
-
{
|
|
7663
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder",
|
|
7664
|
-
"clrName": "System.Text.StringBuilder",
|
|
7665
|
-
"assemblyName": "System.Private.CoreLib",
|
|
7666
|
-
"metadataToken": 0,
|
|
7667
|
-
"kind": "Class",
|
|
7668
|
-
"accessibility": "Public",
|
|
7669
|
-
"isAbstract": false,
|
|
7670
|
-
"isSealed": true,
|
|
7671
|
-
"isStatic": false,
|
|
7672
|
-
"arity": 0,
|
|
7673
|
-
"baseType": {
|
|
7674
|
-
"stableId": "System.Private.CoreLib:System.Object",
|
|
7675
|
-
"clrName": "System.Object"
|
|
7676
|
-
},
|
|
7677
|
-
"interfaces": [
|
|
7678
|
-
{
|
|
7679
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
7680
|
-
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
7681
|
-
}
|
|
7682
|
-
],
|
|
7683
|
-
"methods": [
|
|
7656
|
+
},
|
|
7684
7657
|
{
|
|
7685
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
7686
|
-
"clrName": "
|
|
7687
|
-
"metadataToken":
|
|
7688
|
-
"canonicalSignature": "(System.Int32):System.
|
|
7689
|
-
"normalizedSignature": "
|
|
7658
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.String,System.Int32):System.Text.StringBuilder",
|
|
7659
|
+
"clrName": "Insert",
|
|
7660
|
+
"metadataToken": 100681216,
|
|
7661
|
+
"canonicalSignature": "(System.Int32,System.String,System.Int32):System.Text.StringBuilder",
|
|
7662
|
+
"normalizedSignature": "Insert|(System.Int32,System.String,System.Int32):System.Text.StringBuilder|static=false",
|
|
7690
7663
|
"emitScope": "ClassSurface",
|
|
7691
7664
|
"provenance": "Original",
|
|
7692
7665
|
"arity": 0,
|
|
7693
|
-
"parameterCount":
|
|
7666
|
+
"parameterCount": 3,
|
|
7694
7667
|
"isStatic": false,
|
|
7695
7668
|
"isAbstract": false,
|
|
7696
7669
|
"isVirtual": false,
|
|
@@ -7702,19 +7675,19 @@
|
|
|
7702
7675
|
"isExtensionMethod": false
|
|
7703
7676
|
},
|
|
7704
7677
|
{
|
|
7705
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
7706
|
-
"clrName": "
|
|
7707
|
-
"metadataToken":
|
|
7708
|
-
"canonicalSignature": "():System.
|
|
7709
|
-
"normalizedSignature": "
|
|
7678
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Remove(System.Int32,System.Int32):System.Text.StringBuilder",
|
|
7679
|
+
"clrName": "Remove",
|
|
7680
|
+
"metadataToken": 100681218,
|
|
7681
|
+
"canonicalSignature": "(System.Int32,System.Int32):System.Text.StringBuilder",
|
|
7682
|
+
"normalizedSignature": "Remove|(System.Int32,System.Int32):System.Text.StringBuilder|static=false",
|
|
7710
7683
|
"emitScope": "ClassSurface",
|
|
7711
7684
|
"provenance": "Original",
|
|
7712
7685
|
"arity": 0,
|
|
7713
|
-
"parameterCount":
|
|
7686
|
+
"parameterCount": 2,
|
|
7714
7687
|
"isStatic": false,
|
|
7715
7688
|
"isAbstract": false,
|
|
7716
|
-
"isVirtual":
|
|
7717
|
-
"isOverride":
|
|
7689
|
+
"isVirtual": false,
|
|
7690
|
+
"isOverride": false,
|
|
7718
7691
|
"isSealed": false,
|
|
7719
7692
|
"visibility": "Public",
|
|
7720
7693
|
"declaringClrType": "System.Text.StringBuilder",
|
|
@@ -7722,15 +7695,15 @@
|
|
|
7722
7695
|
"isExtensionMethod": false
|
|
7723
7696
|
},
|
|
7724
7697
|
{
|
|
7725
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
7726
|
-
"clrName": "
|
|
7727
|
-
"metadataToken":
|
|
7728
|
-
"canonicalSignature": "(System.
|
|
7729
|
-
"normalizedSignature": "
|
|
7698
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Boolean):System.Text.StringBuilder",
|
|
7699
|
+
"clrName": "Append",
|
|
7700
|
+
"metadataToken": 100681219,
|
|
7701
|
+
"canonicalSignature": "(System.Boolean):System.Text.StringBuilder",
|
|
7702
|
+
"normalizedSignature": "Append|(System.Boolean):System.Text.StringBuilder|static=false",
|
|
7730
7703
|
"emitScope": "ClassSurface",
|
|
7731
7704
|
"provenance": "Original",
|
|
7732
7705
|
"arity": 0,
|
|
7733
|
-
"parameterCount":
|
|
7706
|
+
"parameterCount": 1,
|
|
7734
7707
|
"isStatic": false,
|
|
7735
7708
|
"isAbstract": false,
|
|
7736
7709
|
"isVirtual": false,
|
|
@@ -7742,15 +7715,15 @@
|
|
|
7742
7715
|
"isExtensionMethod": false
|
|
7743
7716
|
},
|
|
7744
7717
|
{
|
|
7745
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
7746
|
-
"clrName": "
|
|
7747
|
-
"metadataToken":
|
|
7748
|
-
"canonicalSignature": "():System.Text.StringBuilder",
|
|
7749
|
-
"normalizedSignature": "
|
|
7718
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Char):System.Text.StringBuilder",
|
|
7719
|
+
"clrName": "Append",
|
|
7720
|
+
"metadataToken": 100681220,
|
|
7721
|
+
"canonicalSignature": "(System.Char):System.Text.StringBuilder",
|
|
7722
|
+
"normalizedSignature": "Append|(System.Char):System.Text.StringBuilder|static=false",
|
|
7750
7723
|
"emitScope": "ClassSurface",
|
|
7751
7724
|
"provenance": "Original",
|
|
7752
7725
|
"arity": 0,
|
|
7753
|
-
"parameterCount":
|
|
7726
|
+
"parameterCount": 1,
|
|
7754
7727
|
"isStatic": false,
|
|
7755
7728
|
"isAbstract": false,
|
|
7756
7729
|
"isVirtual": false,
|
|
@@ -7762,15 +7735,15 @@
|
|
|
7762
7735
|
"isExtensionMethod": false
|
|
7763
7736
|
},
|
|
7764
7737
|
{
|
|
7765
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
7766
|
-
"clrName": "
|
|
7767
|
-
"metadataToken":
|
|
7768
|
-
"canonicalSignature": "():System.Text.StringBuilder
|
|
7769
|
-
"normalizedSignature": "
|
|
7738
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.SByte):System.Text.StringBuilder",
|
|
7739
|
+
"clrName": "Append",
|
|
7740
|
+
"metadataToken": 100681222,
|
|
7741
|
+
"canonicalSignature": "(System.SByte):System.Text.StringBuilder",
|
|
7742
|
+
"normalizedSignature": "Append|(System.SByte):System.Text.StringBuilder|static=false",
|
|
7770
7743
|
"emitScope": "ClassSurface",
|
|
7771
7744
|
"provenance": "Original",
|
|
7772
7745
|
"arity": 0,
|
|
7773
|
-
"parameterCount":
|
|
7746
|
+
"parameterCount": 1,
|
|
7774
7747
|
"isStatic": false,
|
|
7775
7748
|
"isAbstract": false,
|
|
7776
7749
|
"isVirtual": false,
|
|
@@ -7782,15 +7755,15 @@
|
|
|
7782
7755
|
"isExtensionMethod": false
|
|
7783
7756
|
},
|
|
7784
7757
|
{
|
|
7785
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.
|
|
7758
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Byte):System.Text.StringBuilder",
|
|
7786
7759
|
"clrName": "Append",
|
|
7787
|
-
"metadataToken":
|
|
7788
|
-
"canonicalSignature": "(System.
|
|
7789
|
-
"normalizedSignature": "Append|(System.
|
|
7760
|
+
"metadataToken": 100681223,
|
|
7761
|
+
"canonicalSignature": "(System.Byte):System.Text.StringBuilder",
|
|
7762
|
+
"normalizedSignature": "Append|(System.Byte):System.Text.StringBuilder|static=false",
|
|
7790
7763
|
"emitScope": "ClassSurface",
|
|
7791
7764
|
"provenance": "Original",
|
|
7792
7765
|
"arity": 0,
|
|
7793
|
-
"parameterCount":
|
|
7766
|
+
"parameterCount": 1,
|
|
7794
7767
|
"isStatic": false,
|
|
7795
7768
|
"isAbstract": false,
|
|
7796
7769
|
"isVirtual": false,
|
|
@@ -7802,15 +7775,15 @@
|
|
|
7802
7775
|
"isExtensionMethod": false
|
|
7803
7776
|
},
|
|
7804
7777
|
{
|
|
7805
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.
|
|
7778
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Int16):System.Text.StringBuilder",
|
|
7806
7779
|
"clrName": "Append",
|
|
7807
|
-
"metadataToken":
|
|
7808
|
-
"canonicalSignature": "(System.
|
|
7809
|
-
"normalizedSignature": "Append|(System.
|
|
7780
|
+
"metadataToken": 100681224,
|
|
7781
|
+
"canonicalSignature": "(System.Int16):System.Text.StringBuilder",
|
|
7782
|
+
"normalizedSignature": "Append|(System.Int16):System.Text.StringBuilder|static=false",
|
|
7810
7783
|
"emitScope": "ClassSurface",
|
|
7811
7784
|
"provenance": "Original",
|
|
7812
7785
|
"arity": 0,
|
|
7813
|
-
"parameterCount":
|
|
7786
|
+
"parameterCount": 1,
|
|
7814
7787
|
"isStatic": false,
|
|
7815
7788
|
"isAbstract": false,
|
|
7816
7789
|
"isVirtual": false,
|
|
@@ -7822,11 +7795,11 @@
|
|
|
7822
7795
|
"isExtensionMethod": false
|
|
7823
7796
|
},
|
|
7824
7797
|
{
|
|
7825
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.
|
|
7798
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Int32):System.Text.StringBuilder",
|
|
7826
7799
|
"clrName": "Append",
|
|
7827
|
-
"metadataToken":
|
|
7828
|
-
"canonicalSignature": "(System.
|
|
7829
|
-
"normalizedSignature": "Append|(System.
|
|
7800
|
+
"metadataToken": 100681225,
|
|
7801
|
+
"canonicalSignature": "(System.Int32):System.Text.StringBuilder",
|
|
7802
|
+
"normalizedSignature": "Append|(System.Int32):System.Text.StringBuilder|static=false",
|
|
7830
7803
|
"emitScope": "ClassSurface",
|
|
7831
7804
|
"provenance": "Original",
|
|
7832
7805
|
"arity": 0,
|
|
@@ -7842,15 +7815,15 @@
|
|
|
7842
7815
|
"isExtensionMethod": false
|
|
7843
7816
|
},
|
|
7844
7817
|
{
|
|
7845
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.
|
|
7818
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Int64):System.Text.StringBuilder",
|
|
7846
7819
|
"clrName": "Append",
|
|
7847
|
-
"metadataToken":
|
|
7848
|
-
"canonicalSignature": "(System.
|
|
7849
|
-
"normalizedSignature": "Append|(System.
|
|
7820
|
+
"metadataToken": 100681226,
|
|
7821
|
+
"canonicalSignature": "(System.Int64):System.Text.StringBuilder",
|
|
7822
|
+
"normalizedSignature": "Append|(System.Int64):System.Text.StringBuilder|static=false",
|
|
7850
7823
|
"emitScope": "ClassSurface",
|
|
7851
7824
|
"provenance": "Original",
|
|
7852
7825
|
"arity": 0,
|
|
7853
|
-
"parameterCount":
|
|
7826
|
+
"parameterCount": 1,
|
|
7854
7827
|
"isStatic": false,
|
|
7855
7828
|
"isAbstract": false,
|
|
7856
7829
|
"isVirtual": false,
|
|
@@ -7862,11 +7835,11 @@
|
|
|
7862
7835
|
"isExtensionMethod": false
|
|
7863
7836
|
},
|
|
7864
7837
|
{
|
|
7865
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.
|
|
7838
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Single):System.Text.StringBuilder",
|
|
7866
7839
|
"clrName": "Append",
|
|
7867
|
-
"metadataToken":
|
|
7868
|
-
"canonicalSignature": "(System.
|
|
7869
|
-
"normalizedSignature": "Append|(System.
|
|
7840
|
+
"metadataToken": 100681227,
|
|
7841
|
+
"canonicalSignature": "(System.Single):System.Text.StringBuilder",
|
|
7842
|
+
"normalizedSignature": "Append|(System.Single):System.Text.StringBuilder|static=false",
|
|
7870
7843
|
"emitScope": "ClassSurface",
|
|
7871
7844
|
"provenance": "Original",
|
|
7872
7845
|
"arity": 0,
|
|
@@ -7882,15 +7855,15 @@
|
|
|
7882
7855
|
"isExtensionMethod": false
|
|
7883
7856
|
},
|
|
7884
7857
|
{
|
|
7885
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.
|
|
7858
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Double):System.Text.StringBuilder",
|
|
7886
7859
|
"clrName": "Append",
|
|
7887
|
-
"metadataToken":
|
|
7888
|
-
"canonicalSignature": "(System.
|
|
7889
|
-
"normalizedSignature": "Append|(System.
|
|
7860
|
+
"metadataToken": 100681228,
|
|
7861
|
+
"canonicalSignature": "(System.Double):System.Text.StringBuilder",
|
|
7862
|
+
"normalizedSignature": "Append|(System.Double):System.Text.StringBuilder|static=false",
|
|
7890
7863
|
"emitScope": "ClassSurface",
|
|
7891
7864
|
"provenance": "Original",
|
|
7892
7865
|
"arity": 0,
|
|
7893
|
-
"parameterCount":
|
|
7866
|
+
"parameterCount": 1,
|
|
7894
7867
|
"isStatic": false,
|
|
7895
7868
|
"isAbstract": false,
|
|
7896
7869
|
"isVirtual": false,
|
|
@@ -7902,15 +7875,15 @@
|
|
|
7902
7875
|
"isExtensionMethod": false
|
|
7903
7876
|
},
|
|
7904
7877
|
{
|
|
7905
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
7906
|
-
"clrName": "
|
|
7907
|
-
"metadataToken":
|
|
7908
|
-
"canonicalSignature": "():System.Text.StringBuilder",
|
|
7909
|
-
"normalizedSignature": "
|
|
7878
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Decimal):System.Text.StringBuilder",
|
|
7879
|
+
"clrName": "Append",
|
|
7880
|
+
"metadataToken": 100681229,
|
|
7881
|
+
"canonicalSignature": "(System.Decimal):System.Text.StringBuilder",
|
|
7882
|
+
"normalizedSignature": "Append|(System.Decimal):System.Text.StringBuilder|static=false",
|
|
7910
7883
|
"emitScope": "ClassSurface",
|
|
7911
7884
|
"provenance": "Original",
|
|
7912
7885
|
"arity": 0,
|
|
7913
|
-
"parameterCount":
|
|
7886
|
+
"parameterCount": 1,
|
|
7914
7887
|
"isStatic": false,
|
|
7915
7888
|
"isAbstract": false,
|
|
7916
7889
|
"isVirtual": false,
|
|
@@ -7922,11 +7895,11 @@
|
|
|
7922
7895
|
"isExtensionMethod": false
|
|
7923
7896
|
},
|
|
7924
7897
|
{
|
|
7925
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
7926
|
-
"clrName": "
|
|
7927
|
-
"metadataToken":
|
|
7928
|
-
"canonicalSignature": "(System.
|
|
7929
|
-
"normalizedSignature": "
|
|
7898
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.UInt16):System.Text.StringBuilder",
|
|
7899
|
+
"clrName": "Append",
|
|
7900
|
+
"metadataToken": 100681230,
|
|
7901
|
+
"canonicalSignature": "(System.UInt16):System.Text.StringBuilder",
|
|
7902
|
+
"normalizedSignature": "Append|(System.UInt16):System.Text.StringBuilder|static=false",
|
|
7930
7903
|
"emitScope": "ClassSurface",
|
|
7931
7904
|
"provenance": "Original",
|
|
7932
7905
|
"arity": 0,
|
|
@@ -7942,15 +7915,15 @@
|
|
|
7942
7915
|
"isExtensionMethod": false
|
|
7943
7916
|
},
|
|
7944
7917
|
{
|
|
7945
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
7946
|
-
"clrName": "
|
|
7947
|
-
"metadataToken":
|
|
7948
|
-
"canonicalSignature": "(System.
|
|
7949
|
-
"normalizedSignature": "
|
|
7918
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.UInt32):System.Text.StringBuilder",
|
|
7919
|
+
"clrName": "Append",
|
|
7920
|
+
"metadataToken": 100681231,
|
|
7921
|
+
"canonicalSignature": "(System.UInt32):System.Text.StringBuilder",
|
|
7922
|
+
"normalizedSignature": "Append|(System.UInt32):System.Text.StringBuilder|static=false",
|
|
7950
7923
|
"emitScope": "ClassSurface",
|
|
7951
7924
|
"provenance": "Original",
|
|
7952
7925
|
"arity": 0,
|
|
7953
|
-
"parameterCount":
|
|
7926
|
+
"parameterCount": 1,
|
|
7954
7927
|
"isStatic": false,
|
|
7955
7928
|
"isAbstract": false,
|
|
7956
7929
|
"isVirtual": false,
|
|
@@ -7962,15 +7935,15 @@
|
|
|
7962
7935
|
"isExtensionMethod": false
|
|
7963
7936
|
},
|
|
7964
7937
|
{
|
|
7965
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
7966
|
-
"clrName": "
|
|
7967
|
-
"metadataToken":
|
|
7968
|
-
"canonicalSignature": "(System.
|
|
7969
|
-
"normalizedSignature": "
|
|
7938
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.UInt64):System.Text.StringBuilder",
|
|
7939
|
+
"clrName": "Append",
|
|
7940
|
+
"metadataToken": 100681232,
|
|
7941
|
+
"canonicalSignature": "(System.UInt64):System.Text.StringBuilder",
|
|
7942
|
+
"normalizedSignature": "Append|(System.UInt64):System.Text.StringBuilder|static=false",
|
|
7970
7943
|
"emitScope": "ClassSurface",
|
|
7971
7944
|
"provenance": "Original",
|
|
7972
7945
|
"arity": 0,
|
|
7973
|
-
"parameterCount":
|
|
7946
|
+
"parameterCount": 1,
|
|
7974
7947
|
"isStatic": false,
|
|
7975
7948
|
"isAbstract": false,
|
|
7976
7949
|
"isVirtual": false,
|
|
@@ -7982,15 +7955,15 @@
|
|
|
7982
7955
|
"isExtensionMethod": false
|
|
7983
7956
|
},
|
|
7984
7957
|
{
|
|
7985
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
7986
|
-
"clrName": "
|
|
7987
|
-
"metadataToken":
|
|
7988
|
-
"canonicalSignature": "(System.
|
|
7989
|
-
"normalizedSignature": "
|
|
7958
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Object):System.Text.StringBuilder",
|
|
7959
|
+
"clrName": "Append",
|
|
7960
|
+
"metadataToken": 100681234,
|
|
7961
|
+
"canonicalSignature": "(System.Object):System.Text.StringBuilder",
|
|
7962
|
+
"normalizedSignature": "Append|(System.Object):System.Text.StringBuilder|static=false",
|
|
7990
7963
|
"emitScope": "ClassSurface",
|
|
7991
7964
|
"provenance": "Original",
|
|
7992
7965
|
"arity": 0,
|
|
7993
|
-
"parameterCount":
|
|
7966
|
+
"parameterCount": 1,
|
|
7994
7967
|
"isStatic": false,
|
|
7995
7968
|
"isAbstract": false,
|
|
7996
7969
|
"isVirtual": false,
|
|
@@ -8002,15 +7975,15 @@
|
|
|
8002
7975
|
"isExtensionMethod": false
|
|
8003
7976
|
},
|
|
8004
7977
|
{
|
|
8005
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8006
|
-
"clrName": "
|
|
8007
|
-
"metadataToken":
|
|
8008
|
-
"canonicalSignature": "(System.
|
|
8009
|
-
"normalizedSignature": "
|
|
7978
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Char[]):System.Text.StringBuilder",
|
|
7979
|
+
"clrName": "Append",
|
|
7980
|
+
"metadataToken": 100681235,
|
|
7981
|
+
"canonicalSignature": "(System.Char[]):System.Text.StringBuilder",
|
|
7982
|
+
"normalizedSignature": "Append|(System.Char[]):System.Text.StringBuilder|static=false",
|
|
8010
7983
|
"emitScope": "ClassSurface",
|
|
8011
7984
|
"provenance": "Original",
|
|
8012
7985
|
"arity": 0,
|
|
8013
|
-
"parameterCount":
|
|
7986
|
+
"parameterCount": 1,
|
|
8014
7987
|
"isStatic": false,
|
|
8015
7988
|
"isAbstract": false,
|
|
8016
7989
|
"isVirtual": false,
|
|
@@ -8022,11 +7995,11 @@
|
|
|
8022
7995
|
"isExtensionMethod": false
|
|
8023
7996
|
},
|
|
8024
7997
|
{
|
|
8025
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.
|
|
7998
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8026
7999
|
"clrName": "Append",
|
|
8027
|
-
"metadataToken":
|
|
8028
|
-
"canonicalSignature": "(System.
|
|
8029
|
-
"normalizedSignature": "Append|(System.
|
|
8000
|
+
"metadataToken": 100681236,
|
|
8001
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8002
|
+
"normalizedSignature": "Append|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
8030
8003
|
"emitScope": "ClassSurface",
|
|
8031
8004
|
"provenance": "Original",
|
|
8032
8005
|
"arity": 0,
|
|
@@ -8042,11 +8015,11 @@
|
|
|
8042
8015
|
"isExtensionMethod": false
|
|
8043
8016
|
},
|
|
8044
8017
|
{
|
|
8045
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Char):System.Text.StringBuilder",
|
|
8018
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8046
8019
|
"clrName": "Append",
|
|
8047
|
-
"metadataToken":
|
|
8048
|
-
"canonicalSignature": "(System.Char):System.Text.StringBuilder",
|
|
8049
|
-
"normalizedSignature": "Append|(System.Char):System.Text.StringBuilder|static=false",
|
|
8020
|
+
"metadataToken": 100681237,
|
|
8021
|
+
"canonicalSignature": "(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8022
|
+
"normalizedSignature": "Append|(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
8050
8023
|
"emitScope": "ClassSurface",
|
|
8051
8024
|
"provenance": "Original",
|
|
8052
8025
|
"arity": 0,
|
|
@@ -8062,11 +8035,11 @@
|
|
|
8062
8035
|
"isExtensionMethod": false
|
|
8063
8036
|
},
|
|
8064
8037
|
{
|
|
8065
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.
|
|
8038
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
|
|
8066
8039
|
"clrName": "Append",
|
|
8067
|
-
"metadataToken":
|
|
8068
|
-
"canonicalSignature": "(System.
|
|
8069
|
-
"normalizedSignature": "Append|(System.
|
|
8040
|
+
"metadataToken": 100681238,
|
|
8041
|
+
"canonicalSignature": "(System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
|
|
8042
|
+
"normalizedSignature": "Append|(System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder|static=false",
|
|
8070
8043
|
"emitScope": "ClassSurface",
|
|
8071
8044
|
"provenance": "Original",
|
|
8072
8045
|
"arity": 0,
|
|
@@ -8079,18 +8052,24 @@
|
|
|
8079
8052
|
"visibility": "Public",
|
|
8080
8053
|
"declaringClrType": "System.Text.StringBuilder",
|
|
8081
8054
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8082
|
-
"isExtensionMethod": false
|
|
8055
|
+
"isExtensionMethod": false,
|
|
8056
|
+
"parameterModifiers": [
|
|
8057
|
+
{
|
|
8058
|
+
"index": 0,
|
|
8059
|
+
"modifier": "ref"
|
|
8060
|
+
}
|
|
8061
|
+
]
|
|
8083
8062
|
},
|
|
8084
8063
|
{
|
|
8085
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.
|
|
8064
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.IFormatProvider,System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
|
|
8086
8065
|
"clrName": "Append",
|
|
8087
|
-
"metadataToken":
|
|
8088
|
-
"canonicalSignature": "(System.
|
|
8089
|
-
"normalizedSignature": "Append|(System.
|
|
8066
|
+
"metadataToken": 100681239,
|
|
8067
|
+
"canonicalSignature": "(System.IFormatProvider,System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
|
|
8068
|
+
"normalizedSignature": "Append|(System.IFormatProvider,System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder|static=false",
|
|
8090
8069
|
"emitScope": "ClassSurface",
|
|
8091
8070
|
"provenance": "Original",
|
|
8092
8071
|
"arity": 0,
|
|
8093
|
-
"parameterCount":
|
|
8072
|
+
"parameterCount": 2,
|
|
8094
8073
|
"isStatic": false,
|
|
8095
8074
|
"isAbstract": false,
|
|
8096
8075
|
"isVirtual": false,
|
|
@@ -8099,14 +8078,20 @@
|
|
|
8099
8078
|
"visibility": "Public",
|
|
8100
8079
|
"declaringClrType": "System.Text.StringBuilder",
|
|
8101
8080
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8102
|
-
"isExtensionMethod": false
|
|
8081
|
+
"isExtensionMethod": false,
|
|
8082
|
+
"parameterModifiers": [
|
|
8083
|
+
{
|
|
8084
|
+
"index": 1,
|
|
8085
|
+
"modifier": "ref"
|
|
8086
|
+
}
|
|
8087
|
+
]
|
|
8103
8088
|
},
|
|
8104
8089
|
{
|
|
8105
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8106
|
-
"clrName": "
|
|
8107
|
-
"metadataToken":
|
|
8108
|
-
"canonicalSignature": "(System.
|
|
8109
|
-
"normalizedSignature": "
|
|
8090
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendLine(System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
|
|
8091
|
+
"clrName": "AppendLine",
|
|
8092
|
+
"metadataToken": 100681240,
|
|
8093
|
+
"canonicalSignature": "(System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
|
|
8094
|
+
"normalizedSignature": "AppendLine|(System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder|static=false",
|
|
8110
8095
|
"emitScope": "ClassSurface",
|
|
8111
8096
|
"provenance": "Original",
|
|
8112
8097
|
"arity": 0,
|
|
@@ -8119,18 +8104,24 @@
|
|
|
8119
8104
|
"visibility": "Public",
|
|
8120
8105
|
"declaringClrType": "System.Text.StringBuilder",
|
|
8121
8106
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8122
|
-
"isExtensionMethod": false
|
|
8107
|
+
"isExtensionMethod": false,
|
|
8108
|
+
"parameterModifiers": [
|
|
8109
|
+
{
|
|
8110
|
+
"index": 0,
|
|
8111
|
+
"modifier": "ref"
|
|
8112
|
+
}
|
|
8113
|
+
]
|
|
8123
8114
|
},
|
|
8124
8115
|
{
|
|
8125
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8126
|
-
"clrName": "
|
|
8127
|
-
"metadataToken":
|
|
8128
|
-
"canonicalSignature": "(System.
|
|
8129
|
-
"normalizedSignature": "
|
|
8116
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendLine(System.IFormatProvider,System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
|
|
8117
|
+
"clrName": "AppendLine",
|
|
8118
|
+
"metadataToken": 100681241,
|
|
8119
|
+
"canonicalSignature": "(System.IFormatProvider,System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder",
|
|
8120
|
+
"normalizedSignature": "AppendLine|(System.IFormatProvider,System.Text.StringBuilder\u002BAppendInterpolatedStringHandler\u0026):System.Text.StringBuilder|static=false",
|
|
8130
8121
|
"emitScope": "ClassSurface",
|
|
8131
8122
|
"provenance": "Original",
|
|
8132
8123
|
"arity": 0,
|
|
8133
|
-
"parameterCount":
|
|
8124
|
+
"parameterCount": 2,
|
|
8134
8125
|
"isStatic": false,
|
|
8135
8126
|
"isAbstract": false,
|
|
8136
8127
|
"isVirtual": false,
|
|
@@ -8139,18 +8130,24 @@
|
|
|
8139
8130
|
"visibility": "Public",
|
|
8140
8131
|
"declaringClrType": "System.Text.StringBuilder",
|
|
8141
8132
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8142
|
-
"isExtensionMethod": false
|
|
8133
|
+
"isExtensionMethod": false,
|
|
8134
|
+
"parameterModifiers": [
|
|
8135
|
+
{
|
|
8136
|
+
"index": 1,
|
|
8137
|
+
"modifier": "ref"
|
|
8138
|
+
}
|
|
8139
|
+
]
|
|
8143
8140
|
},
|
|
8144
8141
|
{
|
|
8145
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8146
|
-
"clrName": "
|
|
8147
|
-
"metadataToken":
|
|
8148
|
-
"canonicalSignature": "(System.
|
|
8149
|
-
"normalizedSignature": "
|
|
8142
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.String,System.Object[]):System.Text.StringBuilder",
|
|
8143
|
+
"clrName": "AppendJoin",
|
|
8144
|
+
"metadataToken": 100681242,
|
|
8145
|
+
"canonicalSignature": "(System.String,System.Object[]):System.Text.StringBuilder",
|
|
8146
|
+
"normalizedSignature": "AppendJoin|(System.String,System.Object[]):System.Text.StringBuilder|static=false",
|
|
8150
8147
|
"emitScope": "ClassSurface",
|
|
8151
8148
|
"provenance": "Original",
|
|
8152
8149
|
"arity": 0,
|
|
8153
|
-
"parameterCount":
|
|
8150
|
+
"parameterCount": 2,
|
|
8154
8151
|
"isStatic": false,
|
|
8155
8152
|
"isAbstract": false,
|
|
8156
8153
|
"isVirtual": false,
|
|
@@ -8162,15 +8159,15 @@
|
|
|
8162
8159
|
"isExtensionMethod": false
|
|
8163
8160
|
},
|
|
8164
8161
|
{
|
|
8165
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8166
|
-
"clrName": "
|
|
8167
|
-
"metadataToken":
|
|
8168
|
-
"canonicalSignature": "(System.
|
|
8169
|
-
"normalizedSignature": "
|
|
8162
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8163
|
+
"clrName": "AppendJoin",
|
|
8164
|
+
"metadataToken": 100681243,
|
|
8165
|
+
"canonicalSignature": "(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8166
|
+
"normalizedSignature": "AppendJoin|(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
8170
8167
|
"emitScope": "ClassSurface",
|
|
8171
8168
|
"provenance": "Original",
|
|
8172
8169
|
"arity": 0,
|
|
8173
|
-
"parameterCount":
|
|
8170
|
+
"parameterCount": 2,
|
|
8174
8171
|
"isStatic": false,
|
|
8175
8172
|
"isAbstract": false,
|
|
8176
8173
|
"isVirtual": false,
|
|
@@ -8182,15 +8179,15 @@
|
|
|
8182
8179
|
"isExtensionMethod": false
|
|
8183
8180
|
},
|
|
8184
8181
|
{
|
|
8185
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8186
|
-
"clrName": "
|
|
8187
|
-
"metadataToken":
|
|
8188
|
-
"canonicalSignature": "(System.
|
|
8189
|
-
"normalizedSignature": "
|
|
8182
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.String,IEnumerable_1):System.Text.StringBuilder",
|
|
8183
|
+
"clrName": "AppendJoin",
|
|
8184
|
+
"metadataToken": 100681244,
|
|
8185
|
+
"canonicalSignature": "(System.String,IEnumerable_1):System.Text.StringBuilder",
|
|
8186
|
+
"normalizedSignature": "AppendJoin|(System.String,IEnumerable_1):System.Text.StringBuilder|static=false",
|
|
8190
8187
|
"emitScope": "ClassSurface",
|
|
8191
8188
|
"provenance": "Original",
|
|
8192
|
-
"arity":
|
|
8193
|
-
"parameterCount":
|
|
8189
|
+
"arity": 1,
|
|
8190
|
+
"parameterCount": 2,
|
|
8194
8191
|
"isStatic": false,
|
|
8195
8192
|
"isAbstract": false,
|
|
8196
8193
|
"isVirtual": false,
|
|
@@ -8202,15 +8199,15 @@
|
|
|
8202
8199
|
"isExtensionMethod": false
|
|
8203
8200
|
},
|
|
8204
8201
|
{
|
|
8205
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8206
|
-
"clrName": "
|
|
8207
|
-
"metadataToken":
|
|
8208
|
-
"canonicalSignature": "(System.
|
|
8209
|
-
"normalizedSignature": "
|
|
8202
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.String,System.String[]):System.Text.StringBuilder",
|
|
8203
|
+
"clrName": "AppendJoin",
|
|
8204
|
+
"metadataToken": 100681245,
|
|
8205
|
+
"canonicalSignature": "(System.String,System.String[]):System.Text.StringBuilder",
|
|
8206
|
+
"normalizedSignature": "AppendJoin|(System.String,System.String[]):System.Text.StringBuilder|static=false",
|
|
8210
8207
|
"emitScope": "ClassSurface",
|
|
8211
8208
|
"provenance": "Original",
|
|
8212
8209
|
"arity": 0,
|
|
8213
|
-
"parameterCount":
|
|
8210
|
+
"parameterCount": 2,
|
|
8214
8211
|
"isStatic": false,
|
|
8215
8212
|
"isAbstract": false,
|
|
8216
8213
|
"isVirtual": false,
|
|
@@ -8222,15 +8219,15 @@
|
|
|
8222
8219
|
"isExtensionMethod": false
|
|
8223
8220
|
},
|
|
8224
8221
|
{
|
|
8225
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8226
|
-
"clrName": "
|
|
8227
|
-
"metadataToken":
|
|
8228
|
-
"canonicalSignature": "(System.
|
|
8229
|
-
"normalizedSignature": "
|
|
8222
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.String,System.ReadOnlySpan_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8223
|
+
"clrName": "AppendJoin",
|
|
8224
|
+
"metadataToken": 100681246,
|
|
8225
|
+
"canonicalSignature": "(System.String,System.ReadOnlySpan_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8226
|
+
"normalizedSignature": "AppendJoin|(System.String,System.ReadOnlySpan_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
8230
8227
|
"emitScope": "ClassSurface",
|
|
8231
8228
|
"provenance": "Original",
|
|
8232
8229
|
"arity": 0,
|
|
8233
|
-
"parameterCount":
|
|
8230
|
+
"parameterCount": 2,
|
|
8234
8231
|
"isStatic": false,
|
|
8235
8232
|
"isAbstract": false,
|
|
8236
8233
|
"isVirtual": false,
|
|
@@ -8242,15 +8239,15 @@
|
|
|
8242
8239
|
"isExtensionMethod": false
|
|
8243
8240
|
},
|
|
8244
8241
|
{
|
|
8245
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8246
|
-
"clrName": "
|
|
8247
|
-
"metadataToken":
|
|
8248
|
-
"canonicalSignature": "(System.
|
|
8249
|
-
"normalizedSignature": "
|
|
8242
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.Char,System.Object[]):System.Text.StringBuilder",
|
|
8243
|
+
"clrName": "AppendJoin",
|
|
8244
|
+
"metadataToken": 100681247,
|
|
8245
|
+
"canonicalSignature": "(System.Char,System.Object[]):System.Text.StringBuilder",
|
|
8246
|
+
"normalizedSignature": "AppendJoin|(System.Char,System.Object[]):System.Text.StringBuilder|static=false",
|
|
8250
8247
|
"emitScope": "ClassSurface",
|
|
8251
8248
|
"provenance": "Original",
|
|
8252
8249
|
"arity": 0,
|
|
8253
|
-
"parameterCount":
|
|
8250
|
+
"parameterCount": 2,
|
|
8254
8251
|
"isStatic": false,
|
|
8255
8252
|
"isAbstract": false,
|
|
8256
8253
|
"isVirtual": false,
|
|
@@ -8262,15 +8259,15 @@
|
|
|
8262
8259
|
"isExtensionMethod": false
|
|
8263
8260
|
},
|
|
8264
8261
|
{
|
|
8265
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8266
|
-
"clrName": "
|
|
8267
|
-
"metadataToken":
|
|
8268
|
-
"canonicalSignature": "(System.
|
|
8269
|
-
"normalizedSignature": "
|
|
8262
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.Char,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8263
|
+
"clrName": "AppendJoin",
|
|
8264
|
+
"metadataToken": 100681248,
|
|
8265
|
+
"canonicalSignature": "(System.Char,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8266
|
+
"normalizedSignature": "AppendJoin|(System.Char,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
8270
8267
|
"emitScope": "ClassSurface",
|
|
8271
8268
|
"provenance": "Original",
|
|
8272
8269
|
"arity": 0,
|
|
8273
|
-
"parameterCount":
|
|
8270
|
+
"parameterCount": 2,
|
|
8274
8271
|
"isStatic": false,
|
|
8275
8272
|
"isAbstract": false,
|
|
8276
8273
|
"isVirtual": false,
|
|
@@ -8282,15 +8279,15 @@
|
|
|
8282
8279
|
"isExtensionMethod": false
|
|
8283
8280
|
},
|
|
8284
8281
|
{
|
|
8285
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8286
|
-
"clrName": "
|
|
8287
|
-
"metadataToken":
|
|
8288
|
-
"canonicalSignature": "(System.
|
|
8289
|
-
"normalizedSignature": "
|
|
8282
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.Char,IEnumerable_1):System.Text.StringBuilder",
|
|
8283
|
+
"clrName": "AppendJoin",
|
|
8284
|
+
"metadataToken": 100681249,
|
|
8285
|
+
"canonicalSignature": "(System.Char,IEnumerable_1):System.Text.StringBuilder",
|
|
8286
|
+
"normalizedSignature": "AppendJoin|(System.Char,IEnumerable_1):System.Text.StringBuilder|static=false",
|
|
8290
8287
|
"emitScope": "ClassSurface",
|
|
8291
8288
|
"provenance": "Original",
|
|
8292
|
-
"arity":
|
|
8293
|
-
"parameterCount":
|
|
8289
|
+
"arity": 1,
|
|
8290
|
+
"parameterCount": 2,
|
|
8294
8291
|
"isStatic": false,
|
|
8295
8292
|
"isAbstract": false,
|
|
8296
8293
|
"isVirtual": false,
|
|
@@ -8302,15 +8299,15 @@
|
|
|
8302
8299
|
"isExtensionMethod": false
|
|
8303
8300
|
},
|
|
8304
8301
|
{
|
|
8305
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8306
|
-
"clrName": "
|
|
8307
|
-
"metadataToken":
|
|
8308
|
-
"canonicalSignature": "(System.Char[]):System.Text.StringBuilder",
|
|
8309
|
-
"normalizedSignature": "
|
|
8302
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.Char,System.String[]):System.Text.StringBuilder",
|
|
8303
|
+
"clrName": "AppendJoin",
|
|
8304
|
+
"metadataToken": 100681250,
|
|
8305
|
+
"canonicalSignature": "(System.Char,System.String[]):System.Text.StringBuilder",
|
|
8306
|
+
"normalizedSignature": "AppendJoin|(System.Char,System.String[]):System.Text.StringBuilder|static=false",
|
|
8310
8307
|
"emitScope": "ClassSurface",
|
|
8311
8308
|
"provenance": "Original",
|
|
8312
8309
|
"arity": 0,
|
|
8313
|
-
"parameterCount":
|
|
8310
|
+
"parameterCount": 2,
|
|
8314
8311
|
"isStatic": false,
|
|
8315
8312
|
"isAbstract": false,
|
|
8316
8313
|
"isVirtual": false,
|
|
@@ -8322,15 +8319,15 @@
|
|
|
8322
8319
|
"isExtensionMethod": false
|
|
8323
8320
|
},
|
|
8324
8321
|
{
|
|
8325
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8326
|
-
"clrName": "
|
|
8327
|
-
"metadataToken":
|
|
8328
|
-
"canonicalSignature": "(System.ReadOnlySpan_1[[System.
|
|
8329
|
-
"normalizedSignature": "
|
|
8322
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendJoin(System.Char,System.ReadOnlySpan_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8323
|
+
"clrName": "AppendJoin",
|
|
8324
|
+
"metadataToken": 100681251,
|
|
8325
|
+
"canonicalSignature": "(System.Char,System.ReadOnlySpan_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8326
|
+
"normalizedSignature": "AppendJoin|(System.Char,System.ReadOnlySpan_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
8330
8327
|
"emitScope": "ClassSurface",
|
|
8331
8328
|
"provenance": "Original",
|
|
8332
8329
|
"arity": 0,
|
|
8333
|
-
"parameterCount":
|
|
8330
|
+
"parameterCount": 2,
|
|
8334
8331
|
"isStatic": false,
|
|
8335
8332
|
"isAbstract": false,
|
|
8336
8333
|
"isVirtual": false,
|
|
@@ -8342,15 +8339,15 @@
|
|
|
8342
8339
|
"isExtensionMethod": false
|
|
8343
8340
|
},
|
|
8344
8341
|
{
|
|
8345
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8346
|
-
"clrName": "
|
|
8347
|
-
"metadataToken":
|
|
8348
|
-
"canonicalSignature": "(System.
|
|
8349
|
-
"normalizedSignature": "
|
|
8342
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.String):System.Text.StringBuilder",
|
|
8343
|
+
"clrName": "Insert",
|
|
8344
|
+
"metadataToken": 100681254,
|
|
8345
|
+
"canonicalSignature": "(System.Int32,System.String):System.Text.StringBuilder",
|
|
8346
|
+
"normalizedSignature": "Insert|(System.Int32,System.String):System.Text.StringBuilder|static=false",
|
|
8350
8347
|
"emitScope": "ClassSurface",
|
|
8351
8348
|
"provenance": "Original",
|
|
8352
8349
|
"arity": 0,
|
|
8353
|
-
"parameterCount":
|
|
8350
|
+
"parameterCount": 2,
|
|
8354
8351
|
"isStatic": false,
|
|
8355
8352
|
"isAbstract": false,
|
|
8356
8353
|
"isVirtual": false,
|
|
@@ -8362,15 +8359,15 @@
|
|
|
8362
8359
|
"isExtensionMethod": false
|
|
8363
8360
|
},
|
|
8364
8361
|
{
|
|
8365
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8366
|
-
"clrName": "
|
|
8367
|
-
"metadataToken":
|
|
8368
|
-
"canonicalSignature": "(System.
|
|
8369
|
-
"normalizedSignature": "
|
|
8362
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Boolean):System.Text.StringBuilder",
|
|
8363
|
+
"clrName": "Insert",
|
|
8364
|
+
"metadataToken": 100681255,
|
|
8365
|
+
"canonicalSignature": "(System.Int32,System.Boolean):System.Text.StringBuilder",
|
|
8366
|
+
"normalizedSignature": "Insert|(System.Int32,System.Boolean):System.Text.StringBuilder|static=false",
|
|
8370
8367
|
"emitScope": "ClassSurface",
|
|
8371
8368
|
"provenance": "Original",
|
|
8372
8369
|
"arity": 0,
|
|
8373
|
-
"parameterCount":
|
|
8370
|
+
"parameterCount": 2,
|
|
8374
8371
|
"isStatic": false,
|
|
8375
8372
|
"isAbstract": false,
|
|
8376
8373
|
"isVirtual": false,
|
|
@@ -8379,20 +8376,14 @@
|
|
|
8379
8376
|
"visibility": "Public",
|
|
8380
8377
|
"declaringClrType": "System.Text.StringBuilder",
|
|
8381
8378
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8382
|
-
"isExtensionMethod": false
|
|
8383
|
-
"parameterModifiers": [
|
|
8384
|
-
{
|
|
8385
|
-
"index": 0,
|
|
8386
|
-
"modifier": "ref"
|
|
8387
|
-
}
|
|
8388
|
-
]
|
|
8379
|
+
"isExtensionMethod": false
|
|
8389
8380
|
},
|
|
8390
8381
|
{
|
|
8391
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8392
|
-
"clrName": "
|
|
8393
|
-
"metadataToken":
|
|
8394
|
-
"canonicalSignature": "(System.
|
|
8395
|
-
"normalizedSignature": "
|
|
8382
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.SByte):System.Text.StringBuilder",
|
|
8383
|
+
"clrName": "Insert",
|
|
8384
|
+
"metadataToken": 100681256,
|
|
8385
|
+
"canonicalSignature": "(System.Int32,System.SByte):System.Text.StringBuilder",
|
|
8386
|
+
"normalizedSignature": "Insert|(System.Int32,System.SByte):System.Text.StringBuilder|static=false",
|
|
8396
8387
|
"emitScope": "ClassSurface",
|
|
8397
8388
|
"provenance": "Original",
|
|
8398
8389
|
"arity": 0,
|
|
@@ -8405,24 +8396,18 @@
|
|
|
8405
8396
|
"visibility": "Public",
|
|
8406
8397
|
"declaringClrType": "System.Text.StringBuilder",
|
|
8407
8398
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8408
|
-
"isExtensionMethod": false
|
|
8409
|
-
"parameterModifiers": [
|
|
8410
|
-
{
|
|
8411
|
-
"index": 1,
|
|
8412
|
-
"modifier": "ref"
|
|
8413
|
-
}
|
|
8414
|
-
]
|
|
8399
|
+
"isExtensionMethod": false
|
|
8415
8400
|
},
|
|
8416
8401
|
{
|
|
8417
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8418
|
-
"clrName": "
|
|
8419
|
-
"metadataToken":
|
|
8420
|
-
"canonicalSignature": "(System.
|
|
8421
|
-
"normalizedSignature": "
|
|
8402
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Byte):System.Text.StringBuilder",
|
|
8403
|
+
"clrName": "Insert",
|
|
8404
|
+
"metadataToken": 100681257,
|
|
8405
|
+
"canonicalSignature": "(System.Int32,System.Byte):System.Text.StringBuilder",
|
|
8406
|
+
"normalizedSignature": "Insert|(System.Int32,System.Byte):System.Text.StringBuilder|static=false",
|
|
8422
8407
|
"emitScope": "ClassSurface",
|
|
8423
8408
|
"provenance": "Original",
|
|
8424
8409
|
"arity": 0,
|
|
8425
|
-
"parameterCount":
|
|
8410
|
+
"parameterCount": 2,
|
|
8426
8411
|
"isStatic": false,
|
|
8427
8412
|
"isAbstract": false,
|
|
8428
8413
|
"isVirtual": false,
|
|
@@ -8431,20 +8416,14 @@
|
|
|
8431
8416
|
"visibility": "Public",
|
|
8432
8417
|
"declaringClrType": "System.Text.StringBuilder",
|
|
8433
8418
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8434
|
-
"isExtensionMethod": false
|
|
8435
|
-
"parameterModifiers": [
|
|
8436
|
-
{
|
|
8437
|
-
"index": 0,
|
|
8438
|
-
"modifier": "ref"
|
|
8439
|
-
}
|
|
8440
|
-
]
|
|
8419
|
+
"isExtensionMethod": false
|
|
8441
8420
|
},
|
|
8442
8421
|
{
|
|
8443
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8444
|
-
"clrName": "
|
|
8445
|
-
"metadataToken":
|
|
8446
|
-
"canonicalSignature": "(System.
|
|
8447
|
-
"normalizedSignature": "
|
|
8422
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Int16):System.Text.StringBuilder",
|
|
8423
|
+
"clrName": "Insert",
|
|
8424
|
+
"metadataToken": 100681258,
|
|
8425
|
+
"canonicalSignature": "(System.Int32,System.Int16):System.Text.StringBuilder",
|
|
8426
|
+
"normalizedSignature": "Insert|(System.Int32,System.Int16):System.Text.StringBuilder|static=false",
|
|
8448
8427
|
"emitScope": "ClassSurface",
|
|
8449
8428
|
"provenance": "Original",
|
|
8450
8429
|
"arity": 0,
|
|
@@ -8457,20 +8436,14 @@
|
|
|
8457
8436
|
"visibility": "Public",
|
|
8458
8437
|
"declaringClrType": "System.Text.StringBuilder",
|
|
8459
8438
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8460
|
-
"isExtensionMethod": false
|
|
8461
|
-
"parameterModifiers": [
|
|
8462
|
-
{
|
|
8463
|
-
"index": 1,
|
|
8464
|
-
"modifier": "ref"
|
|
8465
|
-
}
|
|
8466
|
-
]
|
|
8439
|
+
"isExtensionMethod": false
|
|
8467
8440
|
},
|
|
8468
8441
|
{
|
|
8469
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8470
|
-
"clrName": "
|
|
8471
|
-
"metadataToken":
|
|
8472
|
-
"canonicalSignature": "(System.
|
|
8473
|
-
"normalizedSignature": "
|
|
8442
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Char):System.Text.StringBuilder",
|
|
8443
|
+
"clrName": "Insert",
|
|
8444
|
+
"metadataToken": 100681259,
|
|
8445
|
+
"canonicalSignature": "(System.Int32,System.Char):System.Text.StringBuilder",
|
|
8446
|
+
"normalizedSignature": "Insert|(System.Int32,System.Char):System.Text.StringBuilder|static=false",
|
|
8474
8447
|
"emitScope": "ClassSurface",
|
|
8475
8448
|
"provenance": "Original",
|
|
8476
8449
|
"arity": 0,
|
|
@@ -8486,11 +8459,11 @@
|
|
|
8486
8459
|
"isExtensionMethod": false
|
|
8487
8460
|
},
|
|
8488
8461
|
{
|
|
8489
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8490
|
-
"clrName": "
|
|
8491
|
-
"metadataToken":
|
|
8492
|
-
"canonicalSignature": "(System.
|
|
8493
|
-
"normalizedSignature": "
|
|
8462
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Char[]):System.Text.StringBuilder",
|
|
8463
|
+
"clrName": "Insert",
|
|
8464
|
+
"metadataToken": 100681260,
|
|
8465
|
+
"canonicalSignature": "(System.Int32,System.Char[]):System.Text.StringBuilder",
|
|
8466
|
+
"normalizedSignature": "Insert|(System.Int32,System.Char[]):System.Text.StringBuilder|static=false",
|
|
8494
8467
|
"emitScope": "ClassSurface",
|
|
8495
8468
|
"provenance": "Original",
|
|
8496
8469
|
"arity": 0,
|
|
@@ -8506,15 +8479,15 @@
|
|
|
8506
8479
|
"isExtensionMethod": false
|
|
8507
8480
|
},
|
|
8508
8481
|
{
|
|
8509
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8510
|
-
"clrName": "
|
|
8511
|
-
"metadataToken":
|
|
8512
|
-
"canonicalSignature": "(System.
|
|
8513
|
-
"normalizedSignature": "
|
|
8482
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Char[],System.Int32,System.Int32):System.Text.StringBuilder",
|
|
8483
|
+
"clrName": "Insert",
|
|
8484
|
+
"metadataToken": 100681261,
|
|
8485
|
+
"canonicalSignature": "(System.Int32,System.Char[],System.Int32,System.Int32):System.Text.StringBuilder",
|
|
8486
|
+
"normalizedSignature": "Insert|(System.Int32,System.Char[],System.Int32,System.Int32):System.Text.StringBuilder|static=false",
|
|
8514
8487
|
"emitScope": "ClassSurface",
|
|
8515
8488
|
"provenance": "Original",
|
|
8516
|
-
"arity":
|
|
8517
|
-
"parameterCount":
|
|
8489
|
+
"arity": 0,
|
|
8490
|
+
"parameterCount": 4,
|
|
8518
8491
|
"isStatic": false,
|
|
8519
8492
|
"isAbstract": false,
|
|
8520
8493
|
"isVirtual": false,
|
|
@@ -8526,11 +8499,11 @@
|
|
|
8526
8499
|
"isExtensionMethod": false
|
|
8527
8500
|
},
|
|
8528
8501
|
{
|
|
8529
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8530
|
-
"clrName": "
|
|
8531
|
-
"metadataToken":
|
|
8532
|
-
"canonicalSignature": "(System.
|
|
8533
|
-
"normalizedSignature": "
|
|
8502
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Int32):System.Text.StringBuilder",
|
|
8503
|
+
"clrName": "Insert",
|
|
8504
|
+
"metadataToken": 100681262,
|
|
8505
|
+
"canonicalSignature": "(System.Int32,System.Int32):System.Text.StringBuilder",
|
|
8506
|
+
"normalizedSignature": "Insert|(System.Int32,System.Int32):System.Text.StringBuilder|static=false",
|
|
8534
8507
|
"emitScope": "ClassSurface",
|
|
8535
8508
|
"provenance": "Original",
|
|
8536
8509
|
"arity": 0,
|
|
@@ -8546,11 +8519,11 @@
|
|
|
8546
8519
|
"isExtensionMethod": false
|
|
8547
8520
|
},
|
|
8548
8521
|
{
|
|
8549
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8550
|
-
"clrName": "
|
|
8551
|
-
"metadataToken":
|
|
8552
|
-
"canonicalSignature": "(System.
|
|
8553
|
-
"normalizedSignature": "
|
|
8522
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Int64):System.Text.StringBuilder",
|
|
8523
|
+
"clrName": "Insert",
|
|
8524
|
+
"metadataToken": 100681263,
|
|
8525
|
+
"canonicalSignature": "(System.Int32,System.Int64):System.Text.StringBuilder",
|
|
8526
|
+
"normalizedSignature": "Insert|(System.Int32,System.Int64):System.Text.StringBuilder|static=false",
|
|
8554
8527
|
"emitScope": "ClassSurface",
|
|
8555
8528
|
"provenance": "Original",
|
|
8556
8529
|
"arity": 0,
|
|
@@ -8566,11 +8539,11 @@
|
|
|
8566
8539
|
"isExtensionMethod": false
|
|
8567
8540
|
},
|
|
8568
8541
|
{
|
|
8569
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8570
|
-
"clrName": "
|
|
8571
|
-
"metadataToken":
|
|
8572
|
-
"canonicalSignature": "(System.
|
|
8573
|
-
"normalizedSignature": "
|
|
8542
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Single):System.Text.StringBuilder",
|
|
8543
|
+
"clrName": "Insert",
|
|
8544
|
+
"metadataToken": 100681264,
|
|
8545
|
+
"canonicalSignature": "(System.Int32,System.Single):System.Text.StringBuilder",
|
|
8546
|
+
"normalizedSignature": "Insert|(System.Int32,System.Single):System.Text.StringBuilder|static=false",
|
|
8574
8547
|
"emitScope": "ClassSurface",
|
|
8575
8548
|
"provenance": "Original",
|
|
8576
8549
|
"arity": 0,
|
|
@@ -8586,11 +8559,11 @@
|
|
|
8586
8559
|
"isExtensionMethod": false
|
|
8587
8560
|
},
|
|
8588
8561
|
{
|
|
8589
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8590
|
-
"clrName": "
|
|
8591
|
-
"metadataToken":
|
|
8592
|
-
"canonicalSignature": "(System.
|
|
8593
|
-
"normalizedSignature": "
|
|
8562
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Double):System.Text.StringBuilder",
|
|
8563
|
+
"clrName": "Insert",
|
|
8564
|
+
"metadataToken": 100681265,
|
|
8565
|
+
"canonicalSignature": "(System.Int32,System.Double):System.Text.StringBuilder",
|
|
8566
|
+
"normalizedSignature": "Insert|(System.Int32,System.Double):System.Text.StringBuilder|static=false",
|
|
8594
8567
|
"emitScope": "ClassSurface",
|
|
8595
8568
|
"provenance": "Original",
|
|
8596
8569
|
"arity": 0,
|
|
@@ -8606,14 +8579,14 @@
|
|
|
8606
8579
|
"isExtensionMethod": false
|
|
8607
8580
|
},
|
|
8608
8581
|
{
|
|
8609
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8610
|
-
"clrName": "
|
|
8611
|
-
"metadataToken":
|
|
8612
|
-
"canonicalSignature": "(System.
|
|
8613
|
-
"normalizedSignature": "
|
|
8582
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Decimal):System.Text.StringBuilder",
|
|
8583
|
+
"clrName": "Insert",
|
|
8584
|
+
"metadataToken": 100681266,
|
|
8585
|
+
"canonicalSignature": "(System.Int32,System.Decimal):System.Text.StringBuilder",
|
|
8586
|
+
"normalizedSignature": "Insert|(System.Int32,System.Decimal):System.Text.StringBuilder|static=false",
|
|
8614
8587
|
"emitScope": "ClassSurface",
|
|
8615
8588
|
"provenance": "Original",
|
|
8616
|
-
"arity":
|
|
8589
|
+
"arity": 0,
|
|
8617
8590
|
"parameterCount": 2,
|
|
8618
8591
|
"isStatic": false,
|
|
8619
8592
|
"isAbstract": false,
|
|
@@ -8626,11 +8599,11 @@
|
|
|
8626
8599
|
"isExtensionMethod": false
|
|
8627
8600
|
},
|
|
8628
8601
|
{
|
|
8629
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8630
|
-
"clrName": "
|
|
8631
|
-
"metadataToken":
|
|
8632
|
-
"canonicalSignature": "(System.
|
|
8633
|
-
"normalizedSignature": "
|
|
8602
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.UInt16):System.Text.StringBuilder",
|
|
8603
|
+
"clrName": "Insert",
|
|
8604
|
+
"metadataToken": 100681267,
|
|
8605
|
+
"canonicalSignature": "(System.Int32,System.UInt16):System.Text.StringBuilder",
|
|
8606
|
+
"normalizedSignature": "Insert|(System.Int32,System.UInt16):System.Text.StringBuilder|static=false",
|
|
8634
8607
|
"emitScope": "ClassSurface",
|
|
8635
8608
|
"provenance": "Original",
|
|
8636
8609
|
"arity": 0,
|
|
@@ -8646,11 +8619,11 @@
|
|
|
8646
8619
|
"isExtensionMethod": false
|
|
8647
8620
|
},
|
|
8648
8621
|
{
|
|
8649
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8650
|
-
"clrName": "
|
|
8651
|
-
"metadataToken":
|
|
8652
|
-
"canonicalSignature": "(System.
|
|
8653
|
-
"normalizedSignature": "
|
|
8622
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.UInt32):System.Text.StringBuilder",
|
|
8623
|
+
"clrName": "Insert",
|
|
8624
|
+
"metadataToken": 100681268,
|
|
8625
|
+
"canonicalSignature": "(System.Int32,System.UInt32):System.Text.StringBuilder",
|
|
8626
|
+
"normalizedSignature": "Insert|(System.Int32,System.UInt32):System.Text.StringBuilder|static=false",
|
|
8654
8627
|
"emitScope": "ClassSurface",
|
|
8655
8628
|
"provenance": "Original",
|
|
8656
8629
|
"arity": 0,
|
|
@@ -8666,11 +8639,11 @@
|
|
|
8666
8639
|
"isExtensionMethod": false
|
|
8667
8640
|
},
|
|
8668
8641
|
{
|
|
8669
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.
|
|
8642
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.UInt64):System.Text.StringBuilder",
|
|
8670
8643
|
"clrName": "Insert",
|
|
8671
|
-
"metadataToken":
|
|
8672
|
-
"canonicalSignature": "(System.Int32,System.
|
|
8673
|
-
"normalizedSignature": "Insert|(System.Int32,System.
|
|
8644
|
+
"metadataToken": 100681269,
|
|
8645
|
+
"canonicalSignature": "(System.Int32,System.UInt64):System.Text.StringBuilder",
|
|
8646
|
+
"normalizedSignature": "Insert|(System.Int32,System.UInt64):System.Text.StringBuilder|static=false",
|
|
8674
8647
|
"emitScope": "ClassSurface",
|
|
8675
8648
|
"provenance": "Original",
|
|
8676
8649
|
"arity": 0,
|
|
@@ -8686,11 +8659,11 @@
|
|
|
8686
8659
|
"isExtensionMethod": false
|
|
8687
8660
|
},
|
|
8688
8661
|
{
|
|
8689
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.
|
|
8662
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.Object):System.Text.StringBuilder",
|
|
8690
8663
|
"clrName": "Insert",
|
|
8691
|
-
"metadataToken":
|
|
8692
|
-
"canonicalSignature": "(System.Int32,System.
|
|
8693
|
-
"normalizedSignature": "Insert|(System.Int32,System.
|
|
8664
|
+
"metadataToken": 100681270,
|
|
8665
|
+
"canonicalSignature": "(System.Int32,System.Object):System.Text.StringBuilder",
|
|
8666
|
+
"normalizedSignature": "Insert|(System.Int32,System.Object):System.Text.StringBuilder|static=false",
|
|
8694
8667
|
"emitScope": "ClassSurface",
|
|
8695
8668
|
"provenance": "Original",
|
|
8696
8669
|
"arity": 0,
|
|
@@ -8706,11 +8679,11 @@
|
|
|
8706
8679
|
"isExtensionMethod": false
|
|
8707
8680
|
},
|
|
8708
8681
|
{
|
|
8709
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.
|
|
8682
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Insert(System.Int32,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8710
8683
|
"clrName": "Insert",
|
|
8711
|
-
"metadataToken":
|
|
8712
|
-
"canonicalSignature": "(System.Int32,System.
|
|
8713
|
-
"normalizedSignature": "Insert|(System.Int32,System.
|
|
8684
|
+
"metadataToken": 100681271,
|
|
8685
|
+
"canonicalSignature": "(System.Int32,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8686
|
+
"normalizedSignature": "Insert|(System.Int32,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
8714
8687
|
"emitScope": "ClassSurface",
|
|
8715
8688
|
"provenance": "Original",
|
|
8716
8689
|
"arity": 0,
|
|
@@ -8726,11 +8699,11 @@
|
|
|
8726
8699
|
"isExtensionMethod": false
|
|
8727
8700
|
},
|
|
8728
8701
|
{
|
|
8729
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8730
|
-
"clrName": "
|
|
8731
|
-
"metadataToken":
|
|
8732
|
-
"canonicalSignature": "(System.
|
|
8733
|
-
"normalizedSignature": "
|
|
8702
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.String,System.Object):System.Text.StringBuilder",
|
|
8703
|
+
"clrName": "AppendFormat",
|
|
8704
|
+
"metadataToken": 100681273,
|
|
8705
|
+
"canonicalSignature": "(System.String,System.Object):System.Text.StringBuilder",
|
|
8706
|
+
"normalizedSignature": "AppendFormat|(System.String,System.Object):System.Text.StringBuilder|static=false",
|
|
8734
8707
|
"emitScope": "ClassSurface",
|
|
8735
8708
|
"provenance": "Original",
|
|
8736
8709
|
"arity": 0,
|
|
@@ -8746,15 +8719,15 @@
|
|
|
8746
8719
|
"isExtensionMethod": false
|
|
8747
8720
|
},
|
|
8748
8721
|
{
|
|
8749
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8750
|
-
"clrName": "
|
|
8751
|
-
"metadataToken":
|
|
8752
|
-
"canonicalSignature": "(System.
|
|
8753
|
-
"normalizedSignature": "
|
|
8722
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object):System.Text.StringBuilder",
|
|
8723
|
+
"clrName": "AppendFormat",
|
|
8724
|
+
"metadataToken": 100681274,
|
|
8725
|
+
"canonicalSignature": "(System.String,System.Object,System.Object):System.Text.StringBuilder",
|
|
8726
|
+
"normalizedSignature": "AppendFormat|(System.String,System.Object,System.Object):System.Text.StringBuilder|static=false",
|
|
8754
8727
|
"emitScope": "ClassSurface",
|
|
8755
8728
|
"provenance": "Original",
|
|
8756
8729
|
"arity": 0,
|
|
8757
|
-
"parameterCount":
|
|
8730
|
+
"parameterCount": 3,
|
|
8758
8731
|
"isStatic": false,
|
|
8759
8732
|
"isAbstract": false,
|
|
8760
8733
|
"isVirtual": false,
|
|
@@ -8766,15 +8739,15 @@
|
|
|
8766
8739
|
"isExtensionMethod": false
|
|
8767
8740
|
},
|
|
8768
8741
|
{
|
|
8769
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8770
|
-
"clrName": "
|
|
8771
|
-
"metadataToken":
|
|
8772
|
-
"canonicalSignature": "(System.
|
|
8773
|
-
"normalizedSignature": "
|
|
8742
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object,System.Object):System.Text.StringBuilder",
|
|
8743
|
+
"clrName": "AppendFormat",
|
|
8744
|
+
"metadataToken": 100681275,
|
|
8745
|
+
"canonicalSignature": "(System.String,System.Object,System.Object,System.Object):System.Text.StringBuilder",
|
|
8746
|
+
"normalizedSignature": "AppendFormat|(System.String,System.Object,System.Object,System.Object):System.Text.StringBuilder|static=false",
|
|
8774
8747
|
"emitScope": "ClassSurface",
|
|
8775
8748
|
"provenance": "Original",
|
|
8776
8749
|
"arity": 0,
|
|
8777
|
-
"parameterCount":
|
|
8750
|
+
"parameterCount": 4,
|
|
8778
8751
|
"isStatic": false,
|
|
8779
8752
|
"isAbstract": false,
|
|
8780
8753
|
"isVirtual": false,
|
|
@@ -8786,11 +8759,11 @@
|
|
|
8786
8759
|
"isExtensionMethod": false
|
|
8787
8760
|
},
|
|
8788
8761
|
{
|
|
8789
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8790
|
-
"clrName": "
|
|
8791
|
-
"metadataToken":
|
|
8792
|
-
"canonicalSignature": "(System.
|
|
8793
|
-
"normalizedSignature": "
|
|
8762
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.String,System.Object[]):System.Text.StringBuilder",
|
|
8763
|
+
"clrName": "AppendFormat",
|
|
8764
|
+
"metadataToken": 100681276,
|
|
8765
|
+
"canonicalSignature": "(System.String,System.Object[]):System.Text.StringBuilder",
|
|
8766
|
+
"normalizedSignature": "AppendFormat|(System.String,System.Object[]):System.Text.StringBuilder|static=false",
|
|
8794
8767
|
"emitScope": "ClassSurface",
|
|
8795
8768
|
"provenance": "Original",
|
|
8796
8769
|
"arity": 0,
|
|
@@ -8806,15 +8779,15 @@
|
|
|
8806
8779
|
"isExtensionMethod": false
|
|
8807
8780
|
},
|
|
8808
8781
|
{
|
|
8809
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8810
|
-
"clrName": "
|
|
8811
|
-
"metadataToken":
|
|
8812
|
-
"canonicalSignature": "(System.
|
|
8813
|
-
"normalizedSignature": "
|
|
8782
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8783
|
+
"clrName": "AppendFormat",
|
|
8784
|
+
"metadataToken": 100681277,
|
|
8785
|
+
"canonicalSignature": "(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8786
|
+
"normalizedSignature": "AppendFormat|(System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
8814
8787
|
"emitScope": "ClassSurface",
|
|
8815
8788
|
"provenance": "Original",
|
|
8816
8789
|
"arity": 0,
|
|
8817
|
-
"parameterCount":
|
|
8790
|
+
"parameterCount": 2,
|
|
8818
8791
|
"isStatic": false,
|
|
8819
8792
|
"isAbstract": false,
|
|
8820
8793
|
"isVirtual": false,
|
|
@@ -8826,15 +8799,35 @@
|
|
|
8826
8799
|
"isExtensionMethod": false
|
|
8827
8800
|
},
|
|
8828
8801
|
{
|
|
8829
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8830
|
-
"clrName": "
|
|
8831
|
-
"metadataToken":
|
|
8832
|
-
"canonicalSignature": "(System.
|
|
8833
|
-
"normalizedSignature": "
|
|
8802
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object):System.Text.StringBuilder",
|
|
8803
|
+
"clrName": "AppendFormat",
|
|
8804
|
+
"metadataToken": 100681278,
|
|
8805
|
+
"canonicalSignature": "(System.IFormatProvider,System.String,System.Object):System.Text.StringBuilder",
|
|
8806
|
+
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.String,System.Object):System.Text.StringBuilder|static=false",
|
|
8807
|
+
"emitScope": "ClassSurface",
|
|
8808
|
+
"provenance": "Original",
|
|
8809
|
+
"arity": 0,
|
|
8810
|
+
"parameterCount": 3,
|
|
8811
|
+
"isStatic": false,
|
|
8812
|
+
"isAbstract": false,
|
|
8813
|
+
"isVirtual": false,
|
|
8814
|
+
"isOverride": false,
|
|
8815
|
+
"isSealed": false,
|
|
8816
|
+
"visibility": "Public",
|
|
8817
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
8818
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8819
|
+
"isExtensionMethod": false
|
|
8820
|
+
},
|
|
8821
|
+
{
|
|
8822
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object):System.Text.StringBuilder",
|
|
8823
|
+
"clrName": "AppendFormat",
|
|
8824
|
+
"metadataToken": 100681279,
|
|
8825
|
+
"canonicalSignature": "(System.IFormatProvider,System.String,System.Object,System.Object):System.Text.StringBuilder",
|
|
8826
|
+
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.String,System.Object,System.Object):System.Text.StringBuilder|static=false",
|
|
8834
8827
|
"emitScope": "ClassSurface",
|
|
8835
8828
|
"provenance": "Original",
|
|
8836
8829
|
"arity": 0,
|
|
8837
|
-
"parameterCount":
|
|
8830
|
+
"parameterCount": 4,
|
|
8838
8831
|
"isStatic": false,
|
|
8839
8832
|
"isAbstract": false,
|
|
8840
8833
|
"isVirtual": false,
|
|
@@ -8846,15 +8839,15 @@
|
|
|
8846
8839
|
"isExtensionMethod": false
|
|
8847
8840
|
},
|
|
8848
8841
|
{
|
|
8849
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8850
|
-
"clrName": "
|
|
8851
|
-
"metadataToken":
|
|
8852
|
-
"canonicalSignature": "(System.
|
|
8853
|
-
"normalizedSignature": "
|
|
8842
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object):System.Text.StringBuilder",
|
|
8843
|
+
"clrName": "AppendFormat",
|
|
8844
|
+
"metadataToken": 100681280,
|
|
8845
|
+
"canonicalSignature": "(System.IFormatProvider,System.String,System.Object,System.Object,System.Object):System.Text.StringBuilder",
|
|
8846
|
+
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.String,System.Object,System.Object,System.Object):System.Text.StringBuilder|static=false",
|
|
8854
8847
|
"emitScope": "ClassSurface",
|
|
8855
8848
|
"provenance": "Original",
|
|
8856
8849
|
"arity": 0,
|
|
8857
|
-
"parameterCount":
|
|
8850
|
+
"parameterCount": 5,
|
|
8858
8851
|
"isStatic": false,
|
|
8859
8852
|
"isAbstract": false,
|
|
8860
8853
|
"isVirtual": false,
|
|
@@ -8866,15 +8859,15 @@
|
|
|
8866
8859
|
"isExtensionMethod": false
|
|
8867
8860
|
},
|
|
8868
8861
|
{
|
|
8869
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8870
|
-
"clrName": "
|
|
8871
|
-
"metadataToken":
|
|
8872
|
-
"canonicalSignature": "(System.
|
|
8873
|
-
"normalizedSignature": "
|
|
8862
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object[]):System.Text.StringBuilder",
|
|
8863
|
+
"clrName": "AppendFormat",
|
|
8864
|
+
"metadataToken": 100681281,
|
|
8865
|
+
"canonicalSignature": "(System.IFormatProvider,System.String,System.Object[]):System.Text.StringBuilder",
|
|
8866
|
+
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.String,System.Object[]):System.Text.StringBuilder|static=false",
|
|
8874
8867
|
"emitScope": "ClassSurface",
|
|
8875
8868
|
"provenance": "Original",
|
|
8876
8869
|
"arity": 0,
|
|
8877
|
-
"parameterCount":
|
|
8870
|
+
"parameterCount": 3,
|
|
8878
8871
|
"isStatic": false,
|
|
8879
8872
|
"isAbstract": false,
|
|
8880
8873
|
"isVirtual": false,
|
|
@@ -8886,15 +8879,15 @@
|
|
|
8886
8879
|
"isExtensionMethod": false
|
|
8887
8880
|
},
|
|
8888
8881
|
{
|
|
8889
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8890
|
-
"clrName": "
|
|
8891
|
-
"metadataToken":
|
|
8892
|
-
"canonicalSignature": "(System.
|
|
8893
|
-
"normalizedSignature": "
|
|
8882
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8883
|
+
"clrName": "AppendFormat",
|
|
8884
|
+
"metadataToken": 100681282,
|
|
8885
|
+
"canonicalSignature": "(System.IFormatProvider,System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8886
|
+
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.String,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
8894
8887
|
"emitScope": "ClassSurface",
|
|
8895
8888
|
"provenance": "Original",
|
|
8896
8889
|
"arity": 0,
|
|
8897
|
-
"parameterCount":
|
|
8890
|
+
"parameterCount": 3,
|
|
8898
8891
|
"isStatic": false,
|
|
8899
8892
|
"isAbstract": false,
|
|
8900
8893
|
"isVirtual": false,
|
|
@@ -8906,15 +8899,15 @@
|
|
|
8906
8899
|
"isExtensionMethod": false
|
|
8907
8900
|
},
|
|
8908
8901
|
{
|
|
8909
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8910
|
-
"clrName": "
|
|
8911
|
-
"metadataToken":
|
|
8912
|
-
"canonicalSignature": "(System.
|
|
8913
|
-
"normalizedSignature": "
|
|
8902
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.Text.CompositeFormat,TArg0):System.Text.StringBuilder",
|
|
8903
|
+
"clrName": "AppendFormat",
|
|
8904
|
+
"metadataToken": 100681283,
|
|
8905
|
+
"canonicalSignature": "(System.IFormatProvider,System.Text.CompositeFormat,TArg0):System.Text.StringBuilder",
|
|
8906
|
+
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.Text.CompositeFormat,TArg0):System.Text.StringBuilder|static=false",
|
|
8914
8907
|
"emitScope": "ClassSurface",
|
|
8915
8908
|
"provenance": "Original",
|
|
8916
|
-
"arity":
|
|
8917
|
-
"parameterCount":
|
|
8909
|
+
"arity": 1,
|
|
8910
|
+
"parameterCount": 3,
|
|
8918
8911
|
"isStatic": false,
|
|
8919
8912
|
"isAbstract": false,
|
|
8920
8913
|
"isVirtual": false,
|
|
@@ -8926,15 +8919,15 @@
|
|
|
8926
8919
|
"isExtensionMethod": false
|
|
8927
8920
|
},
|
|
8928
8921
|
{
|
|
8929
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8930
|
-
"clrName": "
|
|
8931
|
-
"metadataToken":
|
|
8932
|
-
"canonicalSignature": "(System.
|
|
8933
|
-
"normalizedSignature": "
|
|
8922
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1):System.Text.StringBuilder",
|
|
8923
|
+
"clrName": "AppendFormat",
|
|
8924
|
+
"metadataToken": 100681284,
|
|
8925
|
+
"canonicalSignature": "(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1):System.Text.StringBuilder",
|
|
8926
|
+
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1):System.Text.StringBuilder|static=false",
|
|
8934
8927
|
"emitScope": "ClassSurface",
|
|
8935
8928
|
"provenance": "Original",
|
|
8936
|
-
"arity":
|
|
8937
|
-
"parameterCount":
|
|
8929
|
+
"arity": 2,
|
|
8930
|
+
"parameterCount": 4,
|
|
8938
8931
|
"isStatic": false,
|
|
8939
8932
|
"isAbstract": false,
|
|
8940
8933
|
"isVirtual": false,
|
|
@@ -8946,15 +8939,15 @@
|
|
|
8946
8939
|
"isExtensionMethod": false
|
|
8947
8940
|
},
|
|
8948
8941
|
{
|
|
8949
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8950
|
-
"clrName": "
|
|
8951
|
-
"metadataToken":
|
|
8952
|
-
"canonicalSignature": "(System.
|
|
8953
|
-
"normalizedSignature": "
|
|
8942
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1,TArg2):System.Text.StringBuilder",
|
|
8943
|
+
"clrName": "AppendFormat",
|
|
8944
|
+
"metadataToken": 100681285,
|
|
8945
|
+
"canonicalSignature": "(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1,TArg2):System.Text.StringBuilder",
|
|
8946
|
+
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1,TArg2):System.Text.StringBuilder|static=false",
|
|
8954
8947
|
"emitScope": "ClassSurface",
|
|
8955
8948
|
"provenance": "Original",
|
|
8956
|
-
"arity":
|
|
8957
|
-
"parameterCount":
|
|
8949
|
+
"arity": 3,
|
|
8950
|
+
"parameterCount": 5,
|
|
8958
8951
|
"isStatic": false,
|
|
8959
8952
|
"isAbstract": false,
|
|
8960
8953
|
"isVirtual": false,
|
|
@@ -8966,15 +8959,15 @@
|
|
|
8966
8959
|
"isExtensionMethod": false
|
|
8967
8960
|
},
|
|
8968
8961
|
{
|
|
8969
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8970
|
-
"clrName": "
|
|
8971
|
-
"metadataToken":
|
|
8972
|
-
"canonicalSignature": "(System.
|
|
8973
|
-
"normalizedSignature": "
|
|
8962
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]):System.Text.StringBuilder",
|
|
8963
|
+
"clrName": "AppendFormat",
|
|
8964
|
+
"metadataToken": 100681286,
|
|
8965
|
+
"canonicalSignature": "(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]):System.Text.StringBuilder",
|
|
8966
|
+
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]):System.Text.StringBuilder|static=false",
|
|
8974
8967
|
"emitScope": "ClassSurface",
|
|
8975
8968
|
"provenance": "Original",
|
|
8976
8969
|
"arity": 0,
|
|
8977
|
-
"parameterCount":
|
|
8970
|
+
"parameterCount": 3,
|
|
8978
8971
|
"isStatic": false,
|
|
8979
8972
|
"isAbstract": false,
|
|
8980
8973
|
"isVirtual": false,
|
|
@@ -8986,15 +8979,15 @@
|
|
|
8986
8979
|
"isExtensionMethod": false
|
|
8987
8980
|
},
|
|
8988
8981
|
{
|
|
8989
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
8990
|
-
"clrName": "
|
|
8991
|
-
"metadataToken":
|
|
8992
|
-
"canonicalSignature": "(System.
|
|
8993
|
-
"normalizedSignature": "
|
|
8982
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8983
|
+
"clrName": "AppendFormat",
|
|
8984
|
+
"metadataToken": 100681287,
|
|
8985
|
+
"canonicalSignature": "(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
8986
|
+
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
8994
8987
|
"emitScope": "ClassSurface",
|
|
8995
8988
|
"provenance": "Original",
|
|
8996
8989
|
"arity": 0,
|
|
8997
|
-
"parameterCount":
|
|
8990
|
+
"parameterCount": 3,
|
|
8998
8991
|
"isStatic": false,
|
|
8999
8992
|
"isAbstract": false,
|
|
9000
8993
|
"isVirtual": false,
|
|
@@ -9006,11 +8999,11 @@
|
|
|
9006
8999
|
"isExtensionMethod": false
|
|
9007
9000
|
},
|
|
9008
9001
|
{
|
|
9009
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9010
|
-
"clrName": "
|
|
9011
|
-
"metadataToken":
|
|
9012
|
-
"canonicalSignature": "(System.
|
|
9013
|
-
"normalizedSignature": "
|
|
9002
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Replace(System.String,System.String):System.Text.StringBuilder",
|
|
9003
|
+
"clrName": "Replace",
|
|
9004
|
+
"metadataToken": 100681289,
|
|
9005
|
+
"canonicalSignature": "(System.String,System.String):System.Text.StringBuilder",
|
|
9006
|
+
"normalizedSignature": "Replace|(System.String,System.String):System.Text.StringBuilder|static=false",
|
|
9014
9007
|
"emitScope": "ClassSurface",
|
|
9015
9008
|
"provenance": "Original",
|
|
9016
9009
|
"arity": 0,
|
|
@@ -9026,11 +9019,11 @@
|
|
|
9026
9019
|
"isExtensionMethod": false
|
|
9027
9020
|
},
|
|
9028
9021
|
{
|
|
9029
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9030
|
-
"clrName": "
|
|
9031
|
-
"metadataToken":
|
|
9032
|
-
"canonicalSignature": "(System.
|
|
9033
|
-
"normalizedSignature": "
|
|
9022
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Replace(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
9023
|
+
"clrName": "Replace",
|
|
9024
|
+
"metadataToken": 100681290,
|
|
9025
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder",
|
|
9026
|
+
"normalizedSignature": "Replace|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
9034
9027
|
"emitScope": "ClassSurface",
|
|
9035
9028
|
"provenance": "Original",
|
|
9036
9029
|
"arity": 0,
|
|
@@ -9046,15 +9039,15 @@
|
|
|
9046
9039
|
"isExtensionMethod": false
|
|
9047
9040
|
},
|
|
9048
9041
|
{
|
|
9049
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9050
|
-
"clrName": "
|
|
9051
|
-
"metadataToken":
|
|
9052
|
-
"canonicalSignature": "(System.
|
|
9053
|
-
"normalizedSignature": "
|
|
9042
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Equals(System.Text.StringBuilder):System.Boolean",
|
|
9043
|
+
"clrName": "Equals",
|
|
9044
|
+
"metadataToken": 100681291,
|
|
9045
|
+
"canonicalSignature": "(System.Text.StringBuilder):System.Boolean",
|
|
9046
|
+
"normalizedSignature": "Equals|(System.Text.StringBuilder):System.Boolean|static=false",
|
|
9054
9047
|
"emitScope": "ClassSurface",
|
|
9055
9048
|
"provenance": "Original",
|
|
9056
9049
|
"arity": 0,
|
|
9057
|
-
"parameterCount":
|
|
9050
|
+
"parameterCount": 1,
|
|
9058
9051
|
"isStatic": false,
|
|
9059
9052
|
"isAbstract": false,
|
|
9060
9053
|
"isVirtual": false,
|
|
@@ -9066,15 +9059,15 @@
|
|
|
9066
9059
|
"isExtensionMethod": false
|
|
9067
9060
|
},
|
|
9068
9061
|
{
|
|
9069
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9070
|
-
"clrName": "
|
|
9071
|
-
"metadataToken":
|
|
9072
|
-
"canonicalSignature": "(System.
|
|
9073
|
-
"normalizedSignature": "
|
|
9062
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Equals(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
9063
|
+
"clrName": "Equals",
|
|
9064
|
+
"metadataToken": 100681292,
|
|
9065
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
9066
|
+
"normalizedSignature": "Equals|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
9074
9067
|
"emitScope": "ClassSurface",
|
|
9075
9068
|
"provenance": "Original",
|
|
9076
9069
|
"arity": 0,
|
|
9077
|
-
"parameterCount":
|
|
9070
|
+
"parameterCount": 1,
|
|
9078
9071
|
"isStatic": false,
|
|
9079
9072
|
"isAbstract": false,
|
|
9080
9073
|
"isVirtual": false,
|
|
@@ -9086,15 +9079,15 @@
|
|
|
9086
9079
|
"isExtensionMethod": false
|
|
9087
9080
|
},
|
|
9088
9081
|
{
|
|
9089
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9090
|
-
"clrName": "
|
|
9091
|
-
"metadataToken":
|
|
9092
|
-
"canonicalSignature": "(System.String,System.
|
|
9093
|
-
"normalizedSignature": "
|
|
9082
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Replace(System.String,System.String,System.Int32,System.Int32):System.Text.StringBuilder",
|
|
9083
|
+
"clrName": "Replace",
|
|
9084
|
+
"metadataToken": 100681293,
|
|
9085
|
+
"canonicalSignature": "(System.String,System.String,System.Int32,System.Int32):System.Text.StringBuilder",
|
|
9086
|
+
"normalizedSignature": "Replace|(System.String,System.String,System.Int32,System.Int32):System.Text.StringBuilder|static=false",
|
|
9094
9087
|
"emitScope": "ClassSurface",
|
|
9095
9088
|
"provenance": "Original",
|
|
9096
9089
|
"arity": 0,
|
|
9097
|
-
"parameterCount":
|
|
9090
|
+
"parameterCount": 4,
|
|
9098
9091
|
"isStatic": false,
|
|
9099
9092
|
"isAbstract": false,
|
|
9100
9093
|
"isVirtual": false,
|
|
@@ -9106,15 +9099,15 @@
|
|
|
9106
9099
|
"isExtensionMethod": false
|
|
9107
9100
|
},
|
|
9108
9101
|
{
|
|
9109
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9110
|
-
"clrName": "
|
|
9111
|
-
"metadataToken":
|
|
9112
|
-
"canonicalSignature": "(System.
|
|
9113
|
-
"normalizedSignature": "
|
|
9102
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Replace(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.Int32):System.Text.StringBuilder",
|
|
9103
|
+
"clrName": "Replace",
|
|
9104
|
+
"metadataToken": 100681294,
|
|
9105
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.Int32):System.Text.StringBuilder",
|
|
9106
|
+
"normalizedSignature": "Replace|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.Int32):System.Text.StringBuilder|static=false",
|
|
9114
9107
|
"emitScope": "ClassSurface",
|
|
9115
9108
|
"provenance": "Original",
|
|
9116
9109
|
"arity": 0,
|
|
9117
|
-
"parameterCount":
|
|
9110
|
+
"parameterCount": 4,
|
|
9118
9111
|
"isStatic": false,
|
|
9119
9112
|
"isAbstract": false,
|
|
9120
9113
|
"isVirtual": false,
|
|
@@ -9126,15 +9119,15 @@
|
|
|
9126
9119
|
"isExtensionMethod": false
|
|
9127
9120
|
},
|
|
9128
9121
|
{
|
|
9129
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9130
|
-
"clrName": "
|
|
9131
|
-
"metadataToken":
|
|
9132
|
-
"canonicalSignature": "(System.
|
|
9133
|
-
"normalizedSignature": "
|
|
9122
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Replace(System.Char,System.Char):System.Text.StringBuilder",
|
|
9123
|
+
"clrName": "Replace",
|
|
9124
|
+
"metadataToken": 100681295,
|
|
9125
|
+
"canonicalSignature": "(System.Char,System.Char):System.Text.StringBuilder",
|
|
9126
|
+
"normalizedSignature": "Replace|(System.Char,System.Char):System.Text.StringBuilder|static=false",
|
|
9134
9127
|
"emitScope": "ClassSurface",
|
|
9135
9128
|
"provenance": "Original",
|
|
9136
9129
|
"arity": 0,
|
|
9137
|
-
"parameterCount":
|
|
9130
|
+
"parameterCount": 2,
|
|
9138
9131
|
"isStatic": false,
|
|
9139
9132
|
"isAbstract": false,
|
|
9140
9133
|
"isVirtual": false,
|
|
@@ -9146,11 +9139,11 @@
|
|
|
9146
9139
|
"isExtensionMethod": false
|
|
9147
9140
|
},
|
|
9148
9141
|
{
|
|
9149
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9150
|
-
"clrName": "
|
|
9151
|
-
"metadataToken":
|
|
9152
|
-
"canonicalSignature": "(System.
|
|
9153
|
-
"normalizedSignature": "
|
|
9142
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Replace(System.Char,System.Char,System.Int32,System.Int32):System.Text.StringBuilder",
|
|
9143
|
+
"clrName": "Replace",
|
|
9144
|
+
"metadataToken": 100681296,
|
|
9145
|
+
"canonicalSignature": "(System.Char,System.Char,System.Int32,System.Int32):System.Text.StringBuilder",
|
|
9146
|
+
"normalizedSignature": "Replace|(System.Char,System.Char,System.Int32,System.Int32):System.Text.StringBuilder|static=false",
|
|
9154
9147
|
"emitScope": "ClassSurface",
|
|
9155
9148
|
"provenance": "Original",
|
|
9156
9149
|
"arity": 0,
|
|
@@ -9166,15 +9159,15 @@
|
|
|
9166
9159
|
"isExtensionMethod": false
|
|
9167
9160
|
},
|
|
9168
9161
|
{
|
|
9169
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9170
|
-
"clrName": "
|
|
9171
|
-
"metadataToken":
|
|
9172
|
-
"canonicalSignature": "(System.
|
|
9173
|
-
"normalizedSignature": "
|
|
9162
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Append(System.Char*,System.Int32):System.Text.StringBuilder",
|
|
9163
|
+
"clrName": "Append",
|
|
9164
|
+
"metadataToken": 100681297,
|
|
9165
|
+
"canonicalSignature": "(System.Char*,System.Int32):System.Text.StringBuilder",
|
|
9166
|
+
"normalizedSignature": "Append|(System.Char*,System.Int32):System.Text.StringBuilder|static=false",
|
|
9174
9167
|
"emitScope": "ClassSurface",
|
|
9175
9168
|
"provenance": "Original",
|
|
9176
9169
|
"arity": 0,
|
|
9177
|
-
"parameterCount":
|
|
9170
|
+
"parameterCount": 2,
|
|
9178
9171
|
"isStatic": false,
|
|
9179
9172
|
"isAbstract": false,
|
|
9180
9173
|
"isVirtual": false,
|
|
@@ -9186,495 +9179,502 @@
|
|
|
9186
9179
|
"isExtensionMethod": false
|
|
9187
9180
|
},
|
|
9188
9181
|
{
|
|
9189
|
-
"stableId": "System.Private.CoreLib:System.
|
|
9190
|
-
"clrName": "
|
|
9191
|
-
"metadataToken":
|
|
9192
|
-
"canonicalSignature": "(System.
|
|
9193
|
-
"normalizedSignature": "
|
|
9194
|
-
"emitScope": "
|
|
9195
|
-
"provenance": "
|
|
9182
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
9183
|
+
"clrName": "GetObjectData",
|
|
9184
|
+
"metadataToken": 100682649,
|
|
9185
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
9186
|
+
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
9187
|
+
"emitScope": "ViewOnly",
|
|
9188
|
+
"provenance": "ExplicitView",
|
|
9196
9189
|
"arity": 0,
|
|
9197
|
-
"parameterCount":
|
|
9190
|
+
"parameterCount": 2,
|
|
9198
9191
|
"isStatic": false,
|
|
9199
9192
|
"isAbstract": false,
|
|
9200
|
-
"isVirtual":
|
|
9193
|
+
"isVirtual": true,
|
|
9201
9194
|
"isOverride": false,
|
|
9202
9195
|
"isSealed": false,
|
|
9203
9196
|
"visibility": "Public",
|
|
9204
|
-
"declaringClrType": "System.
|
|
9197
|
+
"declaringClrType": "System.Runtime.Serialization.ISerializable",
|
|
9205
9198
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9206
|
-
"isExtensionMethod": false
|
|
9207
|
-
|
|
9199
|
+
"isExtensionMethod": false,
|
|
9200
|
+
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
9201
|
+
}
|
|
9202
|
+
],
|
|
9203
|
+
"properties": [
|
|
9208
9204
|
{
|
|
9209
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9210
|
-
"clrName": "
|
|
9211
|
-
"metadataToken":
|
|
9212
|
-
"canonicalSignature": "
|
|
9213
|
-
"normalizedSignature": "
|
|
9205
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Capacity:System.Int32",
|
|
9206
|
+
"clrName": "Capacity",
|
|
9207
|
+
"metadataToken": 385879141,
|
|
9208
|
+
"canonicalSignature": ":System.Int32",
|
|
9209
|
+
"normalizedSignature": "Capacity|:System.Int32|static=false|accessor=getset",
|
|
9214
9210
|
"emitScope": "ClassSurface",
|
|
9215
9211
|
"provenance": "Original",
|
|
9216
|
-
"
|
|
9217
|
-
"
|
|
9212
|
+
"isIndexer": false,
|
|
9213
|
+
"hasGetter": true,
|
|
9214
|
+
"hasSetter": true,
|
|
9218
9215
|
"isStatic": false,
|
|
9219
9216
|
"isAbstract": false,
|
|
9220
9217
|
"isVirtual": false,
|
|
9221
9218
|
"isOverride": false,
|
|
9222
|
-
"isSealed": false,
|
|
9223
9219
|
"visibility": "Public",
|
|
9224
9220
|
"declaringClrType": "System.Text.StringBuilder",
|
|
9225
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9226
|
-
"isExtensionMethod": false
|
|
9221
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9227
9222
|
},
|
|
9228
9223
|
{
|
|
9229
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9230
|
-
"clrName": "
|
|
9231
|
-
"metadataToken":
|
|
9232
|
-
"canonicalSignature": "
|
|
9233
|
-
"normalizedSignature": "
|
|
9224
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::MaxCapacity:System.Int32",
|
|
9225
|
+
"clrName": "MaxCapacity",
|
|
9226
|
+
"metadataToken": 385879142,
|
|
9227
|
+
"canonicalSignature": ":System.Int32",
|
|
9228
|
+
"normalizedSignature": "MaxCapacity|:System.Int32|static=false|accessor=get",
|
|
9234
9229
|
"emitScope": "ClassSurface",
|
|
9235
9230
|
"provenance": "Original",
|
|
9236
|
-
"
|
|
9237
|
-
"
|
|
9231
|
+
"isIndexer": false,
|
|
9232
|
+
"hasGetter": true,
|
|
9233
|
+
"hasSetter": false,
|
|
9238
9234
|
"isStatic": false,
|
|
9239
9235
|
"isAbstract": false,
|
|
9240
9236
|
"isVirtual": false,
|
|
9241
9237
|
"isOverride": false,
|
|
9242
|
-
"isSealed": false,
|
|
9243
9238
|
"visibility": "Public",
|
|
9244
9239
|
"declaringClrType": "System.Text.StringBuilder",
|
|
9245
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9246
|
-
"isExtensionMethod": false
|
|
9240
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9247
9241
|
},
|
|
9248
9242
|
{
|
|
9249
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9250
|
-
"clrName": "
|
|
9251
|
-
"metadataToken":
|
|
9252
|
-
"canonicalSignature": "
|
|
9253
|
-
"normalizedSignature": "
|
|
9243
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Length:System.Int32",
|
|
9244
|
+
"clrName": "Length",
|
|
9245
|
+
"metadataToken": 385879143,
|
|
9246
|
+
"canonicalSignature": ":System.Int32",
|
|
9247
|
+
"normalizedSignature": "Length|:System.Int32|static=false|accessor=getset",
|
|
9254
9248
|
"emitScope": "ClassSurface",
|
|
9255
9249
|
"provenance": "Original",
|
|
9256
|
-
"
|
|
9257
|
-
"
|
|
9250
|
+
"isIndexer": false,
|
|
9251
|
+
"hasGetter": true,
|
|
9252
|
+
"hasSetter": true,
|
|
9258
9253
|
"isStatic": false,
|
|
9259
9254
|
"isAbstract": false,
|
|
9260
9255
|
"isVirtual": false,
|
|
9261
9256
|
"isOverride": false,
|
|
9262
|
-
"isSealed": false,
|
|
9263
9257
|
"visibility": "Public",
|
|
9264
9258
|
"declaringClrType": "System.Text.StringBuilder",
|
|
9265
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9266
|
-
"isExtensionMethod": false
|
|
9259
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9267
9260
|
},
|
|
9268
9261
|
{
|
|
9269
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9270
|
-
"clrName": "
|
|
9271
|
-
"metadataToken":
|
|
9272
|
-
"canonicalSignature": "
|
|
9273
|
-
"normalizedSignature": "
|
|
9262
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::Chars[System.Int32]:System.Char",
|
|
9263
|
+
"clrName": "Chars",
|
|
9264
|
+
"metadataToken": 385879144,
|
|
9265
|
+
"canonicalSignature": "[System.Int32]:System.Char",
|
|
9266
|
+
"normalizedSignature": "Chars|[System.Int32]:System.Char|static=false|accessor=getset",
|
|
9274
9267
|
"emitScope": "ClassSurface",
|
|
9275
9268
|
"provenance": "Original",
|
|
9276
|
-
"
|
|
9277
|
-
"
|
|
9269
|
+
"isIndexer": true,
|
|
9270
|
+
"hasGetter": true,
|
|
9271
|
+
"hasSetter": true,
|
|
9278
9272
|
"isStatic": false,
|
|
9279
9273
|
"isAbstract": false,
|
|
9280
9274
|
"isVirtual": false,
|
|
9281
9275
|
"isOverride": false,
|
|
9282
|
-
"isSealed": false,
|
|
9283
9276
|
"visibility": "Public",
|
|
9284
9277
|
"declaringClrType": "System.Text.StringBuilder",
|
|
9285
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9286
|
-
|
|
9278
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9279
|
+
}
|
|
9280
|
+
],
|
|
9281
|
+
"fields": [],
|
|
9282
|
+
"events": [],
|
|
9283
|
+
"constructors": [
|
|
9284
|
+
{
|
|
9285
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor():void",
|
|
9286
|
+
"metadataToken": 100681184,
|
|
9287
|
+
"canonicalSignature": "():void",
|
|
9288
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
9289
|
+
"isStatic": false,
|
|
9290
|
+
"parameterCount": 0,
|
|
9291
|
+
"visibility": "Public",
|
|
9292
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
9293
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9287
9294
|
},
|
|
9288
9295
|
{
|
|
9289
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder
|
|
9290
|
-
"
|
|
9291
|
-
"
|
|
9292
|
-
"
|
|
9293
|
-
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]):System.Text.StringBuilder|static=false",
|
|
9294
|
-
"emitScope": "ClassSurface",
|
|
9295
|
-
"provenance": "Original",
|
|
9296
|
-
"arity": 0,
|
|
9297
|
-
"parameterCount": 3,
|
|
9296
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor(System.Int32):void",
|
|
9297
|
+
"metadataToken": 100681185,
|
|
9298
|
+
"canonicalSignature": "(System.Int32):void",
|
|
9299
|
+
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
9298
9300
|
"isStatic": false,
|
|
9299
|
-
"
|
|
9300
|
-
"isVirtual": false,
|
|
9301
|
-
"isOverride": false,
|
|
9302
|
-
"isSealed": false,
|
|
9301
|
+
"parameterCount": 1,
|
|
9303
9302
|
"visibility": "Public",
|
|
9304
9303
|
"declaringClrType": "System.Text.StringBuilder",
|
|
9305
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9306
|
-
"isExtensionMethod": false
|
|
9304
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9307
9305
|
},
|
|
9308
9306
|
{
|
|
9309
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder
|
|
9310
|
-
"
|
|
9311
|
-
"
|
|
9312
|
-
"
|
|
9313
|
-
"normalizedSignature": "AppendFormat|(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Text.StringBuilder|static=false",
|
|
9314
|
-
"emitScope": "ClassSurface",
|
|
9315
|
-
"provenance": "Original",
|
|
9316
|
-
"arity": 0,
|
|
9317
|
-
"parameterCount": 3,
|
|
9307
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor(System.String):void",
|
|
9308
|
+
"metadataToken": 100681186,
|
|
9309
|
+
"canonicalSignature": "(System.String):void",
|
|
9310
|
+
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
9318
9311
|
"isStatic": false,
|
|
9319
|
-
"
|
|
9320
|
-
"isVirtual": false,
|
|
9321
|
-
"isOverride": false,
|
|
9322
|
-
"isSealed": false,
|
|
9312
|
+
"parameterCount": 1,
|
|
9323
9313
|
"visibility": "Public",
|
|
9324
9314
|
"declaringClrType": "System.Text.StringBuilder",
|
|
9325
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9326
|
-
"isExtensionMethod": false
|
|
9315
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9327
9316
|
},
|
|
9328
9317
|
{
|
|
9329
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder
|
|
9330
|
-
"
|
|
9331
|
-
"
|
|
9332
|
-
"
|
|
9333
|
-
"
|
|
9318
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor(System.String,System.Int32):void",
|
|
9319
|
+
"metadataToken": 100681187,
|
|
9320
|
+
"canonicalSignature": "(System.String,System.Int32):void",
|
|
9321
|
+
"normalizedSignature": "constructor|(System.String,System.Int32):void|static=false",
|
|
9322
|
+
"isStatic": false,
|
|
9323
|
+
"parameterCount": 2,
|
|
9324
|
+
"visibility": "Public",
|
|
9325
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
9326
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9327
|
+
},
|
|
9328
|
+
{
|
|
9329
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor(System.String,System.Int32,System.Int32,System.Int32):void",
|
|
9330
|
+
"metadataToken": 100681188,
|
|
9331
|
+
"canonicalSignature": "(System.String,System.Int32,System.Int32,System.Int32):void",
|
|
9332
|
+
"normalizedSignature": "constructor|(System.String,System.Int32,System.Int32,System.Int32):void|static=false",
|
|
9333
|
+
"isStatic": false,
|
|
9334
|
+
"parameterCount": 4,
|
|
9335
|
+
"visibility": "Public",
|
|
9336
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
9337
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9338
|
+
},
|
|
9339
|
+
{
|
|
9340
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor(System.Int32,System.Int32):void",
|
|
9341
|
+
"metadataToken": 100681189,
|
|
9342
|
+
"canonicalSignature": "(System.Int32,System.Int32):void",
|
|
9343
|
+
"normalizedSignature": "constructor|(System.Int32,System.Int32):void|static=false",
|
|
9344
|
+
"isStatic": false,
|
|
9345
|
+
"parameterCount": 2,
|
|
9346
|
+
"visibility": "Public",
|
|
9347
|
+
"declaringClrType": "System.Text.StringBuilder",
|
|
9348
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9349
|
+
}
|
|
9350
|
+
]
|
|
9351
|
+
},
|
|
9352
|
+
{
|
|
9353
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9354
|
+
"clrName": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9355
|
+
"assemblyName": "System.Private.CoreLib",
|
|
9356
|
+
"metadataToken": 0,
|
|
9357
|
+
"kind": "Struct",
|
|
9358
|
+
"accessibility": "Public",
|
|
9359
|
+
"isAbstract": false,
|
|
9360
|
+
"isSealed": true,
|
|
9361
|
+
"isStatic": false,
|
|
9362
|
+
"arity": 0,
|
|
9363
|
+
"baseType": {
|
|
9364
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
9365
|
+
"clrName": "System.ValueType"
|
|
9366
|
+
},
|
|
9367
|
+
"methods": [
|
|
9368
|
+
{
|
|
9369
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::AppendLiteral(System.String):System.Void",
|
|
9370
|
+
"clrName": "AppendLiteral",
|
|
9371
|
+
"metadataToken": 100681322,
|
|
9372
|
+
"canonicalSignature": "(System.String):System.Void",
|
|
9373
|
+
"normalizedSignature": "AppendLiteral|(System.String):System.Void|static=false",
|
|
9334
9374
|
"emitScope": "ClassSurface",
|
|
9335
9375
|
"provenance": "Original",
|
|
9336
9376
|
"arity": 0,
|
|
9337
|
-
"parameterCount":
|
|
9377
|
+
"parameterCount": 1,
|
|
9338
9378
|
"isStatic": false,
|
|
9339
9379
|
"isAbstract": false,
|
|
9340
9380
|
"isVirtual": false,
|
|
9341
9381
|
"isOverride": false,
|
|
9342
9382
|
"isSealed": false,
|
|
9343
9383
|
"visibility": "Public",
|
|
9344
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9384
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9345
9385
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9346
9386
|
"isExtensionMethod": false
|
|
9347
9387
|
},
|
|
9348
9388
|
{
|
|
9349
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9350
|
-
"clrName": "
|
|
9351
|
-
"metadataToken":
|
|
9352
|
-
"canonicalSignature": "(
|
|
9353
|
-
"normalizedSignature": "
|
|
9389
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::AppendFormatted(T):System.Void",
|
|
9390
|
+
"clrName": "AppendFormatted",
|
|
9391
|
+
"metadataToken": 100681323,
|
|
9392
|
+
"canonicalSignature": "(T):System.Void",
|
|
9393
|
+
"normalizedSignature": "AppendFormatted|(T):System.Void|static=false",
|
|
9354
9394
|
"emitScope": "ClassSurface",
|
|
9355
9395
|
"provenance": "Original",
|
|
9356
|
-
"arity":
|
|
9357
|
-
"parameterCount":
|
|
9396
|
+
"arity": 1,
|
|
9397
|
+
"parameterCount": 1,
|
|
9358
9398
|
"isStatic": false,
|
|
9359
9399
|
"isAbstract": false,
|
|
9360
9400
|
"isVirtual": false,
|
|
9361
9401
|
"isOverride": false,
|
|
9362
9402
|
"isSealed": false,
|
|
9363
9403
|
"visibility": "Public",
|
|
9364
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9404
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9365
9405
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9366
9406
|
"isExtensionMethod": false
|
|
9367
9407
|
},
|
|
9368
9408
|
{
|
|
9369
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9370
|
-
"clrName": "
|
|
9371
|
-
"metadataToken":
|
|
9372
|
-
"canonicalSignature": "(System.
|
|
9373
|
-
"normalizedSignature": "
|
|
9409
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::AppendFormatted(T,System.String):System.Void",
|
|
9410
|
+
"clrName": "AppendFormatted",
|
|
9411
|
+
"metadataToken": 100681324,
|
|
9412
|
+
"canonicalSignature": "(T,System.String):System.Void",
|
|
9413
|
+
"normalizedSignature": "AppendFormatted|(T,System.String):System.Void|static=false",
|
|
9374
9414
|
"emitScope": "ClassSurface",
|
|
9375
9415
|
"provenance": "Original",
|
|
9376
|
-
"arity":
|
|
9377
|
-
"parameterCount":
|
|
9416
|
+
"arity": 1,
|
|
9417
|
+
"parameterCount": 2,
|
|
9378
9418
|
"isStatic": false,
|
|
9379
9419
|
"isAbstract": false,
|
|
9380
9420
|
"isVirtual": false,
|
|
9381
9421
|
"isOverride": false,
|
|
9382
9422
|
"isSealed": false,
|
|
9383
9423
|
"visibility": "Public",
|
|
9384
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9424
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9385
9425
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9386
9426
|
"isExtensionMethod": false
|
|
9387
9427
|
},
|
|
9388
9428
|
{
|
|
9389
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9390
|
-
"clrName": "
|
|
9391
|
-
"metadataToken":
|
|
9392
|
-
"canonicalSignature": "(
|
|
9393
|
-
"normalizedSignature": "
|
|
9429
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::AppendFormatted(T,System.Int32):System.Void",
|
|
9430
|
+
"clrName": "AppendFormatted",
|
|
9431
|
+
"metadataToken": 100681325,
|
|
9432
|
+
"canonicalSignature": "(T,System.Int32):System.Void",
|
|
9433
|
+
"normalizedSignature": "AppendFormatted|(T,System.Int32):System.Void|static=false",
|
|
9394
9434
|
"emitScope": "ClassSurface",
|
|
9395
9435
|
"provenance": "Original",
|
|
9396
|
-
"arity":
|
|
9397
|
-
"parameterCount":
|
|
9436
|
+
"arity": 1,
|
|
9437
|
+
"parameterCount": 2,
|
|
9398
9438
|
"isStatic": false,
|
|
9399
9439
|
"isAbstract": false,
|
|
9400
9440
|
"isVirtual": false,
|
|
9401
9441
|
"isOverride": false,
|
|
9402
9442
|
"isSealed": false,
|
|
9403
9443
|
"visibility": "Public",
|
|
9404
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9444
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9405
9445
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9406
9446
|
"isExtensionMethod": false
|
|
9407
9447
|
},
|
|
9408
9448
|
{
|
|
9409
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9410
|
-
"clrName": "
|
|
9411
|
-
"metadataToken":
|
|
9412
|
-
"canonicalSignature": "(
|
|
9413
|
-
"normalizedSignature": "
|
|
9449
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::AppendFormatted(T,System.Int32,System.String):System.Void",
|
|
9450
|
+
"clrName": "AppendFormatted",
|
|
9451
|
+
"metadataToken": 100681326,
|
|
9452
|
+
"canonicalSignature": "(T,System.Int32,System.String):System.Void",
|
|
9453
|
+
"normalizedSignature": "AppendFormatted|(T,System.Int32,System.String):System.Void|static=false",
|
|
9414
9454
|
"emitScope": "ClassSurface",
|
|
9415
9455
|
"provenance": "Original",
|
|
9416
|
-
"arity":
|
|
9417
|
-
"parameterCount":
|
|
9456
|
+
"arity": 1,
|
|
9457
|
+
"parameterCount": 3,
|
|
9418
9458
|
"isStatic": false,
|
|
9419
9459
|
"isAbstract": false,
|
|
9420
9460
|
"isVirtual": false,
|
|
9421
9461
|
"isOverride": false,
|
|
9422
9462
|
"isSealed": false,
|
|
9423
9463
|
"visibility": "Public",
|
|
9424
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9464
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9425
9465
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9426
9466
|
"isExtensionMethod": false
|
|
9427
9467
|
},
|
|
9428
9468
|
{
|
|
9429
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9430
|
-
"clrName": "
|
|
9431
|
-
"metadataToken":
|
|
9432
|
-
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]
|
|
9433
|
-
"normalizedSignature": "
|
|
9469
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
9470
|
+
"clrName": "AppendFormatted",
|
|
9471
|
+
"metadataToken": 100681328,
|
|
9472
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
9473
|
+
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
9434
9474
|
"emitScope": "ClassSurface",
|
|
9435
9475
|
"provenance": "Original",
|
|
9436
9476
|
"arity": 0,
|
|
9437
|
-
"parameterCount":
|
|
9477
|
+
"parameterCount": 1,
|
|
9438
9478
|
"isStatic": false,
|
|
9439
9479
|
"isAbstract": false,
|
|
9440
9480
|
"isVirtual": false,
|
|
9441
9481
|
"isOverride": false,
|
|
9442
9482
|
"isSealed": false,
|
|
9443
9483
|
"visibility": "Public",
|
|
9444
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9484
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9445
9485
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9446
9486
|
"isExtensionMethod": false
|
|
9447
9487
|
},
|
|
9448
9488
|
{
|
|
9449
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9450
|
-
"clrName": "
|
|
9451
|
-
"metadataToken":
|
|
9452
|
-
"canonicalSignature": "(System.Char,System.
|
|
9453
|
-
"normalizedSignature": "
|
|
9489
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void",
|
|
9490
|
+
"clrName": "AppendFormatted",
|
|
9491
|
+
"metadataToken": 100681329,
|
|
9492
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void",
|
|
9493
|
+
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Void|static=false",
|
|
9454
9494
|
"emitScope": "ClassSurface",
|
|
9455
9495
|
"provenance": "Original",
|
|
9456
9496
|
"arity": 0,
|
|
9457
|
-
"parameterCount":
|
|
9497
|
+
"parameterCount": 3,
|
|
9458
9498
|
"isStatic": false,
|
|
9459
9499
|
"isAbstract": false,
|
|
9460
9500
|
"isVirtual": false,
|
|
9461
9501
|
"isOverride": false,
|
|
9462
9502
|
"isSealed": false,
|
|
9463
9503
|
"visibility": "Public",
|
|
9464
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9504
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9465
9505
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9466
9506
|
"isExtensionMethod": false
|
|
9467
9507
|
},
|
|
9468
9508
|
{
|
|
9469
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9470
|
-
"clrName": "
|
|
9471
|
-
"metadataToken":
|
|
9472
|
-
"canonicalSignature": "(System.
|
|
9473
|
-
"normalizedSignature": "
|
|
9509
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::AppendFormatted(System.String):System.Void",
|
|
9510
|
+
"clrName": "AppendFormatted",
|
|
9511
|
+
"metadataToken": 100681330,
|
|
9512
|
+
"canonicalSignature": "(System.String):System.Void",
|
|
9513
|
+
"normalizedSignature": "AppendFormatted|(System.String):System.Void|static=false",
|
|
9474
9514
|
"emitScope": "ClassSurface",
|
|
9475
9515
|
"provenance": "Original",
|
|
9476
9516
|
"arity": 0,
|
|
9477
|
-
"parameterCount":
|
|
9517
|
+
"parameterCount": 1,
|
|
9478
9518
|
"isStatic": false,
|
|
9479
9519
|
"isAbstract": false,
|
|
9480
9520
|
"isVirtual": false,
|
|
9481
9521
|
"isOverride": false,
|
|
9482
9522
|
"isSealed": false,
|
|
9483
9523
|
"visibility": "Public",
|
|
9484
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9524
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9485
9525
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9486
9526
|
"isExtensionMethod": false
|
|
9487
9527
|
},
|
|
9488
9528
|
{
|
|
9489
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9490
|
-
"clrName": "
|
|
9491
|
-
"metadataToken":
|
|
9492
|
-
"canonicalSignature": "(System.
|
|
9493
|
-
"normalizedSignature": "
|
|
9529
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::AppendFormatted(System.String,System.Int32,System.String):System.Void",
|
|
9530
|
+
"clrName": "AppendFormatted",
|
|
9531
|
+
"metadataToken": 100681331,
|
|
9532
|
+
"canonicalSignature": "(System.String,System.Int32,System.String):System.Void",
|
|
9533
|
+
"normalizedSignature": "AppendFormatted|(System.String,System.Int32,System.String):System.Void|static=false",
|
|
9494
9534
|
"emitScope": "ClassSurface",
|
|
9495
9535
|
"provenance": "Original",
|
|
9496
9536
|
"arity": 0,
|
|
9497
|
-
"parameterCount":
|
|
9537
|
+
"parameterCount": 3,
|
|
9498
9538
|
"isStatic": false,
|
|
9499
9539
|
"isAbstract": false,
|
|
9500
9540
|
"isVirtual": false,
|
|
9501
9541
|
"isOverride": false,
|
|
9502
9542
|
"isSealed": false,
|
|
9503
9543
|
"visibility": "Public",
|
|
9504
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9544
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9505
9545
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9506
9546
|
"isExtensionMethod": false
|
|
9507
9547
|
},
|
|
9508
9548
|
{
|
|
9509
|
-
"stableId": "System.Private.CoreLib:System.
|
|
9510
|
-
"clrName": "
|
|
9511
|
-
"metadataToken":
|
|
9512
|
-
"canonicalSignature": "(System.
|
|
9513
|
-
"normalizedSignature": "
|
|
9514
|
-
"emitScope": "
|
|
9515
|
-
"provenance": "
|
|
9549
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::AppendFormatted(System.Object,System.Int32,System.String):System.Void",
|
|
9550
|
+
"clrName": "AppendFormatted",
|
|
9551
|
+
"metadataToken": 100681332,
|
|
9552
|
+
"canonicalSignature": "(System.Object,System.Int32,System.String):System.Void",
|
|
9553
|
+
"normalizedSignature": "AppendFormatted|(System.Object,System.Int32,System.String):System.Void|static=false",
|
|
9554
|
+
"emitScope": "ClassSurface",
|
|
9555
|
+
"provenance": "Original",
|
|
9516
9556
|
"arity": 0,
|
|
9517
|
-
"parameterCount":
|
|
9557
|
+
"parameterCount": 3,
|
|
9518
9558
|
"isStatic": false,
|
|
9519
9559
|
"isAbstract": false,
|
|
9520
|
-
"isVirtual":
|
|
9560
|
+
"isVirtual": false,
|
|
9521
9561
|
"isOverride": false,
|
|
9522
9562
|
"isSealed": false,
|
|
9523
9563
|
"visibility": "Public",
|
|
9524
|
-
"declaringClrType": "System.
|
|
9564
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9525
9565
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9526
|
-
"isExtensionMethod": false
|
|
9527
|
-
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
9566
|
+
"isExtensionMethod": false
|
|
9528
9567
|
}
|
|
9529
9568
|
],
|
|
9530
|
-
"properties": [
|
|
9569
|
+
"properties": [],
|
|
9570
|
+
"fields": [],
|
|
9571
|
+
"events": [],
|
|
9572
|
+
"constructors": [
|
|
9531
9573
|
{
|
|
9532
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder
|
|
9533
|
-
"
|
|
9534
|
-
"
|
|
9535
|
-
"
|
|
9536
|
-
"normalizedSignature": "Capacity|:System.Int32|static=false|accessor=getset",
|
|
9537
|
-
"emitScope": "ClassSurface",
|
|
9538
|
-
"provenance": "Original",
|
|
9539
|
-
"isIndexer": false,
|
|
9540
|
-
"hasGetter": true,
|
|
9541
|
-
"hasSetter": true,
|
|
9574
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Text.StringBuilder):void",
|
|
9575
|
+
"metadataToken": 100681320,
|
|
9576
|
+
"canonicalSignature": "(System.Int32,System.Int32,System.Text.StringBuilder):void",
|
|
9577
|
+
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Text.StringBuilder):void|static=false",
|
|
9542
9578
|
"isStatic": false,
|
|
9543
|
-
"
|
|
9544
|
-
"isVirtual": false,
|
|
9545
|
-
"isOverride": false,
|
|
9579
|
+
"parameterCount": 3,
|
|
9546
9580
|
"visibility": "Public",
|
|
9547
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9581
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9548
9582
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9549
9583
|
},
|
|
9550
9584
|
{
|
|
9551
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder
|
|
9552
|
-
"
|
|
9553
|
-
"
|
|
9554
|
-
"
|
|
9555
|
-
"
|
|
9585
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BAppendInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Text.StringBuilder,System.IFormatProvider):void",
|
|
9586
|
+
"metadataToken": 100681321,
|
|
9587
|
+
"canonicalSignature": "(System.Int32,System.Int32,System.Text.StringBuilder,System.IFormatProvider):void",
|
|
9588
|
+
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Text.StringBuilder,System.IFormatProvider):void|static=false",
|
|
9589
|
+
"isStatic": false,
|
|
9590
|
+
"parameterCount": 4,
|
|
9591
|
+
"visibility": "Public",
|
|
9592
|
+
"declaringClrType": "System.Text.StringBuilder\u002BAppendInterpolatedStringHandler",
|
|
9593
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9594
|
+
}
|
|
9595
|
+
]
|
|
9596
|
+
},
|
|
9597
|
+
{
|
|
9598
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BChunkEnumerator",
|
|
9599
|
+
"clrName": "System.Text.StringBuilder\u002BChunkEnumerator",
|
|
9600
|
+
"assemblyName": "System.Private.CoreLib",
|
|
9601
|
+
"metadataToken": 0,
|
|
9602
|
+
"kind": "Struct",
|
|
9603
|
+
"accessibility": "Public",
|
|
9604
|
+
"isAbstract": false,
|
|
9605
|
+
"isSealed": true,
|
|
9606
|
+
"isStatic": false,
|
|
9607
|
+
"arity": 0,
|
|
9608
|
+
"baseType": {
|
|
9609
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
9610
|
+
"clrName": "System.ValueType"
|
|
9611
|
+
},
|
|
9612
|
+
"methods": [
|
|
9613
|
+
{
|
|
9614
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BChunkEnumerator::GetEnumerator():System.Text.StringBuilder\u002BChunkEnumerator",
|
|
9615
|
+
"clrName": "GetEnumerator",
|
|
9616
|
+
"metadataToken": 100681313,
|
|
9617
|
+
"canonicalSignature": "():System.Text.StringBuilder\u002BChunkEnumerator",
|
|
9618
|
+
"normalizedSignature": "GetEnumerator|():System.Text.StringBuilder\u002BChunkEnumerator|static=false",
|
|
9556
9619
|
"emitScope": "ClassSurface",
|
|
9557
9620
|
"provenance": "Original",
|
|
9558
|
-
"
|
|
9559
|
-
"
|
|
9560
|
-
"hasSetter": false,
|
|
9621
|
+
"arity": 0,
|
|
9622
|
+
"parameterCount": 0,
|
|
9561
9623
|
"isStatic": false,
|
|
9562
9624
|
"isAbstract": false,
|
|
9563
9625
|
"isVirtual": false,
|
|
9564
9626
|
"isOverride": false,
|
|
9627
|
+
"isSealed": false,
|
|
9565
9628
|
"visibility": "Public",
|
|
9566
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9567
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9629
|
+
"declaringClrType": "System.Text.StringBuilder\u002BChunkEnumerator",
|
|
9630
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9631
|
+
"isExtensionMethod": false
|
|
9568
9632
|
},
|
|
9569
9633
|
{
|
|
9570
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9571
|
-
"clrName": "
|
|
9572
|
-
"metadataToken":
|
|
9573
|
-
"canonicalSignature": ":System.
|
|
9574
|
-
"normalizedSignature": "
|
|
9634
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BChunkEnumerator::MoveNext():System.Boolean",
|
|
9635
|
+
"clrName": "MoveNext",
|
|
9636
|
+
"metadataToken": 100681314,
|
|
9637
|
+
"canonicalSignature": "():System.Boolean",
|
|
9638
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
9575
9639
|
"emitScope": "ClassSurface",
|
|
9576
9640
|
"provenance": "Original",
|
|
9577
|
-
"
|
|
9578
|
-
"
|
|
9579
|
-
"hasSetter": true,
|
|
9641
|
+
"arity": 0,
|
|
9642
|
+
"parameterCount": 0,
|
|
9580
9643
|
"isStatic": false,
|
|
9581
9644
|
"isAbstract": false,
|
|
9582
9645
|
"isVirtual": false,
|
|
9583
9646
|
"isOverride": false,
|
|
9647
|
+
"isSealed": false,
|
|
9584
9648
|
"visibility": "Public",
|
|
9585
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9586
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9587
|
-
|
|
9649
|
+
"declaringClrType": "System.Text.StringBuilder\u002BChunkEnumerator",
|
|
9650
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9651
|
+
"isExtensionMethod": false
|
|
9652
|
+
}
|
|
9653
|
+
],
|
|
9654
|
+
"properties": [
|
|
9588
9655
|
{
|
|
9589
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::
|
|
9590
|
-
"clrName": "
|
|
9591
|
-
"metadataToken":
|
|
9592
|
-
"canonicalSignature": "[System.
|
|
9593
|
-
"normalizedSignature": "
|
|
9656
|
+
"stableId": "System.Private.CoreLib:System.Text.StringBuilder\u002BChunkEnumerator::Current:System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
9657
|
+
"clrName": "Current",
|
|
9658
|
+
"metadataToken": 385879146,
|
|
9659
|
+
"canonicalSignature": ":System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
9660
|
+
"normalizedSignature": "Current|:System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
9594
9661
|
"emitScope": "ClassSurface",
|
|
9595
9662
|
"provenance": "Original",
|
|
9596
|
-
"isIndexer":
|
|
9663
|
+
"isIndexer": false,
|
|
9597
9664
|
"hasGetter": true,
|
|
9598
|
-
"hasSetter":
|
|
9665
|
+
"hasSetter": false,
|
|
9599
9666
|
"isStatic": false,
|
|
9600
9667
|
"isAbstract": false,
|
|
9601
9668
|
"isVirtual": false,
|
|
9602
9669
|
"isOverride": false,
|
|
9603
9670
|
"visibility": "Public",
|
|
9604
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9671
|
+
"declaringClrType": "System.Text.StringBuilder\u002BChunkEnumerator",
|
|
9605
9672
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9606
9673
|
}
|
|
9607
9674
|
],
|
|
9608
9675
|
"fields": [],
|
|
9609
9676
|
"events": [],
|
|
9610
|
-
"constructors": [
|
|
9611
|
-
{
|
|
9612
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor():void",
|
|
9613
|
-
"metadataToken": 100681184,
|
|
9614
|
-
"canonicalSignature": "():void",
|
|
9615
|
-
"normalizedSignature": "constructor|():void|static=false",
|
|
9616
|
-
"isStatic": false,
|
|
9617
|
-
"parameterCount": 0,
|
|
9618
|
-
"visibility": "Public",
|
|
9619
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9620
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9621
|
-
},
|
|
9622
|
-
{
|
|
9623
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor(System.Int32):void",
|
|
9624
|
-
"metadataToken": 100681185,
|
|
9625
|
-
"canonicalSignature": "(System.Int32):void",
|
|
9626
|
-
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
9627
|
-
"isStatic": false,
|
|
9628
|
-
"parameterCount": 1,
|
|
9629
|
-
"visibility": "Public",
|
|
9630
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9631
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9632
|
-
},
|
|
9633
|
-
{
|
|
9634
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor(System.String):void",
|
|
9635
|
-
"metadataToken": 100681186,
|
|
9636
|
-
"canonicalSignature": "(System.String):void",
|
|
9637
|
-
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
9638
|
-
"isStatic": false,
|
|
9639
|
-
"parameterCount": 1,
|
|
9640
|
-
"visibility": "Public",
|
|
9641
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9642
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9643
|
-
},
|
|
9644
|
-
{
|
|
9645
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor(System.String,System.Int32):void",
|
|
9646
|
-
"metadataToken": 100681187,
|
|
9647
|
-
"canonicalSignature": "(System.String,System.Int32):void",
|
|
9648
|
-
"normalizedSignature": "constructor|(System.String,System.Int32):void|static=false",
|
|
9649
|
-
"isStatic": false,
|
|
9650
|
-
"parameterCount": 2,
|
|
9651
|
-
"visibility": "Public",
|
|
9652
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9653
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9654
|
-
},
|
|
9655
|
-
{
|
|
9656
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor(System.String,System.Int32,System.Int32,System.Int32):void",
|
|
9657
|
-
"metadataToken": 100681188,
|
|
9658
|
-
"canonicalSignature": "(System.String,System.Int32,System.Int32,System.Int32):void",
|
|
9659
|
-
"normalizedSignature": "constructor|(System.String,System.Int32,System.Int32,System.Int32):void|static=false",
|
|
9660
|
-
"isStatic": false,
|
|
9661
|
-
"parameterCount": 4,
|
|
9662
|
-
"visibility": "Public",
|
|
9663
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9664
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9665
|
-
},
|
|
9666
|
-
{
|
|
9667
|
-
"stableId": "System.Private.CoreLib:System.Text.StringBuilder::.ctor(System.Int32,System.Int32):void",
|
|
9668
|
-
"metadataToken": 100681189,
|
|
9669
|
-
"canonicalSignature": "(System.Int32,System.Int32):void",
|
|
9670
|
-
"normalizedSignature": "constructor|(System.Int32,System.Int32):void|static=false",
|
|
9671
|
-
"isStatic": false,
|
|
9672
|
-
"parameterCount": 2,
|
|
9673
|
-
"visibility": "Public",
|
|
9674
|
-
"declaringClrType": "System.Text.StringBuilder",
|
|
9675
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9676
|
-
}
|
|
9677
|
-
]
|
|
9677
|
+
"constructors": []
|
|
9678
9678
|
},
|
|
9679
9679
|
{
|
|
9680
9680
|
"stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding",
|
|
@@ -10425,7 +10425,7 @@
|
|
|
10425
10425
|
{
|
|
10426
10426
|
"stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::CharSizeSystem.Int32",
|
|
10427
10427
|
"clrName": "CharSize",
|
|
10428
|
-
"metadataToken":
|
|
10428
|
+
"metadataToken": 67113044,
|
|
10429
10429
|
"normalizedSignature": "CharSize|System.Int32|static=true|const=true",
|
|
10430
10430
|
"isStatic": true,
|
|
10431
10431
|
"isReadOnly": false,
|