@tsonic/dotnet 0.7.2 → 0.7.4

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 (300) hide show
  1. package/Internal.d.ts +13 -0
  2. package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
  3. package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
  5. package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
  6. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
  7. package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
  8. package/Microsoft.VisualBasic.d.ts +48 -0
  9. package/Microsoft.Win32.SafeHandles.d.ts +29 -0
  10. package/Microsoft.Win32.d.ts +21 -0
  11. package/System/internal/index.d.ts +79 -72
  12. package/System.Buffers/internal/index.d.ts +1 -1
  13. package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
  14. package/System.Buffers.Text.d.ts +16 -0
  15. package/System.Buffers.d.ts +42 -0
  16. package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
  17. package/System.CodeDom.Compiler.d.ts +17 -0
  18. package/System.Collections.Concurrent/internal/index.d.ts +1 -0
  19. package/System.Collections.Concurrent.d.ts +33 -0
  20. package/System.Collections.Frozen.d.ts +18 -0
  21. package/System.Collections.Generic/internal/index.d.ts +10 -0
  22. package/System.Collections.Generic.d.ts +61 -0
  23. package/System.Collections.Immutable/internal/index.d.ts +16 -11
  24. package/System.Collections.Immutable.d.ts +35 -0
  25. package/System.Collections.ObjectModel.d.ts +32 -0
  26. package/System.Collections.Specialized/internal/index.d.ts +3 -2
  27. package/System.Collections.Specialized.d.ts +32 -0
  28. package/System.Collections.d.ts +39 -0
  29. package/System.ComponentModel/internal/index.d.ts +11 -7
  30. package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
  31. package/System.ComponentModel.DataAnnotations.d.ts +55 -0
  32. package/System.ComponentModel.Design/internal/index.d.ts +3 -0
  33. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
  34. package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
  35. package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
  36. package/System.ComponentModel.d.ts +207 -0
  37. package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
  38. package/System.Data/internal/index.d.ts +12 -7
  39. package/System.Data.Common.d.ts +62 -0
  40. package/System.Data.SqlTypes/internal/index.d.ts +26 -26
  41. package/System.Data.SqlTypes.d.ts +43 -0
  42. package/System.Data.d.ts +146 -0
  43. package/System.Diagnostics/internal/index.d.ts +19 -19
  44. package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
  45. package/System.Diagnostics.Contracts.d.ts +30 -0
  46. package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
  47. package/System.Diagnostics.Metrics.d.ts +42 -0
  48. package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
  49. package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
  50. package/System.Diagnostics.Tracing.d.ts +47 -0
  51. package/System.Diagnostics.d.ts +118 -0
  52. package/System.Drawing/internal/index.d.ts +7 -7
  53. package/System.Drawing.d.ts +30 -0
  54. package/System.Dynamic/internal/index.d.ts +2 -2
  55. package/System.Dynamic.d.ts +37 -0
  56. package/System.Formats.Asn1/internal/index.d.ts +1 -1
  57. package/System.Formats.Asn1.d.ts +25 -0
  58. package/System.Formats.Tar.d.ts +27 -0
  59. package/System.Globalization/internal/index.d.ts +1 -1
  60. package/System.Globalization.d.ts +57 -0
  61. package/System.IO/internal/index.d.ts +9 -9
  62. package/System.IO.Compression.d.ts +37 -0
  63. package/System.IO.Enumeration.d.ts +21 -0
  64. package/System.IO.IsolatedStorage.d.ts +24 -0
  65. package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
  66. package/System.IO.Pipelines.d.ts +26 -0
  67. package/System.IO.Pipes.d.ts +35 -0
  68. package/System.IO.d.ts +79 -0
  69. package/System.Linq/internal/index.d.ts +5 -0
  70. package/System.Linq.Expressions/internal/index.d.ts +47 -47
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  72. package/System.Linq.Expressions.Interpreter.d.ts +12 -0
  73. package/System.Linq.Expressions.d.ts +67 -0
  74. package/System.Linq.d.ts +68 -0
  75. package/System.Net/internal/index.d.ts +6 -2
  76. package/System.Net.Cache.d.ts +16 -0
  77. package/System.Net.Http/internal/index.d.ts +1 -1
  78. package/System.Net.Http.Headers.d.ts +42 -0
  79. package/System.Net.Http.Json.d.ts +24 -0
  80. package/System.Net.Http.Metrics.d.ts +13 -0
  81. package/System.Net.Http.d.ts +57 -0
  82. package/System.Net.Mail.d.ts +45 -0
  83. package/System.Net.Mime.d.ts +22 -0
  84. package/System.Net.NetworkInformation.d.ts +63 -0
  85. package/System.Net.Quic.d.ts +35 -0
  86. package/System.Net.Security/internal/index.d.ts +1 -1
  87. package/System.Net.Security.d.ts +47 -0
  88. package/System.Net.ServerSentEvents.d.ts +32 -0
  89. package/System.Net.Sockets/internal/index.d.ts +2 -2
  90. package/System.Net.Sockets.d.ts +55 -0
  91. package/System.Net.WebSockets.d.ts +41 -0
  92. package/System.Net.d.ts +120 -0
  93. package/System.Numerics/internal/index.d.ts +61 -21
  94. package/System.Numerics.d.ts +67 -0
  95. package/System.Reflection/internal/index.d.ts +3 -3
  96. package/System.Reflection.Emit/internal/index.d.ts +7 -7
  97. package/System.Reflection.Emit.d.ts +49 -0
  98. package/System.Reflection.Metadata/internal/index.d.ts +46 -43
  99. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
  100. package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
  101. package/System.Reflection.Metadata.d.ts +208 -0
  102. package/System.Reflection.PortableExecutable.d.ts +43 -0
  103. package/System.Reflection.d.ts +124 -0
  104. package/System.Resources/internal/index.d.ts +2 -0
  105. package/System.Resources.d.ts +27 -0
  106. package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
  107. package/System.Runtime.CompilerServices.d.ts +214 -0
  108. package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
  109. package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
  110. package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
  111. package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
  112. package/System.Runtime.InteropServices.Java.d.ts +16 -0
  113. package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
  114. package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
  115. package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
  116. package/System.Runtime.InteropServices.Swift.d.ts +24 -0
  117. package/System.Runtime.InteropServices.d.ts +162 -0
  118. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  119. package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
  120. package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
  121. package/System.Runtime.Intrinsics.X86.d.ts +88 -0
  122. package/System.Runtime.Intrinsics.d.ts +41 -0
  123. package/System.Runtime.Loader.d.ts +17 -0
  124. package/System.Runtime.Remoting.d.ts +12 -0
  125. package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
  126. package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
  127. package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
  128. package/System.Runtime.Serialization.Json.d.ts +23 -0
  129. package/System.Runtime.Serialization.d.ts +76 -0
  130. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  131. package/System.Runtime.Versioning.d.ts +27 -0
  132. package/System.Runtime.d.ts +27 -0
  133. package/System.Security.AccessControl.d.ts +99 -0
  134. package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
  135. package/System.Security.Authentication.d.ts +20 -0
  136. package/System.Security.Claims.d.ts +19 -0
  137. package/System.Security.Cryptography/internal/index.d.ts +15 -15
  138. package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
  139. package/System.Security.Cryptography.d.ts +191 -0
  140. package/System.Security.Permissions.d.ts +18 -0
  141. package/System.Security.Policy.d.ts +14 -0
  142. package/System.Security.Principal/internal/index.d.ts +1 -1
  143. package/System.Security.Principal.d.ts +36 -0
  144. package/System.Security.d.ts +35 -0
  145. package/System.Text/internal/index.d.ts +10 -9
  146. package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
  147. package/System.Text.Encodings.Web.d.ts +20 -0
  148. package/System.Text.Json/internal/index.d.ts +1 -1
  149. package/System.Text.Json.Nodes.d.ts +23 -0
  150. package/System.Text.Json.Schema.d.ts +17 -0
  151. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
  152. package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
  153. package/System.Text.Json.Serialization.d.ts +70 -0
  154. package/System.Text.Json.d.ts +44 -0
  155. package/System.Text.RegularExpressions.d.ts +35 -0
  156. package/System.Text.Unicode.d.ts +16 -0
  157. package/System.Text.d.ts +54 -0
  158. package/System.Threading/internal/index.d.ts +5 -5
  159. package/System.Threading.Channels.d.ts +38 -0
  160. package/System.Threading.Tasks/internal/index.d.ts +12 -12
  161. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
  162. package/System.Threading.Tasks.Dataflow.d.ts +54 -0
  163. package/System.Threading.Tasks.Sources.d.ts +25 -0
  164. package/System.Threading.Tasks.d.ts +65 -0
  165. package/System.Threading.d.ts +99 -0
  166. package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
  167. package/System.Transactions/internal/index.d.ts +1 -1
  168. package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
  169. package/System.Web.d.ts +16 -0
  170. package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
  171. package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
  172. package/System.Xml.Linq/internal/index.d.ts +10 -10
  173. package/System.Xml.Linq.d.ts +43 -0
  174. package/System.Xml.Resolvers.d.ts +18 -0
  175. package/System.Xml.Schema.d.ts +108 -0
  176. package/System.Xml.Serialization.d.ts +89 -0
  177. package/System.Xml.XPath.d.ts +34 -0
  178. package/System.Xml.Xsl.Runtime.d.ts +66 -0
  179. package/System.Xml.Xsl.d.ts +29 -0
  180. package/System.Xml.d.ts +105 -0
  181. package/System.d.ts +410 -0
  182. package/families.json +359 -0
  183. package/package.json +1 -1
  184. package/tsconfig.json +2 -1
  185. package/Internal/index.d.ts +0 -15
  186. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
  187. package/Microsoft.VisualBasic/index.d.ts +0 -50
  188. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
  189. package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
  190. package/Microsoft.Win32/index.d.ts +0 -23
  191. package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
  192. package/System/index.d.ts +0 -428
  193. package/System.Buffers/index.d.ts +0 -48
  194. package/System.Buffers.Text/index.d.ts +0 -18
  195. package/System.CodeDom.Compiler/index.d.ts +0 -19
  196. package/System.Collections/index.d.ts +0 -41
  197. package/System.Collections.Concurrent/index.d.ts +0 -35
  198. package/System.Collections.Frozen/index.d.ts +0 -26
  199. package/System.Collections.Generic/index.d.ts +0 -129
  200. package/System.Collections.Immutable/index.d.ts +0 -64
  201. package/System.Collections.ObjectModel/index.d.ts +0 -34
  202. package/System.Collections.Specialized/index.d.ts +0 -34
  203. package/System.ComponentModel/index.d.ts +0 -210
  204. package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
  205. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
  206. package/System.Data/index.d.ts +0 -139
  207. package/System.Data.Common/index.d.ts +0 -64
  208. package/System.Data.SqlTypes/index.d.ts +0 -45
  209. package/System.Diagnostics/index.d.ts +0 -123
  210. package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
  211. package/System.Diagnostics.Contracts/index.d.ts +0 -32
  212. package/System.Diagnostics.Metrics/index.d.ts +0 -47
  213. package/System.Diagnostics.Tracing/index.d.ts +0 -49
  214. package/System.Drawing/index.d.ts +0 -32
  215. package/System.Dynamic/index.d.ts +0 -39
  216. package/System.Formats.Asn1/index.d.ts +0 -27
  217. package/System.Formats.Tar/index.d.ts +0 -29
  218. package/System.Globalization/index.d.ts +0 -59
  219. package/System.IO/index.d.ts +0 -81
  220. package/System.IO.Compression/index.d.ts +0 -39
  221. package/System.IO.Enumeration/index.d.ts +0 -27
  222. package/System.IO.IsolatedStorage/index.d.ts +0 -26
  223. package/System.IO.Pipelines/index.d.ts +0 -28
  224. package/System.IO.Pipes/index.d.ts +0 -37
  225. package/System.Linq/index.d.ts +0 -56
  226. package/System.Linq.Expressions/index.d.ts +0 -61
  227. package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
  228. package/System.Net/index.d.ts +0 -122
  229. package/System.Net.Cache/index.d.ts +0 -18
  230. package/System.Net.Http/index.d.ts +0 -61
  231. package/System.Net.Http.Headers/index.d.ts +0 -45
  232. package/System.Net.Http.Json/index.d.ts +0 -26
  233. package/System.Net.Http.Metrics/index.d.ts +0 -15
  234. package/System.Net.Mail/index.d.ts +0 -47
  235. package/System.Net.Mime/index.d.ts +0 -24
  236. package/System.Net.NetworkInformation/index.d.ts +0 -65
  237. package/System.Net.Quic/index.d.ts +0 -37
  238. package/System.Net.Security/index.d.ts +0 -49
  239. package/System.Net.ServerSentEvents/index.d.ts +0 -28
  240. package/System.Net.Sockets/index.d.ts +0 -57
  241. package/System.Net.WebSockets/index.d.ts +0 -43
  242. package/System.Numerics/index.d.ts +0 -94
  243. package/System.Reflection/index.d.ts +0 -126
  244. package/System.Reflection.Emit/index.d.ts +0 -51
  245. package/System.Reflection.Metadata/index.d.ts +0 -220
  246. package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
  247. package/System.Reflection.PortableExecutable/index.d.ts +0 -45
  248. package/System.Resources/index.d.ts +0 -29
  249. package/System.Runtime/index.d.ts +0 -29
  250. package/System.Runtime.CompilerServices/index.d.ts +0 -219
  251. package/System.Runtime.InteropServices/index.d.ts +0 -161
  252. package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
  253. package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
  254. package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
  255. package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
  256. package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
  257. package/System.Runtime.Intrinsics/index.d.ts +0 -26
  258. package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
  259. package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
  260. package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
  261. package/System.Runtime.Loader/index.d.ts +0 -19
  262. package/System.Runtime.Remoting/index.d.ts +0 -14
  263. package/System.Runtime.Serialization/index.d.ts +0 -78
  264. package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
  265. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
  266. package/System.Runtime.Serialization.Json/index.d.ts +0 -25
  267. package/System.Runtime.Versioning/index.d.ts +0 -29
  268. package/System.Security/index.d.ts +0 -37
  269. package/System.Security.AccessControl/index.d.ts +0 -87
  270. package/System.Security.Authentication/index.d.ts +0 -22
  271. package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
  272. package/System.Security.Claims/index.d.ts +0 -21
  273. package/System.Security.Cryptography/index.d.ts +0 -193
  274. package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
  275. package/System.Security.Permissions/index.d.ts +0 -20
  276. package/System.Security.Policy/index.d.ts +0 -16
  277. package/System.Security.Principal/index.d.ts +0 -38
  278. package/System.Text/index.d.ts +0 -56
  279. package/System.Text.Encodings.Web/index.d.ts +0 -22
  280. package/System.Text.Json/index.d.ts +0 -46
  281. package/System.Text.Json.Nodes/index.d.ts +0 -25
  282. package/System.Text.Json.Schema/index.d.ts +0 -19
  283. package/System.Text.Json.Serialization/index.d.ts +0 -59
  284. package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
  285. package/System.Text.RegularExpressions/index.d.ts +0 -37
  286. package/System.Text.Unicode/index.d.ts +0 -18
  287. package/System.Threading/index.d.ts +0 -104
  288. package/System.Threading.Channels/index.d.ts +0 -34
  289. package/System.Threading.Tasks/index.d.ts +0 -50
  290. package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
  291. package/System.Threading.Tasks.Sources/index.d.ts +0 -20
  292. package/System.Web/index.d.ts +0 -18
  293. package/System.Xml/index.d.ts +0 -107
  294. package/System.Xml.Linq/index.d.ts +0 -45
  295. package/System.Xml.Resolvers/index.d.ts +0 -20
  296. package/System.Xml.Schema/index.d.ts +0 -110
  297. package/System.Xml.Serialization/index.d.ts +0 -91
  298. package/System.Xml.XPath/index.d.ts +0 -36
  299. package/System.Xml.Xsl/index.d.ts +0 -31
  300. package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
