@tsonic/dotnet 10.0.12 → 10.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -2832,26 +2832,6 @@
2832
2832
  "isExtensionMethod": false,
2833
2833
  "sourceInterface": "System.ICloneable"
2834
2834
  },
2835
- {
2836
- "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::Clone():System.Object",
2837
- "clrName": "Clone",
2838
- "metadataToken": 0,
2839
- "canonicalSignature": "():System.Object",
2840
- "normalizedSignature": "Clone|():System.Object|static=false",
2841
- "emitScope": "ClassSurface",
2842
- "provenance": "BaseOverload",
2843
- "arity": 0,
2844
- "parameterCount": 0,
2845
- "isStatic": false,
2846
- "isAbstract": false,
2847
- "isVirtual": true,
2848
- "isOverride": false,
2849
- "isSealed": false,
2850
- "visibility": "Public",
2851
- "declaringClrType": "System.Text.ASCIIEncoding",
2852
- "declaringAssemblyName": "System.Private.CoreLib",
2853
- "isExtensionMethod": false
2854
- },
2855
2835
  {
2856
2836
  "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetByteCount(System.Char[]):System.Int32",
2857
2837
  "clrName": "GetByteCount",
@@ -2892,26 +2872,6 @@
2892
2872
  "declaringAssemblyName": "System.Private.CoreLib",
2893
2873
  "isExtensionMethod": false
2894
2874
  },
2895
- {
2896
- "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetByteCount(System.ReadOnlySpan_1):System.Int32",
2897
- "clrName": "GetByteCount",
2898
- "metadataToken": 0,
2899
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Int32",
2900
- "normalizedSignature": "GetByteCount|(System.ReadOnlySpan_1):System.Int32|static=false",
2901
- "emitScope": "ClassSurface",
2902
- "provenance": "BaseOverload",
2903
- "arity": 0,
2904
- "parameterCount": 1,
2905
- "isStatic": false,
2906
- "isAbstract": false,
2907
- "isVirtual": true,
2908
- "isOverride": false,
2909
- "isSealed": false,
2910
- "visibility": "Public",
2911
- "declaringClrType": "System.Text.ASCIIEncoding",
2912
- "declaringAssemblyName": "System.Private.CoreLib",
2913
- "isExtensionMethod": false
2914
- },
2915
2875
  {
2916
2876
  "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetBytes(System.Char[]):System.Byte[]",
2917
2877
  "clrName": "GetBytes",
@@ -2992,26 +2952,6 @@
2992
2952
  "declaringAssemblyName": "System.Private.CoreLib",
2993
2953
  "isExtensionMethod": false
2994
2954
  },
2995
- {
2996
- "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetBytes(System.ReadOnlySpan_1,System.Span_1):System.Int32",
2997
- "clrName": "GetBytes",
2998
- "metadataToken": 0,
2999
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
3000
- "normalizedSignature": "GetBytes|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
3001
- "emitScope": "ClassSurface",
3002
- "provenance": "BaseOverload",
3003
- "arity": 0,
3004
- "parameterCount": 2,
3005
- "isStatic": false,
3006
- "isAbstract": false,
3007
- "isVirtual": true,
3008
- "isOverride": false,
3009
- "isSealed": false,
3010
- "visibility": "Public",
3011
- "declaringClrType": "System.Text.ASCIIEncoding",
3012
- "declaringAssemblyName": "System.Private.CoreLib",
3013
- "isExtensionMethod": false
3014
- },
3015
2955
  {
3016
2956
  "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetCharCount(System.Byte[]):System.Int32",
3017
2957
  "clrName": "GetCharCount",
@@ -3032,26 +2972,6 @@
3032
2972
  "declaringAssemblyName": "System.Private.CoreLib",
3033
2973
  "isExtensionMethod": false
3034
2974
  },
3035
- {
3036
- "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetCharCount(System.ReadOnlySpan_1):System.Int32",
3037
- "clrName": "GetCharCount",
3038
- "metadataToken": 0,
3039
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Int32",
3040
- "normalizedSignature": "GetCharCount|(System.ReadOnlySpan_1):System.Int32|static=false",
3041
- "emitScope": "ClassSurface",
3042
- "provenance": "BaseOverload",
3043
- "arity": 0,
3044
- "parameterCount": 1,
3045
- "isStatic": false,
3046
- "isAbstract": false,
3047
- "isVirtual": true,
3048
- "isOverride": false,
3049
- "isSealed": false,
3050
- "visibility": "Public",
3051
- "declaringClrType": "System.Text.ASCIIEncoding",
3052
- "declaringAssemblyName": "System.Private.CoreLib",
3053
- "isExtensionMethod": false
3054
- },
3055
2975
  {
3056
2976
  "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetChars(System.Byte[]):System.Char[]",
3057
2977
  "clrName": "GetChars",
@@ -3092,26 +3012,6 @@
3092
3012
  "declaringAssemblyName": "System.Private.CoreLib",
3093
3013
  "isExtensionMethod": false
3094
3014
  },
