@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
@@ -6182,7 +6182,7 @@
6182
6182
  {
6183
6183
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
6184
6184
  "clrName": "CopyTo",
6185
- "metadataToken": 100703826,
6185
+ "metadataToken": 100703831,
6186
6186
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
6187
6187
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
6188
6188
  "emitScope": "ViewOnly",
@@ -6203,7 +6203,7 @@
6203
6203
  {
6204
6204
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
6205
6205
  "clrName": "GetEnumerator",
6206
- "metadataToken": 100703845,
6206
+ "metadataToken": 100703850,
6207
6207
  "canonicalSignature": "():System.Collections.IEnumerator",
6208
6208
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
6209
6209
  "emitScope": "ViewOnly",
@@ -6302,7 +6302,7 @@
6302
6302
  {
6303
6303
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
6304
6304
  "clrName": "Count",
6305
- "metadataToken": 385881256,
6305
+ "metadataToken": 385881258,
6306
6306
  "canonicalSignature": ":System.Int32",
6307
6307
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
6308
6308
  "emitScope": "ViewOnly",
@@ -6322,7 +6322,7 @@
6322
6322
  {
6323
6323
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
6324
6324
  "clrName": "SyncRoot",
6325
- "metadataToken": 385881257,
6325
+ "metadataToken": 385881259,
6326
6326
  "canonicalSignature": ":System.Object",
6327
6327
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
6328
6328
  "emitScope": "ViewOnly",
@@ -6342,7 +6342,7 @@
6342
6342
  {
6343
6343
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
6344
6344
  "clrName": "IsSynchronized",
6345
- "metadataToken": 385881258,
6345
+ "metadataToken": 385881260,
6346
6346
  "canonicalSignature": ":System.Boolean",
6347
6347
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
6348
6348
  "emitScope": "ViewOnly",
@@ -6452,7 +6452,7 @@
6452
6452
  {
6453
6453
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
6454
6454
  "clrName": "MoveNext",
6455
- "metadataToken": 100703846,
6455
+ "metadataToken": 100703851,
6456
6456
  "canonicalSignature": "():System.Boolean",
6457
6457
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
6458
6458
  "emitScope": "ViewOnly",
@@ -6473,7 +6473,7 @@
6473
6473
  {
6474
6474
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
6475
6475
  "clrName": "Reset",
6476
- "metadataToken": 100703848,
6476
+ "metadataToken": 100703853,
6477
6477
  "canonicalSignature": "():System.Void",
6478
6478
  "normalizedSignature": "Reset|():System.Void|static=false",
6479
6479
  "emitScope": "ViewOnly",
@@ -6515,7 +6515,7 @@
6515
6515
  {
6516
6516
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
6517
6517
  "clrName": "Current",
6518
- "metadataToken": 385881267,
6518
+ "metadataToken": 385881269,
6519
6519
  "canonicalSignature": ":System.Object",
6520
6520
  "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
6521
6521
  "emitScope": "ViewOnly",
@@ -10230,7 +10230,7 @@
10230
10230
  {
10231
10231
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::IndexOf(T):System.Int32",
10232
10232
  "clrName": "IndexOf",
10233
- "metadataToken": 100704568,
10233
+ "metadataToken": 100704573,
10234
10234
  "canonicalSignature": "(T):System.Int32",
10235
10235
  "normalizedSignature": "IndexOf|(T):System.Int32|static=false",
10236
10236
  "emitScope": "ViewOnly",
@@ -10251,7 +10251,7 @@
10251
10251
  {
10252
10252
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::Insert(System.Int32,T):System.Void",
10253
10253
  "clrName": "Insert",
10254
- "metadataToken": 100704569,
10254
+ "metadataToken": 100704574,
10255
10255
  "canonicalSignature": "(System.Int32,T):System.Void",
10256
10256
  "normalizedSignature": "Insert|(System.Int32,T):System.Void|static=false",
10257
10257
  "emitScope": "ViewOnly",
@@ -10272,7 +10272,7 @@
10272
10272
  {
10273
10273
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601::RemoveAt(System.Int32):System.Void",
10274
10274
  "clrName": "RemoveAt",
10275
- "metadataToken": 100704570,
10275
+ "metadataToken": 100704575,
10276
10276
  "canonicalSignature": "(System.Int32):System.Void",
10277
10277
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
10278
10278
  "emitScope": "ViewOnly",
@@ -10293,7 +10293,7 @@
10293
10293
  {
10294
10294
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Add(T):System.Void",
10295
10295
  "clrName": "Add",
10296
- "metadataToken": 100704538,
10296
+ "metadataToken": 100704543,
10297
10297
  "canonicalSignature": "(T):System.Void",
10298
10298
  "normalizedSignature": "Add|(T):System.Void|static=false",
10299
10299
  "emitScope": "ViewOnly",
@@ -10314,7 +10314,7 @@
10314
10314
  {
10315
10315
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Clear():System.Void",
10316
10316
  "clrName": "Clear",
10317
- "metadataToken": 100704539,
10317
+ "metadataToken": 100704544,
10318
10318
  "canonicalSignature": "():System.Void",
10319
10319
  "normalizedSignature": "Clear|():System.Void|static=false",
10320
10320
  "emitScope": "ViewOnly",
@@ -10335,7 +10335,7 @@
10335
10335
  {
10336
10336
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
10337
10337
  "clrName": "Contains",
10338
- "metadataToken": 100704540,
10338
+ "metadataToken": 100704545,
10339
10339
  "canonicalSignature": "(T):System.Boolean",
10340
10340
  "normalizedSignature": "Contains|(T):System.Boolean|static=false",
10341
10341
  "emitScope": "ViewOnly",
@@ -10356,7 +10356,7 @@
10356
10356
  {
10357
10357
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
10358
10358
  "clrName": "CopyTo",
10359
- "metadataToken": 100704541,
10359
+ "metadataToken": 100704546,
10360
10360
  "canonicalSignature": "(T[],System.Int32):System.Void",
10361
10361
  "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
10362
10362
  "emitScope": "ViewOnly",
@@ -10377,7 +10377,7 @@
10377
10377
  {
10378
10378
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
10379
10379
  "clrName": "GetEnumerator",
10380
- "metadataToken": 100704560,
10380
+ "metadataToken": 100704565,
10381
10381
  "canonicalSignature": "():IEnumerator_1",
10382
10382
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
10383
10383
  "emitScope": "ViewOnly",
@@ -10398,7 +10398,7 @@
10398
10398
  {
10399
10399
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
10400
10400
  "clrName": "GetEnumerator",
10401
- "metadataToken": 100703845,
10401
+ "metadataToken": 100703850,
10402
10402
  "canonicalSignature": "():System.Collections.IEnumerator",
10403
10403
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
10404
10404
  "emitScope": "ViewOnly",
@@ -10419,7 +10419,7 @@
10419
10419
  {
10420
10420
  "stableId": "System.Private.CoreLib:System.Collections.IList::Add(System.Object):System.Int32",
10421
10421
  "clrName": "Add",
10422
- "metadataToken": 100703854,
10422
+ "metadataToken": 100703859,
10423
10423
  "canonicalSignature": "(System.Object):System.Int32",
10424
10424
  "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
10425
10425
  "emitScope": "ViewOnly",
@@ -10440,7 +10440,7 @@
10440
10440
  {
10441
10441
  "stableId": "System.Private.CoreLib:System.Collections.IList::Contains(System.Object):System.Boolean",
10442
10442
  "clrName": "Contains",
10443
- "metadataToken": 100703855,
10443
+ "metadataToken": 100703860,
10444
10444
  "canonicalSignature": "(System.Object):System.Boolean",
10445
10445
  "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
10446
10446
  "emitScope": "ViewOnly",
@@ -10461,7 +10461,7 @@
10461
10461
  {
10462
10462
  "stableId": "System.Private.CoreLib:System.Collections.IList::Insert(System.Int32,System.Object):System.Void",
10463
10463
  "clrName": "Insert",
10464
- "metadataToken": 100703860,
10464
+ "metadataToken": 100703865,
10465
10465
  "canonicalSignature": "(System.Int32,System.Object):System.Void",
10466
10466
  "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
10467
10467
  "emitScope": "ViewOnly",
@@ -10482,7 +10482,7 @@
10482
10482
  {
10483
10483
  "stableId": "System.Private.CoreLib:System.Collections.IList::Remove(System.Object):System.Void",
10484
10484
  "clrName": "Remove",
10485
- "metadataToken": 100703861,
10485
+ "metadataToken": 100703866,
10486
10486
  "canonicalSignature": "(System.Object):System.Void",
10487
10487
  "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
10488
10488
  "emitScope": "ViewOnly",
@@ -10503,7 +10503,7 @@
10503
10503
  {
10504
10504
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
10505
10505
  "clrName": "CopyTo",
10506
- "metadataToken": 100703826,
10506
+ "metadataToken": 100703831,
10507
10507
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
10508
10508
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
10509
10509
  "emitScope": "ViewOnly",
@@ -10524,7 +10524,7 @@
10524
10524
  {
10525
10525
  "stableId": "System.Private.CoreLib:System.Collections.IList::Clear():System.Void",
10526
10526
  "clrName": "Clear",
10527
- "metadataToken": 100703856,
10527
+ "metadataToken": 100703861,
10528
10528
  "canonicalSignature": "():System.Void",
10529
10529
  "normalizedSignature": "Clear|():System.Void|static=false",
10530
10530
  "emitScope": "ViewOnly",
@@ -10545,7 +10545,7 @@
10545
10545
  {
10546
10546
  "stableId": "System.Private.CoreLib:System.Collections.IList::RemoveAt(System.Int32):System.Void",
10547
10547
  "clrName": "RemoveAt",
10548
- "metadataToken": 100703862,
10548
+ "metadataToken": 100703867,
10549
10549
  "canonicalSignature": "(System.Int32):System.Void",
10550
10550
  "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
10551
10551
  "emitScope": "ViewOnly",
@@ -10568,7 +10568,7 @@
10568
10568
  {
10569
10569
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Count:System.Int32",
10570
10570
  "clrName": "Count",
10571
- "metadataToken": 385881417,
10571
+ "metadataToken": 385881419,
10572
10572
  "canonicalSignature": ":System.Int32",
10573
10573
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
10574
10574
  "emitScope": "ViewOnly",
@@ -10588,7 +10588,7 @@
10588
10588
  {
10589
10589
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::IsReadOnly:System.Boolean",
10590
10590
  "clrName": "IsReadOnly",
10591
- "metadataToken": 385881418,
10591
+ "metadataToken": 385881420,
10592
10592
  "canonicalSignature": ":System.Boolean",
10593
10593
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
10594
10594
  "emitScope": "ViewOnly",
@@ -10608,7 +10608,7 @@
10608
10608
  {
10609
10609
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
10610
10610
  "clrName": "SyncRoot",
10611
- "metadataToken": 385881257,
10611
+ "metadataToken": 385881259,
10612
10612
  "canonicalSignature": ":System.Object",
10613
10613
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
10614
10614
  "emitScope": "ViewOnly",
@@ -10628,7 +10628,7 @@
10628
10628
  {
10629
10629
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsReadOnly:System.Boolean",
10630
10630
  "clrName": "IsReadOnly",
10631
- "metadataToken": 385881269,
10631
+ "metadataToken": 385881271,
10632
10632
  "canonicalSignature": ":System.Boolean",
10633
10633
  "normalizedSignature": "IsReadOnly|:System.Boolean|static=false|accessor=get",
10634
10634
  "emitScope": "ViewOnly",
@@ -10648,7 +10648,7 @@
10648
10648
  {
10649
10649
  "stableId": "System.Private.CoreLib:System.Collections.IList::IsFixedSize:System.Boolean",
10650
10650
  "clrName": "IsFixedSize",
10651
- "metadataToken": 385881270,
10651
+ "metadataToken": 385881272,
10652
10652
  "canonicalSignature": ":System.Boolean",
10653
10653
  "normalizedSignature": "IsFixedSize|:System.Boolean|static=false|accessor=get",
10654
10654
  "emitScope": "ViewOnly",
@@ -10668,7 +10668,7 @@
10668
10668
  {
10669
10669
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
10670
10670
  "clrName": "Count",
10671
- "metadataToken": 385881256,
10671
+ "metadataToken": 385881258,
10672
10672
  "canonicalSignature": ":System.Int32",
10673
10673
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
10674
10674
  "emitScope": "ViewOnly",
@@ -10688,7 +10688,7 @@
10688
10688
  {
10689
10689
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
10690
10690
  "clrName": "IsSynchronized",
10691
- "metadataToken": 385881258,
10691
+ "metadataToken": 385881260,
10692
10692
  "canonicalSignature": ":System.Boolean",
10693
10693
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
10694
10694
  "emitScope": "ViewOnly",
@@ -10708,7 +10708,7 @@
10708
10708
  {
10709
10709
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601::Count:System.Int32",
10710
10710
  "clrName": "Count",
10711
- "metadataToken": 385881428,
10711
+ "metadataToken": 385881430,
10712
10712
  "canonicalSignature": ":System.Int32",
10713
10713
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
10714
10714
  "emitScope": "ViewOnly",
@@ -38118,7 +38118,7 @@
38118
38118
  {
38119
38119
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
38120
38120
  "clrName": "CopyTo",
38121
- "metadataToken": 100703826,
38121
+ "metadataToken": 100703831,
38122
38122
  "canonicalSignature": "(System.Array,System.Int32):System.Void",
38123
38123
  "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
38124
38124
  "emitScope": "ViewOnly",
@@ -38139,7 +38139,7 @@
38139
38139
  {
38140
38140
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
38141
38141
  "clrName": "GetEnumerator",
38142
- "metadataToken": 100703845,
38142
+ "metadataToken": 100703850,
38143
38143
  "canonicalSignature": "():System.Collections.IEnumerator",
38144
38144
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
38145
38145
  "emitScope": "ViewOnly",
@@ -38259,7 +38259,7 @@
38259
38259
  {
38260
38260
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
38261
38261
  "clrName": "Count",
38262
- "metadataToken": 385881256,
38262
+ "metadataToken": 385881258,
38263
38263
  "canonicalSignature": ":System.Int32",
38264
38264
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
38265
38265
  "emitScope": "ViewOnly",
@@ -38279,7 +38279,7 @@
38279
38279
  {
38280
38280
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
38281
38281
  "clrName": "SyncRoot",
38282
- "metadataToken": 385881257,
38282
+ "metadataToken": 385881259,
38283
38283
  "canonicalSignature": ":System.Object",
38284
38284
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
38285
38285
  "emitScope": "ViewOnly",
@@ -38299,7 +38299,7 @@
38299
38299
  {
38300
38300
  "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
38301
38301
  "clrName": "IsSynchronized",
38302
- "metadataToken": 385881258,
38302
+ "metadataToken": 385881260,
38303
38303
  "canonicalSignature": ":System.Boolean",
38304
38304
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
38305
38305
  "emitScope": "ViewOnly",
@@ -38398,7 +38398,7 @@
38398
38398
  {
38399
38399
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
38400
38400
  "clrName": "MoveNext",
38401
- "metadataToken": 100703846,
38401
+ "metadataToken": 100703851,
38402
38402
  "canonicalSignature": "():System.Boolean",
38403
38403
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
38404
38404
  "emitScope": "ViewOnly",
@@ -38419,7 +38419,7 @@
38419
38419
  {
38420
38420
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
38421
38421
  "clrName": "Reset",
38422
- "metadataToken": 100703848,
38422
+ "metadataToken": 100703853,
38423
38423
  "canonicalSignature": "():System.Void",
38424
38424
  "normalizedSignature": "Reset|():System.Void|static=false",
38425
38425
  "emitScope": "ViewOnly",
@@ -38461,7 +38461,7 @@
38461
38461
  {
38462
38462
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
38463
38463
  "clrName": "Current",
38464
- "metadataToken": 385881267,
38464
+ "metadataToken": 385881269,
38465
38465
  "canonicalSignature": ":System.Object",
38466
38466
  "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
38467
38467
  "emitScope": "ViewOnly",
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.Private.CoreLib, System.Security.Cryptography
4
4
 
5
5
  // Core type aliases from @tsonic/core
6
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
 
9
9
  // Import types from other namespaces
@@ -221,7 +221,7 @@ export interface CngProperty$instance {
221
221
 
222
222
  Name: string;
223
223
  readonly Options: CngPropertyOptions;
224
- Equals(obj: JsValue | null): boolean;
224
+ Equals(obj: unknown | null): boolean;
225
225
  Equals(other: CngProperty): boolean;
226
226
  GetHashCode(): int;
227
227
  GetValue(): byte[] | null;
@@ -367,7 +367,7 @@ export interface HashAlgorithmName$instance {
367
367
  readonly __tsonic_iface_System_IEquatable_1: never;
368
368
 
369
369
  readonly Name: string | null;
370
- Equals(obj: JsValue | null): boolean;
370
+ Equals(obj: unknown | null): boolean;
371
371
  Equals(other: HashAlgorithmName): boolean;
372
372
  GetHashCode(): int;
373
373
  ToString(): string;
@@ -665,7 +665,7 @@ export interface AsnEncodedDataCollection$instance {
665
665
 
666
666
  readonly Count: int;
667
667
  readonly IsSynchronized: boolean;
668
- readonly SyncRoot: JsValue;
668
+ readonly SyncRoot: unknown;
669
669
  Add(asnEncodedData: AsnEncodedData): int;
670
670
  CopyTo(array: AsnEncodedData[], index: int): void;
671
671
  GetEnumerator(): AsnEncodedDataEnumerator;
@@ -881,7 +881,7 @@ export interface CngAlgorithm$instance {
881
881
  readonly __tsonic_iface_System_IEquatable_1: never;
882
882
 
883
883
  readonly Algorithm: string;
884
- Equals(obj: JsValue | null): boolean;
884
+ Equals(obj: unknown | null): boolean;
885
885
  Equals(other: CngAlgorithm | null): boolean;
886
886
  GetHashCode(): int;
887
887
  ToString(): string;
@@ -926,7 +926,7 @@ export interface CngAlgorithmGroup$instance {
926
926
  readonly __tsonic_iface_System_IEquatable_1: never;
927
927
 
928
928
  readonly AlgorithmGroup: string;
929
- Equals(obj: JsValue | null): boolean;
929
+ Equals(obj: unknown | null): boolean;
930
930
  Equals(other: CngAlgorithmGroup | null): boolean;
931
931
  GetHashCode(): int;
932
932
  ToString(): string;
@@ -1013,7 +1013,7 @@ export interface CngKeyBlobFormat$instance {
1013
1013
  readonly __tsonic_iface_System_IEquatable_1: never;
1014
1014
 
1015
1015
  readonly Format: string;
1016
- Equals(obj: JsValue | null): boolean;
1016
+ Equals(obj: unknown | null): boolean;
1017
1017
  Equals(other: CngKeyBlobFormat | null): boolean;
1018
1018
  GetHashCode(): int;
1019
1019
  ToString(): string;
@@ -1111,7 +1111,7 @@ export interface CngProvider$instance {
1111
1111
  readonly __tsonic_iface_System_IEquatable_1: never;
1112
1112
 
1113
1113
  readonly Provider: string;
1114
- Equals(obj: JsValue | null): boolean;
1114
+ Equals(obj: unknown | null): boolean;
1115
1115
  Equals(other: CngProvider | null): boolean;
1116
1116
  GetHashCode(): int;
1117
1117
  ToString(): string;
@@ -1238,7 +1238,7 @@ export interface CompositeMLDsaAlgorithm$instance {
1238
1238
  readonly MaxSignatureSizeInBytes: int;
1239
1239
  readonly Name: string;
1240
1240
  Equals(other: CompositeMLDsaAlgorithm | null): boolean;
1241
- Equals(obj: JsValue | null): boolean;
1241
+ Equals(obj: unknown | null): boolean;
1242
1242
  GetHashCode(): int;
1243
1243
  ToString(): string;
1244
1244
  }
@@ -1313,8 +1313,9 @@ export const CryptoConfig: {
1313
1313
  readonly AllowOnlyFipsAlgorithms: boolean;
1314
1314
  AddAlgorithm(algorithm: Type, ...names: string[]): void;
1315
1315
  AddOID(oid: string, ...names: string[]): void;
1316
- CreateFromName(name: string, ...args: (JsValue | null)[] | null): JsValue | null;
1317
- CreateFromName(name: string): JsValue | null;
1316
+ CreateFromName(name: string, ...args: (unknown | null)[]): unknown | null;
1317
+ CreateFromName(name: string, args: (unknown | null)[] | null): unknown | null;
1318
+ CreateFromName(name: string): unknown | null;
1318
1319
  EncodeOID(str: string): byte[];
1319
1320
  MapNameToOID(name: string): string | null;
1320
1321
  };
@@ -1369,7 +1370,7 @@ export interface __CryptographicUnexpectedOperationException$views {
1369
1370
  export type CryptographicUnexpectedOperationException = CryptographicUnexpectedOperationException$instance & __CryptographicUnexpectedOperationException$views;
1370
1371
 
1371
1372
 
1372
- export interface CryptoStream$instance extends Stream {
1373
+ export interface CryptoStream$instance extends Stream, System_Internal.IAsyncDisposable$instance {
1373
1374
  readonly __tsonic_type_System_Security_Cryptography_CryptoStream: never;
1374
1375
 
1375
1376
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -1381,8 +1382,8 @@ export interface CryptoStream$instance extends Stream {
1381
1382
  readonly HasFlushedFinalBlock: boolean;
1382
1383
  readonly Length: long;
1383
1384
  Position: long;
1384
- BeginRead(buffer: byte[], offset: int, count: int, callback: AsyncCallback | null, state: JsValue | null): IAsyncResult;
1385
- BeginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback | null, state: JsValue | null): IAsyncResult;
1385
+ BeginRead(buffer: byte[], offset: int, count: int, callback: AsyncCallback | null, state: unknown | null): IAsyncResult;
1386
+ BeginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback | null, state: unknown | null): IAsyncResult;
1386
1387
  Clear(): void;
1387
1388
  CopyTo(destination: Stream, bufferSize: int): void;
1388
1389
  CopyTo(destination: Stream): void;
@@ -3080,7 +3081,7 @@ export interface MLDsaAlgorithm$instance {
3080
3081
  readonly PublicKeySizeInBytes: int;
3081
3082
  readonly SignatureSizeInBytes: int;
3082
3083
  Equals(other: MLDsaAlgorithm | null): boolean;
3083
- Equals(obj: JsValue | null): boolean;
3084
+ Equals(obj: unknown | null): boolean;
3084
3085
  GetHashCode(): int;
3085
3086
  ToString(): string;
3086
3087
  }
@@ -3253,7 +3254,7 @@ export interface MLKemAlgorithm$instance {
3253
3254
  readonly PrivateSeedSizeInBytes: int;
3254
3255
  readonly SharedSecretSizeInBytes: int;
3255
3256
  Equals(other: MLKemAlgorithm | null): boolean;
3256
- Equals(obj: JsValue | null): boolean;
3257
+ Equals(obj: unknown | null): boolean;
3257
3258
  GetHashCode(): int;
3258
3259
  ToString(): string;
3259
3260
  }
@@ -3362,7 +3363,7 @@ export interface OidCollection$instance {
3362
3363
 
3363
3364
  readonly Count: int;
3364
3365
  readonly IsSynchronized: boolean;
3365
- readonly SyncRoot: JsValue;
3366
+ readonly SyncRoot: unknown;
3366
3367
  Add(oid: Oid): int;
3367
3368
  CopyTo(array: Oid[], index: int): void;
3368
3369
  get_Item(index: int): Oid;
@@ -3497,10 +3498,10 @@ export const RandomNumberGenerator: (abstract new() => RandomNumberGenerator) &
3497
3498
  GetHexString(destination: Span_1<System_Internal.Char>, lowercase?: boolean): void;
3498
3499
  GetInt32(fromInclusive: int, toExclusive: int): int;
3499
3500
  GetInt32(toExclusive: int): int;
3500
- GetItems<T>(choices: ReadOnlySpan_1<T>, destination: Span_1<T>): void;
3501
- GetItems<T>(choices: ReadOnlySpan_1<T>, length: int): T[];
3501
+ GetItems<T extends unknown>(choices: ReadOnlySpan_1<T>, destination: Span_1<T>): void;
3502
+ GetItems<T extends unknown>(choices: ReadOnlySpan_1<T>, length: int): T[];
3502
3503
  GetString(choices: ReadOnlySpan_1<System_Internal.Char>, length: int): string;
3503
- Shuffle<T>(values: Span_1<T>): void;
3504
+ Shuffle<T extends unknown>(values: Span_1<T>): void;
3504
3505
  };
3505
3506
 
3506
3507
 
@@ -3833,9 +3834,9 @@ export interface RSACryptoServiceProvider$instance extends RSA$instance, ICspAsy
3833
3834
  ImportParameters(parameters: RSAParameters): void;
3834
3835
  SignData(data: Stream, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3835
3836
  SignData(data: byte[], offset: int, count: int, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3836
- SignData(buffer: byte[], offset: int, count: int, halg: JsValue): byte[];
3837
- SignData(buffer: byte[], halg: JsValue): byte[];
3838
- SignData(inputStream: Stream, halg: JsValue): byte[];
3837
+ SignData(buffer: byte[], offset: int, count: int, halg: unknown): byte[];
3838
+ SignData(buffer: byte[], halg: unknown): byte[];
3839
+ SignData(inputStream: Stream, halg: unknown): byte[];
3839
3840
  SignData(data: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3840
3841
  SignData(data: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): byte[];
3841
3842
  SignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): int;
@@ -3848,7 +3849,7 @@ export interface RSACryptoServiceProvider$instance extends RSA$instance, ICspAsy
3848
3849
  TryEncrypt(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, padding: RSAEncryptionPadding, bytesWritten: int): boolean;
3849
3850
  TrySignData(data: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3850
3851
  TrySignHash(hash: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding, bytesWritten: int): boolean;
3851
- VerifyData(buffer: byte[], halg: JsValue, signature: byte[]): boolean;
3852
+ VerifyData(buffer: byte[], halg: unknown, signature: byte[]): boolean;
3852
3853
  VerifyData(data: byte[], offset: int, count: int, signature: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3853
3854
  VerifyData(data: ReadOnlySpan_1<System_Internal.Byte>, signature: ReadOnlySpan_1<System_Internal.Byte>, hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
3854
3855
  VerifyData(data: byte[], signature: byte[], hashAlgorithm: HashAlgorithmName, padding: RSASignaturePadding): boolean;
@@ -3883,7 +3884,7 @@ export interface RSAEncryptionPadding$instance {
3883
3884
 
3884
3885
  readonly Mode: RSAEncryptionPaddingMode;
3885
3886
  readonly OaepHashAlgorithm: HashAlgorithmName;
3886
- Equals(obj: JsValue | null): boolean;
3887
+ Equals(obj: unknown | null): boolean;
3887
3888
  Equals(other: RSAEncryptionPadding | null): boolean;
3888
3889
  GetHashCode(): int;
3889
3890
  ToString(): string;
@@ -4094,7 +4095,7 @@ export interface RSASignaturePadding$instance {
4094
4095
  readonly __tsonic_iface_System_IEquatable_1: never;
4095
4096
 
4096
4097
  readonly Mode: RSASignaturePaddingMode;
4097
- Equals(obj: JsValue | null): boolean;
4098
+ Equals(obj: unknown | null): boolean;
4098
4099
  Equals(other: RSASignaturePadding | null): boolean;
4099
4100
  GetHashCode(): int;
4100
4101
  ToString(): string;
@@ -4785,7 +4786,7 @@ export interface SlhDsaAlgorithm$instance {
4785
4786
  readonly PublicKeySizeInBytes: int;
4786
4787
  readonly SignatureSizeInBytes: int;
4787
4788
  Equals(other: SlhDsaAlgorithm | null): boolean;
4788
- Equals(obj: JsValue | null): boolean;
4789
+ Equals(obj: unknown | null): boolean;
4789
4790
  GetHashCode(): int;
4790
4791
  ToString(): string;
4791
4792
  }