@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
@@ -23,7 +23,7 @@
23
23
  {
24
24
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::ToSpecifiedFullPath():System.String",
25
25
  "clrName": "ToSpecifiedFullPath",
26
- "metadataToken": 100701636,
26
+ "metadataToken": 100701641,
27
27
  "canonicalSignature": "():System.String",
28
28
  "normalizedSignature": "ToSpecifiedFullPath|():System.String|static=false",
29
29
  "emitScope": "ClassSurface",
@@ -43,7 +43,7 @@
43
43
  {
44
44
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::ToFileSystemInfo():System.IO.FileSystemInfo",
45
45
  "clrName": "ToFileSystemInfo",
46
- "metadataToken": 100701655,
46
+ "metadataToken": 100701660,
47
47
  "canonicalSignature": "():System.IO.FileSystemInfo",
48
48
  "normalizedSignature": "ToFileSystemInfo|():System.IO.FileSystemInfo|static=false",
49
49
  "emitScope": "ClassSurface",
@@ -63,7 +63,7 @@
63
63
  {
64
64
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::ToFullPath():System.String",
65
65
  "clrName": "ToFullPath",
66
- "metadataToken": 100701656,
66
+ "metadataToken": 100701661,
67
67
  "canonicalSignature": "():System.String",
68
68
  "normalizedSignature": "ToFullPath|():System.String|static=false",
69
69
  "emitScope": "ClassSurface",
@@ -85,7 +85,7 @@
85
85
  {
86
86
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::FileName:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
87
87
  "clrName": "FileName",
88
- "metadataToken": 385880863,
88
+ "metadataToken": 385880865,
89
89
  "canonicalSignature": ":System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
90
90
  "normalizedSignature": "FileName|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
91
91
  "emitScope": "ClassSurface",
@@ -104,7 +104,7 @@
104
104
  {
105
105
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::Directory:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
106
106
  "clrName": "Directory",
107
- "metadataToken": 385880864,
107
+ "metadataToken": 385880866,
108
108
  "canonicalSignature": ":System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
109
109
  "normalizedSignature": "Directory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
110
110
  "emitScope": "ClassSurface",
@@ -123,7 +123,7 @@
123
123
  {
124
124
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::RootDirectory:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
125
125
  "clrName": "RootDirectory",
126
- "metadataToken": 385880865,
126
+ "metadataToken": 385880867,
127
127
  "canonicalSignature": ":System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
128
128
  "normalizedSignature": "RootDirectory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
129
129
  "emitScope": "ClassSurface",
@@ -142,7 +142,7 @@
142
142
  {
143
143
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::OriginalRootDirectory:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
144
144
  "clrName": "OriginalRootDirectory",
145
- "metadataToken": 385880866,
145
+ "metadataToken": 385880868,
146
146
  "canonicalSignature": ":System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
147
147
  "normalizedSignature": "OriginalRootDirectory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
148
148
  "emitScope": "ClassSurface",
@@ -161,7 +161,7 @@
161
161
  {
162
162
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::Attributes:System.IO.FileAttributes",
163
163
  "clrName": "Attributes",
164
- "metadataToken": 385880867,
164
+ "metadataToken": 385880869,
165
165
  "canonicalSignature": ":System.IO.FileAttributes",
166
166
  "normalizedSignature": "Attributes|:System.IO.FileAttributes|static=false|accessor=get",
167
167
  "emitScope": "ClassSurface",
@@ -180,7 +180,7 @@
180
180
  {
181
181
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::Length:System.Int64",
182
182
  "clrName": "Length",
183
- "metadataToken": 385880868,
183
+ "metadataToken": 385880870,
184
184
  "canonicalSignature": ":System.Int64",
185
185
  "normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
186
186
  "emitScope": "ClassSurface",
@@ -199,7 +199,7 @@
199
199
  {
200
200
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::CreationTimeUtc:System.DateTimeOffset",
201
201
  "clrName": "CreationTimeUtc",
202
- "metadataToken": 385880869,
202
+ "metadataToken": 385880871,
203
203
  "canonicalSignature": ":System.DateTimeOffset",
204
204
  "normalizedSignature": "CreationTimeUtc|:System.DateTimeOffset|static=false|accessor=get",
205
205
  "emitScope": "ClassSurface",
@@ -218,7 +218,7 @@
218
218
  {
219
219
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::LastAccessTimeUtc:System.DateTimeOffset",
220
220
  "clrName": "LastAccessTimeUtc",
221
- "metadataToken": 385880870,
221
+ "metadataToken": 385880872,
222
222
  "canonicalSignature": ":System.DateTimeOffset",
223
223
  "normalizedSignature": "LastAccessTimeUtc|:System.DateTimeOffset|static=false|accessor=get",
224
224
  "emitScope": "ClassSurface",
@@ -237,7 +237,7 @@
237
237
  {
238
238
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::LastWriteTimeUtc:System.DateTimeOffset",
239
239
  "clrName": "LastWriteTimeUtc",
240
- "metadataToken": 385880871,
240
+ "metadataToken": 385880873,
241
241
  "canonicalSignature": ":System.DateTimeOffset",
242
242
  "normalizedSignature": "LastWriteTimeUtc|:System.DateTimeOffset|static=false|accessor=get",
243
243
  "emitScope": "ClassSurface",
@@ -256,7 +256,7 @@
256
256
  {
257
257
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::IsHidden:System.Boolean",
258
258
  "clrName": "IsHidden",
259
- "metadataToken": 385880872,
259
+ "metadataToken": 385880874,
260
260
  "canonicalSignature": ":System.Boolean",
261
261
  "normalizedSignature": "IsHidden|:System.Boolean|static=false|accessor=get",
262
262
  "emitScope": "ClassSurface",
@@ -275,7 +275,7 @@
275
275
  {
276
276
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::IsDirectory:System.Boolean",
277
277
  "clrName": "IsDirectory",
278
- "metadataToken": 385880874,
278
+ "metadataToken": 385880876,
279
279
  "canonicalSignature": ":System.Boolean",
280
280
  "normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
281
281
  "emitScope": "ClassSurface",
@@ -331,7 +331,7 @@
331
331
  {
332
332
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::GetEnumerator():IEnumerator_1",
333
333
  "clrName": "GetEnumerator",
334
- "metadataToken": 100701689,
334
+ "metadataToken": 100701694,
335
335
  "canonicalSignature": "():IEnumerator_1",
336
336
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
337
337
  "emitScope": "ClassSurface",
@@ -351,7 +351,7 @@
351
351
  {
352
352
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
353
353
  "clrName": "GetEnumerator",
354
- "metadataToken": 100704560,
354
+ "metadataToken": 100704565,
355
355
  "canonicalSignature": "():IEnumerator_1",
356
356
  "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
357
357
  "emitScope": "ViewOnly",
@@ -372,7 +372,7 @@
372
372
  {
373
373
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
374
374
  "clrName": "GetEnumerator",
375
- "metadataToken": 100703845,
375
+ "metadataToken": 100703850,
376
376
  "canonicalSignature": "():System.Collections.IEnumerator",
377
377
  "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
378
378
  "emitScope": "ViewOnly",
@@ -395,7 +395,7 @@
395
395
  {
396
396
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::ShouldIncludePredicate:FindPredicate",
397
397
  "clrName": "ShouldIncludePredicate",
398
- "metadataToken": 385880878,
398
+ "metadataToken": 385880880,
399
399
  "canonicalSignature": ":FindPredicate",
400
400
  "normalizedSignature": "ShouldIncludePredicate|:FindPredicate|static=false|accessor=getset",
401
401
  "emitScope": "ClassSurface",
@@ -414,7 +414,7 @@
414
414
  {
415
415
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::ShouldRecursePredicate:FindPredicate",
416
416
  "clrName": "ShouldRecursePredicate",
417
- "metadataToken": 385880879,
417
+ "metadataToken": 385880881,
418
418
  "canonicalSignature": ":FindPredicate",
419
419
  "normalizedSignature": "ShouldRecursePredicate|:FindPredicate|static=false|accessor=getset",
420
420
  "emitScope": "ClassSurface",
@@ -436,7 +436,7 @@
436
436
  "constructors": [
437
437
  {
438
438
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::.ctor(System.String,FindTransform,System.IO.EnumerationOptions):void",
439
- "metadataToken": 100701683,
439
+ "metadataToken": 100701688,
440
440
  "canonicalSignature": "(System.String,FindTransform,System.IO.EnumerationOptions):void",
441
441
  "normalizedSignature": "constructor|(System.String,FindTransform,System.IO.EnumerationOptions):void|static=false",
442
442
  "isStatic": false,
@@ -479,7 +479,7 @@
479
479
  {
480
480
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
481
481
  "clrName": "Invoke",
482
- "metadataToken": 100701692,
482
+ "metadataToken": 100701697,
483
483
  "canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
484
484
  "normalizedSignature": "Invoke|(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean|static=false",
485
485
  "emitScope": "ClassSurface",
@@ -505,7 +505,7 @@
505
505
  {
506
506
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
507
507
  "clrName": "BeginInvoke",
508
- "metadataToken": 100701693,
508
+ "metadataToken": 100701698,
509
509
  "canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
510
510
  "normalizedSignature": "BeginInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
511
511
  "emitScope": "ClassSurface",
@@ -531,7 +531,7 @@
531
531
  {
532
532
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean",
533
533
  "clrName": "EndInvoke",
534
- "metadataToken": 100701694,
534
+ "metadataToken": 100701699,
535
535
  "canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean",
536
536
  "normalizedSignature": "EndInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean|static=false",
537
537
  "emitScope": "ClassSurface",
@@ -561,7 +561,7 @@
561
561
  "constructors": [
562
562
  {
563
563
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::.ctor(System.Object,System.IntPtr):void",
564
- "metadataToken": 100701691,
564
+ "metadataToken": 100701696,
565
565
  "canonicalSignature": "(System.Object,System.IntPtr):void",
566
566
  "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
567
567
  "isStatic": false,
@@ -604,7 +604,7 @@
604
604
  {
605
605
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
606
606
  "clrName": "Invoke",
607
- "metadataToken": 100701696,
607
+ "metadataToken": 100701701,
608
608
  "canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
609
609
  "normalizedSignature": "Invoke|(System.IO.Enumeration.FileSystemEntry\u0026):TResult|static=false",
610
610
  "emitScope": "ClassSurface",
@@ -630,7 +630,7 @@
630
630
  {
631
631
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
632
632
  "clrName": "BeginInvoke",
633
- "metadataToken": 100701697,
633
+ "metadataToken": 100701702,
634
634
  "canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
635
635
  "normalizedSignature": "BeginInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
636
636
  "emitScope": "ClassSurface",
@@ -656,7 +656,7 @@
656
656
  {
657
657
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult",
658
658
  "clrName": "EndInvoke",
659
- "metadataToken": 100701698,
659
+ "metadataToken": 100701703,
660
660
  "canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult",
661
661
  "normalizedSignature": "EndInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult|static=false",
662
662
  "emitScope": "ClassSurface",
@@ -686,7 +686,7 @@
686
686
  "constructors": [
687
687
  {
688
688
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::.ctor(System.Object,System.IntPtr):void",
689
- "metadataToken": 100701695,
689
+ "metadataToken": 100701700,
690
690
  "canonicalSignature": "(System.Object,System.IntPtr):void",
691
691
  "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
692
692
  "isStatic": false,
@@ -736,7 +736,7 @@
736
736
  {
737
737
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::ShouldIncludeEntry(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
738
738
  "clrName": "ShouldIncludeEntry",
739
- "metadataToken": 100701660,
739
+ "metadataToken": 100701665,
740
740
  "canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
741
741
  "normalizedSignature": "ShouldIncludeEntry|(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean|static=false",
742
742
  "emitScope": "ClassSurface",
@@ -762,7 +762,7 @@
762
762
  {
763
763
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::ShouldRecurseIntoEntry(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
764
764
  "clrName": "ShouldRecurseIntoEntry",
765
- "metadataToken": 100701661,
765
+ "metadataToken": 100701666,
766
766
  "canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
767
767
  "normalizedSignature": "ShouldRecurseIntoEntry|(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean|static=false",
768
768
  "emitScope": "ClassSurface",
@@ -788,7 +788,7 @@
788
788
  {
789
789
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::TransformEntry(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
790
790
  "clrName": "TransformEntry",
791
- "metadataToken": 100701662,
791
+ "metadataToken": 100701667,
792
792
  "canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
793
793
  "normalizedSignature": "TransformEntry|(System.IO.Enumeration.FileSystemEntry\u0026):TResult|static=false",
794
794
  "emitScope": "ClassSurface",
@@ -814,7 +814,7 @@
814
814
  {
815
815
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::OnDirectoryFinished(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
816
816
  "clrName": "OnDirectoryFinished",
817
- "metadataToken": 100701663,
817
+ "metadataToken": 100701668,
818
818
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
819
819
  "normalizedSignature": "OnDirectoryFinished|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
820
820
  "emitScope": "ClassSurface",
@@ -834,7 +834,7 @@
834
834
  {
835
835
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::ContinueOnError(System.Int32):System.Boolean",
836
836
  "clrName": "ContinueOnError",
837
- "metadataToken": 100701664,
837
+ "metadataToken": 100701669,
838
838
  "canonicalSignature": "(System.Int32):System.Boolean",
839
839
  "normalizedSignature": "ContinueOnError|(System.Int32):System.Boolean|static=false",
840
840
  "emitScope": "ClassSurface",
@@ -854,7 +854,7 @@
854
854
  {
855
855
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Reset():System.Void",
856
856
  "clrName": "Reset",
857
- "metadataToken": 100701668,
857
+ "metadataToken": 100701673,
858
858
  "canonicalSignature": "():System.Void",
859
859
  "normalizedSignature": "Reset|():System.Void|static=false",
860
860
  "emitScope": "ClassSurface",
@@ -874,7 +874,7 @@
874
874
  {
875
875
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Dispose():System.Void",
876
876
  "clrName": "Dispose",
877
- "metadataToken": 100701669,
877
+ "metadataToken": 100701674,
878
878
  "canonicalSignature": "():System.Void",
879
879
  "normalizedSignature": "Dispose|():System.Void|static=false",
880
880
  "emitScope": "ClassSurface",
@@ -894,7 +894,7 @@
894
894
  {
895
895
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Dispose(System.Boolean):System.Void",
896
896
  "clrName": "Dispose",
897
- "metadataToken": 100701670,
897
+ "metadataToken": 100701675,
898
898
  "canonicalSignature": "(System.Boolean):System.Void",
899
899
  "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
900
900
  "emitScope": "ClassSurface",
@@ -914,7 +914,7 @@
914
914
  {
915
915
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Finalize():System.Void",
916
916
  "clrName": "Finalize",
917
- "metadataToken": 100701671,
917
+ "metadataToken": 100701676,
918
918
  "canonicalSignature": "():System.Void",
919
919
  "normalizedSignature": "Finalize|():System.Void|static=false",
920
920
  "emitScope": "ClassSurface",
@@ -934,7 +934,7 @@
934
934
  {
935
935
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::MoveNext():System.Boolean",
936
936
  "clrName": "MoveNext",
937
- "metadataToken": 100701678,
937
+ "metadataToken": 100701683,
938
938
  "canonicalSignature": "():System.Boolean",
939
939
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
940
940
  "emitScope": "ClassSurface",
@@ -975,7 +975,7 @@
975
975
  {
976
976
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
977
977
  "clrName": "MoveNext",
978
- "metadataToken": 100703846,
978
+ "metadataToken": 100703851,
979
979
  "canonicalSignature": "():System.Boolean",
980
980
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
981
981
  "emitScope": "ViewOnly",
@@ -996,7 +996,7 @@
996
996
  {
997
997
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
998
998
  "clrName": "Reset",
999
- "metadataToken": 100703848,
999
+ "metadataToken": 100703853,
1000
1000
  "canonicalSignature": "():System.Void",
1001
1001
  "normalizedSignature": "Reset|():System.Void|static=false",
1002
1002
  "emitScope": "ViewOnly",
@@ -1019,7 +1019,7 @@
1019
1019
  {
1020
1020
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Current:TResult",
1021
1021
  "clrName": "Current",
1022
- "metadataToken": 385880876,
1022
+ "metadataToken": 385880878,
1023
1023
  "canonicalSignature": ":TResult",
1024
1024
  "normalizedSignature": "Current|:TResult|static=false|accessor=get",
1025
1025
  "emitScope": "ClassSurface",
@@ -1038,7 +1038,7 @@
1038
1038
  {
1039
1039
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
1040
1040
  "clrName": "Current",
1041
- "metadataToken": 385881426,
1041
+ "metadataToken": 385881428,
1042
1042
  "canonicalSignature": ":T",
1043
1043
  "normalizedSignature": "Current|:T|static=false|accessor=get",
1044
1044
  "emitScope": "ViewOnly",
@@ -1058,7 +1058,7 @@
1058
1058
  {
1059
1059
  "stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
1060
1060
  "clrName": "Current",
1061
- "metadataToken": 385881267,
1061
+ "metadataToken": 385881269,
1062
1062
  "canonicalSignature": ":System.Object",
1063
1063
  "normalizedSignature": "Current|:System.Object|static=false|accessor=get",
1064
1064
  "emitScope": "ViewOnly",
@@ -1081,7 +1081,7 @@
1081
1081
  "constructors": [
1082
1082
  {
1083
1083
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::.ctor(System.String,System.IO.EnumerationOptions):void",
1084
- "metadataToken": 100701658,
1084
+ "metadataToken": 100701663,
1085
1085
  "canonicalSignature": "(System.String,System.IO.EnumerationOptions):void",
1086
1086
  "normalizedSignature": "constructor|(System.String,System.IO.EnumerationOptions):void|static=false",
1087
1087
  "isStatic": false,
@@ -1111,7 +1111,7 @@
1111
1111
  {
1112
1112
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemName::TranslateWin32Expression(System.String):System.String",
1113
1113
  "clrName": "TranslateWin32Expression",
1114
- "metadataToken": 100701731,
1114
+ "metadataToken": 100701736,
1115
1115
  "canonicalSignature": "(System.String):System.String",
1116
1116
  "normalizedSignature": "TranslateWin32Expression|(System.String):System.String|static=true",
1117
1117
  "emitScope": "ClassSurface",
@@ -1131,7 +1131,7 @@
1131
1131
  {
1132
1132
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemName::MatchesWin32Expression(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
1133
1133
  "clrName": "MatchesWin32Expression",
1134
- "metadataToken": 100701732,
1134
+ "metadataToken": 100701737,
1135
1135
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
1136
1136
  "normalizedSignature": "MatchesWin32Expression|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean|static=true",
1137
1137
  "emitScope": "ClassSurface",
@@ -1151,7 +1151,7 @@
1151
1151
  {
1152
1152
  "stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemName::MatchesSimpleExpression(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
1153
1153
  "clrName": "MatchesSimpleExpression",
1154
- "metadataToken": 100701733,
1154
+ "metadataToken": 100701738,
1155
1155
  "canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
1156
1156
  "normalizedSignature": "MatchesSimpleExpression|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean|static=true",
1157
1157
  "emitScope": "ClassSurface",
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.Private.CoreLib
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
@@ -47,7 +47,7 @@ export const FileSystemEntry: {
47
47
 
48
48
  export type FileSystemEntry = FileSystemEntry$instance;
49
49
 
50
- export interface FileSystemEnumerable_1$instance<TResult> {
50
+ export interface FileSystemEnumerable_1$instance<TResult extends unknown> {
51
51
  readonly __tsonic_type_System_IO_Enumeration_FileSystemEnumerable_1: never;
52
52
 
53
53
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -62,25 +62,25 @@ export interface FileSystemEnumerable_1$instance<TResult> {
62
62
 
63
63
 
64
64
  export const FileSystemEnumerable_1: {
65
- new<TResult>(directory: string, transform: FileSystemEnumerable_1_FindTransform<TResult>, options: EnumerationOptions | null): FileSystemEnumerable_1<TResult>;
65
+ new<TResult extends unknown>(directory: string, transform: FileSystemEnumerable_1_FindTransform<TResult>, options: EnumerationOptions | null): FileSystemEnumerable_1<TResult>;
66
66
  };
67
67
 
68
68
 
69
- export interface __FileSystemEnumerable_1$views<TResult> {
69
+ export interface __FileSystemEnumerable_1$views<TResult extends unknown> {
70
70
  As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TResult>;
71
71
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
72
72
  }
73
73
 
74
- export type FileSystemEnumerable_1<TResult> = FileSystemEnumerable_1$instance<TResult> & __FileSystemEnumerable_1$views<TResult>;
74
+ export type FileSystemEnumerable_1<TResult extends unknown> = FileSystemEnumerable_1$instance<TResult> & __FileSystemEnumerable_1$views<TResult>;
75
75
 
76
76
 
77
- export type FileSystemEnumerable_1_FindPredicate<TResult> = (entry: FileSystemEntry) => boolean;
77
+ export type FileSystemEnumerable_1_FindPredicate<TResult extends unknown> = (entry: FileSystemEntry) => boolean;
78
78
 
79
79
 
80
- export type FileSystemEnumerable_1_FindTransform<TResult> = (entry: FileSystemEntry) => TResult;
80
+ export type FileSystemEnumerable_1_FindTransform<TResult extends unknown> = (entry: FileSystemEntry) => TResult;
81
81
 
82
82
 
83
- export interface FileSystemEnumerator_1$instance<TResult> extends CriticalFinalizerObject, IDisposable {
83
+ export interface FileSystemEnumerator_1$instance<TResult extends unknown> extends CriticalFinalizerObject {
84
84
  readonly __tsonic_type_System_IO_Enumeration_FileSystemEnumerator_1: never;
85
85
 
86
86
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -101,16 +101,16 @@ export interface FileSystemEnumerator_1$instance<TResult> extends CriticalFinali
101
101
  }
102
102
 
103
103
 
104
- export const FileSystemEnumerator_1: (abstract new<TResult>(directory: string, options: EnumerationOptions | null) => FileSystemEnumerator_1<TResult>) & {
104
+ export const FileSystemEnumerator_1: (abstract new<TResult extends unknown>(directory: string, options: EnumerationOptions | null) => FileSystemEnumerator_1<TResult>) & {
105
105
  };
106
106
 
107
107
 
108
- export interface __FileSystemEnumerator_1$views<TResult> {
108
+ export interface __FileSystemEnumerator_1$views<TResult extends unknown> {
109
109
  As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<TResult>;
110
110
  As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
111
111
  }
112
112
 
113
- export type FileSystemEnumerator_1<TResult> = FileSystemEnumerator_1$instance<TResult> & __FileSystemEnumerator_1$views<TResult>;
113
+ export type FileSystemEnumerator_1<TResult extends unknown> = FileSystemEnumerator_1$instance<TResult> & __FileSystemEnumerator_1$views<TResult>;
114
114
 
115
115
 
116
116
  export abstract class FileSystemName$instance {
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.IO.Enumeration/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ 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';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { IEnumerable_1, IEnumerator_1 } from './System.Collections.Generic/internal/index.js';
10
14
  import type { IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.IO.IsolatedStorage
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
@@ -33,7 +33,7 @@ export enum IsolatedStorageScope {
33
33
  export interface INormalizeForIsolatedStorage$instance {
34
34
  readonly __tsonic_iface_System_IO_IsolatedStorage_INormalizeForIsolatedStorage: never;
35
35
 
36
- Normalize(): JsValue;
36
+ Normalize(): unknown;
37
37
  }
38
38
 
39
39
 
@@ -42,11 +42,11 @@ export type INormalizeForIsolatedStorage = INormalizeForIsolatedStorage$instance
42
42
  export interface IsolatedStorage$instance extends MarshalByRefObject {
43
43
  readonly __tsonic_type_System_IO_IsolatedStorage_IsolatedStorage: never;
44
44
 
45
- readonly ApplicationIdentity: JsValue;
46
- readonly AssemblyIdentity: JsValue;
45
+ readonly ApplicationIdentity: unknown;
46
+ readonly AssemblyIdentity: unknown;
47
47
  readonly AvailableFreeSpace: long;
48
48
  readonly CurrentSize: ulong;
49
- readonly DomainIdentity: JsValue;
49
+ readonly DomainIdentity: unknown;
50
50
  readonly MaximumSize: ulong;
51
51
  readonly Quota: long;
52
52
  Scope: IsolatedStorageScope;
@@ -129,8 +129,8 @@ export const IsolatedStorageFile: {
129
129
  GetMachineStoreForApplication(): IsolatedStorageFile;
130
130
  GetMachineStoreForAssembly(): IsolatedStorageFile;
131
131
  GetMachineStoreForDomain(): IsolatedStorageFile;
132
- GetStore(scope: IsolatedStorageScope, domainIdentity: JsValue | null, assemblyIdentity: JsValue | null): IsolatedStorageFile;
133
- GetStore(scope: IsolatedStorageScope, applicationIdentity: JsValue | null): IsolatedStorageFile;
132
+ GetStore(scope: IsolatedStorageScope, domainIdentity: unknown | null, assemblyIdentity: unknown | null): IsolatedStorageFile;
133
+ GetStore(scope: IsolatedStorageScope, applicationIdentity: unknown | null): IsolatedStorageFile;
134
134
  GetStore(scope: IsolatedStorageScope, domainEvidenceType: Type | null, assemblyEvidenceType: Type | null): IsolatedStorageFile;
135
135
  GetStore(scope: IsolatedStorageScope, applicationEvidenceType: Type | null): IsolatedStorageFile;
136
136
  GetUserStoreForApplication(): IsolatedStorageFile;
@@ -148,7 +148,7 @@ export interface __IsolatedStorageFile$views {
148
148
  export type IsolatedStorageFile = IsolatedStorageFile$instance & __IsolatedStorageFile$views;
149
149
 
150
150
 
151
- export interface IsolatedStorageFileStream$instance extends FileStream {
151
+ export interface IsolatedStorageFileStream$instance extends FileStream, System_Internal.IAsyncDisposable$instance {
152
152
  readonly __tsonic_type_System_IO_IsolatedStorage_IsolatedStorageFileStream: never;
153
153
 
154
154
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -162,8 +162,8 @@ export interface IsolatedStorageFileStream$instance extends FileStream {
162
162
  readonly Length: long;
163
163
  Position: long;
164
164
  readonly SafeFileHandle: SafeFileHandle;
165
- BeginRead(array: byte[], offset: int, numBytes: int, userCallback: AsyncCallback | null, stateObject: JsValue | null): IAsyncResult;
166
- BeginWrite(array: byte[], offset: int, numBytes: int, userCallback: AsyncCallback | null, stateObject: JsValue | null): IAsyncResult;
165
+ BeginRead(array: byte[], offset: int, numBytes: int, userCallback: AsyncCallback | null, stateObject: unknown | null): IAsyncResult;
166
+ BeginWrite(array: byte[], offset: int, numBytes: int, userCallback: AsyncCallback | null, stateObject: unknown | null): IAsyncResult;
167
167
  Dispose(disposing: boolean): void;
168
168
  Dispose(): void;
169
169
  DisposeAsync(): ValueTask;
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.IO.IsolatedStorage/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ 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';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { SafeFileHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
14
  import type { IDictionary, IEnumerator } from './System.Collections/internal/index.js';
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.IO.MemoryMappedFiles
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
@@ -5,6 +5,10 @@
5
5
  // Import internal declarations
6
6
  import * as Internal from './System.IO.MemoryMappedFiles/internal/index.js';
7
7
 
8
+ // Core type aliases from @tsonic/core
9
+ 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';
10
+
11
+
8
12
  // Cross-namespace type imports for constraints
9
13
  import type { SafeFileHandle, SafeMemoryMappedFileHandle, SafeMemoryMappedViewHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
10
14
  import type { FileAccess, FileMode, FileStream, HandleInheritability, SeekOrigin, Stream, UnmanagedMemoryAccessor, UnmanagedMemoryStream } from './System.IO/internal/index.js';
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.IO.Pipelines
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
@@ -105,7 +105,7 @@ export interface PipeReader$instance {
105
105
  CompleteAsync(exception?: Exception | null): ValueTask;
106
106
  CopyToAsync(destination: PipeWriter, cancellationToken?: CancellationToken): Task;
107
107
  CopyToAsync(destination: Stream, cancellationToken?: CancellationToken): Task;
108
- OnWriterCompleted(callback: Action_2<Exception | null, JsValue | null>, state: JsValue | null): void;
108
+ OnWriterCompleted(callback: Action_2<Exception | null, unknown | null>, state: unknown | null): void;
109
109
  ReadAsync(cancellationToken?: CancellationToken): ValueTask_1<ReadResult>;
110
110
  ReadAtLeastAsync(minimumSize: int, cancellationToken?: CancellationToken): ValueTask_1<ReadResult>;
111
111
  ReadAtLeastAsyncCore(minimumSize: int, cancellationToken: CancellationToken): ValueTask_1<ReadResult>;
@@ -124,7 +124,7 @@ export type PipeReader = PipeReader$instance;
124
124
  export interface PipeScheduler$instance {
125
125
  readonly __tsonic_type_System_IO_Pipelines_PipeScheduler: never;
126
126
 
127
- Schedule(action: Action_1<JsValue | null>, state: JsValue | null): void;
127
+ Schedule(action: Action_1<unknown | null>, state: unknown | null): void;
128
128
  }
129
129
 
130
130
 
@@ -152,7 +152,7 @@ export interface PipeWriter$instance extends System_Buffers_Internal.IBufferWrit
152
152
  FlushAsync(cancellationToken?: CancellationToken): ValueTask_1<FlushResult>;
153
153
  GetMemory(sizeHint?: int): Memory_1<System_Internal.Byte>;
154
154
  GetSpan(sizeHint?: int): Span_1<System_Internal.Byte>;
155
- OnReaderCompleted(callback: Action_2<Exception | null, JsValue | null>, state: JsValue | null): void;
155
+ OnReaderCompleted(callback: Action_2<Exception | null, unknown | null>, state: unknown | null): void;
156
156
  WriteAsync(source: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<FlushResult>;
157
157
  }
158
158