@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
@@ -116,7 +116,7 @@
116
116
  {
117
117
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::CopyTo(T[],System.Int32):System.Void",
118
118
  "clrName": "CopyTo",
119
- "metadataToken": 100704114,
119
+ "metadataToken": 100704119,
120
120
  "canonicalSignature": "(T[],System.Int32):System.Void",
121
121
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
122
122
  "emitScope": "ClassSurface",
@@ -136,7 +136,7 @@
136
136
  {
137
137
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryAdd(T):System.Boolean",
138
138
  "clrName": "TryAdd",
139
- "metadataToken": 100704115,
139
+ "metadataToken": 100704120,
140
140
  "canonicalSignature": "(T):System.Boolean",
141
141
  "normalizedSignature": "TryAdd|(T):System.Boolean|static=false",
142
142
  "emitScope": "ClassSurface",
@@ -156,7 +156,7 @@
156
156
  {
157
157
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryTake(T\u0026):System.Boolean",
158
158
  "clrName": "TryTake",
159
- "metadataToken": 100704116,
159
+ "metadataToken": 100704121,
160
160
  "canonicalSignature": "(T\u0026):System.Boolean",
161
161
  "normalizedSignature": "TryTake|(T\u0026):System.Boolean|static=false",
162
162
  "emitScope": "ClassSurface",
@@ -182,7 +182,7 @@
182
182
  {
183
183
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
184
184
  "clrName": "ToArray",
185
- "metadataToken": 100704117,
185
+ "metadataToken": 100704122,
186
186
  "canonicalSignature": "():T[]",
187
187
  "normalizedSignature": "ToArray|():T[]|static=false",
188
188
  "emitScope": "ClassSurface",
@@ -202,7 +202,7 @@
202
202
  {
203
203
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
204
204
  "clrName": "GetEnumerator",
205
- "metadataToken": 100704560,
205
+ "metadataToken": 100704565,
206
206
  "canonicalSignature": "():IEnumerator_1",
207
207
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
208
208
  "emitScope": "ClassSurface",
@@ -222,7 +222,7 @@
222
222
  {
223
223
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
224
224
  "clrName": "GetEnumerator",
225
- "metadataToken": 100703845,
225
+ "metadataToken": 100703850,
226
226
  "canonicalSignature": "():System.Collections.IEnumerator",
227
227
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
228
228
  "emitScope": "ClassSurface",
@@ -242,7 +242,7 @@
242
242
  {
243
243
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
244
244
  "clrName": "CopyTo",
245
- "metadataToken": 100703826,
245
+ "metadataToken": 100703831,
246
246
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
247
247
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
248
248
  "emitScope": "ClassSurface",
@@ -264,7 +264,7 @@
264
264
  {
265
265
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
266
266
  "clrName": "Count",
267
- "metadataToken": 385881256,
267
+ "metadataToken": 385881258,
268
268
  "canonicalSignature": ":System.Int32",
269
269
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
270
270
  "emitScope": "ClassSurface",
@@ -283,7 +283,7 @@
283
283
  {
284
284
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
285
285
  "clrName": "SyncRoot",
286
- "metadataToken": 385881257,
286
+ "metadataToken": 385881259,
287
287
  "canonicalSignature": ":System.Object",
288
288
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
289
289
  "emitScope": "ClassSurface",
@@ -302,7 +302,7 @@
302
302
  {
303
303
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
304
304
  "clrName": "IsSynchronized",
305
- "metadataToken": 385881258,
305
+ "metadataToken": 385881260,
306
306
  "canonicalSignature": ":System.Boolean",
307
307
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
308
308
  "emitScope": "ClassSurface",
@@ -1053,7 +1053,7 @@
1053
1053
  {
1054
1054
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
1055
1055
  "clrName": "GetEnumerator",
1056
- "metadataToken": 100704560,
1056
+ "metadataToken": 100704565,
1057
1057
  "canonicalSignature": "():IEnumerator_1",
1058
1058
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
1059
1059
  "emitScope": "ViewOnly",
@@ -1074,7 +1074,7 @@
1074
1074
  {
1075
1075
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
1076
1076
  "clrName": "GetEnumerator",
1077
- "metadataToken": 100703845,
1077
+ "metadataToken": 100703850,
1078
1078
  "canonicalSignature": "():System.Collections.IEnumerator",
1079
1079
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
1080
1080
  "emitScope": "ViewOnly",
@@ -1095,7 +1095,7 @@
1095
1095
  {
1096
1096
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
1097
1097
  "clrName": "CopyTo",
1098
- "metadataToken": 100703826,
1098
+ "metadataToken": 100703831,
1099
1099
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
1100
1100
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
1101
1101
  "emitScope": "ViewOnly",
@@ -1215,7 +1215,7 @@
1215
1215
  {
1216
1216
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
1217
1217
  "clrName": "SyncRoot",
1218
- "metadataToken": 385881257,
1218
+ "metadataToken": 385881259,
1219
1219
  "canonicalSignature": ":System.Object",
1220
1220
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
1221
1221
  "emitScope": "ViewOnly",
@@ -1235,7 +1235,7 @@
1235
1235
  {
1236
1236
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
1237
1237
  "clrName": "IsSynchronized",
1238
- "metadataToken": 385881258,
1238
+ "metadataToken": 385881260,
1239
1239
  "canonicalSignature": ":System.Boolean",
1240
1240
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
1241
1241
  "emitScope": "ViewOnly",
@@ -1255,7 +1255,7 @@
1255
1255
  {
1256
1256
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
1257
1257
  "clrName": "Count",
1258
- "metadataToken": 385881256,
1258
+ "metadataToken": 385881258,
1259
1259
  "canonicalSignature": ":System.Int32",
1260
1260
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1261
1261
  "emitScope": "ViewOnly",
@@ -1275,7 +1275,7 @@
1275
1275
  {
1276
1276
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
1277
1277
  "clrName": "Count",
1278
- "metadataToken": 385881428,
1278
+ "metadataToken": 385881430,
1279
1279
  "canonicalSignature": ":System.Int32",
1280
1280
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1281
1281
  "emitScope": "ViewOnly",
@@ -1547,7 +1547,7 @@
1547
1547
  {
1548
1548
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryAdd(T):System.Boolean",
1549
1549
  "clrName": "TryAdd",
1550
- "metadataToken": 100704115,
1550
+ "metadataToken": 100704120,
1551
1551
  "canonicalSignature": "(T):System.Boolean",
1552
1552
  "normalizedSignature": "TryAdd|(T):System.Boolean|static=false",
1553
1553
  "emitScope": "ViewOnly",
@@ -1568,7 +1568,7 @@
1568
1568
  {
1569
1569
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
1570
1570
  "clrName": "GetEnumerator",
1571
- "metadataToken": 100703845,
1571
+ "metadataToken": 100703850,
1572
1572
  "canonicalSignature": "():System.Collections.IEnumerator",
1573
1573
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
1574
1574
  "emitScope": "ViewOnly",
@@ -1589,7 +1589,7 @@
1589
1589
  {
1590
1590
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
1591
1591
  "clrName": "CopyTo",
1592
- "metadataToken": 100703826,
1592
+ "metadataToken": 100703831,
1593
1593
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
1594
1594
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
1595
1595
  "emitScope": "ViewOnly",
@@ -1610,7 +1610,7 @@
1610
1610
  {
1611
1611
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::CopyTo(T[],System.Int32):System.Void",
1612
1612
  "clrName": "CopyTo",
1613
- "metadataToken": 100704114,
1613
+ "metadataToken": 100704119,
1614
1614
  "canonicalSignature": "(T[],System.Int32):System.Void",
1615
1615
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
1616
1616
  "emitScope": "ViewOnly",
@@ -1631,7 +1631,7 @@
1631
1631
  {
1632
1632
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryTake(T\u0026):System.Boolean",
1633
1633
  "clrName": "TryTake",
1634
- "metadataToken": 100704116,
1634
+ "metadataToken": 100704121,
1635
1635
  "canonicalSignature": "(T\u0026):System.Boolean",
1636
1636
  "normalizedSignature": "TryTake|(T\u0026):System.Boolean|static=false",
1637
1637
  "emitScope": "ViewOnly",
@@ -1658,7 +1658,7 @@
1658
1658
  {
1659
1659
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
1660
1660
  "clrName": "ToArray",
1661
- "metadataToken": 100704117,
1661
+ "metadataToken": 100704122,
1662
1662
  "canonicalSignature": "():T[]",
1663
1663
  "normalizedSignature": "ToArray|():T[]|static=false",
1664
1664
  "emitScope": "ViewOnly",
@@ -1679,7 +1679,7 @@
1679
1679
  {
1680
1680
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
1681
1681
  "clrName": "GetEnumerator",
1682
- "metadataToken": 100704560,
1682
+ "metadataToken": 100704565,
1683
1683
  "canonicalSignature": "():IEnumerator_1",
1684
1684
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
1685
1685
  "emitScope": "ViewOnly",
@@ -1740,7 +1740,7 @@
1740
1740
  {
1741
1741
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
1742
1742
  "clrName": "SyncRoot",
1743
- "metadataToken": 385881257,
1743
+ "metadataToken": 385881259,
1744
1744
  "canonicalSignature": ":System.Object",
1745
1745
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
1746
1746
  "emitScope": "ViewOnly",
@@ -1760,7 +1760,7 @@
1760
1760
  {
1761
1761
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
1762
1762
  "clrName": "IsSynchronized",
1763
- "metadataToken": 385881258,
1763
+ "metadataToken": 385881260,
1764
1764
  "canonicalSignature": ":System.Boolean",
1765
1765
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
1766
1766
  "emitScope": "ViewOnly",
@@ -1780,7 +1780,7 @@
1780
1780
  {
1781
1781
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
1782
1782
  "clrName": "Count",
1783
- "metadataToken": 385881256,
1783
+ "metadataToken": 385881258,
1784
1784
  "canonicalSignature": ":System.Int32",
1785
1785
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1786
1786
  "emitScope": "ViewOnly",
@@ -1800,7 +1800,7 @@
1800
1800
  {
1801
1801
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
1802
1802
  "clrName": "Count",
1803
- "metadataToken": 385881428,
1803
+ "metadataToken": 385881430,
1804
1804
  "canonicalSignature": ":System.Int32",
1805
1805
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
1806
1806
  "emitScope": "ViewOnly",
@@ -2277,7 +2277,7 @@
2277
2277
  {
2278
2278
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Add(TKey,TValue):System.Void",
2279
2279
  "clrName": "Add",
2280
- "metadataToken": 100704551,
2280
+ "metadataToken": 100704556,
2281
2281
  "canonicalSignature": "(TKey,TValue):System.Void",
2282
2282
  "normalizedSignature": "Add|(TKey,TValue):System.Void|static=false",
2283
2283
  "emitScope": "ViewOnly",
@@ -2298,7 +2298,7 @@
2298
2298
  {
2299
2299
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Remove(TKey):System.Boolean",
2300
2300
  "clrName": "Remove",
2301
- "metadataToken": 100704552,
2301
+ "metadataToken": 100704557,
2302
2302
  "canonicalSignature": "(TKey):System.Boolean",
2303
2303
  "normalizedSignature": "Remove|(TKey):System.Boolean|static=false",
2304
2304
  "emitScope": "ViewOnly",
@@ -2319,7 +2319,7 @@
2319
2319
  {
2320
2320
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
2321
2321
  "clrName": "Add",
2322
- "metadataToken": 100704538,
2322
+ "metadataToken": 100704543,
2323
2323
  "canonicalSignature": "(T):System.Void",
2324
2324
  "normalizedSignature": "Add|(T):System.Void|static=false",
2325
2325
  "emitScope": "ViewOnly",
@@ -2340,7 +2340,7 @@
2340
2340
  {
2341
2341
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
2342
2342
  "clrName": "Contains",
2343
- "metadataToken": 100704540,
2343
+ "metadataToken": 100704545,
2344
2344
  "canonicalSignature": "(T):System.Boolean",
2345
2345
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
2346
2346
  "emitScope": "ViewOnly",
@@ -2361,7 +2361,7 @@
2361
2361
  {
2362
2362
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
2363
2363
  "clrName": "CopyTo",
2364
- "metadataToken": 100704541,
2364
+ "metadataToken": 100704546,
2365
2365
  "canonicalSignature": "(T[],System.Int32):System.Void",
2366
2366
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
2367
2367
  "emitScope": "ViewOnly",
@@ -2382,7 +2382,7 @@
2382
2382
  {
2383
2383
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
2384
2384
  "clrName": "GetEnumerator",
2385
- "metadataToken": 100704560,
2385
+ "metadataToken": 100704565,
2386
2386
  "canonicalSignature": "():IEnumerator_1",
2387
2387
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
2388
2388
  "emitScope": "ViewOnly",
@@ -2403,7 +2403,7 @@
2403
2403
  {
2404
2404
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
2405
2405
  "clrName": "GetEnumerator",
2406
- "metadataToken": 100703845,
2406
+ "metadataToken": 100703850,
2407
2407
  "canonicalSignature": "():System.Collections.IEnumerator",
2408
2408
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2409
2409
  "emitScope": "ViewOnly",
@@ -2424,7 +2424,7 @@
2424
2424
  {
2425
2425
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Contains(System.Object):System.Boolean",
2426
2426
  "clrName": "Contains",
2427
- "metadataToken": 100703835,
2427
+ "metadataToken": 100703840,
2428
2428
  "canonicalSignature": "(System.Object):System.Boolean",
2429
2429
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
2430
2430
  "emitScope": "ViewOnly",
@@ -2445,7 +2445,7 @@
2445
2445
  {
2446
2446
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Add(System.Object,System.Object):System.Void",
2447
2447
  "clrName": "Add",
2448
- "metadataToken": 100703836,
2448
+ "metadataToken": 100703841,
2449
2449
  "canonicalSignature": "(System.Object,System.Object):System.Void",
2450
2450
  "normalizedSignature": "Add|(System.Object,System.Object):System.Void|static=false",
2451
2451
  "emitScope": "ViewOnly",
@@ -2466,7 +2466,7 @@
2466
2466
  {
2467
2467
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::GetEnumerator():System.Collections.IDictionaryEnumerator",
2468
2468
  "clrName": "GetEnumerator",
2469
- "metadataToken": 100703840,
2469
+ "metadataToken": 100703845,
2470
2470
  "canonicalSignature": "():System.Collections.IDictionaryEnumerator",
2471
2471
  "normalizedSignature": "GetEnumerator|():System.Collections.IDictionaryEnumerator|static=false",
2472
2472
  "emitScope": "ViewOnly",
@@ -2487,7 +2487,7 @@
2487
2487
  {
2488
2488
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Remove(System.Object):System.Void",
2489
2489
  "clrName": "Remove",
2490
- "metadataToken": 100703841,
2490
+ "metadataToken": 100703846,
2491
2491
  "canonicalSignature": "(System.Object):System.Void",
2492
2492
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
2493
2493
  "emitScope": "ViewOnly",
@@ -2508,7 +2508,7 @@
2508
2508
  {
2509
2509
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
2510
2510
  "clrName": "CopyTo",
2511
- "metadataToken": 100703826,
2511
+ "metadataToken": 100703831,
2512
2512
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
2513
2513
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
2514
2514
  "emitScope": "ViewOnly",
@@ -2529,7 +2529,7 @@
2529
2529
  {
2530
2530
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::ContainsKey(TKey):System.Boolean",
2531
2531
  "clrName": "ContainsKey",
2532
- "metadataToken": 100704550,
2532
+ "metadataToken": 100704555,
2533
2533
  "canonicalSignature": "(TKey):System.Boolean",
2534
2534
  "normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
2535
2535
  "emitScope": "ViewOnly",
@@ -2550,7 +2550,7 @@
2550
2550
  {
2551
2551
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
2552
2552
  "clrName": "TryGetValue",
2553
- "metadataToken": 100704553,
2553
+ "metadataToken": 100704558,
2554
2554
  "canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
2555
2555
  "normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
2556
2556
  "emitScope": "ViewOnly",
@@ -2577,7 +2577,7 @@
2577
2577
  {
2578
2578
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
2579
2579
  "clrName": "Clear",
2580
- "metadataToken": 100704539,
2580
+ "metadataToken": 100704544,
2581
2581
  "canonicalSignature": "():System.Void",
2582
2582
  "normalizedSignature": "Clear|():System.Void|static=false",
2583
2583
  "emitScope": "ViewOnly",
@@ -2598,7 +2598,7 @@
2598
2598
  {
2599
2599
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Clear():System.Void",
2600
2600
  "clrName": "Clear",
2601
- "metadataToken": 100703837,
2601
+ "metadataToken": 100703842,
2602
2602
  "canonicalSignature": "():System.Void",
2603
2603
  "normalizedSignature": "Clear|():System.Void|static=false",
2604
2604
  "emitScope": "ViewOnly",
@@ -2619,7 +2619,7 @@
2619
2619
  {
2620
2620
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::ContainsKey(TKey):System.Boolean",
2621
2621
  "clrName": "ContainsKey",
2622
- "metadataToken": 100704572,
2622
+ "metadataToken": 100704577,
2623
2623
  "canonicalSignature": "(TKey):System.Boolean",
2624
2624
  "normalizedSignature": "ContainsKey|(TKey):System.Boolean|static=false",
2625
2625
  "emitScope": "ViewOnly",
@@ -2640,7 +2640,7 @@
2640
2640
  {
2641
2641
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::TryGetValue(TKey,TValue\u0026):System.Boolean",
2642
2642
  "clrName": "TryGetValue",
2643
- "metadataToken": 100704573,
2643
+ "metadataToken": 100704578,
2644
2644
  "canonicalSignature": "(TKey,TValue\u0026):System.Boolean",
2645
2645
  "normalizedSignature": "TryGetValue|(TKey,TValue\u0026):System.Boolean|static=false",
2646
2646
  "emitScope": "ViewOnly",
@@ -2783,7 +2783,7 @@
2783
2783
  {
2784
2784
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
2785
2785
  "clrName": "IsReadOnly",
2786
- "metadataToken": 385881418,
2786
+ "metadataToken": 385881420,
2787
2787
  "canonicalSignature": ":System.Boolean",
2788
2788
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
2789
2789
  "emitScope": "ViewOnly",
@@ -2803,7 +2803,7 @@
2803
2803
  {
2804
2804
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Keys:System.Collections.ICollection",
2805
2805
  "clrName": "Keys",
2806
- "metadataToken": 385881260,
2806
+ "metadataToken": 385881262,
2807
2807
  "canonicalSignature": ":System.Collections.ICollection",
2808
2808
  "normalizedSignature": "Keys|:System.Collections.ICollection|static=false|accessor=get",
2809
2809
  "emitScope": "ViewOnly",
@@ -2823,7 +2823,7 @@
2823
2823
  {
2824
2824
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
2825
2825
  "clrName": "SyncRoot",
2826
- "metadataToken": 385881257,
2826
+ "metadataToken": 385881259,
2827
2827
  "canonicalSignature": ":System.Object",
2828
2828
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
2829
2829
  "emitScope": "ViewOnly",
@@ -2843,7 +2843,7 @@
2843
2843
  {
2844
2844
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Keys:IEnumerable_1",
2845
2845
  "clrName": "Keys",
2846
- "metadataToken": 385881430,
2846
+ "metadataToken": 385881432,
2847
2847
  "canonicalSignature": ":IEnumerable_1",
2848
2848
  "normalizedSignature": "Keys|:IEnumerable_1|static=false|accessor=get",
2849
2849
  "emitScope": "ViewOnly",
@@ -2863,7 +2863,7 @@
2863
2863
  {
2864
2864
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Keys:ICollection_1",
2865
2865
  "clrName": "Keys",
2866
- "metadataToken": 385881421,
2866
+ "metadataToken": 385881423,
2867
2867
  "canonicalSignature": ":ICollection_1",
2868
2868
  "normalizedSignature": "Keys|:ICollection_1|static=false|accessor=get",
2869
2869
  "emitScope": "ViewOnly",
@@ -2883,7 +2883,7 @@
2883
2883
  {
2884
2884
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IDictionary\u00602::Values:ICollection_1",
2885
2885
  "clrName": "Values",
2886
- "metadataToken": 385881422,
2886
+ "metadataToken": 385881424,
2887
2887
  "canonicalSignature": ":ICollection_1",
2888
2888
  "normalizedSignature": "Values|:ICollection_1|static=false|accessor=get",
2889
2889
  "emitScope": "ViewOnly",
@@ -2903,7 +2903,7 @@
2903
2903
  {
2904
2904
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
2905
2905
  "clrName": "Count",
2906
- "metadataToken": 385881417,
2906
+ "metadataToken": 385881419,
2907
2907
  "canonicalSignature": ":System.Int32",
2908
2908
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2909
2909
  "emitScope": "ViewOnly",
@@ -2923,7 +2923,7 @@
2923
2923
  {
2924
2924
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::Values:System.Collections.ICollection",
2925
2925
  "clrName": "Values",
2926
- "metadataToken": 385881261,
2926
+ "metadataToken": 385881263,
2927
2927
  "canonicalSignature": ":System.Collections.ICollection",
2928
2928
  "normalizedSignature": "Values|:System.Collections.ICollection|static=false|accessor=get",
2929
2929
  "emitScope": "ViewOnly",
@@ -2943,7 +2943,7 @@
2943
2943
  {
2944
2944
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsReadOnly:System.Boolean",
2945
2945
  "clrName": "IsReadOnly",
2946
- "metadataToken": 385881262,
2946
+ "metadataToken": 385881264,
2947
2947
  "canonicalSignature": ":System.Boolean",
2948
2948
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
2949
2949
  "emitScope": "ViewOnly",
@@ -2963,7 +2963,7 @@
2963
2963
  {
2964
2964
  "stableId": "System.Private.CoreLib:System.Collections.IDictionary::IsFixedSize:System.Boolean",
2965
2965
  "clrName": "IsFixedSize",
2966
- "metadataToken": 385881263,
2966
+ "metadataToken": 385881265,
2967
2967
  "canonicalSignature": ":System.Boolean",
2968
2968
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
2969
2969
  "emitScope": "ViewOnly",
@@ -2983,7 +2983,7 @@
2983
2983
  {
2984
2984
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
2985
2985
  "clrName": "Count",
2986
- "metadataToken": 385881256,
2986
+ "metadataToken": 385881258,
2987
2987
  "canonicalSignature": ":System.Int32",
2988
2988
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
2989
2989
  "emitScope": "ViewOnly",
@@ -3003,7 +3003,7 @@
3003
3003
  {
3004
3004
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
3005
3005
  "clrName": "IsSynchronized",
3006
- "metadataToken": 385881258,
3006
+ "metadataToken": 385881260,
3007
3007
  "canonicalSignature": ":System.Boolean",
3008
3008
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
3009
3009
  "emitScope": "ViewOnly",
@@ -3023,7 +3023,7 @@
3023
3023
  {
3024
3024
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyDictionary\u00602::Values:IEnumerable_1",
3025
3025
  "clrName": "Values",
3026
- "metadataToken": 385881431,
3026
+ "metadataToken": 385881433,
3027
3027
  "canonicalSignature": ":IEnumerable_1",
3028
3028
  "normalizedSignature": "Values|:IEnumerable_1|static=false|accessor=get",
3029
3029
  "emitScope": "ViewOnly",
@@ -3043,7 +3043,7 @@
3043
3043
  {
3044
3044
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
3045
3045
  "clrName": "Count",
3046
- "metadataToken": 385881428,
3046
+ "metadataToken": 385881430,
3047
3047
  "canonicalSignature": ":System.Int32",
3048
3048
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3049
3049
  "emitScope": "ViewOnly",
@@ -3414,7 +3414,7 @@
3414
3414
  {
3415
3415
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::ToArray():T[]",
3416
3416
  "clrName": "ToArray",
3417
- "metadataToken": 100704085,
3417
+ "metadataToken": 100704090,
3418
3418
  "canonicalSignature": "():T[]",
3419
3419
  "normalizedSignature": "ToArray|():T[]|static=false",
3420
3420
  "emitScope": "ClassSurface",
@@ -3434,7 +3434,7 @@
3434
3434
  {
3435
3435
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::CopyTo(T[],System.Int32):System.Void",
3436
3436
  "clrName": "CopyTo",
3437
- "metadataToken": 100704089,
3437
+ "metadataToken": 100704094,
3438
3438
  "canonicalSignature": "(T[],System.Int32):System.Void",
3439
3439
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
3440
3440
  "emitScope": "ClassSurface",
@@ -3454,7 +3454,7 @@
3454
3454
  {
3455
3455
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::GetEnumerator():IEnumerator_1",
3456
3456
  "clrName": "GetEnumerator",
3457
- "metadataToken": 100704090,
3457
+ "metadataToken": 100704095,
3458
3458
  "canonicalSignature": "():IEnumerator_1",
3459
3459
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
3460
3460
  "emitScope": "ClassSurface",
@@ -3474,7 +3474,7 @@
3474
3474
  {
3475
3475
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::Enqueue(T):System.Void",
3476
3476
  "clrName": "Enqueue",
3477
- "metadataToken": 100704094,
3477
+ "metadataToken": 100704099,
3478
3478
  "canonicalSignature": "(T):System.Void",
3479
3479
  "normalizedSignature": "Enqueue|(T):System.Void|static=false",
3480
3480
  "emitScope": "ClassSurface",
@@ -3494,7 +3494,7 @@
3494
3494
  {
3495
3495
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::TryDequeue(T\u0026):System.Boolean",
3496
3496
  "clrName": "TryDequeue",
3497
- "metadataToken": 100704096,
3497
+ "metadataToken": 100704101,
3498
3498
  "canonicalSignature": "(T\u0026):System.Boolean",
3499
3499
  "normalizedSignature": "TryDequeue|(T\u0026):System.Boolean|static=false",
3500
3500
  "emitScope": "ClassSurface",
@@ -3520,7 +3520,7 @@
3520
3520
  {
3521
3521
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::TryPeek(T\u0026):System.Boolean",
3522
3522
  "clrName": "TryPeek",
3523
- "metadataToken": 100704098,
3523
+ "metadataToken": 100704103,
3524
3524
  "canonicalSignature": "(T\u0026):System.Boolean",
3525
3525
  "normalizedSignature": "TryPeek|(T\u0026):System.Boolean|static=false",
3526
3526
  "emitScope": "ClassSurface",
@@ -3546,7 +3546,7 @@
3546
3546
  {
3547
3547
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::Clear():System.Void",
3548
3548
  "clrName": "Clear",
3549
- "metadataToken": 100704100,
3549
+ "metadataToken": 100704105,
3550
3550
  "canonicalSignature": "():System.Void",
3551
3551
  "normalizedSignature": "Clear|():System.Void|static=false",
3552
3552
  "emitScope": "ClassSurface",
@@ -3566,7 +3566,7 @@
3566
3566
  {
3567
3567
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryAdd(T):System.Boolean",
3568
3568
  "clrName": "TryAdd",
3569
- "metadataToken": 100704115,
3569
+ "metadataToken": 100704120,
3570
3570
  "canonicalSignature": "(T):System.Boolean",
3571
3571
  "normalizedSignature": "TryAdd|(T):System.Boolean|static=false",
3572
3572
  "emitScope": "ViewOnly",
@@ -3587,7 +3587,7 @@
3587
3587
  {
3588
3588
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryTake(T\u0026):System.Boolean",
3589
3589
  "clrName": "TryTake",
3590
- "metadataToken": 100704116,
3590
+ "metadataToken": 100704121,
3591
3591
  "canonicalSignature": "(T\u0026):System.Boolean",
3592
3592
  "normalizedSignature": "TryTake|(T\u0026):System.Boolean|static=false",
3593
3593
  "emitScope": "ViewOnly",
@@ -3614,7 +3614,7 @@
3614
3614
  {
3615
3615
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
3616
3616
  "clrName": "GetEnumerator",
3617
- "metadataToken": 100703845,
3617
+ "metadataToken": 100703850,
3618
3618
  "canonicalSignature": "():System.Collections.IEnumerator",
3619
3619
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3620
3620
  "emitScope": "ViewOnly",
@@ -3635,7 +3635,7 @@
3635
3635
  {
3636
3636
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
3637
3637
  "clrName": "CopyTo",
3638
- "metadataToken": 100703826,
3638
+ "metadataToken": 100703831,
3639
3639
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
3640
3640
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
3641
3641
  "emitScope": "ViewOnly",
@@ -3656,7 +3656,7 @@
3656
3656
  {
3657
3657
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::CopyTo(T[],System.Int32):System.Void",
3658
3658
  "clrName": "CopyTo",
3659
- "metadataToken": 100704114,
3659
+ "metadataToken": 100704119,
3660
3660
  "canonicalSignature": "(T[],System.Int32):System.Void",
3661
3661
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
3662
3662
  "emitScope": "ViewOnly",
@@ -3677,7 +3677,7 @@
3677
3677
  {
3678
3678
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
3679
3679
  "clrName": "ToArray",
3680
- "metadataToken": 100704117,
3680
+ "metadataToken": 100704122,
3681
3681
  "canonicalSignature": "():T[]",
3682
3682
  "normalizedSignature": "ToArray|():T[]|static=false",
3683
3683
  "emitScope": "ViewOnly",
@@ -3698,7 +3698,7 @@
3698
3698
  {
3699
3699
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
3700
3700
  "clrName": "GetEnumerator",
3701
- "metadataToken": 100704560,
3701
+ "metadataToken": 100704565,
3702
3702
  "canonicalSignature": "():IEnumerator_1",
3703
3703
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
3704
3704
  "emitScope": "ViewOnly",
@@ -3721,7 +3721,7 @@
3721
3721
  {
3722
3722
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::IsEmpty:System.Boolean",
3723
3723
  "clrName": "IsEmpty",
3724
- "metadataToken": 385881347,
3724
+ "metadataToken": 385881349,
3725
3725
  "canonicalSignature": ":System.Boolean",
3726
3726
  "normalizedSignature": "IsEmpty|:System.Boolean|static=false|accessor=get",
3727
3727
  "emitScope": "ClassSurface",
@@ -3740,7 +3740,7 @@
3740
3740
  {
3741
3741
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::Count:System.Int32",
3742
3742
  "clrName": "Count",
3743
- "metadataToken": 385881348,
3743
+ "metadataToken": 385881350,
3744
3744
  "canonicalSignature": ":System.Int32",
3745
3745
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3746
3746
  "emitScope": "ClassSurface",
@@ -3759,7 +3759,7 @@
3759
3759
  {
3760
3760
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
3761
3761
  "clrName": "SyncRoot",
3762
- "metadataToken": 385881257,
3762
+ "metadataToken": 385881259,
3763
3763
  "canonicalSignature": ":System.Object",
3764
3764
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
3765
3765
  "emitScope": "ViewOnly",
@@ -3779,7 +3779,7 @@
3779
3779
  {
3780
3780
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
3781
3781
  "clrName": "IsSynchronized",
3782
- "metadataToken": 385881258,
3782
+ "metadataToken": 385881260,
3783
3783
  "canonicalSignature": ":System.Boolean",
3784
3784
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
3785
3785
  "emitScope": "ViewOnly",
@@ -3799,7 +3799,7 @@
3799
3799
  {
3800
3800
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
3801
3801
  "clrName": "Count",
3802
- "metadataToken": 385881256,
3802
+ "metadataToken": 385881258,
3803
3803
  "canonicalSignature": ":System.Int32",
3804
3804
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3805
3805
  "emitScope": "ViewOnly",
@@ -3819,7 +3819,7 @@
3819
3819
  {
3820
3820
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
3821
3821
  "clrName": "Count",
3822
- "metadataToken": 385881428,
3822
+ "metadataToken": 385881430,
3823
3823
  "canonicalSignature": ":System.Int32",
3824
3824
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3825
3825
  "emitScope": "ViewOnly",
@@ -3842,7 +3842,7 @@
3842
3842
  "constructors": [
3843
3843
  {
3844
3844
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::.ctor():void",
3845
- "metadataToken": 100704076,
3845
+ "metadataToken": 100704081,
3846
3846
  "canonicalSignature": "():void",
3847
3847
  "normalizedSignature": "constructor|():void|static=false",
3848
3848
  "isStatic": false,
@@ -3853,7 +3853,7 @@
3853
3853
  },
3854
3854
  {
3855
3855
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.ConcurrentQueue\u00601::.ctor(IEnumerable_1):void",
3856
- "metadataToken": 100704077,
3856
+ "metadataToken": 100704082,
3857
3857
  "canonicalSignature": "(IEnumerable_1):void",
3858
3858
  "normalizedSignature": "constructor|(IEnumerable_1):void|static=false",
3859
3859
  "isStatic": false,
@@ -4149,7 +4149,7 @@
4149
4149
  {
4150
4150
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryAdd(T):System.Boolean",
4151
4151
  "clrName": "TryAdd",
4152
- "metadataToken": 100704115,
4152
+ "metadataToken": 100704120,
4153
4153
  "canonicalSignature": "(T):System.Boolean",
4154
4154
  "normalizedSignature": "TryAdd|(T):System.Boolean|static=false",
4155
4155
  "emitScope": "ViewOnly",
@@ -4170,7 +4170,7 @@
4170
4170
  {
4171
4171
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::TryTake(T\u0026):System.Boolean",
4172
4172
  "clrName": "TryTake",
4173
- "metadataToken": 100704116,
4173
+ "metadataToken": 100704121,
4174
4174
  "canonicalSignature": "(T\u0026):System.Boolean",
4175
4175
  "normalizedSignature": "TryTake|(T\u0026):System.Boolean|static=false",
4176
4176
  "emitScope": "ViewOnly",
@@ -4197,7 +4197,7 @@
4197
4197
  {
4198
4198
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
4199
4199
  "clrName": "GetEnumerator",
4200
- "metadataToken": 100703845,
4200
+ "metadataToken": 100703850,
4201
4201
  "canonicalSignature": "():System.Collections.IEnumerator",
4202
4202
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4203
4203
  "emitScope": "ViewOnly",
@@ -4218,7 +4218,7 @@
4218
4218
  {
4219
4219
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
4220
4220
  "clrName": "CopyTo",
4221
- "metadataToken": 100703826,
4221
+ "metadataToken": 100703831,
4222
4222
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
4223
4223
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
4224
4224
  "emitScope": "ViewOnly",
@@ -4239,7 +4239,7 @@
4239
4239
  {
4240
4240
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::CopyTo(T[],System.Int32):System.Void",
4241
4241
  "clrName": "CopyTo",
4242
- "metadataToken": 100704114,
4242
+ "metadataToken": 100704119,
4243
4243
  "canonicalSignature": "(T[],System.Int32):System.Void",
4244
4244
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
4245
4245
  "emitScope": "ViewOnly",
@@ -4260,7 +4260,7 @@
4260
4260
  {
4261
4261
  "stableId": "System.Private.CoreLib:System.Collections.Concurrent.IProducerConsumerCollection\u00601::ToArray():T[]",
4262
4262
  "clrName": "ToArray",
4263
- "metadataToken": 100704117,
4263
+ "metadataToken": 100704122,
4264
4264
  "canonicalSignature": "():T[]",
4265
4265
  "normalizedSignature": "ToArray|():T[]|static=false",
4266
4266
  "emitScope": "ViewOnly",
@@ -4281,7 +4281,7 @@
4281
4281
  {
4282
4282
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
4283
4283
  "clrName": "GetEnumerator",
4284
- "metadataToken": 100704560,
4284
+ "metadataToken": 100704565,
4285
4285
  "canonicalSignature": "():IEnumerator_1",
4286
4286
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
4287
4287
  "emitScope": "ViewOnly",
@@ -4342,7 +4342,7 @@
4342
4342
  {
4343
4343
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
4344
4344
  "clrName": "SyncRoot",
4345
- "metadataToken": 385881257,
4345
+ "metadataToken": 385881259,
4346
4346
  "canonicalSignature": ":System.Object",
4347
4347
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
4348
4348
  "emitScope": "ViewOnly",
@@ -4362,7 +4362,7 @@
4362
4362
  {
4363
4363
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
4364
4364
  "clrName": "IsSynchronized",
4365
- "metadataToken": 385881258,
4365
+ "metadataToken": 385881260,
4366
4366
  "canonicalSignature": ":System.Boolean",
4367
4367
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
4368
4368
  "emitScope": "ViewOnly",
@@ -4382,7 +4382,7 @@
4382
4382
  {
4383
4383
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
4384
4384
  "clrName": "Count",
4385
- "metadataToken": 385881256,
4385
+ "metadataToken": 385881258,
4386
4386
  "canonicalSignature": ":System.Int32",
4387
4387
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
4388
4388
  "emitScope": "ViewOnly",
@@ -4402,7 +4402,7 @@
4402
4402
  {
4403
4403
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
4404
4404
  "clrName": "Count",
4405
- "metadataToken": 385881428,
4405
+ "metadataToken": 385881430,
4406
4406
  "canonicalSignature": ":System.Int32",
4407
4407
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
4408
4408
  "emitScope": "ViewOnly",