@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
@@ -11740,7 +11740,7 @@
11740
11740
  {
11741
11741
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
11742
11742
  "clrName": "IndexOf",
11743
- "metadataToken": 100704568,
11743
+ "metadataToken": 100704573,
11744
11744
  "canonicalSignature": "(T):System.Int32",
11745
11745
  "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
11746
11746
  "emitScope": "ViewOnly",
@@ -11761,7 +11761,7 @@
11761
11761
  {
11762
11762
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
11763
11763
  "clrName": "Insert",
11764
- "metadataToken": 100704569,
11764
+ "metadataToken": 100704574,
11765
11765
  "canonicalSignature": "(System.Int32,T):System.Void",
11766
11766
  "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
11767
11767
  "emitScope": "ViewOnly",
@@ -11782,7 +11782,7 @@
11782
11782
  {
11783
11783
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
11784
11784
  "clrName": "RemoveAt",
11785
- "metadataToken": 100704570,
11785
+ "metadataToken": 100704575,
11786
11786
  "canonicalSignature": "(System.Int32):System.Void",
11787
11787
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
11788
11788
  "emitScope": "ViewOnly",
@@ -11803,7 +11803,7 @@
11803
11803
  {
11804
11804
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
11805
11805
  "clrName": "Add",
11806
- "metadataToken": 100704538,
11806
+ "metadataToken": 100704543,
11807
11807
  "canonicalSignature": "(T):System.Void",
11808
11808
  "normalizedSignature": "Add|(T):System.Void|static=false",
11809
11809
  "emitScope": "ViewOnly",
@@ -11824,7 +11824,7 @@
11824
11824
  {
11825
11825
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
11826
11826
  "clrName": "Clear",
11827
- "metadataToken": 100704539,
11827
+ "metadataToken": 100704544,
11828
11828
  "canonicalSignature": "():System.Void",
11829
11829
  "normalizedSignature": "Clear|():System.Void|static=false",
11830
11830
  "emitScope": "ViewOnly",
@@ -11845,7 +11845,7 @@
11845
11845
  {
11846
11846
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
11847
11847
  "clrName": "Contains",
11848
- "metadataToken": 100704540,
11848
+ "metadataToken": 100704545,
11849
11849
  "canonicalSignature": "(T):System.Boolean",
11850
11850
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
11851
11851
  "emitScope": "ViewOnly",
@@ -11866,7 +11866,7 @@
11866
11866
  {
11867
11867
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
11868
11868
  "clrName": "GetEnumerator",
11869
- "metadataToken": 100704560,
11869
+ "metadataToken": 100704565,
11870
11870
  "canonicalSignature": "():IEnumerator_1",
11871
11871
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
11872
11872
  "emitScope": "ViewOnly",
@@ -11887,7 +11887,7 @@
11887
11887
  {
11888
11888
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
11889
11889
  "clrName": "GetEnumerator",
11890
- "metadataToken": 100703845,
11890
+ "metadataToken": 100703850,
11891
11891
  "canonicalSignature": "():System.Collections.IEnumerator",
11892
11892
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
11893
11893
  "emitScope": "ViewOnly",
@@ -11908,7 +11908,7 @@
11908
11908
  {
11909
11909
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
11910
11910
  "clrName": "CopyTo",
11911
- "metadataToken": 100704541,
11911
+ "metadataToken": 100704546,
11912
11912
  "canonicalSignature": "(T[],System.Int32):System.Void",
11913
11913
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
11914
11914
  "emitScope": "ViewOnly",
@@ -12029,7 +12029,7 @@
12029
12029
  {
12030
12030
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
12031
12031
  "clrName": "IsReadOnly",
12032
- "metadataToken": 385881418,
12032
+ "metadataToken": 385881420,
12033
12033
  "canonicalSignature": ":System.Boolean",
12034
12034
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
12035
12035
  "emitScope": "ViewOnly",
@@ -12049,7 +12049,7 @@
12049
12049
  {
12050
12050
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
12051
12051
  "clrName": "Count",
12052
- "metadataToken": 385881417,
12052
+ "metadataToken": 385881419,
12053
12053
  "canonicalSignature": ":System.Int32",
12054
12054
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
12055
12055
  "emitScope": "ViewOnly",
@@ -12069,7 +12069,7 @@
12069
12069
  {
12070
12070
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
12071
12071
  "clrName": "Count",
12072
- "metadataToken": 385881428,
12072
+ "metadataToken": 385881430,
12073
12073
  "canonicalSignature": ":System.Int32",
12074
12074
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
12075
12075
  "emitScope": "ViewOnly",
@@ -12189,6 +12189,26 @@
12189
12189
  "declaringClrType": "System.ArraySegment\u00601\u002BEnumerator",
12190
12190
  "declaringAssemblyName": "System.Private.CoreLib",
12191
12191
  "isExtensionMethod": false
12192
+ },
12193
+ {
12194
+ "stableId": "System.Private.CoreLib:System.ArraySegment\u00601\u002BEnumerator::Reset():System.Void",
12195
+ "clrName": "Reset",
12196
+ "metadataToken": 0,
12197
+ "canonicalSignature": "():System.Void",
12198
+ "normalizedSignature": "Reset|():System.Void|static=false",
12199
+ "emitScope": "ClassSurface",
12200
+ "provenance": "Synthesized",
12201
+ "arity": 0,
12202
+ "parameterCount": 0,
12203
+ "isStatic": false,
12204
+ "isAbstract": false,
12205
+ "isVirtual": true,
12206
+ "isOverride": false,
12207
+ "isSealed": false,
12208
+ "visibility": "Public",
12209
+ "declaringClrType": "System.ArraySegment\u00601\u002BEnumerator",
12210
+ "declaringAssemblyName": "System.Private.CoreLib",
12211
+ "isExtensionMethod": false
12192
12212
  }
12193
12213
  ],
12194
12214
  "properties": [
@@ -56047,6 +56067,26 @@
56047
56067
  "declaringClrType": "System.ReadOnlySpan\u00601\u002BEnumerator",
56048
56068
  "declaringAssemblyName": "System.Private.CoreLib",
56049
56069
  "isExtensionMethod": false
56070
+ },
56071
+ {
56072
+ "stableId": "System.Private.CoreLib:System.ReadOnlySpan\u00601\u002BEnumerator::Reset():System.Void",
56073
+ "clrName": "Reset",
56074
+ "metadataToken": 0,
56075
+ "canonicalSignature": "():System.Void",
56076
+ "normalizedSignature": "Reset|():System.Void|static=false",
56077
+ "emitScope": "ClassSurface",
56078
+ "provenance": "Synthesized",
56079
+ "arity": 0,
56080
+ "parameterCount": 0,
56081
+ "isStatic": false,
56082
+ "isAbstract": false,
56083
+ "isVirtual": true,
56084
+ "isOverride": false,
56085
+ "isSealed": false,
56086
+ "visibility": "Public",
56087
+ "declaringClrType": "System.ReadOnlySpan\u00601\u002BEnumerator",
56088
+ "declaringAssemblyName": "System.Private.CoreLib",
56089
+ "isExtensionMethod": false
56050
56090
  }
56051
56091
  ],
56052
56092
  "properties": [
@@ -65024,6 +65064,26 @@
65024
65064
  "declaringClrType": "System.Span\u00601\u002BEnumerator",
65025
65065
  "declaringAssemblyName": "System.Private.CoreLib",
65026
65066
  "isExtensionMethod": false
65067
+ },
65068
+ {
65069
+ "stableId": "System.Private.CoreLib:System.Span\u00601\u002BEnumerator::Reset():System.Void",
65070
+ "clrName": "Reset",
65071
+ "metadataToken": 0,
65072
+ "canonicalSignature": "():System.Void",
65073
+ "normalizedSignature": "Reset|():System.Void|static=false",
65074
+ "emitScope": "ClassSurface",
65075
+ "provenance": "Synthesized",
65076
+ "arity": 0,
65077
+ "parameterCount": 0,
65078
+ "isStatic": false,
65079
+ "isAbstract": false,
65080
+ "isVirtual": true,
65081
+ "isOverride": false,
65082
+ "isSealed": false,
65083
+ "visibility": "Public",
65084
+ "declaringClrType": "System.Span\u00601\u002BEnumerator",
65085
+ "declaringAssemblyName": "System.Private.CoreLib",
65086
+ "isExtensionMethod": false
65027
65087
  }
65028
65088
  ],
65029
65089
  "properties": [
@@ -82575,7 +82635,7 @@
82575
82635
  {
82576
82636
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
82577
82637
  "clrName": "Equals",
82578
- "metadataToken": 100703864,
82638
+ "metadataToken": 100703869,
82579
82639
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
82580
82640
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
82581
82641
  "emitScope": "ViewOnly",
@@ -82596,7 +82656,7 @@
82596
82656
  {
82597
82657
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
82598
82658
  "clrName": "GetHashCode",
82599
- "metadataToken": 100703865,
82659
+ "metadataToken": 100703870,
82600
82660
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
82601
82661
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
82602
82662
  "emitScope": "ViewOnly",
@@ -82617,7 +82677,7 @@
82617
82677
  {
82618
82678
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
82619
82679
  "clrName": "CompareTo",
82620
- "metadataToken": 100703863,
82680
+ "metadataToken": 100703868,
82621
82681
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
82622
82682
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
82623
82683
  "emitScope": "ViewOnly",
@@ -82879,7 +82939,7 @@
82879
82939
  {
82880
82940
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
82881
82941
  "clrName": "Equals",
82882
- "metadataToken": 100703864,
82942
+ "metadataToken": 100703869,
82883
82943
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
82884
82944
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
82885
82945
  "emitScope": "ViewOnly",
@@ -82900,7 +82960,7 @@
82900
82960
  {
82901
82961
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
82902
82962
  "clrName": "GetHashCode",
82903
- "metadataToken": 100703865,
82963
+ "metadataToken": 100703870,
82904
82964
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
82905
82965
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
82906
82966
  "emitScope": "ViewOnly",
@@ -82921,7 +82981,7 @@
82921
82981
  {
82922
82982
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
82923
82983
  "clrName": "CompareTo",
82924
- "metadataToken": 100703863,
82984
+ "metadataToken": 100703868,
82925
82985
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
82926
82986
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
82927
82987
  "emitScope": "ViewOnly",
@@ -83209,7 +83269,7 @@
83209
83269
  {
83210
83270
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
83211
83271
  "clrName": "Equals",
83212
- "metadataToken": 100703864,
83272
+ "metadataToken": 100703869,
83213
83273
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
83214
83274
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
83215
83275
  "emitScope": "ViewOnly",
@@ -83230,7 +83290,7 @@
83230
83290
  {
83231
83291
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
83232
83292
  "clrName": "GetHashCode",
83233
- "metadataToken": 100703865,
83293
+ "metadataToken": 100703870,
83234
83294
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
83235
83295
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
83236
83296
  "emitScope": "ViewOnly",
@@ -83251,7 +83311,7 @@
83251
83311
  {
83252
83312
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
83253
83313
  "clrName": "CompareTo",
83254
- "metadataToken": 100703863,
83314
+ "metadataToken": 100703868,
83255
83315
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
83256
83316
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
83257
83317
  "emitScope": "ViewOnly",
@@ -83552,7 +83612,7 @@
83552
83612
  {
83553
83613
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
83554
83614
  "clrName": "Equals",
83555
- "metadataToken": 100703864,
83615
+ "metadataToken": 100703869,
83556
83616
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
83557
83617
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
83558
83618
  "emitScope": "ViewOnly",
@@ -83573,7 +83633,7 @@
83573
83633
  {
83574
83634
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
83575
83635
  "clrName": "GetHashCode",
83576
- "metadataToken": 100703865,
83636
+ "metadataToken": 100703870,
83577
83637
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
83578
83638
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
83579
83639
  "emitScope": "ViewOnly",
@@ -83594,7 +83654,7 @@
83594
83654
  {
83595
83655
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
83596
83656
  "clrName": "CompareTo",
83597
- "metadataToken": 100703863,
83657
+ "metadataToken": 100703868,
83598
83658
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
83599
83659
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
83600
83660
  "emitScope": "ViewOnly",
@@ -83908,7 +83968,7 @@
83908
83968
  {
83909
83969
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
83910
83970
  "clrName": "Equals",
83911
- "metadataToken": 100703864,
83971
+ "metadataToken": 100703869,
83912
83972
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
83913
83973
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
83914
83974
  "emitScope": "ViewOnly",
@@ -83929,7 +83989,7 @@
83929
83989
  {
83930
83990
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
83931
83991
  "clrName": "GetHashCode",
83932
- "metadataToken": 100703865,
83992
+ "metadataToken": 100703870,
83933
83993
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
83934
83994
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
83935
83995
  "emitScope": "ViewOnly",
@@ -83950,7 +84010,7 @@
83950
84010
  {
83951
84011
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
83952
84012
  "clrName": "CompareTo",
83953
- "metadataToken": 100703863,
84013
+ "metadataToken": 100703868,
83954
84014
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
83955
84015
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
83956
84016
  "emitScope": "ViewOnly",
@@ -84277,7 +84337,7 @@
84277
84337
  {
84278
84338
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
84279
84339
  "clrName": "Equals",
84280
- "metadataToken": 100703864,
84340
+ "metadataToken": 100703869,
84281
84341
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
84282
84342
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
84283
84343
  "emitScope": "ViewOnly",
@@ -84298,7 +84358,7 @@
84298
84358
  {
84299
84359
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
84300
84360
  "clrName": "GetHashCode",
84301
- "metadataToken": 100703865,
84361
+ "metadataToken": 100703870,
84302
84362
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
84303
84363
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
84304
84364
  "emitScope": "ViewOnly",
@@ -84319,7 +84379,7 @@
84319
84379
  {
84320
84380
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
84321
84381
  "clrName": "CompareTo",
84322
- "metadataToken": 100703863,
84382
+ "metadataToken": 100703868,
84323
84383
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
84324
84384
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
84325
84385
  "emitScope": "ViewOnly",
@@ -84659,7 +84719,7 @@
84659
84719
  {
84660
84720
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
84661
84721
  "clrName": "Equals",
84662
- "metadataToken": 100703864,
84722
+ "metadataToken": 100703869,
84663
84723
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
84664
84724
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
84665
84725
  "emitScope": "ViewOnly",
@@ -84680,7 +84740,7 @@
84680
84740
  {
84681
84741
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
84682
84742
  "clrName": "GetHashCode",
84683
- "metadataToken": 100703865,
84743
+ "metadataToken": 100703870,
84684
84744
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
84685
84745
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
84686
84746
  "emitScope": "ViewOnly",
@@ -84701,7 +84761,7 @@
84701
84761
  {
84702
84762
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
84703
84763
  "clrName": "CompareTo",
84704
- "metadataToken": 100703863,
84764
+ "metadataToken": 100703868,
84705
84765
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
84706
84766
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
84707
84767
  "emitScope": "ViewOnly",
@@ -85054,7 +85114,7 @@
85054
85114
  {
85055
85115
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
85056
85116
  "clrName": "Equals",
85057
- "metadataToken": 100703864,
85117
+ "metadataToken": 100703869,
85058
85118
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
85059
85119
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
85060
85120
  "emitScope": "ViewOnly",
@@ -85075,7 +85135,7 @@
85075
85135
  {
85076
85136
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
85077
85137
  "clrName": "GetHashCode",
85078
- "metadataToken": 100703865,
85138
+ "metadataToken": 100703870,
85079
85139
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
85080
85140
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
85081
85141
  "emitScope": "ViewOnly",
@@ -85096,7 +85156,7 @@
85096
85156
  {
85097
85157
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
85098
85158
  "clrName": "CompareTo",
85099
- "metadataToken": 100703863,
85159
+ "metadataToken": 100703868,
85100
85160
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
85101
85161
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
85102
85162
  "emitScope": "ViewOnly",
@@ -85462,7 +85522,7 @@
85462
85522
  {
85463
85523
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
85464
85524
  "clrName": "Equals",
85465
- "metadataToken": 100703864,
85525
+ "metadataToken": 100703869,
85466
85526
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
85467
85527
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
85468
85528
  "emitScope": "ViewOnly",
@@ -85483,7 +85543,7 @@
85483
85543
  {
85484
85544
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
85485
85545
  "clrName": "GetHashCode",
85486
- "metadataToken": 100703865,
85546
+ "metadataToken": 100703870,
85487
85547
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
85488
85548
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
85489
85549
  "emitScope": "ViewOnly",
@@ -85504,7 +85564,7 @@
85504
85564
  {
85505
85565
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
85506
85566
  "clrName": "CompareTo",
85507
- "metadataToken": 100703863,
85567
+ "metadataToken": 100703868,
85508
85568
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
85509
85569
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
85510
85570
  "emitScope": "ViewOnly",
@@ -90688,7 +90748,7 @@
90688
90748
  {
90689
90749
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
90690
90750
  "clrName": "Add",
90691
- "metadataToken": 100703854,
90751
+ "metadataToken": 100703859,
90692
90752
  "canonicalSignature": "(System.Object):System.Int32",
90693
90753
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
90694
90754
  "emitScope": "ViewOnly",
@@ -90709,7 +90769,7 @@
90709
90769
  {
90710
90770
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
90711
90771
  "clrName": "Contains",
90712
- "metadataToken": 100703855,
90772
+ "metadataToken": 100703860,
90713
90773
  "canonicalSignature": "(System.Object):System.Boolean",
90714
90774
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
90715
90775
  "emitScope": "ViewOnly",
@@ -90730,7 +90790,7 @@
90730
90790
  {
90731
90791
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
90732
90792
  "clrName": "Clear",
90733
- "metadataToken": 100703856,
90793
+ "metadataToken": 100703861,
90734
90794
  "canonicalSignature": "():System.Void",
90735
90795
  "normalizedSignature": "Clear|():System.Void|static=false",
90736
90796
  "emitScope": "ViewOnly",
@@ -90751,7 +90811,7 @@
90751
90811
  {
90752
90812
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
90753
90813
  "clrName": "Insert",
90754
- "metadataToken": 100703860,
90814
+ "metadataToken": 100703865,
90755
90815
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
90756
90816
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
90757
90817
  "emitScope": "ViewOnly",
@@ -90772,7 +90832,7 @@
90772
90832
  {
90773
90833
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
90774
90834
  "clrName": "Remove",
90775
- "metadataToken": 100703861,
90835
+ "metadataToken": 100703866,
90776
90836
  "canonicalSignature": "(System.Object):System.Void",
90777
90837
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
90778
90838
  "emitScope": "ViewOnly",
@@ -90793,7 +90853,7 @@
90793
90853
  {
90794
90854
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
90795
90855
  "clrName": "RemoveAt",
90796
- "metadataToken": 100703862,
90856
+ "metadataToken": 100703867,
90797
90857
  "canonicalSignature": "(System.Int32):System.Void",
90798
90858
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
90799
90859
  "emitScope": "ViewOnly",
@@ -90814,7 +90874,7 @@
90814
90874
  {
90815
90875
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
90816
90876
  "clrName": "CompareTo",
90817
- "metadataToken": 100703863,
90877
+ "metadataToken": 100703868,
90818
90878
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
90819
90879
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
90820
90880
  "emitScope": "ViewOnly",
@@ -90835,7 +90895,7 @@
90835
90895
  {
90836
90896
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
90837
90897
  "clrName": "Equals",
90838
- "metadataToken": 100703864,
90898
+ "metadataToken": 100703869,
90839
90899
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
90840
90900
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
90841
90901
  "emitScope": "ViewOnly",
@@ -90856,7 +90916,7 @@
90856
90916
  {
90857
90917
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
90858
90918
  "clrName": "GetHashCode",
90859
- "metadataToken": 100703865,
90919
+ "metadataToken": 100703870,
90860
90920
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
90861
90921
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
90862
90922
  "emitScope": "ViewOnly",
@@ -90898,7 +90958,7 @@
90898
90958
  {
90899
90959
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
90900
90960
  "clrName": "CopyTo",
90901
- "metadataToken": 100703826,
90961
+ "metadataToken": 100703831,
90902
90962
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
90903
90963
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
90904
90964
  "emitScope": "ViewOnly",
@@ -90919,7 +90979,7 @@
90919
90979
  {
90920
90980
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
90921
90981
  "clrName": "GetEnumerator",
90922
- "metadataToken": 100703845,
90982
+ "metadataToken": 100703850,
90923
90983
  "canonicalSignature": "():System.Collections.IEnumerator",
90924
90984
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
90925
90985
  "emitScope": "ViewOnly",
@@ -91094,7 +91154,7 @@
91094
91154
  {
91095
91155
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
91096
91156
  "clrName": "Count",
91097
- "metadataToken": 385881256,
91157
+ "metadataToken": 385881258,
91098
91158
  "canonicalSignature": ":System.Int32",
91099
91159
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
91100
91160
  "emitScope": "ViewOnly",
@@ -91114,7 +91174,7 @@
91114
91174
  {
91115
91175
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
91116
91176
  "clrName": "IsReadOnly",
91117
- "metadataToken": 385881269,
91177
+ "metadataToken": 385881271,
91118
91178
  "canonicalSignature": ":System.Boolean",
91119
91179
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
91120
91180
  "emitScope": "ViewOnly",
@@ -91134,7 +91194,7 @@
91134
91194
  {
91135
91195
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
91136
91196
  "clrName": "IsFixedSize",
91137
- "metadataToken": 385881270,
91197
+ "metadataToken": 385881272,
91138
91198
  "canonicalSignature": ":System.Boolean",
91139
91199
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
91140
91200
  "emitScope": "ViewOnly",
@@ -91154,7 +91214,7 @@
91154
91214
  {
91155
91215
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
91156
91216
  "clrName": "SyncRoot",
91157
- "metadataToken": 385881257,
91217
+ "metadataToken": 385881259,
91158
91218
  "canonicalSignature": ":System.Object",
91159
91219
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
91160
91220
  "emitScope": "ViewOnly",
@@ -91174,7 +91234,7 @@
91174
91234
  {
91175
91235
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
91176
91236
  "clrName": "IsSynchronized",
91177
- "metadataToken": 385881258,
91237
+ "metadataToken": 385881260,
91178
91238
  "canonicalSignature": ":System.Boolean",
91179
91239
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
91180
91240
  "emitScope": "ViewOnly",
@@ -92636,7 +92696,7 @@
92636
92696
  {
92637
92697
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
92638
92698
  "clrName": "MoveNext",
92639
- "metadataToken": 100703846,
92699
+ "metadataToken": 100703851,
92640
92700
  "canonicalSignature": "():System.Boolean",
92641
92701
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
92642
92702
  "emitScope": "ViewOnly",
@@ -92657,7 +92717,7 @@
92657
92717
  {
92658
92718
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
92659
92719
  "clrName": "Reset",
92660
- "metadataToken": 100703848,
92720
+ "metadataToken": 100703853,
92661
92721
  "canonicalSignature": "():System.Void",
92662
92722
  "normalizedSignature": "Reset|():System.Void|static=false",
92663
92723
  "emitScope": "ViewOnly",
@@ -92741,7 +92801,7 @@
92741
92801
  {
92742
92802
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
92743
92803
  "clrName": "Current",
92744
- "metadataToken": 385881426,
92804
+ "metadataToken": 385881428,
92745
92805
  "canonicalSignature": ":T",
92746
92806
  "normalizedSignature": "Current|:T|static=false|accessor=get",
92747
92807
  "emitScope": "ViewOnly",
@@ -92761,7 +92821,7 @@
92761
92821
  {
92762
92822
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
92763
92823
  "clrName": "Current",
92764
- "metadataToken": 385881267,
92824
+ "metadataToken": 385881269,
92765
92825
  "canonicalSignature": ":System.Object",
92766
92826
  "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
92767
92827
  "emitScope": "ViewOnly",
@@ -93231,7 +93291,7 @@
93231
93291
  {
93232
93292
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IComparer\u00601::Compare(T,T):System.Int32",
93233
93293
  "clrName": "Compare",
93234
- "metadataToken": 100704545,
93294
+ "metadataToken": 100704550,
93235
93295
  "canonicalSignature": "(T,T):System.Int32",
93236
93296
  "normalizedSignature": "Compare|(T,T):System.Int32|static=false",
93237
93297
  "emitScope": "ViewOnly",
@@ -93252,7 +93312,7 @@
93252
93312
  {
93253
93313
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::Equals(T,T):System.Boolean",
93254
93314
  "clrName": "Equals",
93255
- "metadataToken": 100704562,
93315
+ "metadataToken": 100704567,
93256
93316
  "canonicalSignature": "(T,T):System.Boolean",
93257
93317
  "normalizedSignature": "Equals|(T,T):System.Boolean|static=false",
93258
93318
  "emitScope": "ViewOnly",
@@ -93273,7 +93333,7 @@
93273
93333
  {
93274
93334
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::GetHashCode(T):System.Int32",
93275
93335
  "clrName": "GetHashCode",
93276
- "metadataToken": 100704563,
93336
+ "metadataToken": 100704568,
93277
93337
  "canonicalSignature": "(T):System.Int32",
93278
93338
  "normalizedSignature": "GetHashCode|(T):System.Int32|static=false",
93279
93339
  "emitScope": "ViewOnly",
@@ -93294,7 +93354,7 @@
93294
93354
  {
93295
93355
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IAlternateEqualityComparer\u00602::Equals(TAlternate,T):System.Boolean",
93296
93356
  "clrName": "Equals",
93297
- "metadataToken": 100704530,
93357
+ "metadataToken": 100704535,
93298
93358
  "canonicalSignature": "(TAlternate,T):System.Boolean",
93299
93359
  "normalizedSignature": "Equals|(TAlternate,T):System.Boolean|static=false",
93300
93360
  "emitScope": "ViewOnly",
@@ -93315,7 +93375,7 @@
93315
93375
  {
93316
93376
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IAlternateEqualityComparer\u00602::GetHashCode(TAlternate):System.Int32",
93317
93377
  "clrName": "GetHashCode",
93318
- "metadataToken": 100704531,
93378
+ "metadataToken": 100704536,
93319
93379
  "canonicalSignature": "(TAlternate):System.Int32",
93320
93380
  "normalizedSignature": "GetHashCode|(TAlternate):System.Int32|static=false",
93321
93381
  "emitScope": "ViewOnly",
@@ -93336,7 +93396,7 @@
93336
93396
  {
93337
93397
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IAlternateEqualityComparer\u00602::Create(TAlternate):T",
93338
93398
  "clrName": "Create",
93339
- "metadataToken": 100704532,
93399
+ "metadataToken": 100704537,
93340
93400
  "canonicalSignature": "(TAlternate):T",
93341
93401
  "normalizedSignature": "Create|(TAlternate):T|static=false",
93342
93402
  "emitScope": "ViewOnly",
@@ -93357,7 +93417,7 @@
93357
93417
  {
93358
93418
  "stableId": "System.Private.CoreLib:System.Collections.IComparer::Compare(System.Object,System.Object):System.Int32",
93359
93419
  "clrName": "Compare",
93360
- "metadataToken": 100703830,
93420
+ "metadataToken": 100703835,
93361
93421
  "canonicalSignature": "(System.Object,System.Object):System.Int32",
93362
93422
  "normalizedSignature": "Compare|(System.Object,System.Object):System.Int32|static=false",
93363
93423
  "emitScope": "ViewOnly",
@@ -93378,7 +93438,7 @@
93378
93438
  {
93379
93439
  "stableId": "System.Private.CoreLib:System.Collections.IEqualityComparer::Equals(System.Object,System.Object):System.Boolean",
93380
93440
  "clrName": "Equals",
93381
- "metadataToken": 100703849,
93441
+ "metadataToken": 100703854,
93382
93442
  "canonicalSignature": "(System.Object,System.Object):System.Boolean",
93383
93443
  "normalizedSignature": "Equals|(System.Object,System.Object):System.Boolean|static=false",
93384
93444
  "emitScope": "ViewOnly",
@@ -93399,7 +93459,7 @@
93399
93459
  {
93400
93460
  "stableId": "System.Private.CoreLib:System.Collections.IEqualityComparer::GetHashCode(System.Object):System.Int32",
93401
93461
  "clrName": "GetHashCode",
93402
- "metadataToken": 100703850,
93462
+ "metadataToken": 100703855,
93403
93463
  "canonicalSignature": "(System.Object):System.Int32",
93404
93464
  "normalizedSignature": "GetHashCode|(System.Object):System.Int32|static=false",
93405
93465
  "emitScope": "ViewOnly",
@@ -101927,7 +101987,7 @@
101927
101987
  {
101928
101988
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IComparer\u00601::Compare(T,T):System.Int32",
101929
101989
  "clrName": "Compare",
101930
- "metadataToken": 100704545,
101990
+ "metadataToken": 100704550,
101931
101991
  "canonicalSignature": "(T,T):System.Int32",
101932
101992
  "normalizedSignature": "Compare|(T,T):System.Int32|static=false",
101933
101993
  "emitScope": "ViewOnly",
@@ -101948,7 +102008,7 @@
101948
102008
  {
101949
102009
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::Equals(T,T):System.Boolean",
101950
102010
  "clrName": "Equals",
101951
- "metadataToken": 100704562,
102011
+ "metadataToken": 100704567,
101952
102012
  "canonicalSignature": "(T,T):System.Boolean",
101953
102013
  "normalizedSignature": "Equals|(T,T):System.Boolean|static=false",
101954
102014
  "emitScope": "ViewOnly",
@@ -101969,7 +102029,7 @@
101969
102029
  {
101970
102030
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::GetHashCode(T):System.Int32",
101971
102031
  "clrName": "GetHashCode",
101972
- "metadataToken": 100704563,
102032
+ "metadataToken": 100704568,
101973
102033
  "canonicalSignature": "(T):System.Int32",
101974
102034
  "normalizedSignature": "GetHashCode|(T):System.Int32|static=false",
101975
102035
  "emitScope": "ViewOnly",
@@ -101990,7 +102050,7 @@
101990
102050
  {
101991
102051
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IAlternateEqualityComparer\u00602::Equals(TAlternate,T):System.Boolean",
101992
102052
  "clrName": "Equals",
101993
- "metadataToken": 100704530,
102053
+ "metadataToken": 100704535,
101994
102054
  "canonicalSignature": "(TAlternate,T):System.Boolean",
101995
102055
  "normalizedSignature": "Equals|(TAlternate,T):System.Boolean|static=false",
101996
102056
  "emitScope": "ViewOnly",
@@ -102011,7 +102071,7 @@
102011
102071
  {
102012
102072
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IAlternateEqualityComparer\u00602::GetHashCode(TAlternate):System.Int32",
102013
102073
  "clrName": "GetHashCode",
102014
- "metadataToken": 100704531,
102074
+ "metadataToken": 100704536,
102015
102075
  "canonicalSignature": "(TAlternate):System.Int32",
102016
102076
  "normalizedSignature": "GetHashCode|(TAlternate):System.Int32|static=false",
102017
102077
  "emitScope": "ViewOnly",
@@ -102032,7 +102092,7 @@
102032
102092
  {
102033
102093
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IAlternateEqualityComparer\u00602::Create(TAlternate):T",
102034
102094
  "clrName": "Create",
102035
- "metadataToken": 100704532,
102095
+ "metadataToken": 100704537,
102036
102096
  "canonicalSignature": "(TAlternate):T",
102037
102097
  "normalizedSignature": "Create|(TAlternate):T|static=false",
102038
102098
  "emitScope": "ViewOnly",
@@ -102053,7 +102113,7 @@
102053
102113
  {
102054
102114
  "stableId": "System.Private.CoreLib:System.Collections.IComparer::Compare(System.Object,System.Object):System.Int32",
102055
102115
  "clrName": "Compare",
102056
- "metadataToken": 100703830,
102116
+ "metadataToken": 100703835,
102057
102117
  "canonicalSignature": "(System.Object,System.Object):System.Int32",
102058
102118
  "normalizedSignature": "Compare|(System.Object,System.Object):System.Int32|static=false",
102059
102119
  "emitScope": "ViewOnly",
@@ -102074,7 +102134,7 @@
102074
102134
  {
102075
102135
  "stableId": "System.Private.CoreLib:System.Collections.IEqualityComparer::Equals(System.Object,System.Object):System.Boolean",
102076
102136
  "clrName": "Equals",
102077
- "metadataToken": 100703849,
102137
+ "metadataToken": 100703854,
102078
102138
  "canonicalSignature": "(System.Object,System.Object):System.Boolean",
102079
102139
  "normalizedSignature": "Equals|(System.Object,System.Object):System.Boolean|static=false",
102080
102140
  "emitScope": "ViewOnly",
@@ -102095,7 +102155,7 @@
102095
102155
  {
102096
102156
  "stableId": "System.Private.CoreLib:System.Collections.IEqualityComparer::GetHashCode(System.Object):System.Int32",
102097
102157
  "clrName": "GetHashCode",
102098
- "metadataToken": 100703850,
102158
+ "metadataToken": 100703855,
102099
102159
  "canonicalSignature": "(System.Object):System.Int32",
102100
102160
  "normalizedSignature": "GetHashCode|(System.Object):System.Int32|static=false",
102101
102161
  "emitScope": "ViewOnly",
@@ -106878,7 +106938,7 @@
106878
106938
  {
106879
106939
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
106880
106940
  "clrName": "GetEnumerator",
106881
- "metadataToken": 100703845,
106941
+ "metadataToken": 100703850,
106882
106942
  "canonicalSignature": "():System.Collections.IEnumerator",
106883
106943
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
106884
106944
  "emitScope": "ViewOnly",
@@ -107214,7 +107274,7 @@
107214
107274
  {
107215
107275
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
107216
107276
  "clrName": "GetEnumerator",
107217
- "metadataToken": 100704560,
107277
+ "metadataToken": 100704565,
107218
107278
  "canonicalSignature": "():IEnumerator_1",
107219
107279
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
107220
107280
  "emitScope": "ViewOnly",
@@ -107891,7 +107951,7 @@
107891
107951
  {
107892
107952
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IComparer\u00601::Compare(T,T):System.Int32",
107893
107953
  "clrName": "Compare",
107894
- "metadataToken": 100704545,
107954
+ "metadataToken": 100704550,
107895
107955
  "canonicalSignature": "(T,T):System.Int32",
107896
107956
  "normalizedSignature": "Compare|(T,T):System.Int32|static=false",
107897
107957
  "emitScope": "ViewOnly",
@@ -107912,7 +107972,7 @@
107912
107972
  {
107913
107973
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::Equals(T,T):System.Boolean",
107914
107974
  "clrName": "Equals",
107915
- "metadataToken": 100704562,
107975
+ "metadataToken": 100704567,
107916
107976
  "canonicalSignature": "(T,T):System.Boolean",
107917
107977
  "normalizedSignature": "Equals|(T,T):System.Boolean|static=false",
107918
107978
  "emitScope": "ViewOnly",
@@ -107933,7 +107993,7 @@
107933
107993
  {
107934
107994
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEqualityComparer\u00601::GetHashCode(T):System.Int32",
107935
107995
  "clrName": "GetHashCode",
107936
- "metadataToken": 100704563,
107996
+ "metadataToken": 100704568,
107937
107997
  "canonicalSignature": "(T):System.Int32",
107938
107998
  "normalizedSignature": "GetHashCode|(T):System.Int32|static=false",
107939
107999
  "emitScope": "ViewOnly",
@@ -107954,7 +108014,7 @@
107954
108014
  {
107955
108015
  "stableId": "System.Private.CoreLib:System.Collections.IComparer::Compare(System.Object,System.Object):System.Int32",
107956
108016
  "clrName": "Compare",
107957
- "metadataToken": 100703830,
108017
+ "metadataToken": 100703835,
107958
108018
  "canonicalSignature": "(System.Object,System.Object):System.Int32",
107959
108019
  "normalizedSignature": "Compare|(System.Object,System.Object):System.Int32|static=false",
107960
108020
  "emitScope": "ViewOnly",
@@ -107975,7 +108035,7 @@
107975
108035
  {
107976
108036
  "stableId": "System.Private.CoreLib:System.Collections.IEqualityComparer::Equals(System.Object,System.Object):System.Boolean",
107977
108037
  "clrName": "Equals",
107978
- "metadataToken": 100703849,
108038
+ "metadataToken": 100703854,
107979
108039
  "canonicalSignature": "(System.Object,System.Object):System.Boolean",
107980
108040
  "normalizedSignature": "Equals|(System.Object,System.Object):System.Boolean|static=false",
107981
108041
  "emitScope": "ViewOnly",
@@ -107996,7 +108056,7 @@
107996
108056
  {
107997
108057
  "stableId": "System.Private.CoreLib:System.Collections.IEqualityComparer::GetHashCode(System.Object):System.Int32",
107998
108058
  "clrName": "GetHashCode",
107999
- "metadataToken": 100703850,
108059
+ "metadataToken": 100703855,
108000
108060
  "canonicalSignature": "(System.Object):System.Int32",
108001
108061
  "normalizedSignature": "GetHashCode|(System.Object):System.Int32|static=false",
108002
108062
  "emitScope": "ViewOnly",
@@ -110532,7 +110592,7 @@
110532
110592
  {
110533
110593
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
110534
110594
  "clrName": "Equals",
110535
- "metadataToken": 100703864,
110595
+ "metadataToken": 100703869,
110536
110596
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
110537
110597
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
110538
110598
  "emitScope": "ViewOnly",
@@ -110553,7 +110613,7 @@
110553
110613
  {
110554
110614
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
110555
110615
  "clrName": "GetHashCode",
110556
- "metadataToken": 100703865,
110616
+ "metadataToken": 100703870,
110557
110617
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
110558
110618
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
110559
110619
  "emitScope": "ViewOnly",
@@ -110574,7 +110634,7 @@
110574
110634
  {
110575
110635
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
110576
110636
  "clrName": "CompareTo",
110577
- "metadataToken": 100703863,
110637
+ "metadataToken": 100703868,
110578
110638
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
110579
110639
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
110580
110640
  "emitScope": "ViewOnly",
@@ -110772,7 +110832,7 @@
110772
110832
  {
110773
110833
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
110774
110834
  "clrName": "Equals",
110775
- "metadataToken": 100703864,
110835
+ "metadataToken": 100703869,
110776
110836
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
110777
110837
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
110778
110838
  "emitScope": "ViewOnly",
@@ -110793,7 +110853,7 @@
110793
110853
  {
110794
110854
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
110795
110855
  "clrName": "GetHashCode",
110796
- "metadataToken": 100703865,
110856
+ "metadataToken": 100703870,
110797
110857
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
110798
110858
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
110799
110859
  "emitScope": "ViewOnly",
@@ -110814,7 +110874,7 @@
110814
110874
  {
110815
110875
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
110816
110876
  "clrName": "CompareTo",
110817
- "metadataToken": 100703863,
110877
+ "metadataToken": 100703868,
110818
110878
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
110819
110879
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
110820
110880
  "emitScope": "ViewOnly",
@@ -111032,7 +111092,7 @@
111032
111092
  {
111033
111093
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
111034
111094
  "clrName": "Equals",
111035
- "metadataToken": 100703864,
111095
+ "metadataToken": 100703869,
111036
111096
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
111037
111097
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
111038
111098
  "emitScope": "ViewOnly",
@@ -111053,7 +111113,7 @@
111053
111113
  {
111054
111114
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
111055
111115
  "clrName": "GetHashCode",
111056
- "metadataToken": 100703865,
111116
+ "metadataToken": 100703870,
111057
111117
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
111058
111118
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
111059
111119
  "emitScope": "ViewOnly",
@@ -111074,7 +111134,7 @@
111074
111134
  {
111075
111135
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
111076
111136
  "clrName": "CompareTo",
111077
- "metadataToken": 100703863,
111137
+ "metadataToken": 100703868,
111078
111138
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
111079
111139
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
111080
111140
  "emitScope": "ViewOnly",
@@ -111312,7 +111372,7 @@
111312
111372
  {
111313
111373
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
111314
111374
  "clrName": "Equals",
111315
- "metadataToken": 100703864,
111375
+ "metadataToken": 100703869,
111316
111376
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
111317
111377
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
111318
111378
  "emitScope": "ViewOnly",
@@ -111333,7 +111393,7 @@
111333
111393
  {
111334
111394
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
111335
111395
  "clrName": "GetHashCode",
111336
- "metadataToken": 100703865,
111396
+ "metadataToken": 100703870,
111337
111397
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
111338
111398
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
111339
111399
  "emitScope": "ViewOnly",
@@ -111354,7 +111414,7 @@
111354
111414
  {
111355
111415
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
111356
111416
  "clrName": "CompareTo",
111357
- "metadataToken": 100703863,
111417
+ "metadataToken": 100703868,
111358
111418
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
111359
111419
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
111360
111420
  "emitScope": "ViewOnly",
@@ -111612,7 +111672,7 @@
111612
111672
  {
111613
111673
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
111614
111674
  "clrName": "Equals",
111615
- "metadataToken": 100703864,
111675
+ "metadataToken": 100703869,
111616
111676
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
111617
111677
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
111618
111678
  "emitScope": "ViewOnly",
@@ -111633,7 +111693,7 @@
111633
111693
  {
111634
111694
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
111635
111695
  "clrName": "GetHashCode",
111636
- "metadataToken": 100703865,
111696
+ "metadataToken": 100703870,
111637
111697
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
111638
111698
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
111639
111699
  "emitScope": "ViewOnly",
@@ -111654,7 +111714,7 @@
111654
111714
  {
111655
111715
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
111656
111716
  "clrName": "CompareTo",
111657
- "metadataToken": 100703863,
111717
+ "metadataToken": 100703868,
111658
111718
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
111659
111719
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
111660
111720
  "emitScope": "ViewOnly",
@@ -111932,7 +111992,7 @@
111932
111992
  {
111933
111993
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
111934
111994
  "clrName": "Equals",
111935
- "metadataToken": 100703864,
111995
+ "metadataToken": 100703869,
111936
111996
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
111937
111997
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
111938
111998
  "emitScope": "ViewOnly",
@@ -111953,7 +112013,7 @@
111953
112013
  {
111954
112014
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
111955
112015
  "clrName": "GetHashCode",
111956
- "metadataToken": 100703865,
112016
+ "metadataToken": 100703870,
111957
112017
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
111958
112018
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
111959
112019
  "emitScope": "ViewOnly",
@@ -111974,7 +112034,7 @@
111974
112034
  {
111975
112035
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
111976
112036
  "clrName": "CompareTo",
111977
- "metadataToken": 100703863,
112037
+ "metadataToken": 100703868,
111978
112038
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
111979
112039
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
111980
112040
  "emitScope": "ViewOnly",
@@ -112272,7 +112332,7 @@
112272
112332
  {
112273
112333
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
112274
112334
  "clrName": "Equals",
112275
- "metadataToken": 100703864,
112335
+ "metadataToken": 100703869,
112276
112336
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
112277
112337
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
112278
112338
  "emitScope": "ViewOnly",
@@ -112293,7 +112353,7 @@
112293
112353
  {
112294
112354
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
112295
112355
  "clrName": "GetHashCode",
112296
- "metadataToken": 100703865,
112356
+ "metadataToken": 100703870,
112297
112357
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
112298
112358
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
112299
112359
  "emitScope": "ViewOnly",
@@ -112314,7 +112374,7 @@
112314
112374
  {
112315
112375
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
112316
112376
  "clrName": "CompareTo",
112317
- "metadataToken": 100703863,
112377
+ "metadataToken": 100703868,
112318
112378
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
112319
112379
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
112320
112380
  "emitScope": "ViewOnly",
@@ -112632,7 +112692,7 @@
112632
112692
  {
112633
112693
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::Equals(System.Object,System.Collections.IEqualityComparer):System.Boolean",
112634
112694
  "clrName": "Equals",
112635
- "metadataToken": 100703864,
112695
+ "metadataToken": 100703869,
112636
112696
  "canonicalSignature": "(System.Object,System.Collections.IEqualityComparer):System.Boolean",
112637
112697
  "normalizedSignature": "Equals|(System.Object,System.Collections.IEqualityComparer):System.Boolean|static=false",
112638
112698
  "emitScope": "ViewOnly",
@@ -112653,7 +112713,7 @@
112653
112713
  {
112654
112714
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralEquatable::GetHashCode(System.Collections.IEqualityComparer):System.Int32",
112655
112715
  "clrName": "GetHashCode",
112656
- "metadataToken": 100703865,
112716
+ "metadataToken": 100703870,
112657
112717
  "canonicalSignature": "(System.Collections.IEqualityComparer):System.Int32",
112658
112718
  "normalizedSignature": "GetHashCode|(System.Collections.IEqualityComparer):System.Int32|static=false",
112659
112719
  "emitScope": "ViewOnly",
@@ -112674,7 +112734,7 @@
112674
112734
  {
112675
112735
  "stableId": "System.Private.CoreLib:System.Collections.IStructuralComparable::CompareTo(System.Object,System.Collections.IComparer):System.Int32",
112676
112736
  "clrName": "CompareTo",
112677
- "metadataToken": 100703863,
112737
+ "metadataToken": 100703868,
112678
112738
  "canonicalSignature": "(System.Object,System.Collections.IComparer):System.Int32",
112679
112739
  "normalizedSignature": "CompareTo|(System.Object,System.Collections.IComparer):System.Int32|static=false",
112680
112740
  "emitScope": "ViewOnly",
@@ -115413,7 +115473,7 @@
115413
115473
  {
115414
115474
  "stableId": "System.Private.CoreLib:System.Reflection.ICustomAttributeProvider::GetCustomAttributes(System.Boolean):System.Object[]",
115415
115475
  "clrName": "GetCustomAttributes",
115416
- "metadataToken": 100697563,
115476
+ "metadataToken": 100697567,
115417
115477
  "canonicalSignature": "(System.Boolean):System.Object[]",
115418
115478
  "normalizedSignature": "GetCustomAttributes|(System.Boolean):System.Object[]|static=false",
115419
115479
  "emitScope": "ViewOnly",
@@ -115434,7 +115494,7 @@
115434
115494
  {
115435
115495
  "stableId": "System.Private.CoreLib:System.Reflection.ICustomAttributeProvider::GetCustomAttributes(System.Type,System.Boolean):System.Object[]",
115436
115496
  "clrName": "GetCustomAttributes",
115437
- "metadataToken": 100697564,
115497
+ "metadataToken": 100697568,
115438
115498
  "canonicalSignature": "(System.Type,System.Boolean):System.Object[]",
115439
115499
  "normalizedSignature": "GetCustomAttributes|(System.Type,System.Boolean):System.Object[]|static=false",
115440
115500
  "emitScope": "ViewOnly",
@@ -115455,7 +115515,7 @@
115455
115515
  {
115456
115516
  "stableId": "System.Private.CoreLib:System.Reflection.ICustomAttributeProvider::IsDefined(System.Type,System.Boolean):System.Boolean",
115457
115517
  "clrName": "IsDefined",
115458
- "metadataToken": 100697565,
115518
+ "metadataToken": 100697569,
115459
115519
  "canonicalSignature": "(System.Type,System.Boolean):System.Boolean",
115460
115520
  "normalizedSignature": "IsDefined|(System.Type,System.Boolean):System.Boolean|static=false",
115461
115521
  "emitScope": "ViewOnly",
@@ -115476,7 +115536,7 @@
115476
115536
  {
115477
115537
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):System.Reflection.MethodInfo",
115478
115538
  "clrName": "GetMethod",
115479
- "metadataToken": 100697593,
115539
+ "metadataToken": 100697597,
115480
115540
  "canonicalSignature": "(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):System.Reflection.MethodInfo",
115481
115541
  "normalizedSignature": "GetMethod|(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]):System.Reflection.MethodInfo|static=false",
115482
115542
  "emitScope": "ViewOnly",
@@ -115497,7 +115557,7 @@
115497
115557
  {
115498
115558
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::GetMethod(System.String,System.Reflection.BindingFlags):System.Reflection.MethodInfo",
115499
115559
  "clrName": "GetMethod",
115500
- "metadataToken": 100697594,
115560
+ "metadataToken": 100697598,
115501
115561
  "canonicalSignature": "(System.String,System.Reflection.BindingFlags):System.Reflection.MethodInfo",
115502
115562
  "normalizedSignature": "GetMethod|(System.String,System.Reflection.BindingFlags):System.Reflection.MethodInfo|static=false",
115503
115563
  "emitScope": "ViewOnly",
@@ -115518,7 +115578,7 @@
115518
115578
  {
115519
115579
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::GetMethods(System.Reflection.BindingFlags):System.Reflection.MethodInfo[]",
115520
115580
  "clrName": "GetMethods",
115521
- "metadataToken": 100697595,
115581
+ "metadataToken": 100697599,
115522
115582
  "canonicalSignature": "(System.Reflection.BindingFlags):System.Reflection.MethodInfo[]",
115523
115583
  "normalizedSignature": "GetMethods|(System.Reflection.BindingFlags):System.Reflection.MethodInfo[]|static=false",
115524
115584
  "emitScope": "ViewOnly",
@@ -115539,7 +115599,7 @@
115539
115599
  {
115540
115600
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::GetField(System.String,System.Reflection.BindingFlags):System.Reflection.FieldInfo",
115541
115601
  "clrName": "GetField",
115542
- "metadataToken": 100697596,
115602
+ "metadataToken": 100697600,
115543
115603
  "canonicalSignature": "(System.String,System.Reflection.BindingFlags):System.Reflection.FieldInfo",
115544
115604
  "normalizedSignature": "GetField|(System.String,System.Reflection.BindingFlags):System.Reflection.FieldInfo|static=false",
115545
115605
  "emitScope": "ViewOnly",
@@ -115560,7 +115620,7 @@
115560
115620
  {
115561
115621
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::GetFields(System.Reflection.BindingFlags):System.Reflection.FieldInfo[]",
115562
115622
  "clrName": "GetFields",
115563
- "metadataToken": 100697597,
115623
+ "metadataToken": 100697601,
115564
115624
  "canonicalSignature": "(System.Reflection.BindingFlags):System.Reflection.FieldInfo[]",
115565
115625
  "normalizedSignature": "GetFields|(System.Reflection.BindingFlags):System.Reflection.FieldInfo[]|static=false",
115566
115626
  "emitScope": "ViewOnly",
@@ -115581,7 +115641,7 @@
115581
115641
  {
115582
115642
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::GetProperty(System.String,System.Reflection.BindingFlags):System.Reflection.PropertyInfo",
115583
115643
  "clrName": "GetProperty",
115584
- "metadataToken": 100697598,
115644
+ "metadataToken": 100697602,
115585
115645
  "canonicalSignature": "(System.String,System.Reflection.BindingFlags):System.Reflection.PropertyInfo",
115586
115646
  "normalizedSignature": "GetProperty|(System.String,System.Reflection.BindingFlags):System.Reflection.PropertyInfo|static=false",
115587
115647
  "emitScope": "ViewOnly",
@@ -115602,7 +115662,7 @@
115602
115662
  {
115603
115663
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::GetProperty(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):System.Reflection.PropertyInfo",
115604
115664
  "clrName": "GetProperty",
115605
- "metadataToken": 100697599,
115665
+ "metadataToken": 100697603,
115606
115666
  "canonicalSignature": "(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):System.Reflection.PropertyInfo",
115607
115667
  "normalizedSignature": "GetProperty|(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]):System.Reflection.PropertyInfo|static=false",
115608
115668
  "emitScope": "ViewOnly",
@@ -115623,7 +115683,7 @@
115623
115683
  {
115624
115684
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::GetProperties(System.Reflection.BindingFlags):System.Reflection.PropertyInfo[]",
115625
115685
  "clrName": "GetProperties",
115626
- "metadataToken": 100697600,
115686
+ "metadataToken": 100697604,
115627
115687
  "canonicalSignature": "(System.Reflection.BindingFlags):System.Reflection.PropertyInfo[]",
115628
115688
  "normalizedSignature": "GetProperties|(System.Reflection.BindingFlags):System.Reflection.PropertyInfo[]|static=false",
115629
115689
  "emitScope": "ViewOnly",
@@ -115644,7 +115704,7 @@
115644
115704
  {
115645
115705
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::GetMember(System.String,System.Reflection.BindingFlags):System.Reflection.MemberInfo[]",
115646
115706
  "clrName": "GetMember",
115647
- "metadataToken": 100697601,
115707
+ "metadataToken": 100697605,
115648
115708
  "canonicalSignature": "(System.String,System.Reflection.BindingFlags):System.Reflection.MemberInfo[]",
115649
115709
  "normalizedSignature": "GetMember|(System.String,System.Reflection.BindingFlags):System.Reflection.MemberInfo[]|static=false",
115650
115710
  "emitScope": "ViewOnly",
@@ -115665,7 +115725,7 @@
115665
115725
  {
115666
115726
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::GetMembers(System.Reflection.BindingFlags):System.Reflection.MemberInfo[]",
115667
115727
  "clrName": "GetMembers",
115668
- "metadataToken": 100697602,
115728
+ "metadataToken": 100697606,
115669
115729
  "canonicalSignature": "(System.Reflection.BindingFlags):System.Reflection.MemberInfo[]",
115670
115730
  "normalizedSignature": "GetMembers|(System.Reflection.BindingFlags):System.Reflection.MemberInfo[]|static=false",
115671
115731
  "emitScope": "ViewOnly",
@@ -115686,7 +115746,7 @@
115686
115746
  {
115687
115747
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):System.Object",
115688
115748
  "clrName": "InvokeMember",
115689
- "metadataToken": 100697603,
115749
+ "metadataToken": 100697607,
115690
115750
  "canonicalSignature": "(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):System.Object",
115691
115751
  "normalizedSignature": "InvokeMember|(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]):System.Object|static=false",
115692
115752
  "emitScope": "ViewOnly",
@@ -117039,7 +117099,7 @@
117039
117099
  {
117040
117100
  "stableId": "System.Private.CoreLib:System.Reflection.IReflect::UnderlyingSystemType:System.Type",
117041
117101
  "clrName": "UnderlyingSystemType",
117042
- "metadataToken": 385880164,
117102
+ "metadataToken": 385880166,
117043
117103
  "canonicalSignature": ":System.Type",
117044
117104
  "normalizedSignature": "UnderlyingSystemType|:System.Type|static=false|accessor=get",
117045
117105
  "emitScope": "ViewOnly",
@@ -143455,6 +143515,26 @@
143455
143515
  "declaringClrType": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
143456
143516
  "declaringAssemblyName": "System.Private.CoreLib",
143457
143517
  "isExtensionMethod": false
143518
+ },
143519
+ {
143520
+ "stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BSpanSplitEnumerator\u00601::Reset():System.Void",
143521
+ "clrName": "Reset",
143522
+ "metadataToken": 0,
143523
+ "canonicalSignature": "():System.Void",
143524
+ "normalizedSignature": "Reset|():System.Void|static=false",
143525
+ "emitScope": "ClassSurface",
143526
+ "provenance": "Synthesized",
143527
+ "arity": 0,
143528
+ "parameterCount": 0,
143529
+ "isStatic": false,
143530
+ "isAbstract": false,
143531
+ "isVirtual": true,
143532
+ "isOverride": false,
143533
+ "isSealed": false,
143534
+ "visibility": "Public",
143535
+ "declaringClrType": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
143536
+ "declaringAssemblyName": "System.Private.CoreLib",
143537
+ "isExtensionMethod": false
143458
143538
  }
143459
143539
  ],
143460
143540
  "properties": [