@tsonic/dotnet 10.0.41 → 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.
Files changed (332) hide show
  1. package/Internal/bindings.json +5 -5
  2. package/Internal/internal/index.d.ts +1 -1
  3. package/Internal.d.ts +4 -0
  4. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
  5. package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
  6. package/Microsoft.VisualBasic/bindings.json +13 -13
  7. package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
  8. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
  9. package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
  10. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
  11. package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
  12. package/Microsoft.VisualBasic.d.ts +4 -0
  13. package/Microsoft.Win32/internal/index.d.ts +9 -9
  14. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
  15. package/Microsoft.Win32.SafeHandles.d.ts +4 -0
  16. package/Microsoft.Win32.d.ts +4 -0
  17. package/README.md +8 -1
  18. package/System/bindings.json +204 -124
  19. package/System/internal/index.d.ts +1041 -1026
  20. package/System.Buffers/internal/index.d.ts +51 -51
  21. package/System.Buffers.Binary/internal/index.d.ts +1 -1
  22. package/System.Buffers.Binary.d.ts +4 -0
  23. package/System.Buffers.Text/internal/index.d.ts +1 -1
  24. package/System.Buffers.Text.d.ts +4 -0
  25. package/System.Buffers.d.ts +10 -6
  26. package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
  27. package/System.CodeDom.Compiler.d.ts +4 -0
  28. package/System.Collections/bindings.json +300 -300
  29. package/System.Collections/internal/index.d.ts +113 -113
  30. package/System.Collections.Concurrent/bindings.json +93 -93
  31. package/System.Collections.Concurrent/internal/index.d.ts +65 -65
  32. package/System.Collections.Concurrent.d.ts +7 -3
  33. package/System.Collections.Frozen/bindings.json +90 -50
  34. package/System.Collections.Frozen/internal/index.d.ts +35 -33
  35. package/System.Collections.Frozen.d.ts +6 -2
  36. package/System.Collections.Generic/bindings.json +932 -612
  37. package/System.Collections.Generic/internal/index.d.ts +303 -287
  38. package/System.Collections.Generic.d.ts +19 -15
  39. package/System.Collections.Immutable/bindings.json +189 -189
  40. package/System.Collections.Immutable/internal/index.d.ts +235 -234
  41. package/System.Collections.Immutable.d.ts +21 -17
  42. package/System.Collections.ObjectModel/bindings.json +229 -229
  43. package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
  44. package/System.Collections.ObjectModel.d.ts +6 -2
  45. package/System.Collections.Specialized/bindings.json +79 -79
  46. package/System.Collections.Specialized/internal/index.d.ts +46 -46
  47. package/System.Collections.Specialized.d.ts +4 -0
  48. package/System.Collections.d.ts +4 -0
  49. package/System.ComponentModel/bindings.json +108 -108
  50. package/System.ComponentModel/internal/index.d.ts +368 -363
  51. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
  52. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  53. package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
  54. package/System.ComponentModel.DataAnnotations.d.ts +4 -0
  55. package/System.ComponentModel.Design/bindings.json +18 -18
  56. package/System.ComponentModel.Design/internal/index.d.ts +47 -47
  57. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
  58. package/System.ComponentModel.Design.Serialization.d.ts +4 -0
  59. package/System.ComponentModel.Design.d.ts +4 -0
  60. package/System.ComponentModel.d.ts +4 -0
  61. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  62. package/System.Configuration.Assemblies.d.ts +4 -0
  63. package/System.Data/bindings.json +124 -124
  64. package/System.Data/internal/index.d.ts +156 -156
  65. package/System.Data.Common/bindings.json +68 -68
  66. package/System.Data.Common/internal/index.d.ts +42 -42
  67. package/System.Data.Common.d.ts +4 -0
  68. package/System.Data.SqlTypes/internal/index.d.ts +40 -40
  69. package/System.Data.SqlTypes.d.ts +4 -0
  70. package/System.Data.d.ts +8 -4
  71. package/System.Diagnostics/bindings.json +251 -231
  72. package/System.Diagnostics/internal/index.d.ts +167 -154
  73. package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
  74. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
  75. package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
  76. package/System.Diagnostics.Contracts/bindings.json +62 -62
  77. package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
  78. package/System.Diagnostics.Contracts.d.ts +4 -0
  79. package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
  80. package/System.Diagnostics.Metrics.d.ts +7 -3
  81. package/System.Diagnostics.SymbolStore/bindings.json +2 -2
  82. package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
  83. package/System.Diagnostics.SymbolStore.d.ts +4 -0
  84. package/System.Diagnostics.Tracing/bindings.json +212 -212
  85. package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
  86. package/System.Diagnostics.Tracing.d.ts +4 -0
  87. package/System.Diagnostics.d.ts +5 -1
  88. package/System.Drawing/internal/index.d.ts +48 -48
  89. package/System.Drawing.d.ts +4 -0
  90. package/System.Dynamic/bindings.json +13 -13
  91. package/System.Dynamic/internal/index.d.ts +36 -35
  92. package/System.Dynamic.d.ts +4 -0
  93. package/System.Formats.Asn1/internal/index.d.ts +11 -11
  94. package/System.Formats.Asn1.d.ts +4 -0
  95. package/System.Formats.Tar/internal/index.d.ts +1 -1
  96. package/System.Formats.Tar.d.ts +4 -0
  97. package/System.Globalization/bindings.json +3 -3
  98. package/System.Globalization/internal/index.d.ts +19 -19
  99. package/System.Globalization.d.ts +4 -0
  100. package/System.IO/bindings.json +957 -957
  101. package/System.IO/internal/index.d.ts +55 -55
  102. package/System.IO.Compression/internal/index.d.ts +13 -13
  103. package/System.IO.Compression.d.ts +4 -0
  104. package/System.IO.Enumeration/bindings.json +47 -47
  105. package/System.IO.Enumeration/internal/index.d.ts +11 -11
  106. package/System.IO.Enumeration.d.ts +4 -0
  107. package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
  108. package/System.IO.IsolatedStorage.d.ts +4 -0
  109. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
  110. package/System.IO.MemoryMappedFiles.d.ts +4 -0
  111. package/System.IO.Pipelines/internal/index.d.ts +4 -4
  112. package/System.IO.Pipelines.d.ts +4 -0
  113. package/System.IO.Pipes/internal/index.d.ts +4 -4
  114. package/System.IO.Pipes.d.ts +4 -0
  115. package/System.IO.d.ts +4 -0
  116. package/System.Linq/bindings.json +22 -22
  117. package/System.Linq/internal/index.d.ts +703 -701
  118. package/System.Linq.Expressions/internal/index.d.ts +67 -41
  119. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  120. package/System.Linq.Expressions.Interpreter.d.ts +4 -0
  121. package/System.Linq.Expressions.d.ts +6 -2
  122. package/System.Linq.d.ts +18 -14
  123. package/System.Net/bindings.json +27 -27
  124. package/System.Net/internal/index.d.ts +53 -53
  125. package/System.Net.Cache/internal/index.d.ts +1 -1
  126. package/System.Net.Cache.d.ts +4 -0
  127. package/System.Net.Http/bindings.json +22 -22
  128. package/System.Net.Http/internal/index.d.ts +16 -16
  129. package/System.Net.Http.Headers/bindings.json +66 -26
  130. package/System.Net.Http.Headers/internal/index.d.ts +26 -24
  131. package/System.Net.Http.Headers.d.ts +4 -0
  132. package/System.Net.Http.Json/internal/index.d.ts +63 -63
  133. package/System.Net.Http.Json.d.ts +4 -0
  134. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  135. package/System.Net.Http.Metrics.d.ts +4 -0
  136. package/System.Net.Http.d.ts +5 -1
  137. package/System.Net.Mail/bindings.json +96 -96
  138. package/System.Net.Mail/internal/index.d.ts +8 -8
  139. package/System.Net.Mail.d.ts +4 -0
  140. package/System.Net.Mime/internal/index.d.ts +3 -3
  141. package/System.Net.Mime.d.ts +4 -0
  142. package/System.Net.NetworkInformation/bindings.json +40 -40
  143. package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
  144. package/System.Net.NetworkInformation.d.ts +4 -0
  145. package/System.Net.Quic/internal/index.d.ts +4 -4
  146. package/System.Net.Quic.d.ts +4 -0
  147. package/System.Net.Security/internal/index.d.ts +29 -29
  148. package/System.Net.Security.d.ts +4 -0
  149. package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
  150. package/System.Net.ServerSentEvents.d.ts +7 -3
  151. package/System.Net.Sockets/internal/index.d.ts +42 -42
  152. package/System.Net.Sockets.d.ts +4 -0
  153. package/System.Net.WebSockets/bindings.json +101 -101
  154. package/System.Net.WebSockets/internal/index.d.ts +5 -5
  155. package/System.Net.WebSockets.d.ts +4 -0
  156. package/System.Net.d.ts +4 -0
  157. package/System.Numerics/bindings.json +3 -3
  158. package/System.Numerics/internal/index.d.ts +218 -218
  159. package/System.Numerics.d.ts +38 -34
  160. package/System.Reflection/bindings.json +870 -870
  161. package/System.Reflection/internal/index.d.ts +107 -107
  162. package/System.Reflection.Emit/bindings.json +754 -754
  163. package/System.Reflection.Emit/internal/index.d.ts +27 -25
  164. package/System.Reflection.Emit.d.ts +4 -0
  165. package/System.Reflection.Metadata/bindings.json +607 -87
  166. package/System.Reflection.Metadata/internal/index.d.ts +144 -118
  167. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
  168. package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
  169. package/System.Reflection.Metadata.d.ts +9 -5
  170. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  171. package/System.Reflection.PortableExecutable.d.ts +4 -0
  172. package/System.Reflection.d.ts +4 -0
  173. package/System.Resources/bindings.json +3 -3
  174. package/System.Resources/internal/index.d.ts +7 -7
  175. package/System.Resources.d.ts +4 -0
  176. package/System.Runtime/bindings.json +9 -9
  177. package/System.Runtime/internal/index.d.ts +7 -7
  178. package/System.Runtime.CompilerServices/bindings.json +383 -383
  179. package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
  180. package/System.Runtime.CompilerServices.d.ts +20 -16
  181. package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
  182. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
  183. package/System.Runtime.ConstrainedExecution.d.ts +4 -0
  184. package/System.Runtime.ExceptionServices/bindings.json +9 -9
  185. package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
  186. package/System.Runtime.ExceptionServices.d.ts +4 -0
  187. package/System.Runtime.InteropServices/bindings.json +559 -559
  188. package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
  189. package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
  190. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
  191. package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
  192. package/System.Runtime.InteropServices.Java/bindings.json +12 -12
  193. package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
  194. package/System.Runtime.InteropServices.Java.d.ts +4 -0
  195. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
  196. package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
  197. package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
  198. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
  199. package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
  200. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
  201. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
  202. package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
  203. package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
  204. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  205. package/System.Runtime.InteropServices.Swift.d.ts +6 -2
  206. package/System.Runtime.InteropServices.d.ts +6 -2
  207. package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
  208. package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
  209. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
  210. package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
  211. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  212. package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
  213. package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
  214. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
  215. package/System.Runtime.Intrinsics.X86.d.ts +4 -0
  216. package/System.Runtime.Intrinsics.d.ts +12 -8
  217. package/System.Runtime.Loader/internal/index.d.ts +1 -1
  218. package/System.Runtime.Loader.d.ts +4 -0
  219. package/System.Runtime.Remoting/internal/index.d.ts +3 -3
  220. package/System.Runtime.Remoting.d.ts +4 -0
  221. package/System.Runtime.Serialization/bindings.json +13 -13
  222. package/System.Runtime.Serialization/internal/index.d.ts +102 -102
  223. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  224. package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
  225. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  226. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  227. package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
  228. package/System.Runtime.Serialization.Formatters.d.ts +4 -0
  229. package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
  230. package/System.Runtime.Serialization.Json.d.ts +4 -0
  231. package/System.Runtime.Serialization.d.ts +4 -0
  232. package/System.Runtime.Versioning/bindings.json +13 -13
  233. package/System.Runtime.Versioning/internal/index.d.ts +2 -2
  234. package/System.Runtime.Versioning.d.ts +4 -0
  235. package/System.Runtime.d.ts +4 -0
  236. package/System.Security/bindings.json +5 -5
  237. package/System.Security/internal/index.d.ts +10 -10
  238. package/System.Security.AccessControl/bindings.json +33 -33
  239. package/System.Security.AccessControl/internal/index.d.ts +21 -21
  240. package/System.Security.AccessControl.d.ts +10 -6
  241. package/System.Security.Authentication/internal/index.d.ts +1 -1
  242. package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
  243. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
  244. package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
  245. package/System.Security.Authentication.d.ts +4 -0
  246. package/System.Security.Claims/internal/index.d.ts +3 -3
  247. package/System.Security.Claims.d.ts +4 -0
  248. package/System.Security.Cryptography/bindings.json +40 -40
  249. package/System.Security.Cryptography/internal/index.d.ts +28 -27
  250. package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
  251. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
  252. package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
  253. package/System.Security.Cryptography.d.ts +4 -0
  254. package/System.Security.Permissions/internal/index.d.ts +1 -1
  255. package/System.Security.Permissions.d.ts +4 -0
  256. package/System.Security.Policy/bindings.json +5 -5
  257. package/System.Security.Policy/internal/index.d.ts +9 -9
  258. package/System.Security.Policy.d.ts +4 -0
  259. package/System.Security.Principal/bindings.json +8 -8
  260. package/System.Security.Principal/internal/index.d.ts +8 -8
  261. package/System.Security.Principal.d.ts +4 -0
  262. package/System.Security.d.ts +4 -0
  263. package/System.Text/bindings.json +20 -20
  264. package/System.Text/internal/index.d.ts +48 -48
  265. package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
  266. package/System.Text.Encodings.Web.d.ts +4 -0
  267. package/System.Text.Json/internal/index.d.ts +109 -109
  268. package/System.Text.Json.Nodes/bindings.json +27 -27
  269. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  270. package/System.Text.Json.Nodes.d.ts +4 -0
  271. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  272. package/System.Text.Json.Schema.d.ts +4 -0
  273. package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
  274. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
  275. package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
  276. package/System.Text.Json.Serialization.d.ts +10 -6
  277. package/System.Text.Json.d.ts +4 -0
  278. package/System.Text.RegularExpressions/bindings.json +158 -118
  279. package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
  280. package/System.Text.RegularExpressions.d.ts +4 -0
  281. package/System.Text.Unicode/internal/index.d.ts +6 -6
  282. package/System.Text.Unicode.d.ts +4 -0
  283. package/System.Text.d.ts +4 -0
  284. package/System.Threading/bindings.json +19 -19
  285. package/System.Threading/internal/index.d.ts +97 -97
  286. package/System.Threading.Channels/internal/index.d.ts +23 -23
  287. package/System.Threading.Channels.d.ts +8 -4
  288. package/System.Threading.Tasks/bindings.json +138 -38
  289. package/System.Threading.Tasks/internal/index.d.ts +229 -227
  290. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
  291. package/System.Threading.Tasks.Dataflow.d.ts +18 -14
  292. package/System.Threading.Tasks.Sources/bindings.json +9 -9
  293. package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
  294. package/System.Threading.Tasks.Sources.d.ts +6 -2
  295. package/System.Threading.Tasks.d.ts +12 -8
  296. package/System.Threading.d.ts +4 -0
  297. package/System.Timers/internal/index.d.ts +2 -2
  298. package/System.Timers.d.ts +4 -0
  299. package/System.Transactions/internal/index.d.ts +6 -6
  300. package/System.Transactions.d.ts +4 -0
  301. package/System.Web/internal/index.d.ts +2 -2
  302. package/System.Web.d.ts +4 -0
  303. package/System.Windows.Input/internal/index.d.ts +3 -3
  304. package/System.Windows.Input.d.ts +4 -0
  305. package/System.Windows.Markup/internal/index.d.ts +1 -1
  306. package/System.Windows.Markup.d.ts +4 -0
  307. package/System.Xml/bindings.json +27 -27
  308. package/System.Xml/internal/index.d.ts +29 -29
  309. package/System.Xml.Linq/bindings.json +6 -6
  310. package/System.Xml.Linq/internal/index.d.ts +49 -49
  311. package/System.Xml.Linq.d.ts +4 -0
  312. package/System.Xml.Resolvers/internal/index.d.ts +3 -3
  313. package/System.Xml.Resolvers.d.ts +4 -0
  314. package/System.Xml.Schema/bindings.json +24 -24
  315. package/System.Xml.Schema/internal/index.d.ts +24 -24
  316. package/System.Xml.Schema.d.ts +4 -0
  317. package/System.Xml.Serialization/bindings.json +57 -57
  318. package/System.Xml.Serialization/internal/index.d.ts +49 -49
  319. package/System.Xml.Serialization.d.ts +4 -0
  320. package/System.Xml.XPath/bindings.json +1 -1
  321. package/System.Xml.XPath/internal/index.d.ts +18 -18
  322. package/System.Xml.XPath.d.ts +4 -0
  323. package/System.Xml.Xsl/bindings.json +1 -1
  324. package/System.Xml.Xsl/internal/index.d.ts +12 -12
  325. package/System.Xml.Xsl.Runtime/bindings.json +70 -70
  326. package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
  327. package/System.Xml.Xsl.Runtime.d.ts +4 -0
  328. package/System.Xml.Xsl.d.ts +4 -0
  329. package/System.Xml.d.ts +4 -0
  330. package/System.d.ts +126 -122
  331. package/__internal/extensions/index.d.ts +1288 -1293
  332. package/package.json +2 -2
