@tsonic/dotnet 10.0.4 → 10.0.9

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 (128) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +10 -0
  2. package/Microsoft.VisualBasic/internal/index.d.ts +42 -0
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +60 -0
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +12 -0
  5. package/Microsoft.Win32/internal/index.d.ts +5 -3
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +68 -0
  7. package/System/internal/index.d.ts +1438 -161
  8. package/System.Buffers/internal/index.d.ts +42 -6
  9. package/System.CodeDom.Compiler/internal/index.d.ts +7 -0
  10. package/System.Collections/internal/index.d.ts +109 -27
  11. package/System.Collections.Concurrent/internal/index.d.ts +52 -3
  12. package/System.Collections.Frozen/internal/index.d.ts +37 -0
  13. package/System.Collections.Generic/internal/index.d.ts +422 -33
  14. package/System.Collections.Immutable/internal/index.d.ts +193 -2
  15. package/System.Collections.ObjectModel/internal/index.d.ts +98 -6
  16. package/System.Collections.Specialized/internal/index.d.ts +72 -10
  17. package/System.ComponentModel/internal/index.d.ts +392 -23
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +79 -3
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
  20. package/System.ComponentModel.Design/internal/index.d.ts +120 -3
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +40 -0
  22. package/System.Data/internal/index.d.ts +273 -20
  23. package/System.Data.Common/internal/index.d.ts +146 -32
  24. package/System.Data.SqlTypes/internal/index.d.ts +147 -48
  25. package/System.Diagnostics/internal/index.d.ts +213 -13
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +28 -0
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +37 -3
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +30 -0
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +56 -6
  31. package/System.Drawing/internal/index.d.ts +38 -0
  32. package/System.Dynamic/internal/index.d.ts +50 -5
  33. package/System.Formats.Asn1/internal/index.d.ts +19 -3
  34. package/System.Formats.Tar/internal/index.d.ts +26 -6
  35. package/System.Globalization/internal/index.d.ts +116 -20
  36. package/System.IO/internal/index.d.ts +141 -18
  37. package/System.IO.Compression/internal/index.d.ts +46 -9
  38. package/System.IO.Enumeration/internal/index.d.ts +13 -0
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +18 -3
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +13 -0
  41. package/System.IO.Pipelines/internal/index.d.ts +22 -2
  42. package/System.IO.Pipes/internal/index.d.ts +31 -0
  43. package/System.Linq/internal/index.d.ts +55 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +103 -18
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
  46. package/System.Net/internal/index.d.ts +202 -21
  47. package/System.Net.Cache/internal/index.d.ts +4 -0
  48. package/System.Net.Http/internal/index.d.ts +103 -0
  49. package/System.Net.Http.Headers/internal/index.d.ts +151 -60
  50. package/System.Net.Http.Json/internal/index.d.ts +4 -0
  51. package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
  52. package/System.Net.Mail/internal/index.d.ts +88 -9
  53. package/System.Net.Mime/internal/index.d.ts +4 -0
  54. package/System.Net.NetworkInformation/internal/index.d.ts +89 -0
  55. package/System.Net.Quic/internal/index.d.ts +31 -6
  56. package/System.Net.Security/internal/index.d.ts +40 -3
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
  58. package/System.Net.Sockets/internal/index.d.ts +59 -6
  59. package/System.Net.WebSockets/internal/index.d.ts +32 -3
  60. package/System.Numerics/internal/index.d.ts +173 -7
  61. package/System.Reflection/internal/index.d.ts +202 -30
  62. package/System.Reflection.Emit/internal/index.d.ts +80 -9
  63. package/System.Reflection.Metadata/internal/index.d.ts +650 -5
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +80 -0
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +39 -3
  66. package/System.Resources/internal/index.d.ts +35 -1
  67. package/System.Runtime/internal/index.d.ts +18 -6
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +330 -33
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
  71. package/System.Runtime.InteropServices/internal/index.d.ts +268 -14
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +82 -0
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +59 -3
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +82 -12
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +56 -12
  79. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
  80. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
  81. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
  82. package/System.Runtime.Loader/internal/index.d.ts +9 -3
  83. package/System.Runtime.Remoting/internal/index.d.ts +2 -0
  84. package/System.Runtime.Serialization/internal/index.d.ts +111 -9
  85. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
  86. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
  87. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
  88. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -0
  89. package/System.Runtime.Versioning/internal/index.d.ts +28 -0
  90. package/System.Security/internal/index.d.ts +46 -6
  91. package/System.Security.AccessControl/internal/index.d.ts +116 -2
  92. package/System.Security.Authentication/internal/index.d.ts +8 -0
  93. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +16 -5
  94. package/System.Security.Claims/internal/index.d.ts +12 -6
  95. package/System.Security.Cryptography/internal/index.d.ts +568 -42
  96. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +114 -9
  97. package/System.Security.Permissions/internal/index.d.ts +6 -0
  98. package/System.Security.Policy/internal/index.d.ts +7 -0
  99. package/System.Security.Principal/internal/index.d.ts +42 -5
  100. package/System.Text/internal/index.d.ts +108 -8
  101. package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
  102. package/System.Text.Json/internal/index.d.ts +53 -6
  103. package/System.Text.Json.Nodes/internal/index.d.ts +21 -0
  104. package/System.Text.Json.Schema/internal/index.d.ts +4 -0
  105. package/System.Text.Json.Serialization/internal/index.d.ts +64 -0
  106. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +27 -3
  107. package/System.Text.RegularExpressions/internal/index.d.ts +75 -3
  108. package/System.Text.Unicode/internal/index.d.ts +4 -0
  109. package/System.Threading/internal/index.d.ts +186 -24
  110. package/System.Threading.Channels/internal/index.d.ts +20 -0
  111. package/System.Threading.Tasks/internal/index.d.ts +48 -6
  112. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +99 -0
  113. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -0
  114. package/System.Timers/internal/index.d.ts +11 -3
  115. package/System.Transactions/internal/index.d.ts +76 -15
  116. package/System.Web/internal/index.d.ts +4 -0
  117. package/System.Windows.Input/internal/index.d.ts +2 -0
  118. package/System.Windows.Markup/internal/index.d.ts +2 -0
  119. package/System.Xml/internal/index.d.ts +245 -20
  120. package/System.Xml.Linq/internal/index.d.ts +73 -17
  121. package/System.Xml.Resolvers/internal/index.d.ts +2 -0
  122. package/System.Xml.Schema/internal/index.d.ts +171 -0
  123. package/System.Xml.Serialization/internal/index.d.ts +141 -0
  124. package/System.Xml.XPath/internal/index.d.ts +27 -8
  125. package/System.Xml.Xsl/internal/index.d.ts +27 -0
  126. package/System.Xml.Xsl.Runtime/internal/index.d.ts +112 -0
  127. package/__internal/extensions/index.d.ts +2143 -1955
  128. package/package.json +2 -2