3095
- {
3096
- "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetChars(System.ReadOnlySpan_1,System.Span_1):System.Int32",
3097
- "clrName": "GetChars",
3098
- "metadataToken": 0,
3099
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
3100
- "normalizedSignature": "GetChars|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
3101
- "emitScope": "ClassSurface",
3102
- "provenance": "BaseOverload",
3103
- "arity": 0,
3104
- "parameterCount": 2,
3105
- "isStatic": false,
3106
- "isAbstract": false,
3107
- "isVirtual": true,
3108
- "isOverride": false,
3109
- "isSealed": false,
3110
- "visibility": "Public",
3111
- "declaringClrType": "System.Text.ASCIIEncoding",
3112
- "declaringAssemblyName": "System.Private.CoreLib",
3113
- "isExtensionMethod": false
3114
- },
3115
3015
  {
3116
3016
  "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetString(System.Byte*,System.Int32):System.String",
3117
3017
  "clrName": "GetString",
@@ -3133,11 +3033,11 @@
3133
3033
  "isExtensionMethod": false
3134
3034
  },
3135
3035
  {
3136
- "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetString(System.ReadOnlySpan_1):System.String",
3036
+ "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::GetString(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String",
3137
3037
  "clrName": "GetString",
3138
3038
  "metadataToken": 0,
3139
- "canonicalSignature": "(System.ReadOnlySpan_1):System.String",
3140
- "normalizedSignature": "GetString|(System.ReadOnlySpan_1):System.String|static=false",
3039
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String",
3040
+ "normalizedSignature": "GetString|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String|static=false",
3141
3041
  "emitScope": "ClassSurface",
3142
3042
  "provenance": "BaseOverload",
3143
3043
  "arity": 0,
@@ -3171,58 +3071,6 @@
3171
3071
  "declaringClrType": "System.Text.ASCIIEncoding",
3172
3072
  "declaringAssemblyName": "System.Private.CoreLib",
3173
3073
  "isExtensionMethod": false
3174
- },
3175
- {
3176
- "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::TryGetBytes(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
3177
- "clrName": "TryGetBytes",
3178
- "metadataToken": 0,
3179
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
3180
- "normalizedSignature": "TryGetBytes|(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean|static=false",
3181
- "emitScope": "ClassSurface",
3182
- "provenance": "BaseOverload",
3183
- "arity": 0,
3184
- "parameterCount": 3,
3185
- "isStatic": false,
3186
- "isAbstract": false,
3187
- "isVirtual": true,
3188
- "isOverride": false,
3189
- "isSealed": false,
3190
- "visibility": "Public",
3191
- "declaringClrType": "System.Text.ASCIIEncoding",
3192
- "declaringAssemblyName": "System.Private.CoreLib",
3193
- "isExtensionMethod": false,
3194
- "parameterModifiers": [
3195
- {
3196
- "index": 2,
3197
- "modifier": "out"
3198
- }
3199
- ]
3200
- },
3201
- {
3202
- "stableId": "System.Private.CoreLib:System.Text.ASCIIEncoding::TryGetChars(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
3203
- "clrName": "TryGetChars",
3204
- "metadataToken": 0,
3205
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
3206
- "normalizedSignature": "TryGetChars|(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean|static=false",
3207
- "emitScope": "ClassSurface",
3208
- "provenance": "BaseOverload",
3209
- "arity": 0,
3210
- "parameterCount": 3,
3211
- "isStatic": false,
3212
- "isAbstract": false,
3213
- "isVirtual": true,
3214
- "isOverride": false,
3215
- "isSealed": false,
3216
- "visibility": "Public",
3217
- "declaringClrType": "System.Text.ASCIIEncoding",
3218
- "declaringAssemblyName": "System.Private.CoreLib",
3219
- "isExtensionMethod": false,
3220
- "parameterModifiers": [
3221
- {
3222
- "index": 2,
3223
- "modifier": "out"
3224
- }
3225
- ]
3226
3074
  }
3227
3075
  ],