@@ -0,0 +1,70 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Text.Json.Serialization
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Text.Json.Serialization/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IJsonTypeInfoResolver, JsonTypeInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
10
+ import type { JsonCommentHandling, JsonNamingPolicy, JsonSerializerDefaults, JsonSerializerOptions, Utf8JsonReader, Utf8JsonWriter } from './System.Text.Json/internal/index.js';
11
+ import type { Attribute, Boolean as ClrBoolean, Char, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
12
+
13
+ // Public API exports (curated - no internal $instance/$views leakage)
14
+ export { JsonAttribute as JsonAttribute } from './System.Text.Json.Serialization/internal/index.js';
15
+ export { JsonIgnoreCondition as JsonIgnoreCondition } from './System.Text.Json.Serialization/internal/index.js';
16
+ export { JsonKnownNamingPolicy as JsonKnownNamingPolicy } from './System.Text.Json.Serialization/internal/index.js';
17
+ export { JsonKnownReferenceHandler as JsonKnownReferenceHandler } from './System.Text.Json.Serialization/internal/index.js';
18
+ export { JsonNumberHandling as JsonNumberHandling } from './System.Text.Json.Serialization/internal/index.js';
19
+ export { JsonObjectCreationHandling as JsonObjectCreationHandling } from './System.Text.Json.Serialization/internal/index.js';
20
+ export { JsonSerializableAttribute as JsonSerializableAttribute } from './System.Text.Json.Serialization/internal/index.js';
21
+ export { JsonSourceGenerationMode as JsonSourceGenerationMode } from './System.Text.Json.Serialization/internal/index.js';
22
+ export { JsonSourceGenerationOptionsAttribute as JsonSourceGenerationOptionsAttribute } from './System.Text.Json.Serialization/internal/index.js';
23
+ export { JsonUnknownTypeHandling as JsonUnknownTypeHandling } from './System.Text.Json.Serialization/internal/index.js';
24
+ export { JsonUnmappedMemberHandling as JsonUnmappedMemberHandling } from './System.Text.Json.Serialization/internal/index.js';
25
+ export { JsonObjectCreationHandlingAttribute as JsonObjectCreationHandlingAttribute } from './System.Text.Json.Serialization/internal/index.js';
26
+ export { JsonConstructorAttribute as JsonConstructorAttribute } from './System.Text.Json.Serialization/internal/index.js';
27
+ export { JsonConverterAttribute as JsonConverterAttribute } from './System.Text.Json.Serialization/internal/index.js';
28
+ export { JsonDerivedTypeAttribute as JsonDerivedTypeAttribute } from './System.Text.Json.Serialization/internal/index.js';
29
+ export { JsonExtensionDataAttribute as JsonExtensionDataAttribute } from './System.Text.Json.Serialization/internal/index.js';
30
+ export { JsonIgnoreAttribute as JsonIgnoreAttribute } from './System.Text.Json.Serialization/internal/index.js';
31
+ export { JsonIncludeAttribute as JsonIncludeAttribute } from './System.Text.Json.Serialization/internal/index.js';
32
+ export { JsonNumberHandlingAttribute as JsonNumberHandlingAttribute } from './System.Text.Json.Serialization/internal/index.js';
33
+ export { JsonPolymorphicAttribute as JsonPolymorphicAttribute } from './System.Text.Json.Serialization/internal/index.js';
34
+ export { JsonPropertyNameAttribute as JsonPropertyNameAttribute } from './System.Text.Json.Serialization/internal/index.js';
35
+ export { JsonRequiredAttribute as JsonRequiredAttribute } from './System.Text.Json.Serialization/internal/index.js';
36
+ export { JsonPropertyOrderAttribute as JsonPropertyOrderAttribute } from './System.Text.Json.Serialization/internal/index.js';
37
+ export { JsonUnmappedMemberHandlingAttribute as JsonUnmappedMemberHandlingAttribute } from './System.Text.Json.Serialization/internal/index.js';
38
+ export type IJsonOnDeserialized = Internal.IJsonOnDeserialized;
39
+ export type IJsonOnDeserializing = Internal.IJsonOnDeserializing;
40
+ export type IJsonOnSerialized = Internal.IJsonOnSerialized;
41
+ export type IJsonOnSerializing = Internal.IJsonOnSerializing;
42
+ export { JsonNumberEnumConverter_1 as JsonNumberEnumConverter } from './System.Text.Json.Serialization/internal/index.js';
43
+ export { JsonSerializerContext as JsonSerializerContext } from './System.Text.Json.Serialization/internal/index.js';
44
+ export { JsonUnknownDerivedTypeHandling as JsonUnknownDerivedTypeHandling } from './System.Text.Json.Serialization/internal/index.js';
45
+ export { JsonConverterFactory as JsonConverterFactory } from './System.Text.Json.Serialization/internal/index.js';
46
+ export { JsonStringEnumMemberNameAttribute as JsonStringEnumMemberNameAttribute } from './System.Text.Json.Serialization/internal/index.js';
47
+ export { ReferenceResolver as ReferenceResolver } from './System.Text.Json.Serialization/internal/index.js';
48
+
49
+ // Multi-arity family sentinel (detects unspecified type parameters)
50
+ declare const __unspecified: unique symbol;
51
+ export type __ = typeof __unspecified;
52
+
53
+ export type JsonConverter<
54
+ T1 = __,
55
+ > =
56
+ [T1] extends [__] ? Internal.JsonConverter :
57
+ Internal.JsonConverter_1<T1>;
58
+
59
+ export type JsonStringEnumConverter<
60
+ T1 = __,
61
+ > =
62
+ [T1] extends [__] ? Internal.JsonStringEnumConverter :
63
+ [T1] extends [number & unknown] ? Internal.JsonStringEnumConverter_1<T1> : never;
64
+
65
+ export type ReferenceHandler<
66
+ T1 = __,
67
+ > =
68
+ [T1] extends [__] ? Internal.ReferenceHandler :
69
+ [T1] extends [Internal.ReferenceResolver] ? Internal.ReferenceHandler_1<T1> : never;
70
+
@@ -0,0 +1,44 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Text.Json
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Text.Json/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IBufferWriter_1, ReadOnlySequence_1 } from './System.Buffers/internal/index.js';
10
+ import type { IAsyncEnumerable_1, IEnumerable_1, IEnumerator_1, IList_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
12
+ import type { PipeReader, PipeWriter } from './System.IO.Pipelines/internal/index.js';
13
+ import type { Stream } from './System.IO/internal/index.js';
14
+ import type { MethodBase } from './System.Reflection/internal/index.js';
15
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
16
+ import type { JavaScriptEncoder } from './System.Text.Encodings.Web/internal/index.js';
17
+ import type { JsonNode } from './System.Text.Json.Nodes/internal/index.js';
18
+ import type { IJsonTypeInfoResolver, JsonTypeInfo, JsonTypeInfo_1 } from './System.Text.Json.Serialization.Metadata/internal/index.js';
19
+ import type { JsonConverter, JsonIgnoreCondition, JsonNumberHandling, JsonObjectCreationHandling, JsonSerializerContext, JsonUnknownTypeHandling, JsonUnmappedMemberHandling, ReferenceHandler } from './System.Text.Json.Serialization/internal/index.js';
20
+ import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
21
+ import type { CancellationToken } from './System.Threading/internal/index.js';
22
+ import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Enum, Exception, Guid, IAsyncDisposable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, SequencePosition, Single, Span_1, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
23
+
24
+ // Public API exports (curated - no internal $instance/$views leakage)
25
+ export { JsonNamingPolicy as JsonNamingPolicy } from './System.Text.Json/internal/index.js';
26
+ export { JsonCommentHandling as JsonCommentHandling } from './System.Text.Json/internal/index.js';
27
+ export { JsonSerializerDefaults as JsonSerializerDefaults } from './System.Text.Json/internal/index.js';
28
+ export { JsonDocument as JsonDocument } from './System.Text.Json/internal/index.js';
29
+ export { JsonDocumentOptions as JsonDocumentOptions } from './System.Text.Json/internal/index.js';
30
+ export { JsonElement as JsonElement } from './System.Text.Json/internal/index.js';
31
+ export { JsonElement_ArrayEnumerator as JsonElement_ArrayEnumerator } from './System.Text.Json/internal/index.js';
32
+ export { JsonElement_ObjectEnumerator as JsonElement_ObjectEnumerator } from './System.Text.Json/internal/index.js';
33
+ export { JsonProperty as JsonProperty } from './System.Text.Json/internal/index.js';
34
+ export { JsonValueKind as JsonValueKind } from './System.Text.Json/internal/index.js';
35
+ export { JsonEncodedText as JsonEncodedText } from './System.Text.Json/internal/index.js';
36
+ export { JsonException as JsonException } from './System.Text.Json/internal/index.js';
37
+ export { JsonTokenType as JsonTokenType } from './System.Text.Json/internal/index.js';
38
+ export { JsonReaderOptions as JsonReaderOptions } from './System.Text.Json/internal/index.js';
39
+ export { JsonReaderState as JsonReaderState } from './System.Text.Json/internal/index.js';
40
+ export { Utf8JsonReader as Utf8JsonReader } from './System.Text.Json/internal/index.js';
41
+ export { JsonSerializer$instance as JsonSerializer } from './System.Text.Json/internal/index.js';
42
+ export { Utf8JsonWriter as Utf8JsonWriter } from './System.Text.Json/internal/index.js';
43
+ export { JsonSerializerOptions as JsonSerializerOptions } from './System.Text.Json/internal/index.js';
44
+ export { JsonWriterOptions as JsonWriterOptions } from './System.Text.Json/internal/index.js';
@@ -0,0 +1,35 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Text.RegularExpressions
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Text.RegularExpressions/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
10
+ import type { ICollection, IDictionary, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
11
+ import type { CustomAttributeBuilder } from './System.Reflection.Emit/internal/index.js';
12
+ import type { AssemblyName, MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
13
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
14
+ import type { ArgumentException, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Char, Delegate, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, Range, ReadOnlySpan_1, String as ClrString, TimeoutException, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
15
+
16
+ // Public API exports (curated - no internal $instance/$views leakage)
17
+ export { ValueMatch as ValueMatch } from './System.Text.RegularExpressions/internal/index.js';
18
+ export { Capture as Capture } from './System.Text.RegularExpressions/internal/index.js';
19
+ export { CaptureCollection as CaptureCollection } from './System.Text.RegularExpressions/internal/index.js';
20
+ export { Group as Group } from './System.Text.RegularExpressions/internal/index.js';
21
+ export { GroupCollection as GroupCollection } from './System.Text.RegularExpressions/internal/index.js';
22
+ export { Match as Match } from './System.Text.RegularExpressions/internal/index.js';
23
+ export { MatchCollection as MatchCollection } from './System.Text.RegularExpressions/internal/index.js';
24
+ export { Regex as Regex } from './System.Text.RegularExpressions/internal/index.js';
25
+ export { Regex_ValueMatchEnumerator as Regex_ValueMatchEnumerator } from './System.Text.RegularExpressions/internal/index.js';
26
+ export { Regex_ValueSplitEnumerator as Regex_ValueSplitEnumerator } from './System.Text.RegularExpressions/internal/index.js';
27
+ export type MatchEvaluator = Internal.MatchEvaluator;
28
+ export { RegexCompilationInfo as RegexCompilationInfo } from './System.Text.RegularExpressions/internal/index.js';
29
+ export { GeneratedRegexAttribute as GeneratedRegexAttribute } from './System.Text.RegularExpressions/internal/index.js';
30
+ export { RegexMatchTimeoutException as RegexMatchTimeoutException } from './System.Text.RegularExpressions/internal/index.js';
31
+ export { RegexOptions as RegexOptions } from './System.Text.RegularExpressions/internal/index.js';
32
+ export { RegexParseError as RegexParseError } from './System.Text.RegularExpressions/internal/index.js';
33
+ export { RegexParseException as RegexParseException } from './System.Text.RegularExpressions/internal/index.js';
34
+ export { RegexRunner as RegexRunner } from './System.Text.RegularExpressions/internal/index.js';
35
+ export { RegexRunnerFactory as RegexRunnerFactory } from './System.Text.RegularExpressions/internal/index.js';
@@ -0,0 +1,16 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Text.Unicode
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Text.Unicode/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { OperationStatus } from './System.Buffers/internal/index.js';
10
+ import type { Boolean as ClrBoolean, Byte, Char, IFormatProvider, Int32, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, Type, ValueType } from './System/internal/index.js';
11
+
12
+ // Public API exports (curated - no internal $instance/$views leakage)
13
+ export { Utf8$instance as Utf8 } from './System.Text.Unicode/internal/index.js';
14
+ export { Utf8_TryWriteInterpolatedStringHandler as Utf8_TryWriteInterpolatedStringHandler } from './System.Text.Unicode/internal/index.js';
15
+ export { UnicodeRange as UnicodeRange } from './System.Text.Unicode/internal/index.js';
16
+ export { UnicodeRanges$instance as UnicodeRanges } from './System.Text.Unicode/internal/index.js';
@@ -0,0 +1,54 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Text
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Text/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IBufferWriter_1, OperationStatus, ReadOnlySequence_1 } from './System.Buffers/internal/index.js';
10
+ import type { IEnumerable_1, IEnumerator_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
12
+ import type { CultureInfo, UnicodeCategory } from './System.Globalization/internal/index.js';
13
+ import type { Stream } from './System.IO/internal/index.js';
14
+ import type { MethodBase } from './System.Reflection/internal/index.js';
15
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
16
+ import type { ArgumentException, Boolean as ClrBoolean, Byte, Char, Decimal, Double, Enum, Exception, ICloneable, IComparable, IComparable_1, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, IUtf8SpanFormattable, IUtf8SpanParsable_1, Object as ClrObject, Range, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
17
+
18
+ // Public API exports (curated - no internal $instance/$views leakage)
19
+ export { EncodingExtensions$instance as EncodingExtensions } from './System.Text/internal/index.js';
20
+ export { StringBuilder as StringBuilder } from './System.Text/internal/index.js';
21
+ export { StringBuilder_ChunkEnumerator as StringBuilder_ChunkEnumerator } from './System.Text/internal/index.js';
22
+ export { StringBuilder_AppendInterpolatedStringHandler as StringBuilder_AppendInterpolatedStringHandler } from './System.Text/internal/index.js';
23
+ export { Ascii$instance as Ascii } from './System.Text/internal/index.js';
24
+ export { ASCIIEncoding as ASCIIEncoding } from './System.Text/internal/index.js';
25
+ export { CompositeFormat as CompositeFormat } from './System.Text/internal/index.js';
26
+ export { Decoder as Decoder } from './System.Text/internal/index.js';
27
+ export { DecoderExceptionFallback as DecoderExceptionFallback } from './System.Text/internal/index.js';
28
+ export { DecoderExceptionFallbackBuffer as DecoderExceptionFallbackBuffer } from './System.Text/internal/index.js';
29
+ export { DecoderFallbackException as DecoderFallbackException } from './System.Text/internal/index.js';
30
+ export { DecoderFallback as DecoderFallback } from './System.Text/internal/index.js';
31
+ export { DecoderFallbackBuffer as DecoderFallbackBuffer } from './System.Text/internal/index.js';
32
+ export { DecoderReplacementFallback as DecoderReplacementFallback } from './System.Text/internal/index.js';
33
+ export { DecoderReplacementFallbackBuffer as DecoderReplacementFallbackBuffer } from './System.Text/internal/index.js';
34
+ export { Encoder as Encoder } from './System.Text/internal/index.js';
35
+ export { EncoderExceptionFallback as EncoderExceptionFallback } from './System.Text/internal/index.js';
36
+ export { EncoderExceptionFallbackBuffer as EncoderExceptionFallbackBuffer } from './System.Text/internal/index.js';
37
+ export { EncoderFallbackException as EncoderFallbackException } from './System.Text/internal/index.js';
38
+ export { EncoderFallback as EncoderFallback } from './System.Text/internal/index.js';
39
+ export { EncoderFallbackBuffer as EncoderFallbackBuffer } from './System.Text/internal/index.js';
40
+ export { EncoderReplacementFallback as EncoderReplacementFallback } from './System.Text/internal/index.js';
41
+ export { EncoderReplacementFallbackBuffer as EncoderReplacementFallbackBuffer } from './System.Text/internal/index.js';
42
+ export { Encoding as Encoding } from './System.Text/internal/index.js';
43
+ export { EncodingInfo as EncodingInfo } from './System.Text/internal/index.js';
44
+ export { EncodingProvider as EncodingProvider } from './System.Text/internal/index.js';
45
+ export { NormalizationForm as NormalizationForm } from './System.Text/internal/index.js';
46
+ export { Rune as Rune } from './System.Text/internal/index.js';
47
+ export { SpanLineEnumerator as SpanLineEnumerator } from './System.Text/internal/index.js';
48
+ export { SpanRuneEnumerator as SpanRuneEnumerator } from './System.Text/internal/index.js';
49
+ export { StringRuneEnumerator as StringRuneEnumerator } from './System.Text/internal/index.js';
50
+ export { UnicodeEncoding as UnicodeEncoding } from './System.Text/internal/index.js';
51
+ export { UTF32Encoding as UTF32Encoding } from './System.Text/internal/index.js';
52
+ export { UTF7Encoding as UTF7Encoding } from './System.Text/internal/index.js';
53
+ export { UTF8Encoding as UTF8Encoding } from './System.Text/internal/index.js';
54
+ export { CodePagesEncodingProvider as CodePagesEncodingProvider } from './System.Text/internal/index.js';
@@ -163,7 +163,7 @@ export interface __AsyncFlowControl$views {
163
163
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<AsyncFlowControl>;
164
164
 
165
165
  // Structural method bridges for numeric interface constraints
166
- Equals(other: AsyncFlowControl): boolean;
166
+ equals(other: AsyncFlowControl): boolean;
167
167
  }
168
168
 
169
169
  export interface AsyncFlowControl$instance extends System_Internal.IDisposable$instance {}
@@ -213,7 +213,7 @@ export interface __CancellationToken$views {
213
213
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CancellationToken>;
214
214
 
215
215
  // Structural method bridges for numeric interface constraints
216
- Equals(other: CancellationToken): boolean;
216
+ equals(other: CancellationToken): boolean;
217
217
  }
218
218
 
219
219
  export type CancellationToken = CancellationToken$instance & __CancellationToken$views;
@@ -241,7 +241,7 @@ export interface __CancellationTokenRegistration$views {
241
241
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CancellationTokenRegistration>;
242
242
 
243
243
  // Structural method bridges for numeric interface constraints
244
- Equals(other: CancellationTokenRegistration): boolean;
244
+ equals(other: CancellationTokenRegistration): boolean;
245
245
  }
246
246
 
247
247
  export interface CancellationTokenRegistration$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
@@ -277,7 +277,7 @@ export interface __LockCookie$views {
277
277
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<LockCookie>;
278
278
 
279
279
  // Structural method bridges for numeric interface constraints
280
- Equals(other: LockCookie): boolean;
280
+ equals(other: LockCookie): boolean;
281
281
  }
282
282
 
283
283
  export type LockCookie = LockCookie$instance & __LockCookie$views;
@@ -479,7 +479,7 @@ export const CancellationTokenSource: {
479
479
  createLinkedTokenSource(tokens: ReadOnlySpan_1<CancellationToken>): CancellationTokenSource;
480
480
  createLinkedTokenSource(token1: CancellationToken, token2: CancellationToken): CancellationTokenSource;
481
481
  createLinkedTokenSource(token: CancellationToken): CancellationTokenSource;
482
- createLinkedTokenSource(tokens: CancellationToken[]): CancellationTokenSource;
482
+ createLinkedTokenSource(...tokens: CancellationToken[]): CancellationTokenSource;
483
483
  };
484
484
 
485
485
 
@@ -0,0 +1,38 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Threading.Channels
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Threading.Channels/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IAsyncEnumerable_1, IComparer_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { IDictionary } from './System.Collections/internal/index.js';
11
+ import type { MethodBase } from './System.Reflection/internal/index.js';
12
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
13
+ import type { Task, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
14
+ import type { CancellationToken } from './System.Threading/internal/index.js';
15
+ import type { Action_1, Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, InvalidOperationException, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
16
+
17
+ // Public API exports (curated - no internal $instance/$views leakage)
18
+ export { BoundedChannelFullMode as BoundedChannelFullMode } from './System.Threading.Channels/internal/index.js';
19
+ export { ChannelClosedException as ChannelClosedException } from './System.Threading.Channels/internal/index.js';
20
+ export { ChannelOptions as ChannelOptions } from './System.Threading.Channels/internal/index.js';
21
+ export { BoundedChannelOptions as BoundedChannelOptions } from './System.Threading.Channels/internal/index.js';
22
+ export { UnboundedChannelOptions as UnboundedChannelOptions } from './System.Threading.Channels/internal/index.js';
23
+ export { ChannelReader_1 as ChannelReader } from './System.Threading.Channels/internal/index.js';
24
+ export { ChannelWriter_1 as ChannelWriter } from './System.Threading.Channels/internal/index.js';
25
+ export { UnboundedPrioritizedChannelOptions_1 as UnboundedPrioritizedChannelOptions } from './System.Threading.Channels/internal/index.js';
26
+
27
+ // Multi-arity family sentinel (detects unspecified type parameters)
28
+ declare const __unspecified: unique symbol;
29
+ export type __ = typeof __unspecified;
30
+
31
+ export type Channel<
32
+ T1 = __,
33
+ T2 = __,
34
+ > =
35
+ [T1] extends [__] ? Internal.Channel :
36
+ [T2] extends [__] ? Internal.Channel_1<T1> :
37
+ Internal.Channel_2<T1, T2>;
38
+
@@ -138,7 +138,7 @@ export interface __ValueTask$views {
138
138
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ValueTask>;
139
139
 
140
140
  // Structural method bridges for numeric interface constraints
141
- Equals(other: ValueTask): boolean;
141
+ equals(other: ValueTask): boolean;
142
142
  }
143
143
 
144
144
  export type ValueTask = ValueTask$instance & __ValueTask$views;
@@ -172,7 +172,7 @@ export interface __ValueTask_1$views<TResult> {
172
172
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ValueTask_1<TResult>>;
173
173
 
174
174
  // Structural method bridges for numeric interface constraints
175
- Equals(other: ValueTask_1<TResult>): boolean;
175
+ equals(other: ValueTask_1<TResult>): boolean;
176
176
  }
177
177
 
178
178
  export type ValueTask_1<TResult> = ValueTask_1$instance<TResult> & __ValueTask_1$views<TResult>;
@@ -314,32 +314,32 @@ export const Task: {
314
314
  waitAll(tasks: Task[], millisecondsTimeout: int): boolean;
315
315
  waitAll(tasks: Task[], cancellationToken: CancellationToken): void;
316
316
  waitAll(tasks: Task[], timeout: TimeSpan): boolean;
317
- waitAll(tasks: Task[]): void;
317
+ waitAll(...tasks: Task[]): void;
318
318
  waitAny(tasks: Task[], millisecondsTimeout: int, cancellationToken: CancellationToken): int;
319
319
  waitAny(tasks: Task[], millisecondsTimeout: int): int;
320
320
  waitAny(tasks: Task[], cancellationToken: CancellationToken): int;
321
321
  waitAny(tasks: Task[], timeout: TimeSpan): int;
322
- waitAny(tasks: Task[]): int;
322
+ waitAny(...tasks: Task[]): int;
323
323
  whenAll<TResult>(tasks: IEnumerable_1<Task_1<TResult>>): Task_1<TResult[]>;
324
324
  whenAll<TResult>(tasks: ReadOnlySpan_1<Task_1<TResult>>): Task_1<TResult[]>;
325
325
  whenAll(tasks: IEnumerable_1<Task>): Task;
326
326
  whenAll(tasks: ReadOnlySpan_1<Task>): Task;
327
- whenAll(tasks: Task[]): Task;
328
- whenAll<TResult>(tasks: Task_1<TResult>[]): Task_1<TResult[]>;
327
+ whenAll(...tasks: Task[]): Task;
328
+ whenAll<TResult>(...tasks: Task_1<TResult>[]): Task_1<TResult[]>;
329
329
  whenAny<TResult>(tasks: IEnumerable_1<Task_1<TResult>>): Task_1<Task_1<TResult>>;
330
330
  whenAny<TResult>(tasks: ReadOnlySpan_1<Task_1<TResult>>): Task_1<Task_1<TResult>>;
331
331
  whenAny(tasks: IEnumerable_1<Task>): Task_1<Task>;
332
332
  whenAny(tasks: ReadOnlySpan_1<Task>): Task_1<Task>;
333
333
  whenAny(task1: Task, task2: Task): Task_1<Task>;
334
- whenAny(tasks: Task[]): Task_1<Task>;
334
+ whenAny(...tasks: Task[]): Task_1<Task>;
335
335
  whenAny<TResult>(task1: Task_1<TResult>, task2: Task_1<TResult>): Task_1<Task_1<TResult>>;
336
- whenAny<TResult>(tasks: Task_1<TResult>[]): Task_1<Task_1<TResult>>;
336
+ whenAny<TResult>(...tasks: Task_1<TResult>[]): Task_1<Task_1<TResult>>;
337
337
  whenEach<TResult>(tasks: IEnumerable_1<Task_1<TResult>>): IAsyncEnumerable_1<Task_1<TResult>>;
338
338
  whenEach<TResult>(tasks: ReadOnlySpan_1<Task_1<TResult>>): IAsyncEnumerable_1<Task_1<TResult>>;
339
339
  whenEach(tasks: IEnumerable_1<Task>): IAsyncEnumerable_1<Task>;
340
340
  whenEach(tasks: ReadOnlySpan_1<Task>): IAsyncEnumerable_1<Task>;
341
- whenEach(tasks: Task[]): IAsyncEnumerable_1<Task>;
342
- whenEach<TResult>(tasks: Task_1<TResult>[]): IAsyncEnumerable_1<Task_1<TResult>>;
341
+ whenEach(...tasks: Task[]): IAsyncEnumerable_1<Task>;
342
+ whenEach<TResult>(...tasks: Task_1<TResult>[]): IAsyncEnumerable_1<Task_1<TResult>>;
343
343
  yield_(): YieldAwaitable;
344
344
  };
345
345
 
@@ -743,8 +743,8 @@ export abstract class Parallel$instance {
743
743
  static forEachAsync<TSource>(source: IEnumerable_1<TSource>, body: Func_3<TSource, CancellationToken, ValueTask>): Task;
744
744
  static forEachAsync<TSource>(source: IEnumerable_1<TSource>, cancellationToken: CancellationToken, body: Func_3<TSource, CancellationToken, ValueTask>): Task;
745
745
  static forEachAsync<TSource>(source: IEnumerable_1<TSource>, parallelOptions: ParallelOptions, body: Func_3<TSource, CancellationToken, ValueTask>): Task;
746
- static invoke(actions: Action[]): void;
747
- static invoke(parallelOptions: ParallelOptions, actions: Action[]): void;
746
+ static invoke(...actions: Action[]): void;
747
+ static invoke(parallelOptions: ParallelOptions, ...actions: Action[]): void;
748
748
  }
749
749
 
750
750
 
@@ -133,7 +133,7 @@ export interface __DataflowMessageHeader$views {
133
133
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<DataflowMessageHeader>;
134
134
 
135
135
  // Structural method bridges for numeric interface constraints
136
- Equals(other: DataflowMessageHeader): boolean;
136
+ equals(other: DataflowMessageHeader): boolean;
137
137
  }
138
138
 
139
139
  export type DataflowMessageHeader = DataflowMessageHeader$instance & __DataflowMessageHeader$views;
@@ -0,0 +1,54 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Threading.Tasks.Dataflow
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Threading.Tasks.Dataflow/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { IAsyncEnumerable_1, IEnumerable_1, IList_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { Task, Task_1, TaskScheduler } from './System.Threading.Tasks/internal/index.js';
11
+ import type { CancellationToken } from './System.Threading/internal/index.js';
12
+ import type { Action_1, Boolean as ClrBoolean, Enum, Exception, Func_2, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, IObservable_1, IObserver_1, ISpanFormattable, Object as ClrObject, Predicate_1, String as ClrString, TimeSpan, Tuple_2, Tuple_3, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
13
+
14
+ // Public API exports (curated - no internal $instance/$views leakage)
15
+ export { DataflowBlock$instance as DataflowBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
16
+ export { DataflowBlockOptions as DataflowBlockOptions } from './System.Threading.Tasks.Dataflow/internal/index.js';
17
+ export { ExecutionDataflowBlockOptions as ExecutionDataflowBlockOptions } from './System.Threading.Tasks.Dataflow/internal/index.js';
18
+ export { GroupingDataflowBlockOptions as GroupingDataflowBlockOptions } from './System.Threading.Tasks.Dataflow/internal/index.js';
19
+ export { DataflowLinkOptions as DataflowLinkOptions } from './System.Threading.Tasks.Dataflow/internal/index.js';
20
+ export { DataflowMessageHeader as DataflowMessageHeader } from './System.Threading.Tasks.Dataflow/internal/index.js';
21
+ export { DataflowMessageStatus as DataflowMessageStatus } from './System.Threading.Tasks.Dataflow/internal/index.js';
22
+ export type IDataflowBlock = Internal.IDataflowBlock;
23
+ export type IPropagatorBlock<TInput, TOutput> = Internal.IPropagatorBlock_2<TInput, TOutput>;
24
+ export type IReceivableSourceBlock<TOutput> = Internal.IReceivableSourceBlock_1<TOutput>;
25
+ export type ISourceBlock<TOutput> = Internal.ISourceBlock_1<TOutput>;
26
+ export type ITargetBlock<TInput> = Internal.ITargetBlock_1<TInput>;
27
+ export { ActionBlock_1 as ActionBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
28
+ export { BatchBlock_1 as BatchBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
29
+ export { BroadcastBlock_1 as BroadcastBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
30
+ export { BufferBlock_1 as BufferBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
31
+ export { TransformBlock_2 as TransformBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
32
+ export { TransformManyBlock_2 as TransformManyBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
33
+ export { WriteOnceBlock_1 as WriteOnceBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
34
+
35
+ // Multi-arity family sentinel (detects unspecified type parameters)
36
+ declare const __unspecified: unique symbol;
37
+ export type __ = typeof __unspecified;
38
+
39
+ export type BatchedJoinBlock<
40
+ T1 = __,
41
+ T2 = __,
42
+ T3 = __,
43
+ > =
44
+ [T3] extends [__] ? Internal.BatchedJoinBlock_2<T1, T2> :
45
+ Internal.BatchedJoinBlock_3<T1, T2, T3>;
46
+
47
+ export type JoinBlock<
48
+ T1 = __,
49
+ T2 = __,
50
+ T3 = __,
51
+ > =
52
+ [T3] extends [__] ? Internal.JoinBlock_2<T1, T2> :
53
+ Internal.JoinBlock_3<T1, T2, T3>;
54
+
@@ -0,0 +1,25 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Threading.Tasks.Sources
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Threading.Tasks.Sources/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Action_1, Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int16, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
10
+
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { ValueTaskSourceOnCompletedFlags as ValueTaskSourceOnCompletedFlags } from './System.Threading.Tasks.Sources/internal/index.js';
13
+ export { ValueTaskSourceStatus as ValueTaskSourceStatus } from './System.Threading.Tasks.Sources/internal/index.js';
14
+ export { ManualResetValueTaskSourceCore_1 as ManualResetValueTaskSourceCore } from './System.Threading.Tasks.Sources/internal/index.js';
15
+
16
+ // Multi-arity family sentinel (detects unspecified type parameters)
17
+ declare const __unspecified: unique symbol;
18
+ export type __ = typeof __unspecified;
19
+
20
+ export type IValueTaskSource<
21
+ T1 = __,
22
+ > =
23
+ [T1] extends [__] ? Internal.IValueTaskSource :
24
+ Internal.IValueTaskSource_1<T1>;
25
+
@@ -0,0 +1,65 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Threading.Tasks
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Threading.Tasks/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { OrderablePartitioner_1, Partitioner_1 } from './System.Collections.Concurrent/internal/index.js';
10
+ import type { IAsyncEnumerable_1, IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
11
+ import type { IDictionary } from './System.Collections/internal/index.js';
12
+ import type { IBinaryInteger_1 } from './System.Numerics/internal/index.js';
13
+ import type { MethodBase } from './System.Reflection/internal/index.js';
14
+ import type { ConfiguredAsyncDisposable, ConfiguredCancelableAsyncEnumerable_1, ConfiguredTaskAwaitable, ConfiguredTaskAwaitable_1, ConfiguredValueTaskAwaitable, ConfiguredValueTaskAwaitable_1, TaskAwaiter, TaskAwaiter_1, ValueTaskAwaiter, ValueTaskAwaiter_1, YieldAwaitable } from './System.Runtime.CompilerServices/internal/index.js';
15
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
16
+ import type { IValueTaskSource, IValueTaskSource_1 } from './System.Threading.Tasks.Sources/internal/index.js';
17
+ import type { CancellationToken, WaitHandle } from './System.Threading/internal/index.js';
18
+ import type { Action, Action_1, Action_2, Action_3, AggregateException, AsyncCallback, Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1, Exception, Func_1, Func_2, Func_3, Func_4, Func_5, Func_6, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, OperationCanceledException, ReadOnlySpan_1, String as ClrString, TimeProvider, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
19
+
20
+ // Public API exports (curated - no internal $instance/$views leakage)
21
+ export { ConcurrentExclusiveSchedulerPair as ConcurrentExclusiveSchedulerPair } from './System.Threading.Tasks/internal/index.js';
22
+ export { ConfigureAwaitOptions as ConfigureAwaitOptions } from './System.Threading.Tasks/internal/index.js';
23
+ export { TaskStatus as TaskStatus } from './System.Threading.Tasks/internal/index.js';
24
+ export { TaskCreationOptions as TaskCreationOptions } from './System.Threading.Tasks/internal/index.js';
25
+ export { TaskContinuationOptions as TaskContinuationOptions } from './System.Threading.Tasks/internal/index.js';
26
+ export { TaskAsyncEnumerableExtensions$instance as TaskAsyncEnumerableExtensions } from './System.Threading.Tasks/internal/index.js';
27
+ export { TaskCanceledException as TaskCanceledException } from './System.Threading.Tasks/internal/index.js';
28
+ export { TaskExtensions$instance as TaskExtensions } from './System.Threading.Tasks/internal/index.js';
29
+ export { TaskScheduler as TaskScheduler } from './System.Threading.Tasks/internal/index.js';
30
+ export { UnobservedTaskExceptionEventArgs as UnobservedTaskExceptionEventArgs } from './System.Threading.Tasks/internal/index.js';
31
+ export { TaskSchedulerException as TaskSchedulerException } from './System.Threading.Tasks/internal/index.js';
32
+ export { TaskToAsyncResult$instance as TaskToAsyncResult } from './System.Threading.Tasks/internal/index.js';
33
+ export { ParallelOptions as ParallelOptions } from './System.Threading.Tasks/internal/index.js';
34
+ export { Parallel$instance as Parallel } from './System.Threading.Tasks/internal/index.js';
35
+ export { ParallelLoopState as ParallelLoopState } from './System.Threading.Tasks/internal/index.js';
36
+ export { ParallelLoopResult as ParallelLoopResult } from './System.Threading.Tasks/internal/index.js';
37
+
38
+ // Multi-arity family sentinel (detects unspecified type parameters)
39
+ declare const __unspecified: unique symbol;
40
+ export type __ = typeof __unspecified;
41
+
42
+ export type Task<
43
+ T1 = __,
44
+ > =
45
+ [T1] extends [__] ? Internal.Task :
46
+ Internal.Task_1<T1>;
47
+
48
+ export type TaskCompletionSource<
49
+ T1 = __,
50
+ > =
51
+ [T1] extends [__] ? Internal.TaskCompletionSource :
52
+ Internal.TaskCompletionSource_1<T1>;
53
+
54
+ export type TaskFactory<
55
+ T1 = __,
56
+ > =
57
+ [T1] extends [__] ? Internal.TaskFactory :
58
+ Internal.TaskFactory_1<T1>;
59
+
60
+ export type ValueTask<
61
+ T1 = __,
62
+ > =
63
+ [T1] extends [__] ? Internal.ValueTask :
64
+ Internal.ValueTask_1<T1>;
65
+