@@ -1035,7 +1035,7 @@
1035
1035
  {
1036
1036
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
1037
1037
  "clrName": "IndexOf",
1038
- "metadataToken": 100704568,
1038
+ "metadataToken": 100704573,
1039
1039
  "canonicalSignature": "(T):System.Int32",
1040
1040
  "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
1041
1041
  "emitScope": "ViewOnly",
@@ -1056,7 +1056,7 @@
1056
1056
  {
1057
1057
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
1058
1058
  "clrName": "Insert",
1059
- "metadataToken": 100704569,
1059
+ "metadataToken": 100704574,
1060
1060
  "canonicalSignature": "(System.Int32,T):System.Void",
1061
1061
  "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
1062
1062
  "emitScope": "ViewOnly",
@@ -1077,7 +1077,7 @@
1077
1077
  {
1078
1078
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
1079
1079
  "clrName": "RemoveAt",
1080
- "metadataToken": 100704570,
1080
+ "metadataToken": 100704575,
1081
1081
  "canonicalSignature": "(System.Int32):System.Void",
1082
1082
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
1083
1083
  "emitScope": "ViewOnly",
@@ -1098,7 +1098,7 @@
1098
1098
  {
1099
1099
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
1100
1100
  "clrName": "Add",
1101
- "metadataToken": 100704538,
1101
+ "metadataToken": 100704543,
1102
1102
  "canonicalSignature": "(T):System.Void",
1103
1103
  "normalizedSignature": "Add|(T):System.Void|static=false",
1104
1104
  "emitScope": "ViewOnly",
@@ -1119,7 +1119,7 @@
1119
1119
  {
1120
1120
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
1121
1121
  "clrName": "Clear",
1122
- "metadataToken": 100704539,
1122
+ "metadataToken": 100704544,
1123
1123
  "canonicalSignature": "():System.Void",
1124
1124
  "normalizedSignature": "Clear|():System.Void|static=false",
1125
1125
  "emitScope": "ViewOnly",
@@ -1140,7 +1140,7 @@
1140
1140
  {
1141
1141
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
1142
1142
  "clrName": "Contains",
1143
- "metadataToken": 100704540,
1143
+ "metadataToken": 100704545,
1144
1144
  "canonicalSignature": "(T):System.Boolean",
1145
1145
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
1146
1146
  "emitScope": "ViewOnly",
@@ -1161,7 +1161,7 @@
1161
1161
  {
1162
1162
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
1163
1163
  "clrName": "CopyTo",
1164
- "metadataToken": 100704541,
1164
+ "metadataToken": 100704546,
1165
1165
  "canonicalSignature": "(T[],System.Int32):System.Void",
1166
1166
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
1167
1167
  "emitScope": "ViewOnly",
@@ -1182,7 +1182,7 @@
1182
1182
  {
1183
1183
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
1184
1184
  "clrName": "GetEnumerator",
1185
- "metadataToken": 100704560,
1185
+ "metadataToken": 100704565,
1186
1186
  "canonicalSignature": "():IEnumerator_1",
1187
1187
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
1188
1188
  "emitScope": "ViewOnly",
@@ -1203,7 +1203,7 @@
1203
1203
  {
1204
1204
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
1205
1205
  "clrName": "Add",
1206
- "metadataToken": 100703854,
1206
+ "metadataToken": 100703859,
1207
1207
  "canonicalSignature": "(System.Object):System.Int32",
1208
1208
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
1209
1209
  "emitScope": "ViewOnly",
@@ -1224,7 +1224,7 @@
1224
1224
  {
1225
1225
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
1226
1226
  "clrName": "Contains",
1227
- "metadataToken": 100703855,
1227
+ "metadataToken": 100703860,
1228
1228
  "canonicalSignature": "(System.Object):System.Boolean",
1229
1229
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
1230
1230
  "emitScope": "ViewOnly",
@@ -1245,7 +1245,7 @@
1245
1245
  {
1246
1246
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
1247
1247
  "clrName": "Insert",
1248
- "metadataToken": 100703860,
1248
+ "metadataToken": 100703865,
1249
1249
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
1250
1250
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
1251
1251
  "emitScope": "ViewOnly",
@@ -1266,7 +1266,7 @@
1266
1266
  {
1267
1267
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
1268
1268
  "clrName": "Remove",
1269
- "metadataToken": 100703861,
1269
+ "metadataToken": 100703866,
1270
1270
  "canonicalSignature": "(System.Object):System.Void",
1271
1271
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
1272
1272
  "emitScope": "ViewOnly",
@@ -1287,7 +1287,7 @@
1287
1287
  {
1288
1288
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
1289
1289
  "clrName": "GetEnumerator",
1290
- "metadataToken": 100703845,
1290
+ "metadataToken": 100703850,
1291
1291
  "canonicalSignature": "():System.Collections.IEnumerator",
1292
1292
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
1293
1293
  "emitScope": "ViewOnly",
@@ -1308,7 +1308,7 @@
1308
1308
  {
1309
1309
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
1310
1310
  "clrName": "Clear",
1311
- "metadataToken": 100703856,
1311
+ "metadataToken": 100703861,
1312
1312
  "canonicalSignature": "():System.Void",
1313
1313
  "normalizedSignature": "Clear|():System.Void|static=false",
1314
1314
  "emitScope": "ViewOnly",
@@ -1329,7 +1329,7 @@
1329
1329
  {
1330
1330
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
1331
1331
  "clrName": "RemoveAt",
1332
- "metadataToken": 100703862,
1332
+ "metadataToken": 100703867,
1333
1333
  "canonicalSignature": "(System.Int32):System.Void",
1334
1334
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
1335
1335
  "emitScope": "ViewOnly",
@@ -1350,7 +1350,7 @@
1350
1350
  {
1351
1351
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
1352
1352
  "clrName": "CopyTo",
1353
- "metadataToken": 100703826,
1353
+ "metadataToken": 100703831,
1354
1354
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
1355
1355
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
1356
1356
  "emitScope": "ViewOnly",
@@ -1468,7 +1468,7 @@
1468
1468
  {
1469
1469
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
1470
1470
  "clrName": "IsFixedSize",
1471
- "metadataToken": 385881270,
1471
+ "metadataToken": 385881272,
1472
1472
  "canonicalSignature": ":System.Boolean",
1473
1473
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
1474
1474
  "emitScope": "ViewOnly",
@@ -1488,7 +1488,7 @@
1488
1488
  {
1489
1489
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
1490
1490
  "clrName": "Count",
1491
- "metadataToken": 385881417,
1491
+ "metadataToken": 385881419,
1492
1492
  "canonicalSignature": ":System.Int32",
1493
1493
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1494
1494
  "emitScope": "ViewOnly",
@@ -1508,7 +1508,7 @@
1508
1508
  {
1509
1509
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
1510
1510
  "clrName": "IsReadOnly",
1511
- "metadataToken": 385881418,
1511
+ "metadataToken": 385881420,
1512
1512
  "canonicalSignature": ":System.Boolean",
1513
1513
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
1514
1514
  "emitScope": "ViewOnly",
@@ -1528,7 +1528,7 @@
1528
1528
  {
1529
1529
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
1530
1530
  "clrName": "Count",
1531
- "metadataToken": 385881428,
1531
+ "metadataToken": 385881430,
1532
1532
  "canonicalSignature": ":System.Int32",
1533
1533
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1534
1534
  "emitScope": "ViewOnly",
@@ -1548,7 +1548,7 @@
1548
1548
  {
1549
1549
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
1550
1550
  "clrName": "IsReadOnly",
1551
- "metadataToken": 385881269,
1551
+ "metadataToken": 385881271,
1552
1552
  "canonicalSignature": ":System.Boolean",
1553
1553
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
1554
1554
  "emitScope": "ViewOnly",
@@ -1568,7 +1568,7 @@
1568
1568
  {
1569
1569
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
1570
1570
  "clrName": "Count",
1571
- "metadataToken": 385881256,
1571
+ "metadataToken": 385881258,
1572
1572
  "canonicalSignature": ":System.Int32",
1573
1573
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1574
1574
  "emitScope": "ViewOnly",
@@ -1588,7 +1588,7 @@
1588
1588
  {
1589
1589
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
1590
1590
  "clrName": "SyncRoot",
1591
- "metadataToken": 385881257,
1591
+ "metadataToken": 385881259,
1592
1592
  "canonicalSignature": ":System.Object",
1593
1593
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
1594
1594
  "emitScope": "ViewOnly",
@@ -1608,7 +1608,7 @@
1608
1608
  {
1609
1609
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
1610
1610
  "clrName": "IsSynchronized",
1611
- "metadataToken": 385881258,
1611
+ "metadataToken": 385881260,
1612
1612
  "canonicalSignature": ":System.Boolean",
1613
1613
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
1614
1614
  "emitScope": "ViewOnly",
@@ -1729,7 +1729,7 @@
1729
1729
  "constructors": [
1730
1730
  {
1731
1731
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GeneratedRegexAttribute::.ctor(System.String):void",
1732
- "metadataToken": 100663878,
1732
+ "metadataToken": 100663877,
1733
1733
  "canonicalSignature": "(System.String):void",
1734
1734
  "normalizedSignature": "constructor|(System.String):void|static=false",
1735
1735
  "isStatic": false,
@@ -1740,7 +1740,7 @@
1740
1740
  },
1741
1741
  {
1742
1742
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GeneratedRegexAttribute::.ctor(System.String,System.Text.RegularExpressions.RegexOptions):void",
1743
- "metadataToken": 100663879,
1743
+ "metadataToken": 100663878,
1744
1744
  "canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions):void",
1745
1745
  "normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions):void|static=false",
1746
1746
  "isStatic": false,
@@ -1751,7 +1751,7 @@
1751
1751
  },
1752
1752
  {
1753
1753
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GeneratedRegexAttribute::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.String):void",
1754
- "metadataToken": 100663880,
1754
+ "metadataToken": 100663879,
1755
1755
  "canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions,System.String):void",
1756
1756
  "normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions,System.String):void|static=false",
1757
1757
  "isStatic": false,
@@ -1762,7 +1762,7 @@
1762
1762
  },
1763
1763
  {
1764
1764
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GeneratedRegexAttribute::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32):void",
1765
- "metadataToken": 100663881,
1765
+ "metadataToken": 100663880,
1766
1766
  "canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32):void",
1767
1767
  "normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32):void|static=false",
1768
1768
  "isStatic": false,
@@ -1773,7 +1773,7 @@
1773
1773
  },
1774
1774
  {
1775
1775
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.GeneratedRegexAttribute::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32,System.String):void",
1776
- "metadataToken": 100663882,
1776
+ "metadataToken": 100663881,
1777
1777
  "canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32,System.String):void",
1778
1778
  "normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions,System.Int32,System.String):void|static=false",
1779
1779
  "isStatic": false,
@@ -2080,7 +2080,7 @@
2080
2080
  {
2081
2081
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
2082
2082
  "clrName": "IndexOf",
2083
- "metadataToken": 100704568,
2083
+ "metadataToken": 100704573,
2084
2084
  "canonicalSignature": "(T):System.Int32",
2085
2085
  "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
2086
2086
  "emitScope": "ViewOnly",
@@ -2101,7 +2101,7 @@
2101
2101
  {
2102
2102
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
2103
2103
  "clrName": "Insert",
2104
- "metadataToken": 100704569,
2104
+ "metadataToken": 100704574,
2105
2105
  "canonicalSignature": "(System.Int32,T):System.Void",
2106
2106
  "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
2107
2107
  "emitScope": "ViewOnly",
@@ -2122,7 +2122,7 @@
2122
2122
  {
2123
2123
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
2124
2124
  "clrName": "RemoveAt",
2125
- "metadataToken": 100704570,
2125
+ "metadataToken": 100704575,
2126
2126
  "canonicalSignature": "(System.Int32):System.Void",
2127
2127
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
2128
2128
  "emitScope": "ViewOnly",
@@ -2143,7 +2143,7 @@
2143
2143
  {
2144
2144
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
2145
2145
  "clrName": "Add",
2146
- "metadataToken": 100704538,
2146
+ "metadataToken": 100704543,
2147
2147
  "canonicalSignature": "(T):System.Void",
2148
2148
  "normalizedSignature": "Add|(T):System.Void|static=false",
2149
2149
  "emitScope": "ViewOnly",
@@ -2164,7 +2164,7 @@
2164
2164
  {
2165
2165
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
2166
2166
  "clrName": "Clear",
2167
- "metadataToken": 100704539,
2167
+ "metadataToken": 100704544,
2168
2168
  "canonicalSignature": "():System.Void",
2169
2169
  "normalizedSignature": "Clear|():System.Void|static=false",
2170
2170
  "emitScope": "ViewOnly",
@@ -2185,7 +2185,7 @@
2185
2185
  {
2186
2186
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
2187
2187
  "clrName": "Contains",
2188
- "metadataToken": 100704540,
2188
+ "metadataToken": 100704545,
2189
2189
  "canonicalSignature": "(T):System.Boolean",
2190
2190
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
2191
2191
  "emitScope": "ViewOnly",
@@ -2206,7 +2206,7 @@
2206
2206
  {
2207
2207
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
2208
2208
  "clrName": "CopyTo",
2209
- "metadataToken": 100704541,
2209
+ "metadataToken": 100704546,
2210
2210
  "canonicalSignature": "(T[],System.Int32):System.Void",
2211
2211
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
2212
2212
  "emitScope": "ViewOnly",
@@ -2227,7 +2227,7 @@
2227
2227
  {
2228
2228
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
2229
2229
  "clrName": "GetEnumerator",
2230
- "metadataToken": 100704560,
2230
+ "metadataToken": 100704565,
2231
2231
  "canonicalSignature": "():IEnumerator_1",
2232
2232
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
2233
2233
  "emitScope": "ViewOnly",
@@ -2248,7 +2248,7 @@
2248
2248
  {
2249
2249
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
2250
2250
  "clrName": "Add",
2251
- "metadataToken": 100703854,
2251
+ "metadataToken": 100703859,
2252
2252
  "canonicalSignature": "(System.Object):System.Int32",
2253
2253
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
2254
2254
  "emitScope": "ViewOnly",
@@ -2269,7 +2269,7 @@
2269
2269
  {
2270
2270
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
2271
2271
  "clrName": "Contains",
2272
- "metadataToken": 100703855,
2272
+ "metadataToken": 100703860,
2273
2273
  "canonicalSignature": "(System.Object):System.Boolean",
2274
2274
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
2275
2275
  "emitScope": "ViewOnly",
@@ -2290,7 +2290,7 @@
2290
2290
  {
2291
2291
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
2292
2292
  "clrName": "Insert",
2293
- "metadataToken": 100703860,
2293
+ "metadataToken": 100703865,
2294
2294
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
2295
2295
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
2296
2296
  "emitScope": "ViewOnly",
@@ -2311,7 +2311,7 @@
2311
2311
  {
2312
2312
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
2313
2313
  "clrName": "Remove",
2314
- "metadataToken": 100703861,
2314
+ "metadataToken": 100703866,
2315
2315
  "canonicalSignature": "(System.Object):System.Void",
2316
2316
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
2317
2317
  "emitScope": "ViewOnly",
@@ -2332,7 +2332,7 @@
2332
2332
  {
2333
2333
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
2334
2334
  "clrName": "ContainsKey",
2335
- "metadataToken": 100704572,
2335
+ "metadataToken": 100704577,
2336
2336
  "canonicalSignature": "(TKey):System.Boolean",
2337
2337
  "normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
2338
2338
  "emitScope": "ViewOnly",
@@ -2353,7 +2353,7 @@
2353
2353
  {
2354
2354
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
2355
2355
  "clrName": "TryGetValue",
2356
- "metadataToken": 100704573,
2356
+ "metadataToken": 100704578,
2357
2357
  "canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
2358
2358
  "normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
2359
2359
  "emitScope": "ViewOnly",
@@ -2380,7 +2380,7 @@
2380
2380
  {
2381
2381
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
2382
2382
  "clrName": "GetEnumerator",
2383
- "metadataToken": 100703845,
2383
+ "metadataToken": 100703850,
2384
2384
  "canonicalSignature": "():System.Collections.IEnumerator",
2385
2385
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2386
2386
  "emitScope": "ViewOnly",
@@ -2401,7 +2401,7 @@
2401
2401
  {
2402
2402
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
2403
2403
  "clrName": "Clear",
2404
- "metadataToken": 100703856,
2404
+ "metadataToken": 100703861,
2405
2405
  "canonicalSignature": "():System.Void",
2406
2406
  "normalizedSignature": "Clear|():System.Void|static=false",
2407
2407
  "emitScope": "ViewOnly",
@@ -2422,7 +2422,7 @@
2422
2422
  {
2423
2423
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
2424
2424
  "clrName": "RemoveAt",
2425
- "metadataToken": 100703862,
2425
+ "metadataToken": 100703867,
2426
2426
  "canonicalSignature": "(System.Int32):System.Void",
2427
2427
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
2428
2428
  "emitScope": "ViewOnly",
@@ -2443,7 +2443,7 @@
2443
2443
  {
2444
2444
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
2445
2445
  "clrName": "CopyTo",
2446
- "metadataToken": 100703826,
2446
+ "metadataToken": 100703831,
2447
2447
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
2448
2448
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
2449
2449
  "emitScope": "ViewOnly",
@@ -2620,7 +2620,7 @@
2620
2620
  {
2621
2621
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
2622
2622
  "clrName": "IsFixedSize",
2623
- "metadataToken": 385881270,
2623
+ "metadataToken": 385881272,
2624
2624
  "canonicalSignature": ":System.Boolean",
2625
2625
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
2626
2626
  "emitScope": "ViewOnly",
@@ -2640,7 +2640,7 @@
2640
2640
  {
2641
2641
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
2642
2642
  "clrName": "Keys",
2643
- "metadataToken": 385881430,
2643
+ "metadataToken": 385881432,
2644
2644
  "canonicalSignature": ":IEnumerable_1",
2645
2645
  "normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
2646
2646
  "emitScope": "ViewOnly",
@@ -2660,7 +2660,7 @@
2660
2660
  {
2661
2661
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
2662
2662
  "clrName": "Count",
2663
- "metadataToken": 385881417,
2663
+ "metadataToken": 385881419,
2664
2664
  "canonicalSignature": ":System.Int32",
2665
2665
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2666
2666
  "emitScope": "ViewOnly",
@@ -2680,7 +2680,7 @@
2680
2680
  {
2681
2681
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
2682
2682
  "clrName": "IsReadOnly",
2683
- "metadataToken": 385881418,
2683
+ "metadataToken": 385881420,
2684
2684
  "canonicalSignature": ":System.Boolean",
2685
2685
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
2686
2686
  "emitScope": "ViewOnly",
@@ -2700,7 +2700,7 @@
2700
2700
  {
2701
2701
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
2702
2702
  "clrName": "Count",
2703
- "metadataToken": 385881428,
2703
+ "metadataToken": 385881430,
2704
2704
  "canonicalSignature": ":System.Int32",
2705
2705
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2706
2706
  "emitScope": "ViewOnly",
@@ -2720,7 +2720,7 @@
2720
2720
  {
2721
2721
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
2722
2722
  "clrName": "IsReadOnly",
2723
- "metadataToken": 385881269,
2723
+ "metadataToken": 385881271,
2724
2724
  "canonicalSignature": ":System.Boolean",
2725
2725
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
2726
2726
  "emitScope": "ViewOnly",
@@ -2740,7 +2740,7 @@
2740
2740
  {
2741
2741
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
2742
2742
  "clrName": "Count",
2743
- "metadataToken": 385881256,
2743
+ "metadataToken": 385881258,
2744
2744
  "canonicalSignature": ":System.Int32",
2745
2745
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2746
2746
  "emitScope": "ViewOnly",
@@ -2760,7 +2760,7 @@
2760
2760
  {
2761
2761
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
2762
2762
  "clrName": "SyncRoot",
2763
- "metadataToken": 385881257,
2763
+ "metadataToken": 385881259,
2764
2764
  "canonicalSignature": ":System.Object",
2765
2765
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
2766
2766
  "emitScope": "ViewOnly",
@@ -2780,7 +2780,7 @@
2780
2780
  {
2781
2781
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
2782
2782
  "clrName": "IsSynchronized",
2783
- "metadataToken": 385881258,
2783
+ "metadataToken": 385881260,
2784
2784
  "canonicalSignature": ":System.Boolean",
2785
2785
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
2786
2786
  "emitScope": "ViewOnly",
@@ -2800,7 +2800,7 @@
2800
2800
  {
2801
2801
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
2802
2802
  "clrName": "Values",
2803
- "metadataToken": 385881431,
2803
+ "metadataToken": 385881433,
2804
2804
  "canonicalSignature": ":IEnumerable_1",
2805
2805
  "normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
2806
2806
  "emitScope": "ViewOnly",
@@ -3071,7 +3071,7 @@
3071
3071
  {
3072
3072
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
3073
3073
  "clrName": "IndexOf",
3074
- "metadataToken": 100704568,
3074
+ "metadataToken": 100704573,
3075
3075
  "canonicalSignature": "(T):System.Int32",
3076
3076
  "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
3077
3077
  "emitScope": "ViewOnly",
@@ -3092,7 +3092,7 @@
3092
3092
  {
3093
3093
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
3094
3094
  "clrName": "Insert",
3095
- "metadataToken": 100704569,
3095
+ "metadataToken": 100704574,
3096
3096
  "canonicalSignature": "(System.Int32,T):System.Void",
3097
3097
  "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
3098
3098
  "emitScope": "ViewOnly",
@@ -3113,7 +3113,7 @@
3113
3113
  {
3114
3114
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
3115
3115
  "clrName": "RemoveAt",
3116
- "metadataToken": 100704570,
3116
+ "metadataToken": 100704575,
3117
3117
  "canonicalSignature": "(System.Int32):System.Void",
3118
3118
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
3119
3119
  "emitScope": "ViewOnly",
@@ -3134,7 +3134,7 @@
3134
3134
  {
3135
3135
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
3136
3136
  "clrName": "Add",
3137
- "metadataToken": 100704538,
3137
+ "metadataToken": 100704543,
3138
3138
  "canonicalSignature": "(T):System.Void",
3139
3139
  "normalizedSignature": "Add|(T):System.Void|static=false",
3140
3140
  "emitScope": "ViewOnly",
@@ -3155,7 +3155,7 @@
3155
3155
  {
3156
3156
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
3157
3157
  "clrName": "Clear",
3158
- "metadataToken": 100704539,
3158
+ "metadataToken": 100704544,
3159
3159
  "canonicalSignature": "():System.Void",
3160
3160
  "normalizedSignature": "Clear|():System.Void|static=false",
3161
3161
  "emitScope": "ViewOnly",
@@ -3176,7 +3176,7 @@
3176
3176
  {
3177
3177
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
3178
3178
  "clrName": "Contains",
3179
- "metadataToken": 100704540,
3179
+ "metadataToken": 100704545,
3180
3180
  "canonicalSignature": "(T):System.Boolean",
3181
3181
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
3182
3182
  "emitScope": "ViewOnly",
@@ -3197,7 +3197,7 @@
3197
3197
  {
3198
3198
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
3199
3199
  "clrName": "CopyTo",
3200
- "metadataToken": 100704541,
3200
+ "metadataToken": 100704546,
3201
3201
  "canonicalSignature": "(T[],System.Int32):System.Void",
3202
3202
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
3203
3203
  "emitScope": "ViewOnly",
@@ -3218,7 +3218,7 @@
3218
3218
  {
3219
3219
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
3220
3220
  "clrName": "GetEnumerator",
3221
- "metadataToken": 100704560,
3221
+ "metadataToken": 100704565,
3222
3222
  "canonicalSignature": "():IEnumerator_1",
3223
3223
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
3224
3224
  "emitScope": "ViewOnly",
@@ -3239,7 +3239,7 @@
3239
3239
  {
3240
3240
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
3241
3241
  "clrName": "Add",
3242
- "metadataToken": 100703854,
3242
+ "metadataToken": 100703859,
3243
3243
  "canonicalSignature": "(System.Object):System.Int32",
3244
3244
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
3245
3245
  "emitScope": "ViewOnly",
@@ -3260,7 +3260,7 @@
3260
3260
  {
3261
3261
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
3262
3262
  "clrName": "Contains",
3263
- "metadataToken": 100703855,
3263
+ "metadataToken": 100703860,
3264
3264
  "canonicalSignature": "(System.Object):System.Boolean",
3265
3265
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
3266
3266
  "emitScope": "ViewOnly",
@@ -3281,7 +3281,7 @@
3281
3281
  {
3282
3282
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
3283
3283
  "clrName": "Insert",
3284
- "metadataToken": 100703860,
3284
+ "metadataToken": 100703865,
3285
3285
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
3286
3286
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
3287
3287
  "emitScope": "ViewOnly",
@@ -3302,7 +3302,7 @@
3302
3302
  {
3303
3303
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
3304
3304
  "clrName": "Remove",
3305
- "metadataToken": 100703861,
3305
+ "metadataToken": 100703866,
3306
3306
  "canonicalSignature": "(System.Object):System.Void",
3307
3307
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
3308
3308
  "emitScope": "ViewOnly",
@@ -3323,7 +3323,7 @@
3323
3323
  {
3324
3324
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
3325
3325
  "clrName": "GetEnumerator",
3326
- "metadataToken": 100703845,
3326
+ "metadataToken": 100703850,
3327
3327
  "canonicalSignature": "():System.Collections.IEnumerator",
3328
3328
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3329
3329
  "emitScope": "ViewOnly",
@@ -3344,7 +3344,7 @@
3344
3344
  {
3345
3345
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
3346
3346
  "clrName": "Clear",
3347
- "metadataToken": 100703856,
3347
+ "metadataToken": 100703861,
3348
3348
  "canonicalSignature": "():System.Void",
3349
3349
  "normalizedSignature": "Clear|():System.Void|static=false",
3350
3350
  "emitScope": "ViewOnly",
@@ -3365,7 +3365,7 @@
3365
3365
  {
3366
3366
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
3367
3367
  "clrName": "RemoveAt",
3368
- "metadataToken": 100703862,
3368
+ "metadataToken": 100703867,
3369
3369
  "canonicalSignature": "(System.Int32):System.Void",
3370
3370
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
3371
3371
  "emitScope": "ViewOnly",
@@ -3386,7 +3386,7 @@
3386
3386
  {
3387
3387
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
3388
3388
  "clrName": "CopyTo",
3389
- "metadataToken": 100703826,
3389
+ "metadataToken": 100703831,
3390
3390
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
3391
3391
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
3392
3392
  "emitScope": "ViewOnly",
@@ -3504,7 +3504,7 @@
3504
3504
  {
3505
3505
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
3506
3506
  "clrName": "IsFixedSize",
3507
- "metadataToken": 385881270,
3507
+ "metadataToken": 385881272,
3508
3508
  "canonicalSignature": ":System.Boolean",
3509
3509
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
3510
3510
  "emitScope": "ViewOnly",
@@ -3524,7 +3524,7 @@
3524
3524
  {
3525
3525
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
3526
3526
  "clrName": "Count",
3527
- "metadataToken": 385881417,
3527
+ "metadataToken": 385881419,
3528
3528
  "canonicalSignature": ":System.Int32",
3529
3529
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3530
3530
  "emitScope": "ViewOnly",
@@ -3544,7 +3544,7 @@
3544
3544
  {
3545
3545
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
3546
3546
  "clrName": "IsReadOnly",
3547
- "metadataToken": 385881418,
3547
+ "metadataToken": 385881420,
3548
3548
  "canonicalSignature": ":System.Boolean",
3549
3549
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
3550
3550
  "emitScope": "ViewOnly",
@@ -3564,7 +3564,7 @@
3564
3564
  {
3565
3565
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
3566
3566
  "clrName": "Count",
3567
- "metadataToken": 385881428,
3567
+ "metadataToken": 385881430,
3568
3568
  "canonicalSignature": ":System.Int32",
3569
3569
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3570
3570
  "emitScope": "ViewOnly",
@@ -3584,7 +3584,7 @@
3584
3584
  {
3585
3585
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
3586
3586
  "clrName": "IsReadOnly",
3587
- "metadataToken": 385881269,
3587
+ "metadataToken": 385881271,
3588
3588
  "canonicalSignature": ":System.Boolean",
3589
3589
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
3590
3590
  "emitScope": "ViewOnly",
@@ -3604,7 +3604,7 @@
3604
3604
  {
3605
3605
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
3606
3606
  "clrName": "Count",
3607
- "metadataToken": 385881256,
3607
+ "metadataToken": 385881258,
3608
3608
  "canonicalSignature": ":System.Int32",
3609
3609
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3610
3610
  "emitScope": "ViewOnly",
@@ -3624,7 +3624,7 @@
3624
3624
  {
3625
3625
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
3626
3626
  "clrName": "SyncRoot",
3627
- "metadataToken": 385881257,
3627
+ "metadataToken": 385881259,
3628
3628
  "canonicalSignature": ":System.Object",
3629
3629
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
3630
3630
  "emitScope": "ViewOnly",
@@ -3644,7 +3644,7 @@
3644
3644
  {
3645
3645
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
3646
3646
  "clrName": "IsSynchronized",
3647
- "metadataToken": 385881258,
3647
+ "metadataToken": 385881260,
3648
3648
  "canonicalSignature": ":System.Boolean",
3649
3649
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
3650
3650
  "emitScope": "ViewOnly",
@@ -5527,6 +5527,26 @@
5527
5527
  "declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
5528
5528
  "declaringAssemblyName": "System.Text.RegularExpressions",
5529
5529
  "isExtensionMethod": false
5530
+ },
5531
+ {
5532
+ "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator::Reset():System.Void",
5533
+ "clrName": "Reset",
5534
+ "metadataToken": 0,
5535
+ "canonicalSignature": "():System.Void",
5536
+ "normalizedSignature": "Reset|():System.Void|static=false",
5537
+ "emitScope": "ClassSurface",
5538
+ "provenance": "Synthesized",
5539
+ "arity": 0,
5540
+ "parameterCount": 0,
5541
+ "isStatic": false,
5542
+ "isAbstract": false,
5543
+ "isVirtual": true,
5544
+ "isOverride": false,
5545
+ "isSealed": false,
5546
+ "visibility": "Public",
5547
+ "declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueMatchEnumerator",
5548
+ "declaringAssemblyName": "System.Text.RegularExpressions",
5549
+ "isExtensionMethod": false
5530
5550
  }
5531
5551
  ],
5532
5552
  "properties": [
@@ -5626,6 +5646,26 @@
5626
5646
  "declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
5627
5647
  "declaringAssemblyName": "System.Text.RegularExpressions",
5628
5648
  "isExtensionMethod": false
5649
+ },
5650
+ {
5651
+ "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator::Reset():System.Void",
5652
+ "clrName": "Reset",
5653
+ "metadataToken": 0,
5654
+ "canonicalSignature": "():System.Void",
5655
+ "normalizedSignature": "Reset|():System.Void|static=false",
5656
+ "emitScope": "ClassSurface",
5657
+ "provenance": "Synthesized",
5658
+ "arity": 0,
5659
+ "parameterCount": 0,
5660
+ "isStatic": false,
5661
+ "isAbstract": false,
5662
+ "isVirtual": true,
5663
+ "isOverride": false,
5664
+ "isSealed": false,
5665
+ "visibility": "Public",
5666
+ "declaringClrType": "System.Text.RegularExpressions.Regex\u002BValueSplitEnumerator",
5667
+ "declaringAssemblyName": "System.Text.RegularExpressions",
5668
+ "isExtensionMethod": false
5629
5669
  }
5630
5670
  ],
5631
5671
  "properties": [
@@ -5790,7 +5830,7 @@
5790
5830
  "constructors": [
5791
5831
  {
5792
5832
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexCompilationInfo::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean):void",
5793
- "metadataToken": 100663840,
5833
+ "metadataToken": 100663839,
5794
5834
  "canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean):void",
5795
5835
  "normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean):void|static=false",
5796
5836
  "isStatic": false,
@@ -5801,7 +5841,7 @@
5801
5841
  },
5802
5842
  {
5803
5843
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexCompilationInfo::.ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean,System.TimeSpan):void",
5804
- "metadataToken": 100663841,
5844
+ "metadataToken": 100663840,
5805
5845
  "canonicalSignature": "(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean,System.TimeSpan):void",
5806
5846
  "normalizedSignature": "constructor|(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean,System.TimeSpan):void|static=false",
5807
5847
  "isStatic": false,
@@ -5920,7 +5960,7 @@
5920
5960
  "constructors": [
5921
5961
  {
5922
5962
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.String,System.String,System.TimeSpan):void",
5923
- "metadataToken": 100663924,
5963
+ "metadataToken": 100663923,
5924
5964
  "canonicalSignature": "(System.String,System.String,System.TimeSpan):void",
5925
5965
  "normalizedSignature": "constructor|(System.String,System.String,System.TimeSpan):void|static=false",
5926
5966
  "isStatic": false,
@@ -5931,7 +5971,7 @@
5931
5971
  },
5932
5972
  {
5933
5973
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor():void",
5934
- "metadataToken": 100663925,
5974
+ "metadataToken": 100663924,
5935
5975
  "canonicalSignature": "():void",
5936
5976
  "normalizedSignature": "constructor|():void|static=false",
5937
5977
  "isStatic": false,
@@ -5942,7 +5982,7 @@
5942
5982
  },
5943
5983
  {
5944
5984
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.String):void",
5945
- "metadataToken": 100663926,
5985
+ "metadataToken": 100663925,
5946
5986
  "canonicalSignature": "(System.String):void",
5947
5987
  "normalizedSignature": "constructor|(System.String):void|static=false",
5948
5988
  "isStatic": false,
@@ -5953,7 +5993,7 @@
5953
5993
  },
5954
5994
  {
5955
5995
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.String,System.Exception):void",
5956
- "metadataToken": 100663927,
5996
+ "metadataToken": 100663926,
5957
5997
  "canonicalSignature": "(System.String,System.Exception):void",
5958
5998
  "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
5959
5999
  "isStatic": false,
@@ -5964,7 +6004,7 @@
5964
6004
  },
5965
6005
  {
5966
6006
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexMatchTimeoutException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
5967
- "metadataToken": 100663928,
6007
+ "metadataToken": 100663927,
5968
6008
  "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
5969
6009
  "normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
5970
6010
  "isStatic": false,
@@ -6000,7 +6040,7 @@
6000
6040
  {
6001
6041
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
6002
6042
  "clrName": "GetObjectData",
6003
- "metadataToken": 100664010,
6043
+ "metadataToken": 100664011,
6004
6044
  "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
6005
6045
  "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
6006
6046
  "emitScope": "ClassSurface",
@@ -6043,7 +6083,7 @@
6043
6083
  {
6044
6084
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseException::Error:System.Text.RegularExpressions.RegexParseError",
6045
6085
  "clrName": "Error",
6046
- "metadataToken": 385876132,
6086
+ "metadataToken": 385876133,
6047
6087
  "canonicalSignature": ":System.Text.RegularExpressions.RegexParseError",
6048
6088
  "normalizedSignature": "Error|:System.Text.RegularExpressions.RegexParseError|static=false|accessor=get",
6049
6089
  "emitScope": "ClassSurface",
@@ -6062,7 +6102,7 @@
6062
6102
  {
6063
6103
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexParseException::Offset:System.Int32",
6064
6104
  "clrName": "Offset",
6065
- "metadataToken": 385876133,
6105
+ "metadataToken": 385876134,
6066
6106
  "canonicalSignature": ":System.Int32",
6067
6107
  "normalizedSignature": "Offset|:System.Int32|static=false|accessor=get",
6068
6108
  "emitScope": "ClassSurface",
@@ -6102,7 +6142,7 @@
6102
6142
  {
6103
6143
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Scan(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
6104
6144
  "clrName": "Scan",
6105
- "metadataToken": 100664105,
6145
+ "metadataToken": 100664106,
6106
6146
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
6107
6147
  "normalizedSignature": "Scan|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
6108
6148
  "emitScope": "ClassSurface",
@@ -6122,7 +6162,7 @@
6122
6162
  {
6123
6163
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean):System.Text.RegularExpressions.Match",
6124
6164
  "clrName": "Scan",
6125
- "metadataToken": 100664106,
6165
+ "metadataToken": 100664107,
6126
6166
  "canonicalSignature": "(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean):System.Text.RegularExpressions.Match",
6127
6167
  "normalizedSignature": "Scan|(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean):System.Text.RegularExpressions.Match|static=false",
6128
6168
  "emitScope": "ClassSurface",
@@ -6142,7 +6182,7 @@
6142
6182
  {
6143
6183
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.TimeSpan):System.Text.RegularExpressions.Match",
6144
6184
  "clrName": "Scan",
6145
- "metadataToken": 100664107,
6185
+ "metadataToken": 100664108,
6146
6186
  "canonicalSignature": "(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.TimeSpan):System.Text.RegularExpressions.Match",
6147
6187
  "normalizedSignature": "Scan|(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.TimeSpan):System.Text.RegularExpressions.Match|static=false",
6148
6188
  "emitScope": "ClassSurface",
@@ -6162,7 +6202,7 @@
6162
6202
  {
6163
6203
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::CheckTimeout():System.Void",
6164
6204
  "clrName": "CheckTimeout",
6165
- "metadataToken": 100664111,
6205
+ "metadataToken": 100664112,
6166
6206
  "canonicalSignature": "():System.Void",
6167
6207
  "normalizedSignature": "CheckTimeout|():System.Void|static=false",
6168
6208
  "emitScope": "ClassSurface",
@@ -6182,7 +6222,7 @@
6182
6222
  {
6183
6223
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Go():System.Void",
6184
6224
  "clrName": "Go",
6185
- "metadataToken": 100664112,
6225
+ "metadataToken": 100664113,
6186
6226
  "canonicalSignature": "():System.Void",
6187
6227
  "normalizedSignature": "Go|():System.Void|static=false",
6188
6228
  "emitScope": "ClassSurface",
@@ -6202,7 +6242,7 @@
6202
6242
  {
6203
6243
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::FindFirstChar():System.Boolean",
6204
6244
  "clrName": "FindFirstChar",
6205
- "metadataToken": 100664113,
6245
+ "metadataToken": 100664114,
6206
6246
  "canonicalSignature": "():System.Boolean",
6207
6247
  "normalizedSignature": "FindFirstChar|():System.Boolean|static=false",
6208
6248
  "emitScope": "ClassSurface",
@@ -6222,7 +6262,7 @@
6222
6262
  {
6223
6263
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::InitTrackCount():System.Void",
6224
6264
  "clrName": "InitTrackCount",
6225
- "metadataToken": 100664114,
6265
+ "metadataToken": 100664115,
6226
6266
  "canonicalSignature": "():System.Void",
6227
6267
  "normalizedSignature": "InitTrackCount|():System.Void|static=false",
6228
6268
  "emitScope": "ClassSurface",
@@ -6242,7 +6282,7 @@
6242
6282
  {
6243
6283
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::EnsureStorage():System.Void",
6244
6284
  "clrName": "EnsureStorage",
6245
- "metadataToken": 100664115,
6285
+ "metadataToken": 100664116,
6246
6286
  "canonicalSignature": "():System.Void",
6247
6287
  "normalizedSignature": "EnsureStorage|():System.Void|static=false",
6248
6288
  "emitScope": "ClassSurface",
@@ -6262,7 +6302,7 @@
6262
6302
  {
6263
6303
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::IsBoundary(System.Int32,System.Int32,System.Int32):System.Boolean",
6264
6304
  "clrName": "IsBoundary",
6265
- "metadataToken": 100664116,
6305
+ "metadataToken": 100664117,
6266
6306
  "canonicalSignature": "(System.Int32,System.Int32,System.Int32):System.Boolean",
6267
6307
  "normalizedSignature": "IsBoundary|(System.Int32,System.Int32,System.Int32):System.Boolean|static=false",
6268
6308
  "emitScope": "ClassSurface",
@@ -6282,7 +6322,7 @@
6282
6322
  {
6283
6323
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::IsECMABoundary(System.Int32,System.Int32,System.Int32):System.Boolean",
6284
6324
  "clrName": "IsECMABoundary",
6285
- "metadataToken": 100664121,
6325
+ "metadataToken": 100664122,
6286
6326
  "canonicalSignature": "(System.Int32,System.Int32,System.Int32):System.Boolean",
6287
6327
  "normalizedSignature": "IsECMABoundary|(System.Int32,System.Int32,System.Int32):System.Boolean|static=false",
6288
6328
  "emitScope": "ClassSurface",
@@ -6302,7 +6342,7 @@
6302
6342
  {
6303
6343
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::CharInSet(System.Char,System.String,System.String):System.Boolean",
6304
6344
  "clrName": "CharInSet",
6305
- "metadataToken": 100664123,
6345
+ "metadataToken": 100664124,
6306
6346
  "canonicalSignature": "(System.Char,System.String,System.String):System.Boolean",
6307
6347
  "normalizedSignature": "CharInSet|(System.Char,System.String,System.String):System.Boolean|static=true",
6308
6348
  "emitScope": "ClassSurface",
@@ -6322,7 +6362,7 @@
6322
6362
  {
6323
6363
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::CharInClass(System.Char,System.String):System.Boolean",
6324
6364
  "clrName": "CharInClass",
6325
- "metadataToken": 100664124,
6365
+ "metadataToken": 100664125,
6326
6366
  "canonicalSignature": "(System.Char,System.String):System.Boolean",
6327
6367
  "normalizedSignature": "CharInClass|(System.Char,System.String):System.Boolean|static=true",
6328
6368
  "emitScope": "ClassSurface",
@@ -6342,7 +6382,7 @@
6342
6382
  {
6343
6383
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::DoubleTrack():System.Void",
6344
6384
  "clrName": "DoubleTrack",
6345
- "metadataToken": 100664125,
6385
+ "metadataToken": 100664126,
6346
6386
  "canonicalSignature": "():System.Void",
6347
6387
  "normalizedSignature": "DoubleTrack|():System.Void|static=false",
6348
6388
  "emitScope": "ClassSurface",
@@ -6362,7 +6402,7 @@
6362
6402
  {
6363
6403
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::DoubleStack():System.Void",
6364
6404
  "clrName": "DoubleStack",
6365
- "metadataToken": 100664126,
6405
+ "metadataToken": 100664127,
6366
6406
  "canonicalSignature": "():System.Void",
6367
6407
  "normalizedSignature": "DoubleStack|():System.Void|static=false",
6368
6408
  "emitScope": "ClassSurface",
@@ -6382,7 +6422,7 @@
6382
6422
  {
6383
6423
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::DoubleCrawl():System.Void",
6384
6424
  "clrName": "DoubleCrawl",
6385
- "metadataToken": 100664127,
6425
+ "metadataToken": 100664128,
6386
6426
  "canonicalSignature": "():System.Void",
6387
6427
  "normalizedSignature": "DoubleCrawl|():System.Void|static=false",
6388
6428
  "emitScope": "ClassSurface",
@@ -6402,7 +6442,7 @@
6402
6442
  {
6403
6443
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Crawl(System.Int32):System.Void",
6404
6444
  "clrName": "Crawl",
6405
- "metadataToken": 100664128,
6445
+ "metadataToken": 100664129,
6406
6446
  "canonicalSignature": "(System.Int32):System.Void",
6407
6447
  "normalizedSignature": "Crawl|(System.Int32):System.Void|static=false",
6408
6448
  "emitScope": "ClassSurface",
@@ -6422,7 +6462,7 @@
6422
6462
  {
6423
6463
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Popcrawl():System.Int32",
6424
6464
  "clrName": "Popcrawl",
6425
- "metadataToken": 100664129,
6465
+ "metadataToken": 100664130,
6426
6466
  "canonicalSignature": "():System.Int32",
6427
6467
  "normalizedSignature": "Popcrawl|():System.Int32|static=false",
6428
6468
  "emitScope": "ClassSurface",
@@ -6442,7 +6482,7 @@
6442
6482
  {
6443
6483
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Crawlpos():System.Int32",
6444
6484
  "clrName": "Crawlpos",
6445
- "metadataToken": 100664130,
6485
+ "metadataToken": 100664131,
6446
6486
  "canonicalSignature": "():System.Int32",
6447
6487
  "normalizedSignature": "Crawlpos|():System.Int32|static=false",
6448
6488
  "emitScope": "ClassSurface",
@@ -6462,7 +6502,7 @@
6462
6502
  {
6463
6503
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Capture(System.Int32,System.Int32,System.Int32):System.Void",
6464
6504
  "clrName": "Capture",
6465
- "metadataToken": 100664131,
6505
+ "metadataToken": 100664132,
6466
6506
  "canonicalSignature": "(System.Int32,System.Int32,System.Int32):System.Void",
6467
6507
  "normalizedSignature": "Capture|(System.Int32,System.Int32,System.Int32):System.Void|static=false",
6468
6508
  "emitScope": "ClassSurface",
@@ -6482,7 +6522,7 @@
6482
6522
  {
6483
6523
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::TransferCapture(System.Int32,System.Int32,System.Int32,System.Int32):System.Void",
6484
6524
  "clrName": "TransferCapture",
6485
- "metadataToken": 100664132,
6525
+ "metadataToken": 100664133,
6486
6526
  "canonicalSignature": "(System.Int32,System.Int32,System.Int32,System.Int32):System.Void",
6487
6527
  "normalizedSignature": "TransferCapture|(System.Int32,System.Int32,System.Int32,System.Int32):System.Void|static=false",
6488
6528
  "emitScope": "ClassSurface",
@@ -6502,7 +6542,7 @@
6502
6542
  {
6503
6543
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::Uncapture():System.Void",
6504
6544
  "clrName": "Uncapture",
6505
- "metadataToken": 100664133,
6545
+ "metadataToken": 100664134,
6506
6546
  "canonicalSignature": "():System.Void",
6507
6547
  "normalizedSignature": "Uncapture|():System.Void|static=false",
6508
6548
  "emitScope": "ClassSurface",
@@ -6522,7 +6562,7 @@
6522
6562
  {
6523
6563
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::IsMatched(System.Int32):System.Boolean",
6524
6564
  "clrName": "IsMatched",
6525
- "metadataToken": 100664134,
6565
+ "metadataToken": 100664135,
6526
6566
  "canonicalSignature": "(System.Int32):System.Boolean",
6527
6567
  "normalizedSignature": "IsMatched|(System.Int32):System.Boolean|static=false",
6528
6568
  "emitScope": "ClassSurface",
@@ -6542,7 +6582,7 @@
6542
6582
  {
6543
6583
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::MatchIndex(System.Int32):System.Int32",
6544
6584
  "clrName": "MatchIndex",
6545
- "metadataToken": 100664135,
6585
+ "metadataToken": 100664136,
6546
6586
  "canonicalSignature": "(System.Int32):System.Int32",
6547
6587
  "normalizedSignature": "MatchIndex|(System.Int32):System.Int32|static=false",
6548
6588
  "emitScope": "ClassSurface",
@@ -6562,7 +6602,7 @@
6562
6602
  {
6563
6603
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::MatchLength(System.Int32):System.Int32",
6564
6604
  "clrName": "MatchLength",
6565
- "metadataToken": 100664136,
6605
+ "metadataToken": 100664137,
6566
6606
  "canonicalSignature": "(System.Int32):System.Int32",
6567
6607
  "normalizedSignature": "MatchLength|(System.Int32):System.Int32|static=false",
6568
6608
  "emitScope": "ClassSurface",
@@ -6755,7 +6795,7 @@
6755
6795
  "constructors": [
6756
6796
  {
6757
6797
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunner::.ctor():void",
6758
- "metadataToken": 100664104,
6798
+ "metadataToken": 100664105,
6759
6799
  "canonicalSignature": "():void",
6760
6800
  "normalizedSignature": "constructor|():void|static=false",
6761
6801
  "isStatic": false,
@@ -6785,7 +6825,7 @@
6785
6825
  {
6786
6826
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunnerFactory::CreateInstance():System.Text.RegularExpressions.RegexRunner",
6787
6827
  "clrName": "CreateInstance",
6788
- "metadataToken": 100664140,
6828
+ "metadataToken": 100664141,
6789
6829
  "canonicalSignature": "():System.Text.RegularExpressions.RegexRunner",
6790
6830
  "normalizedSignature": "CreateInstance|():System.Text.RegularExpressions.RegexRunner|static=false",
6791
6831
  "emitScope": "ClassSurface",
@@ -6809,7 +6849,7 @@
6809
6849
  "constructors": [
6810
6850
  {
6811
6851
  "stableId": "System.Text.RegularExpressions:System.Text.RegularExpressions.RegexRunnerFactory::.ctor():void",
6812
- "metadataToken": 100664139,
6852
+ "metadataToken": 100664140,
6813
6853
  "canonicalSignature": "():void",
6814
6854
  "normalizedSignature": "constructor|():void|static=false",
6815
6855
  "isStatic": false,