3228
3076
  "properties": [
@@ -3377,26 +3225,6 @@
3377
3225
  "declaringClrType": "System.Text.CodePagesEncodingProvider",
3378
3226
  "declaringAssemblyName": "System.Text.Encoding.CodePages",
3379
3227
  "isExtensionMethod": false
3380
- },
3381
- {
3382
- "stableId": "System.Text.Encoding.CodePages:System.Text.CodePagesEncodingProvider::GetEncodings():System.Collections.Generic.IEnumerable_1",
3383
- "clrName": "GetEncodings",
3384
- "metadataToken": 0,
3385
- "canonicalSignature": "():System.Collections.Generic.IEnumerable_1",
3386
- "normalizedSignature": "GetEncodings|():System.Collections.Generic.IEnumerable_1|static=false",
3387
- "emitScope": "ClassSurface",
3388
- "provenance": "BaseOverload",
3389
- "arity": 0,
3390
- "parameterCount": 0,
3391
- "isStatic": false,
3392
- "isAbstract": false,
3393
- "isVirtual": true,
3394
- "isOverride": false,
3395
- "isSealed": false,
3396
- "visibility": "Public",
3397
- "declaringClrType": "System.Text.CodePagesEncodingProvider",
3398
- "declaringAssemblyName": "System.Text.Encoding.CodePages",
3399
- "isExtensionMethod": false
3400
3228
  }
3401
3229
  ],
3402
3230
  "properties": [
@@ -4376,26 +4204,6 @@
4376
4204
  "declaringAssemblyName": "System.Private.CoreLib",
4377
4205
  "isExtensionMethod": false,
4378
4206
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
4379
- },
4380
- {
4381
- "stableId": "System.Private.CoreLib:System.Text.DecoderFallbackException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
4382
- "clrName": "GetObjectData",
4383
- "metadataToken": 0,
4384
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
4385
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
4386
- "emitScope": "ClassSurface",
4387
- "provenance": "BaseOverload",
4388
- "arity": 0,
4389
- "parameterCount": 2,
4390
- "isStatic": false,
4391
- "isAbstract": false,
4392
- "isVirtual": true,
4393
- "isOverride": false,
4394
- "isSealed": false,
4395
- "visibility": "Public",
4396
- "declaringClrType": "System.Text.DecoderFallbackException",
4397
- "declaringAssemblyName": "System.Private.CoreLib",
4398
- "isExtensionMethod": false
4399
4207
  }
4400
4208
  ],
4401
4209
  "properties": [
@@ -5656,26 +5464,6 @@
5656
5464
  "declaringAssemblyName": "System.Private.CoreLib",
5657
5465
  "isExtensionMethod": false,
5658
5466
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
5659
- },
5660
- {
5661
- "stableId": "System.Private.CoreLib:System.Text.EncoderFallbackException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
5662
- "clrName": "GetObjectData",
5663
- "metadataToken": 0,
5664
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
5665
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
5666
- "emitScope": "ClassSurface",
5667
- "provenance": "BaseOverload",
5668
- "arity": 0,
5669
- "parameterCount": 2,
5670
- "isStatic": false,
5671
- "isAbstract": false,
5672
- "isVirtual": true,
5673
- "isOverride": false,
5674
- "isSealed": false,
5675
- "visibility": "Public",
5676
- "declaringClrType": "System.Text.EncoderFallbackException",
5677
- "declaringAssemblyName": "System.Private.CoreLib",
5678
- "isExtensionMethod": false
5679
5467
  }
5680
5468
  ],
5681
5469
  "properties": [
@@ -10291,26 +10079,6 @@
10291
10079
  "isExtensionMethod": false,
10292
10080
  "sourceInterface": "System.ICloneable"
10293
10081
  },
10294
- {
10295
- "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::Clone():System.Object",
10296
- "clrName": "Clone",
10297
- "metadataToken": 0,
10298
- "canonicalSignature": "():System.Object",
10299
- "normalizedSignature": "Clone|():System.Object|static=false",
10300
- "emitScope": "ClassSurface",
10301
- "provenance": "BaseOverload",
10302
- "arity": 0,
10303
- "parameterCount": 0,
10304
- "isStatic": false,
10305
- "isAbstract": false,
10306
- "isVirtual": true,
10307
- "isOverride": false,
10308
- "isSealed": false,
10309
- "visibility": "Public",
10310
- "declaringClrType": "System.Text.UnicodeEncoding",
10311
- "declaringAssemblyName": "System.Private.CoreLib",
10312
- "isExtensionMethod": false
10313
- },
10314
10082
  {
10315
10083
  "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::GetByteCount(System.Char[]):System.Int32",
10316
10084
  "clrName": "GetByteCount",
@@ -10352,11 +10120,11 @@
10352
10120
  "isExtensionMethod": false
10353
10121
  },