@@ -83,6 +83,8 @@ export enum JsonUnmappedMemberHandling {
83
83
 
84
84
 
85
85
  export interface IJsonOnDeserialized$instance {
86
+ readonly __tsonic_iface_System_Text_Json_Serialization_IJsonOnDeserialized: never;
87
+
86
88
  OnDeserialized(): void;
87
89
  }
88
90
 
@@ -90,6 +92,8 @@ export interface IJsonOnDeserialized$instance {
90
92
  export type IJsonOnDeserialized = IJsonOnDeserialized$instance;
91
93
 
92
94
  export interface IJsonOnDeserializing$instance {
95
+ readonly __tsonic_iface_System_Text_Json_Serialization_IJsonOnDeserializing: never;
96
+
93
97
  OnDeserializing(): void;
94
98
  }
95
99
 
@@ -97,6 +101,8 @@ export interface IJsonOnDeserializing$instance {
97
101
  export type IJsonOnDeserializing = IJsonOnDeserializing$instance;
98
102
 
99
103
  export interface IJsonOnSerialized$instance {
104
+ readonly __tsonic_iface_System_Text_Json_Serialization_IJsonOnSerialized: never;
105
+
100
106
  OnSerialized(): void;
101
107
  }
102
108
 
@@ -104,6 +110,8 @@ export interface IJsonOnSerialized$instance {
104
110
  export type IJsonOnSerialized = IJsonOnSerialized$instance;
105
111
 
106
112
  export interface IJsonOnSerializing$instance {
113
+ readonly __tsonic_iface_System_Text_Json_Serialization_IJsonOnSerializing: never;
114
+
107
115
  OnSerializing(): void;
108
116
  }
109
117
 
@@ -111,6 +119,8 @@ export interface IJsonOnSerializing$instance {
111
119
  export type IJsonOnSerializing = IJsonOnSerializing$instance;
112
120
 
113
121
  export interface JsonAttribute$instance extends Attribute {
122
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonAttribute: never;
123
+
114
124
  }
115
125
 
116
126
 
@@ -121,6 +131,8 @@ export const JsonAttribute: (abstract new() => JsonAttribute) & {
121
131
  export type JsonAttribute = JsonAttribute$instance;
122
132
 
123
133
  export interface JsonConstructorAttribute$instance extends JsonAttribute {
134
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonConstructorAttribute: never;
135
+
124
136
  }
125
137
 
126
138
 
@@ -132,6 +144,8 @@ export const JsonConstructorAttribute: {
132
144
  export type JsonConstructorAttribute = JsonConstructorAttribute$instance;
133
145
 
134
146
  export interface JsonConverter$instance {
147
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonConverter: never;
148
+
135
149
  readonly Type: Type | Type | undefined;
136
150
  CanConvert(typeToConvert: Type): boolean;
137
151
  }
@@ -144,6 +158,8 @@ export const JsonConverter: {
144
158
  export type JsonConverter = JsonConverter$instance;
145
159
 
146
160
  export interface JsonConverter_1$instance<T> extends JsonConverter {
161
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonConverter_1: never;
162
+
147
163
  readonly HandleNull: boolean;
148
164
  readonly Type: Type | Type | undefined;
149
165
  CanConvert(typeToConvert: Type): boolean;
@@ -161,6 +177,8 @@ export const JsonConverter_1: (abstract new<T>() => JsonConverter_1<T>) & {
161
177
  export type JsonConverter_1<T> = JsonConverter_1$instance<T>;
162
178
 
163
179
  export interface JsonConverterAttribute$instance extends JsonAttribute {
180
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonConverterAttribute: never;
181
+
164
182
  readonly ConverterType: Type | undefined;
165
183
  CreateConverter(typeToConvert: Type): JsonConverter | undefined;
166
184
  }
@@ -174,6 +192,8 @@ export const JsonConverterAttribute: {
174
192
  export type JsonConverterAttribute = JsonConverterAttribute$instance;
175
193
 
176
194
  export interface JsonConverterFactory$instance extends JsonConverter {
195
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonConverterFactory: never;
196
+
177
197
  readonly Type: Type | undefined;
178
198
  CreateConverter(typeToConvert: Type, options: JsonSerializerOptions): JsonConverter | undefined;
179
199
  }
@@ -186,6 +206,8 @@ export const JsonConverterFactory: (abstract new() => JsonConverterFactory) & {
186
206
  export type JsonConverterFactory = JsonConverterFactory$instance;
187
207
 
188
208
  export interface JsonDerivedTypeAttribute$instance extends JsonAttribute {
209
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonDerivedTypeAttribute: never;
210
+
189
211
  readonly DerivedType: Type;
190
212
  readonly TypeDiscriminator: unknown | undefined;
191
213
  }
@@ -201,6 +223,8 @@ export const JsonDerivedTypeAttribute: {
201
223
  export type JsonDerivedTypeAttribute = JsonDerivedTypeAttribute$instance;
202
224
 
203
225
  export interface JsonExtensionDataAttribute$instance extends JsonAttribute {
226
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonExtensionDataAttribute: never;
227
+
204
228
  }
205
229
 
206
230
 
@@ -212,6 +236,8 @@ export const JsonExtensionDataAttribute: {
212
236
  export type JsonExtensionDataAttribute = JsonExtensionDataAttribute$instance;
213
237
 
214
238
  export interface JsonIgnoreAttribute$instance extends JsonAttribute {
239
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonIgnoreAttribute: never;
240
+
215
241
  Condition: JsonIgnoreCondition;
216
242
  }
217
243
 
@@ -224,6 +250,8 @@ export const JsonIgnoreAttribute: {
224
250
  export type JsonIgnoreAttribute = JsonIgnoreAttribute$instance;
225
251
 
226
252
  export interface JsonIncludeAttribute$instance extends JsonAttribute {
253
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonIncludeAttribute: never;
254
+
227
255
  }
228
256
 
229
257
 
@@ -235,6 +263,8 @@ export const JsonIncludeAttribute: {
235
263
  export type JsonIncludeAttribute = JsonIncludeAttribute$instance;
236
264
 
237
265
  export interface JsonNumberEnumConverter_1$instance<TEnum extends number> extends JsonConverterFactory {
266
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonNumberEnumConverter_1: never;
267
+
238
268
  CanConvert(typeToConvert: Type): boolean;
239
269
  CreateConverter(typeToConvert: Type, options: JsonSerializerOptions): JsonConverter | undefined;
240
270
  }
@@ -248,6 +278,8 @@ export const JsonNumberEnumConverter_1: {
248
278
  export type JsonNumberEnumConverter_1<TEnum extends number> = JsonNumberEnumConverter_1$instance<TEnum>;
249
279
 
250
280
  export interface JsonNumberHandlingAttribute$instance extends JsonAttribute {
281
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonNumberHandlingAttribute: never;
282
+
251
283
  readonly Handling: JsonNumberHandling;
252
284
  }
253
285
 
@@ -260,6 +292,8 @@ export const JsonNumberHandlingAttribute: {
260
292
  export type JsonNumberHandlingAttribute = JsonNumberHandlingAttribute$instance;
261
293
 
262
294
  export interface JsonObjectCreationHandlingAttribute$instance extends JsonAttribute {
295
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonObjectCreationHandlingAttribute: never;
296
+
263
297
  readonly Handling: JsonObjectCreationHandling;
264
298
  }
265
299
 
@@ -272,6 +306,8 @@ export const JsonObjectCreationHandlingAttribute: {
272
306
  export type JsonObjectCreationHandlingAttribute = JsonObjectCreationHandlingAttribute$instance;
273
307
 
274
308
  export interface JsonPolymorphicAttribute$instance extends JsonAttribute {
309
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonPolymorphicAttribute: never;
310
+
275
311
  IgnoreUnrecognizedTypeDiscriminators: boolean;
276
312
  get TypeDiscriminatorPropertyName(): string | undefined;
277
313
  set TypeDiscriminatorPropertyName(value: string | undefined);
@@ -287,6 +323,8 @@ export const JsonPolymorphicAttribute: {
287
323
  export type JsonPolymorphicAttribute = JsonPolymorphicAttribute$instance;
288
324
 
289
325
  export interface JsonPropertyNameAttribute$instance extends JsonAttribute {
326
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonPropertyNameAttribute: never;
327
+
290
328
  readonly Name: string;
291
329
  }
292
330
 
@@ -299,6 +337,8 @@ export const JsonPropertyNameAttribute: {
299
337
  export type JsonPropertyNameAttribute = JsonPropertyNameAttribute$instance;
300
338
 
301
339
  export interface JsonPropertyOrderAttribute$instance extends JsonAttribute {
340
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonPropertyOrderAttribute: never;
341
+
302
342
  readonly Order: int;
303
343
  }
304
344
 
@@ -311,6 +351,8 @@ export const JsonPropertyOrderAttribute: {
311
351
  export type JsonPropertyOrderAttribute = JsonPropertyOrderAttribute$instance;
312
352
 
313
353
  export interface JsonRequiredAttribute$instance extends JsonAttribute {
354
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonRequiredAttribute: never;
355
+
314
356
  }
315
357
 
316
358
 
@@ -322,6 +364,8 @@ export const JsonRequiredAttribute: {
322
364
  export type JsonRequiredAttribute = JsonRequiredAttribute$instance;
323
365
 
324
366
  export interface JsonSerializableAttribute$instance extends JsonAttribute {
367
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonSerializableAttribute: never;
368
+
325
369
  GenerationMode: JsonSourceGenerationMode;
326
370
  get TypeInfoPropertyName(): string | undefined;
327
371
  set TypeInfoPropertyName(value: string | undefined);
@@ -336,6 +380,10 @@ export const JsonSerializableAttribute: {
336
380
  export type JsonSerializableAttribute = JsonSerializableAttribute$instance;
337
381
 
338
382
  export interface JsonSerializerContext$instance {
383
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonSerializerContext: never;
384
+
385
+ readonly __tsonic_iface_System_Text_Json_Serialization_Metadata_IJsonTypeInfoResolver: never;
386
+
339
387
  readonly GeneratedSerializerOptions: JsonSerializerOptions | undefined;
340
388
  readonly Options: JsonSerializerOptions;
341
389
  GetTypeInfo(type: Type): JsonTypeInfo | undefined;
@@ -354,6 +402,8 @@ export type JsonSerializerContext = JsonSerializerContext$instance & __JsonSeria
354
402
 
355
403
 
356
404
  export interface JsonSourceGenerationOptionsAttribute$instance extends JsonAttribute {
405
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonSourceGenerationOptionsAttribute: never;
406
+
357
407
  AllowDuplicateProperties: boolean;
358
408
  AllowOutOfOrderMetadataProperties: boolean;
359
409
  AllowTrailingCommas: boolean;
@@ -395,6 +445,8 @@ export const JsonSourceGenerationOptionsAttribute: {
395
445
  export type JsonSourceGenerationOptionsAttribute = JsonSourceGenerationOptionsAttribute$instance;
396
446
 
397
447
  export interface JsonStringEnumConverter$instance extends JsonConverterFactory {
448
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonStringEnumConverter: never;
449
+
398
450
  CanConvert(typeToConvert: Type): boolean;
399
451
  CreateConverter(typeToConvert: Type, options: JsonSerializerOptions): JsonConverter;
400
452
  }
@@ -409,6 +461,8 @@ export const JsonStringEnumConverter: {
409
461
  export type JsonStringEnumConverter = JsonStringEnumConverter$instance;
410
462
 
411
463
  export interface JsonStringEnumConverter_1$instance<TEnum extends number> extends JsonConverterFactory {
464
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonStringEnumConverter_1: never;
465
+
412
466
  CanConvert(typeToConvert: Type): boolean;
413
467
  CreateConverter(typeToConvert: Type, options: JsonSerializerOptions): JsonConverter | undefined;
414
468
  }
@@ -423,6 +477,8 @@ export const JsonStringEnumConverter_1: {
423
477
  export type JsonStringEnumConverter_1<TEnum extends number> = JsonStringEnumConverter_1$instance<TEnum>;
424
478
 
425
479
  export interface JsonStringEnumMemberNameAttribute$instance extends Attribute {
480
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonStringEnumMemberNameAttribute: never;
481
+
426
482
  readonly Name: string;
427
483
  }
428
484
 
@@ -435,6 +491,8 @@ export const JsonStringEnumMemberNameAttribute: {
435
491
  export type JsonStringEnumMemberNameAttribute = JsonStringEnumMemberNameAttribute$instance;
436
492
 
437
493
  export interface JsonUnmappedMemberHandlingAttribute$instance extends JsonAttribute {
494
+ readonly __tsonic_type_System_Text_Json_Serialization_JsonUnmappedMemberHandlingAttribute: never;
495
+
438
496
  readonly UnmappedMemberHandling: JsonUnmappedMemberHandling;
439
497
  }
440
498
 
@@ -447,6 +505,8 @@ export const JsonUnmappedMemberHandlingAttribute: {
447
505
  export type JsonUnmappedMemberHandlingAttribute = JsonUnmappedMemberHandlingAttribute$instance;
448
506
 
449
507
  export interface ReferenceHandler$instance {
508
+ readonly __tsonic_type_System_Text_Json_Serialization_ReferenceHandler: never;
509
+
450
510
  CreateResolver(): ReferenceResolver;
451
511
  }
452
512
 
@@ -460,6 +520,8 @@ export const ReferenceHandler: (abstract new() => ReferenceHandler) & {
460
520
  export type ReferenceHandler = ReferenceHandler$instance;
461
521
 
462
522
  export interface ReferenceHandler_1$instance<T extends ReferenceResolver> extends ReferenceHandler {
523
+ readonly __tsonic_type_System_Text_Json_Serialization_ReferenceHandler_1: never;
524
+
463
525
  CreateResolver(): ReferenceResolver;
464
526
  }
465
527
 
@@ -472,6 +534,8 @@ export const ReferenceHandler_1: {
472
534
  export type ReferenceHandler_1<T extends ReferenceResolver> = ReferenceHandler_1$instance<T>;
473
535
 
474
536
  export interface ReferenceResolver$instance {
537
+ readonly __tsonic_type_System_Text_Json_Serialization_ReferenceResolver: never;
538
+
475
539
  AddReference(referenceId: string, value: unknown): void;
476
540
  GetReference(value: unknown, alreadyExists: boolean): string;
477
541
  ResolveReference(referenceId: string): unknown;
@@ -25,6 +25,8 @@ export enum JsonTypeInfoKind {
25
25
 
26
26
 
27
27
  export interface IJsonTypeInfoResolver$instance {
28
+ readonly __tsonic_iface_System_Text_Json_Serialization_Metadata_IJsonTypeInfoResolver: never;
29
+
28
30
  GetTypeInfo(type: Type, options: JsonSerializerOptions): JsonTypeInfo;
29
31
  }
30
32
 
@@ -32,6 +34,8 @@ export interface IJsonTypeInfoResolver$instance {
32
34
  export type IJsonTypeInfoResolver = IJsonTypeInfoResolver$instance;
33
35
 
34
36
  export interface JsonDerivedType$instance {
37
+ readonly __tsonic_type_System_Text_Json_Serialization_Metadata_JsonDerivedType: never;
38
+
35
39
  readonly DerivedType: Type;
36
40
  readonly TypeDiscriminator: unknown | undefined;
37
41
  }
@@ -46,7 +50,11 @@ export const JsonDerivedType: {
46
50
 
47
51
  export type JsonDerivedType = JsonDerivedType$instance;
48
52
 
49
- export interface DefaultJsonTypeInfoResolver$instance {
53
+ export interface DefaultJsonTypeInfoResolver$instance extends IJsonTypeInfoResolver$instance {
54
+ readonly __tsonic_type_System_Text_Json_Serialization_Metadata_DefaultJsonTypeInfoResolver: never;
55
+
56
+ readonly __tsonic_iface_System_Text_Json_Serialization_Metadata_IJsonTypeInfoResolver: never;
57
+
50
58
  readonly Modifiers: IList_1<Action_1<JsonTypeInfo>>;
51
59
  GetTypeInfo(type: Type, options: JsonSerializerOptions): JsonTypeInfo;
52
60
  }
@@ -61,12 +69,12 @@ export interface __DefaultJsonTypeInfoResolver$views {
61
69
  As_IJsonTypeInfoResolver(): IJsonTypeInfoResolver$instance;
62
70
  }
63
71
 
64
- export interface DefaultJsonTypeInfoResolver$instance extends IJsonTypeInfoResolver$instance {}
65
-
66
72
  export type DefaultJsonTypeInfoResolver = DefaultJsonTypeInfoResolver$instance & __DefaultJsonTypeInfoResolver$views;
67
73
 
68
74
 
69
75
  export interface JsonCollectionInfoValues_1$instance<TCollection> {
76
+ readonly __tsonic_type_System_Text_Json_Serialization_Metadata_JsonCollectionInfoValues_1: never;
77
+
70
78
  ElementInfo: JsonTypeInfo;
71
79
  get KeyInfo(): JsonTypeInfo | undefined;
72
80
  set KeyInfo(value: JsonTypeInfo | undefined);
@@ -86,6 +94,8 @@ export const JsonCollectionInfoValues_1: {
86
94
  export type JsonCollectionInfoValues_1<TCollection> = JsonCollectionInfoValues_1$instance<TCollection>;
87
95
 
88
96
  export interface JsonObjectInfoValues_1$instance<T> {
97
+ readonly __tsonic_type_System_Text_Json_Serialization_Metadata_JsonObjectInfoValues_1: never;
98
+
89
99
  get ConstructorAttributeProviderFactory(): Func_1<ICustomAttributeProvider> | undefined;
90
100
  set ConstructorAttributeProviderFactory(value: Func_1<ICustomAttributeProvider> | undefined);
91
101
  get ConstructorParameterMetadataInitializer(): Func_1<JsonParameterInfoValues[]> | undefined;
@@ -110,6 +120,8 @@ export const JsonObjectInfoValues_1: {
110
120
  export type JsonObjectInfoValues_1<T> = JsonObjectInfoValues_1$instance<T>;
111
121
 
112
122
  export interface JsonParameterInfo$instance {
123
+ readonly __tsonic_type_System_Text_Json_Serialization_Metadata_JsonParameterInfo: never;
124
+
113
125
  readonly AttributeProvider: ICustomAttributeProvider | undefined;
114
126
  readonly DeclaringType: Type;
115
127
  readonly DefaultValue: unknown | undefined;
@@ -129,6 +141,8 @@ export const JsonParameterInfo: {
129
141
  export type JsonParameterInfo = JsonParameterInfo$instance;
130
142
 
131
143
  export interface JsonParameterInfoValues$instance {
144
+ readonly __tsonic_type_System_Text_Json_Serialization_Metadata_JsonParameterInfoValues: never;
145
+
132
146
  get DefaultValue(): unknown | undefined;
133
147
  set DefaultValue(value: unknown | undefined);
134
148
  HasDefaultValue: boolean;
@@ -148,6 +162,8 @@ export const JsonParameterInfoValues: {
148
162
  export type JsonParameterInfoValues = JsonParameterInfoValues$instance;
149
163
 
150
164
  export interface JsonPolymorphismOptions$instance {
165
+ readonly __tsonic_type_System_Text_Json_Serialization_Metadata_JsonPolymorphismOptions: never;
166
+
151
167
  readonly DerivedTypes: IList_1<JsonDerivedType>;
152
168
  IgnoreUnrecognizedTypeDiscriminators: boolean;
153
169
  TypeDiscriminatorPropertyName: string;
@@ -163,6 +179,8 @@ export const JsonPolymorphismOptions: {
163
179
  export type JsonPolymorphismOptions = JsonPolymorphismOptions$instance;
164
180
 
165
181
  export interface JsonPropertyInfo$instance {
182
+ readonly __tsonic_type_System_Text_Json_Serialization_Metadata_JsonPropertyInfo: never;
183
+
166
184
  get AssociatedParameter(): JsonParameterInfo | undefined;
167
185
  set AssociatedParameter(value: JsonParameterInfo | undefined);
168
186
  get AttributeProvider(): ICustomAttributeProvider | undefined;
@@ -196,6 +214,8 @@ export const JsonPropertyInfo: {
196
214
  export type JsonPropertyInfo = JsonPropertyInfo$instance;
197
215
 
198
216
  export interface JsonPropertyInfoValues_1$instance<T> {
217
+ readonly __tsonic_type_System_Text_Json_Serialization_Metadata_JsonPropertyInfoValues_1: never;
218
+
199
219
  get AttributeProviderFactory(): Func_1<ICustomAttributeProvider> | undefined;
200
220
  set AttributeProviderFactory(value: Func_1<ICustomAttributeProvider> | undefined);
201
221
  get Converter(): JsonConverter_1<T> | undefined;
@@ -227,6 +247,8 @@ export const JsonPropertyInfoValues_1: {
227
247
  export type JsonPropertyInfoValues_1<T> = JsonPropertyInfoValues_1$instance<T>;
228
248
 
229
249
  export interface JsonTypeInfo$instance {
250
+ readonly __tsonic_type_System_Text_Json_Serialization_Metadata_JsonTypeInfo: never;
251
+
230
252
  get ConstructorAttributeProvider(): ICustomAttributeProvider | undefined;
231
253
  set ConstructorAttributeProvider(value: ICustomAttributeProvider | undefined);
232
254
  readonly Converter: JsonConverter;
@@ -268,6 +290,8 @@ export const JsonTypeInfo: {
268
290
  export type JsonTypeInfo = JsonTypeInfo$instance;
269
291
 
270
292
  export interface JsonTypeInfo_1$instance<T> extends JsonTypeInfo {
293
+ readonly __tsonic_type_System_Text_Json_Serialization_Metadata_JsonTypeInfo_1: never;
294
+
271
295
  get CreateObject(): Func_1<T> | undefined;
272
296
  set CreateObject(value: Func_1<T> | undefined);
273
297
  get SerializeHandler(): Action_2<Utf8JsonWriter, T> | undefined;
@@ -75,6 +75,12 @@ export type MatchEvaluator = (match: Match) => string;
75
75
 
76
76
 
77
77
  export interface Regex_ValueMatchEnumerator$instance {
78
+ readonly __tsonic_type_System_Text_RegularExpressions_Regex_ValueMatchEnumerator: never;
79
+
80
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
81
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
82
+ readonly __tsonic_iface_System_IDisposable: never;
83
+
78
84
  readonly Current: ValueMatch;
79
85
  GetEnumerator(): Regex_ValueMatchEnumerator;
80
86
  MoveNext(): boolean;
@@ -96,6 +102,12 @@ export type Regex_ValueMatchEnumerator = Regex_ValueMatchEnumerator$instance & _
96
102
 
97
103
 
98
104
  export interface Regex_ValueSplitEnumerator$instance {
105
+ readonly __tsonic_type_System_Text_RegularExpressions_Regex_ValueSplitEnumerator: never;
106
+
107
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
108
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
109
+ readonly __tsonic_iface_System_IDisposable: never;
110
+
99
111
  readonly Current: Range;
100
112
  GetEnumerator(): Regex_ValueSplitEnumerator;
101
113
  MoveNext(): boolean;
@@ -117,6 +129,8 @@ export type Regex_ValueSplitEnumerator = Regex_ValueSplitEnumerator$instance & _
117
129
 
118
130
 
119
131
  export interface ValueMatch$instance {
132
+ readonly __tsonic_type_System_Text_RegularExpressions_ValueMatch: never;
133
+
120
134
  readonly Index: int;
121
135
  readonly Length: int;
122
136
  }
@@ -130,6 +144,8 @@ export const ValueMatch: {
130
144
  export type ValueMatch = ValueMatch$instance;
131
145
 
132
146
  export interface Capture$instance {
147
+ readonly __tsonic_type_System_Text_RegularExpressions_Capture: never;
148
+
133
149
  Index: int;
134
150
  Length: int;
135
151
  readonly Value: string;
@@ -145,6 +161,17 @@ export const Capture: {
145
161
  export type Capture = Capture$instance;
146
162
 
147
163
  export interface CaptureCollection$instance {
164
+ readonly __tsonic_type_System_Text_RegularExpressions_CaptureCollection: never;
165
+
166
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
167
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
168
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
169
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
170
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
171
+ readonly __tsonic_iface_System_Collections_ICollection: never;
172
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
173
+ readonly __tsonic_iface_System_Collections_IList: never;
174
+
148
175
  readonly Count: int;
149
176
  readonly IsReadOnly: boolean;
150
177
  readonly IsSynchronized: boolean;
@@ -174,6 +201,8 @@ export type CaptureCollection = CaptureCollection$instance & __CaptureCollection
174
201
 
175
202
 
176
203
  export interface GeneratedRegexAttribute$instance extends Attribute {
204
+ readonly __tsonic_type_System_Text_RegularExpressions_GeneratedRegexAttribute: never;
205
+
177
206
  readonly CultureName: string;
178
207
  readonly MatchTimeoutMilliseconds: int;
179
208
  readonly Options: RegexOptions;
@@ -193,6 +222,8 @@ export const GeneratedRegexAttribute: {
193
222
  export type GeneratedRegexAttribute = GeneratedRegexAttribute$instance;
194
223
 
195
224
  export interface Group$instance extends Capture {
225
+ readonly __tsonic_type_System_Text_RegularExpressions_Group: never;
226
+
196
227
  readonly Captures: CaptureCollection;
197
228
  readonly Name: string;
198
229
  readonly Success: boolean;
@@ -207,6 +238,18 @@ export const Group: {
207
238
  export type Group = Group$instance;
208
239
 
209
240
  export interface GroupCollection$instance {
241
+ readonly __tsonic_type_System_Text_RegularExpressions_GroupCollection: never;
242
+
243
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
244
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
245
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
246
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
247
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
248
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
249
+ readonly __tsonic_iface_System_Collections_ICollection: never;
250
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
251
+ readonly __tsonic_iface_System_Collections_IList: never;
252
+
210
253
  readonly Count: int;
211
254
  readonly IsReadOnly: boolean;
212
255
  readonly IsSynchronized: boolean;
@@ -242,6 +285,8 @@ export type GroupCollection = GroupCollection$instance & __GroupCollection$views
242
285
 
243
286
 
244
287
  export interface Match$instance extends Group {
288
+ readonly __tsonic_type_System_Text_RegularExpressions_Match: never;
289
+
245
290
  readonly Groups: GroupCollection;
246
291
  NextMatch(): Match;
247
292
  Result(replacement: string): string;
@@ -256,6 +301,17 @@ export const Match: {
256
301
  export type Match = Match$instance;
257
302
 
258
303
  export interface MatchCollection$instance {
304
+ readonly __tsonic_type_System_Text_RegularExpressions_MatchCollection: never;
305
+
306
+ readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
307
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
308
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
309
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
310
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
311
+ readonly __tsonic_iface_System_Collections_ICollection: never;
312
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
313
+ readonly __tsonic_iface_System_Collections_IList: never;
314
+
259
315
  readonly Count: int;
260
316
  readonly IsReadOnly: boolean;
261
317
  readonly IsSynchronized: boolean;
@@ -284,7 +340,11 @@ export interface __MatchCollection$views {
284
340
  export type MatchCollection = MatchCollection$instance & __MatchCollection$views;
285
341
 
286
342
 
287
- export interface Regex$instance {
343
+ export interface Regex$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
344
+ readonly __tsonic_type_System_Text_RegularExpressions_Regex: never;
345
+
346
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
347
+
288
348
  readonly MatchTimeout: TimeSpan;
289
349
  readonly Options: RegexOptions;
290
350
  readonly RightToLeft: boolean;
@@ -374,12 +434,12 @@ export interface __Regex$views {
374
434
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
375
435
  }
376
436
 
377
- export interface Regex$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
378
-
379
437
  export type Regex = Regex$instance & __Regex$views;
380
438
 
381
439
 
382
440
  export interface RegexCompilationInfo$instance {
441
+ readonly __tsonic_type_System_Text_RegularExpressions_RegexCompilationInfo: never;
442
+
383
443
  IsPublic: boolean;
384
444
  MatchTimeout: TimeSpan;
385
445
  Name: string;
@@ -398,6 +458,10 @@ export const RegexCompilationInfo: {
398
458
  export type RegexCompilationInfo = RegexCompilationInfo$instance;
399
459
 
400
460
  export interface RegexMatchTimeoutException$instance extends TimeoutException {
461
+ readonly __tsonic_type_System_Text_RegularExpressions_RegexMatchTimeoutException: never;
462
+
463
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
464
+
401
465
  readonly Input: string;
402
466
  readonly MatchTimeout: TimeSpan;
403
467
  readonly Pattern: string;
@@ -421,6 +485,10 @@ export type RegexMatchTimeoutException = RegexMatchTimeoutException$instance & _
421
485
 
422
486
 
423
487
  export interface RegexParseException$instance extends ArgumentException {
488
+ readonly __tsonic_type_System_Text_RegularExpressions_RegexParseException: never;
489
+
490
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
491
+
424
492
  readonly Error: RegexParseError;
425
493
  readonly Offset: int;
426
494
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -439,6 +507,8 @@ export type RegexParseException = RegexParseException$instance & __RegexParseExc
439
507
 
440
508
 
441
509
  export interface RegexRunner$instance {
510
+ readonly __tsonic_type_System_Text_RegularExpressions_RegexRunner: never;
511
+
442
512
  FindFirstChar(): boolean;
443
513
  Go(): void;
444
514
  InitTrackCount(): void;
@@ -455,6 +525,8 @@ export const RegexRunner: (abstract new() => RegexRunner) & {
455
525
  export type RegexRunner = RegexRunner$instance;
456
526
 
457
527
  export interface RegexRunnerFactory$instance {
528
+ readonly __tsonic_type_System_Text_RegularExpressions_RegexRunnerFactory: never;
529
+
458
530
  CreateInstance(): RegexRunner;
459
531
  }
460
532
 
@@ -14,6 +14,8 @@ import * as System_Internal from "../../System/internal/index.js";
14
14
  import type { Boolean as ClrBoolean, Byte, Char, IFormatProvider, Int32, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, Type, ValueType, Void } from "../../System/internal/index.js";
15
15
 
16
16
  export interface Utf8_TryWriteInterpolatedStringHandler$instance {
17
+ readonly __tsonic_type_System_Text_Unicode_Utf8_TryWriteInterpolatedStringHandler: never;
18
+
17
19
  AppendFormatted<T>(value: T): boolean;
18
20
  AppendFormatted<T>(value: T, format: string): boolean;
19
21
  AppendFormatted<T>(value: T, alignment: int): boolean;
@@ -38,6 +40,8 @@ export const Utf8_TryWriteInterpolatedStringHandler: {
38
40
  export type Utf8_TryWriteInterpolatedStringHandler = Utf8_TryWriteInterpolatedStringHandler$instance;
39
41
 
40
42
  export interface UnicodeRange$instance {
43
+ readonly __tsonic_type_System_Text_Unicode_UnicodeRange: never;
44
+
41
45
  readonly FirstCodePoint: int;
42
46
  readonly Length: int;
43
47
  }