10354
10122
  {
10355
- "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::GetByteCount(System.ReadOnlySpan_1):System.Int32",
10123
+ "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::GetByteCount(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Int32",
10356
10124
  "clrName": "GetByteCount",
10357
10125
  "metadataToken": 0,
10358
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Int32",
10359
- "normalizedSignature": "GetByteCount|(System.ReadOnlySpan_1):System.Int32|static=false",
10126
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Int32",
10127
+ "normalizedSignature": "GetByteCount|(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Int32|static=false",
10360
10128
  "emitScope": "ClassSurface",
10361
10129
  "provenance": "BaseOverload",
10362
10130
  "arity": 0,
@@ -10452,11 +10220,11 @@
10452
10220
  "isExtensionMethod": false
10453
10221
  },
10454
10222
  {
10455
- "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::GetBytes(System.ReadOnlySpan_1,System.Span_1):System.Int32",
10223
+ "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::GetBytes(System.ReadOnlySpan_1\u003CSystem.Char\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32",
10456
10224
  "clrName": "GetBytes",
10457
10225
  "metadataToken": 0,
10458
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
10459
- "normalizedSignature": "GetBytes|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
10226
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Char\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32",
10227
+ "normalizedSignature": "GetBytes|(System.ReadOnlySpan_1\u003CSystem.Char\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32|static=false",
10460
10228
  "emitScope": "ClassSurface",
10461
10229
  "provenance": "BaseOverload",
10462
10230
  "arity": 0,
@@ -10492,11 +10260,11 @@
10492
10260
  "isExtensionMethod": false
10493
10261
  },
10494
10262
  {
10495
- "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::GetCharCount(System.ReadOnlySpan_1):System.Int32",
10263
+ "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::GetCharCount(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Int32",
10496
10264
  "clrName": "GetCharCount",
10497
10265
  "metadataToken": 0,
10498
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Int32",
10499
- "normalizedSignature": "GetCharCount|(System.ReadOnlySpan_1):System.Int32|static=false",
10266
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Int32",
10267
+ "normalizedSignature": "GetCharCount|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Int32|static=false",
10500
10268
  "emitScope": "ClassSurface",
10501
10269
  "provenance": "BaseOverload",
10502
10270
  "arity": 0,
@@ -10552,11 +10320,11 @@
10552
10320
  "isExtensionMethod": false
10553
10321
  },
10554
10322
  {
10555
- "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::GetChars(System.ReadOnlySpan_1,System.Span_1):System.Int32",
10323
+ "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::GetChars(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Char\u003E):System.Int32",
10556
10324
  "clrName": "GetChars",
10557
10325
  "metadataToken": 0,
10558
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
10559
- "normalizedSignature": "GetChars|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
10326
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Char\u003E):System.Int32",
10327
+ "normalizedSignature": "GetChars|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Char\u003E):System.Int32|static=false",
10560
10328
  "emitScope": "ClassSurface",
10561
10329
  "provenance": "BaseOverload",
10562
10330
  "arity": 0,
@@ -10592,11 +10360,11 @@
10592
10360
  "isExtensionMethod": false
10593
10361
  },
10594
10362
  {
10595
- "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::GetString(System.ReadOnlySpan_1):System.String",
10363
+ "stableId": "System.Private.CoreLib:System.Text.UnicodeEncoding::GetString(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String",
10596
10364
  "clrName": "GetString",
10597
10365
  "metadataToken": 0,
10598
- "canonicalSignature": "(System.ReadOnlySpan_1):System.String",
10599
- "normalizedSignature": "GetString|(System.ReadOnlySpan_1):System.String|static=false",
10366
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String",
10367
+ "normalizedSignature": "GetString|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String|static=false",
10600
10368
  "emitScope": "ClassSurface",
10601
10369
  "provenance": "BaseOverload",
10602
10370
  "arity": 0,
@@ -11107,26 +10875,6 @@
11107
10875
  "isExtensionMethod": false,
11108
10876
  "sourceInterface": "System.ICloneable"
11109
10877
  },
11110
- {
11111
- "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::Clone():System.Object",
11112
- "clrName": "Clone",
11113
- "metadataToken": 0,
11114
- "canonicalSignature": "():System.Object",
11115
- "normalizedSignature": "Clone|():System.Object|static=false",
11116
- "emitScope": "ClassSurface",
11117
- "provenance": "BaseOverload",
11118
- "arity": 0,
11119
- "parameterCount": 0,
11120
- "isStatic": false,
11121
- "isAbstract": false,
11122
- "isVirtual": true,
11123
- "isOverride": false,
11124
- "isSealed": false,
11125
- "visibility": "Public",
11126
- "declaringClrType": "System.Text.UTF32Encoding",
11127
- "declaringAssemblyName": "System.Private.CoreLib",
11128
- "isExtensionMethod": false
11129
- },
11130
10878
  {
11131
10879
  "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::GetByteCount(System.Char[]):System.Int32",
11132
10880
  "clrName": "GetByteCount",
@@ -11168,11 +10916,11 @@
11168
10916
  "isExtensionMethod": false
11169
10917
  },
11170
10918
  {
11171
- "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::GetByteCount(System.ReadOnlySpan_1):System.Int32",
10919
+ "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::GetByteCount(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Int32",
11172
10920
  "clrName": "GetByteCount",
11173
10921
  "metadataToken": 0,
11174
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Int32",
11175
- "normalizedSignature": "GetByteCount|(System.ReadOnlySpan_1):System.Int32|static=false",
10922
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Int32",
10923
+ "normalizedSignature": "GetByteCount|(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Int32|static=false",
11176
10924
  "emitScope": "ClassSurface",
11177
10925
  "provenance": "BaseOverload",
11178
10926
  "arity": 0,
@@ -11268,11 +11016,11 @@
11268
11016
  "isExtensionMethod": false
11269
11017
  },
11270
11018
  {
11271
- "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::GetBytes(System.ReadOnlySpan_1,System.Span_1):System.Int32",
11019
+ "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::GetBytes(System.ReadOnlySpan_1\u003CSystem.Char\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32",
11272
11020
  "clrName": "GetBytes",
11273
11021
  "metadataToken": 0,
11274
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
11275
- "normalizedSignature": "GetBytes|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
11022
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Char\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32",
11023
+ "normalizedSignature": "GetBytes|(System.ReadOnlySpan_1\u003CSystem.Char\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32|static=false",
11276
11024
  "emitScope": "ClassSurface",
11277
11025
  "provenance": "BaseOverload",
11278
11026
  "arity": 0,
@@ -11308,11 +11056,11 @@
11308
11056
  "isExtensionMethod": false
11309
11057
  },
11310
11058
  {
11311
- "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::GetCharCount(System.ReadOnlySpan_1):System.Int32",
11059
+ "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::GetCharCount(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Int32",
11312
11060
  "clrName": "GetCharCount",
11313
11061
  "metadataToken": 0,
11314
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Int32",
11315
- "normalizedSignature": "GetCharCount|(System.ReadOnlySpan_1):System.Int32|static=false",
11062
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Int32",
11063
+ "normalizedSignature": "GetCharCount|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Int32|static=false",
11316
11064
  "emitScope": "ClassSurface",
11317
11065
  "provenance": "BaseOverload",
11318
11066
  "arity": 0,
@@ -11368,11 +11116,11 @@
11368
11116
  "isExtensionMethod": false
11369
11117
  },
11370
11118
  {
11371
- "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::GetChars(System.ReadOnlySpan_1,System.Span_1):System.Int32",
11119
+ "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::GetChars(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Char\u003E):System.Int32",
11372
11120
  "clrName": "GetChars",
11373
11121
  "metadataToken": 0,
11374
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
11375
- "normalizedSignature": "GetChars|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
11122
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Char\u003E):System.Int32",
11123
+ "normalizedSignature": "GetChars|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Char\u003E):System.Int32|static=false",
11376
11124
  "emitScope": "ClassSurface",
11377
11125
  "provenance": "BaseOverload",
11378
11126
  "arity": 0,
@@ -11408,11 +11156,11 @@
11408
11156
  "isExtensionMethod": false
11409
11157
  },
11410
11158
  {
11411
- "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::GetString(System.ReadOnlySpan_1):System.String",
11159
+ "stableId": "System.Private.CoreLib:System.Text.UTF32Encoding::GetString(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String",
11412
11160
  "clrName": "GetString",
11413
11161
  "metadataToken": 0,
11414
- "canonicalSignature": "(System.ReadOnlySpan_1):System.String",
11415
- "normalizedSignature": "GetString|(System.ReadOnlySpan_1):System.String|static=false",
11162
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String",
11163
+ "normalizedSignature": "GetString|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String|static=false",
11416
11164
  "emitScope": "ClassSurface",
11417
11165
  "provenance": "BaseOverload",
11418
11166
  "arity": 0,
@@ -11890,26 +11638,6 @@
11890
11638
  "isExtensionMethod": false,
11891
11639
  "sourceInterface": "System.ICloneable"
11892
11640
  },
11893
- {
11894
- "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::Clone():System.Object",
11895
- "clrName": "Clone",
11896
- "metadataToken": 0,
11897
- "canonicalSignature": "():System.Object",
11898
- "normalizedSignature": "Clone|():System.Object|static=false",
11899
- "emitScope": "ClassSurface",
11900
- "provenance": "BaseOverload",
11901
- "arity": 0,
11902
- "parameterCount": 0,
11903
- "isStatic": false,
11904
- "isAbstract": false,
11905
- "isVirtual": true,
11906
- "isOverride": false,
11907
- "isSealed": false,
11908
- "visibility": "Public",
11909
- "declaringClrType": "System.Text.UTF7Encoding",
11910
- "declaringAssemblyName": "System.Private.CoreLib",
11911
- "isExtensionMethod": false
11912
- },
11913
11641
  {
11914
11642
  "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::GetByteCount(System.Char[]):System.Int32",
11915
11643
  "clrName": "GetByteCount",
@@ -11951,11 +11679,11 @@
11951
11679
  "isExtensionMethod": false
11952
11680
  },
11953
11681
  {
11954
- "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::GetByteCount(System.ReadOnlySpan_1):System.Int32",
11682
+ "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::GetByteCount(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Int32",
11955
11683
  "clrName": "GetByteCount",
11956
11684
  "metadataToken": 0,
11957
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Int32",
11958
- "normalizedSignature": "GetByteCount|(System.ReadOnlySpan_1):System.Int32|static=false",
11685
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Int32",
11686
+ "normalizedSignature": "GetByteCount|(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Int32|static=false",
11959
11687
  "emitScope": "ClassSurface",
11960
11688
  "provenance": "BaseOverload",
11961
11689
  "arity": 0,
@@ -12051,11 +11779,11 @@
12051
11779
  "isExtensionMethod": false
12052
11780
  },
12053
11781
  {
12054
- "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::GetBytes(System.ReadOnlySpan_1,System.Span_1):System.Int32",
11782
+ "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::GetBytes(System.ReadOnlySpan_1\u003CSystem.Char\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32",
12055
11783
  "clrName": "GetBytes",
12056
11784
  "metadataToken": 0,
12057
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
12058
- "normalizedSignature": "GetBytes|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
11785
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Char\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32",
11786
+ "normalizedSignature": "GetBytes|(System.ReadOnlySpan_1\u003CSystem.Char\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32|static=false",
12059
11787
  "emitScope": "ClassSurface",
12060
11788
  "provenance": "BaseOverload",
12061
11789
  "arity": 0,
@@ -12091,11 +11819,11 @@
12091
11819
  "isExtensionMethod": false
12092
11820
  },
12093
11821
  {
12094
- "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::GetCharCount(System.ReadOnlySpan_1):System.Int32",
11822
+ "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::GetCharCount(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Int32",
12095
11823
  "clrName": "GetCharCount",
12096
11824
  "metadataToken": 0,
12097
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Int32",
12098
- "normalizedSignature": "GetCharCount|(System.ReadOnlySpan_1):System.Int32|static=false",
11825
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Int32",
11826
+ "normalizedSignature": "GetCharCount|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Int32|static=false",
12099
11827
  "emitScope": "ClassSurface",
12100
11828
  "provenance": "BaseOverload",
12101
11829
  "arity": 0,
@@ -12151,11 +11879,11 @@
12151
11879
  "isExtensionMethod": false
12152
11880
  },
12153
11881
  {
12154
- "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::GetChars(System.ReadOnlySpan_1,System.Span_1):System.Int32",
11882
+ "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::GetChars(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Char\u003E):System.Int32",
12155
11883
  "clrName": "GetChars",
12156
11884
  "metadataToken": 0,
12157
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
12158
- "normalizedSignature": "GetChars|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
11885
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Char\u003E):System.Int32",
11886
+ "normalizedSignature": "GetChars|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Char\u003E):System.Int32|static=false",
12159
11887
  "emitScope": "ClassSurface",
12160
11888
  "provenance": "BaseOverload",
12161
11889
  "arity": 0,
@@ -12191,11 +11919,11 @@
12191
11919
  "isExtensionMethod": false
12192
11920
  },
12193
11921
  {
12194
- "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::GetString(System.ReadOnlySpan_1):System.String",
11922
+ "stableId": "System.Private.CoreLib:System.Text.UTF7Encoding::GetString(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String",
12195
11923
  "clrName": "GetString",
12196
11924
  "metadataToken": 0,
12197
- "canonicalSignature": "(System.ReadOnlySpan_1):System.String",
12198
- "normalizedSignature": "GetString|(System.ReadOnlySpan_1):System.String|static=false",
11925
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String",
11926
+ "normalizedSignature": "GetString|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String|static=false",
12199
11927
  "emitScope": "ClassSurface",
12200
11928
  "provenance": "BaseOverload",
12201
11929
  "arity": 0,
@@ -12794,26 +12522,6 @@
12794
12522
  "isExtensionMethod": false,
12795
12523
  "sourceInterface": "System.ICloneable"
12796
12524
  },
12797
- {
12798
- "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::Clone():System.Object",
12799
- "clrName": "Clone",
12800
- "metadataToken": 0,
12801
- "canonicalSignature": "():System.Object",
12802
- "normalizedSignature": "Clone|():System.Object|static=false",
12803
- "emitScope": "ClassSurface",
12804
- "provenance": "BaseOverload",
12805
- "arity": 0,
12806
- "parameterCount": 0,
12807
- "isStatic": false,
12808
- "isAbstract": false,
12809
- "isVirtual": true,
12810
- "isOverride": false,
12811
- "isSealed": false,
12812
- "visibility": "Public",
12813
- "declaringClrType": "System.Text.UTF8Encoding",
12814
- "declaringAssemblyName": "System.Private.CoreLib",
12815
- "isExtensionMethod": false
12816
- },
12817
12525
  {
12818
12526
  "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetByteCount(System.Char[]):System.Int32",
12819
12527
  "clrName": "GetByteCount",
@@ -12854,26 +12562,6 @@
12854
12562
  "declaringAssemblyName": "System.Private.CoreLib",
12855
12563
  "isExtensionMethod": false
12856
12564
  },
12857
- {
12858
- "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetByteCount(System.ReadOnlySpan_1):System.Int32",
12859
- "clrName": "GetByteCount",
12860
- "metadataToken": 0,
12861
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Int32",
12862
- "normalizedSignature": "GetByteCount|(System.ReadOnlySpan_1):System.Int32|static=false",
12863
- "emitScope": "ClassSurface",
12864
- "provenance": "BaseOverload",
12865
- "arity": 0,
12866
- "parameterCount": 1,
12867
- "isStatic": false,
12868
- "isAbstract": false,
12869
- "isVirtual": true,
12870
- "isOverride": false,
12871
- "isSealed": false,
12872
- "visibility": "Public",
12873
- "declaringClrType": "System.Text.UTF8Encoding",
12874
- "declaringAssemblyName": "System.Private.CoreLib",
12875
- "isExtensionMethod": false
12876
- },
12877
12565
  {
12878
12566
  "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetBytes(System.Char[]):System.Byte[]",
12879
12567
  "clrName": "GetBytes",
@@ -12954,26 +12642,6 @@
12954
12642
  "declaringAssemblyName": "System.Private.CoreLib",
12955
12643
  "isExtensionMethod": false
12956
12644
  },
12957
- {
12958
- "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetBytes(System.ReadOnlySpan_1,System.Span_1):System.Int32",
12959
- "clrName": "GetBytes",
12960
- "metadataToken": 0,
12961
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
12962
- "normalizedSignature": "GetBytes|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
12963
- "emitScope": "ClassSurface",
12964
- "provenance": "BaseOverload",
12965
- "arity": 0,
12966
- "parameterCount": 2,
12967
- "isStatic": false,
12968
- "isAbstract": false,
12969
- "isVirtual": true,
12970
- "isOverride": false,
12971
- "isSealed": false,
12972
- "visibility": "Public",
12973
- "declaringClrType": "System.Text.UTF8Encoding",
12974
- "declaringAssemblyName": "System.Private.CoreLib",
12975
- "isExtensionMethod": false
12976
- },
12977
12645
  {
12978
12646
  "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetCharCount(System.Byte[]):System.Int32",
12979
12647
  "clrName": "GetCharCount",
@@ -12994,26 +12662,6 @@
12994
12662
  "declaringAssemblyName": "System.Private.CoreLib",
12995
12663
  "isExtensionMethod": false
12996
12664
  },
12997
- {
12998
- "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetCharCount(System.ReadOnlySpan_1):System.Int32",
12999
- "clrName": "GetCharCount",
13000
- "metadataToken": 0,
13001
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Int32",
13002
- "normalizedSignature": "GetCharCount|(System.ReadOnlySpan_1):System.Int32|static=false",
13003
- "emitScope": "ClassSurface",
13004
- "provenance": "BaseOverload",
13005
- "arity": 0,
13006
- "parameterCount": 1,
13007
- "isStatic": false,
13008
- "isAbstract": false,
13009
- "isVirtual": true,
13010
- "isOverride": false,
13011
- "isSealed": false,
13012
- "visibility": "Public",
13013
- "declaringClrType": "System.Text.UTF8Encoding",
13014
- "declaringAssemblyName": "System.Private.CoreLib",
13015
- "isExtensionMethod": false
13016
- },
13017
12665
  {
13018
12666
  "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetChars(System.Byte[]):System.Char[]",
13019
12667
  "clrName": "GetChars",
@@ -13054,26 +12702,6 @@
13054
12702
  "declaringAssemblyName": "System.Private.CoreLib",
13055
12703
  "isExtensionMethod": false
13056
12704
  },
13057
- {
13058
- "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetChars(System.ReadOnlySpan_1,System.Span_1):System.Int32",
13059
- "clrName": "GetChars",
13060
- "metadataToken": 0,
13061
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
13062
- "normalizedSignature": "GetChars|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
13063
- "emitScope": "ClassSurface",
13064
- "provenance": "BaseOverload",
13065
- "arity": 0,
13066
- "parameterCount": 2,
13067
- "isStatic": false,
13068
- "isAbstract": false,
13069
- "isVirtual": true,
13070
- "isOverride": false,
13071
- "isSealed": false,
13072
- "visibility": "Public",
13073
- "declaringClrType": "System.Text.UTF8Encoding",
13074
- "declaringAssemblyName": "System.Private.CoreLib",
13075
- "isExtensionMethod": false
13076
- },
13077
12705
  {
13078
12706
  "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetString(System.Byte*,System.Int32):System.String",
13079
12707
  "clrName": "GetString",
@@ -13095,11 +12723,11 @@
13095
12723
  "isExtensionMethod": false
13096
12724
  },
13097
12725
  {
13098
- "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetString(System.ReadOnlySpan_1):System.String",
12726
+ "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::GetString(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String",
13099
12727
  "clrName": "GetString",
13100
12728
  "metadataToken": 0,
13101
- "canonicalSignature": "(System.ReadOnlySpan_1):System.String",
13102
- "normalizedSignature": "GetString|(System.ReadOnlySpan_1):System.String|static=false",
12729
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String",
12730
+ "normalizedSignature": "GetString|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.String|static=false",
13103
12731
  "emitScope": "ClassSurface",
13104
12732
  "provenance": "BaseOverload",
13105
12733
  "arity": 0,
@@ -13133,58 +12761,6 @@
13133
12761
  "declaringClrType": "System.Text.UTF8Encoding",
13134
12762
  "declaringAssemblyName": "System.Private.CoreLib",
13135
12763
  "isExtensionMethod": false
13136
- },
13137
- {
13138
- "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::TryGetBytes(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
13139
- "clrName": "TryGetBytes",
13140
- "metadataToken": 0,
13141
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
13142
- "normalizedSignature": "TryGetBytes|(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean|static=false",
13143
- "emitScope": "ClassSurface",
13144
- "provenance": "BaseOverload",
13145
- "arity": 0,
13146
- "parameterCount": 3,
13147
- "isStatic": false,
13148
- "isAbstract": false,
13149
- "isVirtual": true,
13150
- "isOverride": false,
13151
- "isSealed": false,
13152
- "visibility": "Public",
13153
- "declaringClrType": "System.Text.UTF8Encoding",
13154
- "declaringAssemblyName": "System.Private.CoreLib",
13155
- "isExtensionMethod": false,
13156
- "parameterModifiers": [
13157
- {
13158
- "index": 2,
13159
- "modifier": "out"
13160
- }
13161
- ]
13162
- },
13163
- {
13164
- "stableId": "System.Private.CoreLib:System.Text.UTF8Encoding::TryGetChars(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
13165
- "clrName": "TryGetChars",
13166
- "metadataToken": 0,
13167
- "canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean",
13168
- "normalizedSignature": "TryGetChars|(System.ReadOnlySpan_1,System.Span_1,System.Int32\u0026):System.Boolean|static=false",
13169
- "emitScope": "ClassSurface",
13170
- "provenance": "BaseOverload",
13171
- "arity": 0,
13172
- "parameterCount": 3,
13173
- "isStatic": false,
13174
- "isAbstract": false,
13175
- "isVirtual": true,
13176
- "isOverride": false,
13177
- "isSealed": false,
13178
- "visibility": "Public",
13179
- "declaringClrType": "System.Text.UTF8Encoding",
13180
- "declaringAssemblyName": "System.Private.CoreLib",
13181
- "isExtensionMethod": false,
13182
- "parameterModifiers": [
13183
- {
13184
- "index": 2,
13185
- "modifier": "out"
13186
- }
13187
- ]
13188
12764
  }
13189
12765
  ],
13190
12766
  "properties": [