@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
@@ -102,6 +102,8 @@ export type WaitOrTimerCallback = (state: unknown, timedOut: boolean) => void;
102
102
 
103
103
 
104
104
  export interface IThreadPoolWorkItem$instance {
105
+ readonly __tsonic_iface_System_Threading_IThreadPoolWorkItem: never;
106
+
105
107
  Execute(): void;
106
108
  }
107
109
 
@@ -109,6 +111,8 @@ export interface IThreadPoolWorkItem$instance {
109
111
  export type IThreadPoolWorkItem = IThreadPoolWorkItem$instance;
110
112
 
111
113
  export interface ITimer$instance extends IDisposable, IAsyncDisposable {
114
+ readonly __tsonic_iface_System_Threading_ITimer: never;
115
+
112
116
  Change(dueTime: TimeSpan, period: TimeSpan): boolean;
113
117
  Dispose(): void;
114
118
  DisposeAsync(): ValueTask;
@@ -119,7 +123,12 @@ export interface ITimer$instance extends System_Internal.IAsyncDisposable$instan
119
123
 
120
124
  export type ITimer = ITimer$instance;
121
125
 
122
- export interface AsyncFlowControl$instance {
126
+ export interface AsyncFlowControl$instance extends System_Internal.IDisposable$instance {
127
+ readonly __tsonic_type_System_Threading_AsyncFlowControl: never;
128
+
129
+ readonly __tsonic_iface_System_IDisposable: never;
130
+ readonly __tsonic_iface_System_IEquatable_1: never;
131
+
123
132
  Dispose(): void;
124
133
  Equals(obj: unknown): boolean;
125
134
  Equals(obj: AsyncFlowControl): boolean;
@@ -141,12 +150,12 @@ export interface __AsyncFlowControl$views {
141
150
  Equals(other: AsyncFlowControl): boolean;
142
151
  }
143
152
 
144
- export interface AsyncFlowControl$instance extends System_Internal.IDisposable$instance {}
145
-
146
153
  export type AsyncFlowControl = AsyncFlowControl$instance & __AsyncFlowControl$views;
147
154
 
148
155
 
149
156
  export interface AsyncLocalValueChangedArgs_1$instance<T> {
157
+ readonly __tsonic_type_System_Threading_AsyncLocalValueChangedArgs_1: never;
158
+
150
159
  readonly CurrentValue: T | undefined;
151
160
  readonly PreviousValue: T | undefined;
152
161
  readonly ThreadContextChanged: boolean;
@@ -161,6 +170,10 @@ export const AsyncLocalValueChangedArgs_1: {
161
170
  export type AsyncLocalValueChangedArgs_1<T> = AsyncLocalValueChangedArgs_1$instance<T>;
162
171
 
163
172
  export interface CancellationToken$instance {
173
+ readonly __tsonic_type_System_Threading_CancellationToken: never;
174
+
175
+ readonly __tsonic_iface_System_IEquatable_1: never;
176
+
164
177
  readonly CanBeCanceled: boolean;
165
178
  readonly IsCancellationRequested: boolean;
166
179
  readonly WaitHandle: WaitHandle;
@@ -194,7 +207,13 @@ export interface __CancellationToken$views {
194
207
  export type CancellationToken = CancellationToken$instance & __CancellationToken$views;
195
208
 
196
209
 
197
- export interface CancellationTokenRegistration$instance {
210
+ export interface CancellationTokenRegistration$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {
211
+ readonly __tsonic_type_System_Threading_CancellationTokenRegistration: never;
212
+
213
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
214
+ readonly __tsonic_iface_System_IDisposable: never;
215
+ readonly __tsonic_iface_System_IEquatable_1: never;
216
+
198
217
  readonly Token: CancellationToken;
199
218
  Dispose(): void;
200
219
  DisposeAsync(): ValueTask;
@@ -219,12 +238,12 @@ export interface __CancellationTokenRegistration$views {
219
238
  Equals(other: CancellationTokenRegistration): boolean;
220
239
  }
221
240
 
222
- export interface CancellationTokenRegistration$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
223
-
224
241
  export type CancellationTokenRegistration = CancellationTokenRegistration$instance & __CancellationTokenRegistration$views;
225
242
 
226
243
 
227
244
  export interface Lock_Scope$instance {
245
+ readonly __tsonic_type_System_Threading_Lock_Scope: never;
246
+
228
247
  Dispose(): void;
229
248
  }
230
249
 
@@ -237,6 +256,10 @@ export const Lock_Scope: {
237
256
  export type Lock_Scope = Lock_Scope$instance;
238
257
 
239
258
  export interface LockCookie$instance {
259
+ readonly __tsonic_type_System_Threading_LockCookie: never;
260
+
261
+ readonly __tsonic_iface_System_IEquatable_1: never;
262
+
240
263
  Equals(obj: unknown): boolean;
241
264
  Equals(obj: LockCookie): boolean;
242
265
  GetHashCode(): int;
@@ -259,6 +282,8 @@ export type LockCookie = LockCookie$instance & __LockCookie$views;
259
282
 
260
283
 
261
284
  export interface NamedWaitHandleOptions$instance {
285
+ readonly __tsonic_type_System_Threading_NamedWaitHandleOptions: never;
286
+
262
287
  CurrentSessionOnly: boolean;
263
288
  CurrentUserOnly: boolean;
264
289
  }
@@ -272,6 +297,8 @@ export const NamedWaitHandleOptions: {
272
297
  export type NamedWaitHandleOptions = NamedWaitHandleOptions$instance;
273
298
 
274
299
  export interface NativeOverlapped$instance {
300
+ readonly __tsonic_type_System_Threading_NativeOverlapped: never;
301
+
275
302
  InternalLow: nint;
276
303
  InternalHigh: nint;
277
304
  OffsetLow: int;
@@ -288,6 +315,8 @@ export const NativeOverlapped: {
288
315
  export type NativeOverlapped = NativeOverlapped$instance;
289
316
 
290
317
  export interface SpinLock$instance {
318
+ readonly __tsonic_type_System_Threading_SpinLock: never;
319
+
291
320
  readonly IsHeld: boolean;
292
321
  readonly IsHeldByCurrentThread: boolean;
293
322
  readonly IsThreadOwnerTrackingEnabled: boolean;
@@ -308,6 +337,8 @@ export const SpinLock: {
308
337
  export type SpinLock = SpinLock$instance;
309
338
 
310
339
  export interface SpinWait$instance {
340
+ readonly __tsonic_type_System_Threading_SpinWait: never;
341
+
311
342
  Count: int;
312
343
  readonly NextSpinWillYield: boolean;
313
344
  Reset(): void;
@@ -327,6 +358,10 @@ export const SpinWait: {
327
358
  export type SpinWait = SpinWait$instance;
328
359
 
329
360
  export interface AbandonedMutexException$instance extends SystemException {
361
+ readonly __tsonic_type_System_Threading_AbandonedMutexException: never;
362
+
363
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
364
+
330
365
  readonly Mutex: Mutex | undefined;
331
366
  readonly MutexIndex: int;
332
367
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -351,6 +386,10 @@ export type AbandonedMutexException = AbandonedMutexException$instance & __Aband
351
386
 
352
387
 
353
388
  export interface AsyncLocal_1$instance<T> {
389
+ readonly __tsonic_type_System_Threading_AsyncLocal_1: never;
390
+
391
+ readonly __tsonic_iface_System_Threading_IAsyncLocal: never;
392
+
354
393
  Value: T;
355
394
  }
356
395
 
@@ -364,6 +403,10 @@ export const AsyncLocal_1: {
364
403
  export type AsyncLocal_1<T> = AsyncLocal_1$instance<T>;
365
404
 
366
405
  export interface AutoResetEvent$instance extends EventWaitHandle$instance {
406
+ readonly __tsonic_type_System_Threading_AutoResetEvent: never;
407
+
408
+ readonly __tsonic_iface_System_IDisposable: never;
409
+
367
410
  Dispose(): void;
368
411
  Dispose(explicitDisposing: boolean): void;
369
412
  }
@@ -382,6 +425,10 @@ export type AutoResetEvent = AutoResetEvent$instance & __AutoResetEvent$views;
382
425
 
383
426
 
384
427
  export interface Barrier$instance {
428
+ readonly __tsonic_type_System_Threading_Barrier: never;
429
+
430
+ readonly __tsonic_iface_System_IDisposable: never;
431
+
385
432
  CurrentPhaseNumber: long;
386
433
  readonly ParticipantCount: int;
387
434
  readonly ParticipantsRemaining: int;
@@ -414,6 +461,10 @@ export type Barrier = Barrier$instance & __Barrier$views;
414
461
 
415
462
 
416
463
  export interface BarrierPostPhaseException$instance extends Exception {
464
+ readonly __tsonic_type_System_Threading_BarrierPostPhaseException: never;
465
+
466
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
467
+
417
468
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
418
469
  }
419
470
 
@@ -434,6 +485,10 @@ export type BarrierPostPhaseException = BarrierPostPhaseException$instance & __B
434
485
 
435
486
 
436
487
  export interface CancellationTokenSource$instance {
488
+ readonly __tsonic_type_System_Threading_CancellationTokenSource: never;
489
+
490
+ readonly __tsonic_iface_System_IDisposable: never;
491
+
437
492
  readonly IsCancellationRequested: boolean;
438
493
  readonly Token: CancellationToken;
439
494
  Cancel(): void;
@@ -466,7 +521,11 @@ export interface __CancellationTokenSource$views {
466
521
  export type CancellationTokenSource = CancellationTokenSource$instance & __CancellationTokenSource$views;
467
522
 
468
523
 
469
- export interface CompressedStack$instance {
524
+ export interface CompressedStack$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
525
+ readonly __tsonic_type_System_Threading_CompressedStack: never;
526
+
527
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
528
+
470
529
  CreateCopy(): CompressedStack;
471
530
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
472
531
  }
@@ -483,12 +542,14 @@ export interface __CompressedStack$views {
483
542
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
484
543
  }
485
544
 
486
- export interface CompressedStack$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
487
-
488
545
  export type CompressedStack = CompressedStack$instance & __CompressedStack$views;
489
546
 
490
547
 
491
548
  export interface CountdownEvent$instance {
549
+ readonly __tsonic_type_System_Threading_CountdownEvent: never;
550
+
551
+ readonly __tsonic_iface_System_IDisposable: never;
552
+
492
553
  readonly CurrentCount: int;
493
554
  readonly InitialCount: int;
494
555
  readonly IsSet: boolean;
@@ -525,6 +586,10 @@ export type CountdownEvent = CountdownEvent$instance & __CountdownEvent$views;
525
586
 
526
587
 
527
588
  export interface EventWaitHandle$instance extends WaitHandle$instance {
589
+ readonly __tsonic_type_System_Threading_EventWaitHandle: never;
590
+
591
+ readonly __tsonic_iface_System_IDisposable: never;
592
+
528
593
  Dispose(explicitDisposing: boolean): void;
529
594
  Dispose(): void;
530
595
  Reset(): boolean;
@@ -552,7 +617,12 @@ export interface __EventWaitHandle$views {
552
617
  export type EventWaitHandle = EventWaitHandle$instance & __EventWaitHandle$views;
553
618
 
554
619
 
555
- export interface ExecutionContext$instance {
620
+ export interface ExecutionContext$instance extends System_Internal.IDisposable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
621
+ readonly __tsonic_type_System_Threading_ExecutionContext: never;
622
+
623
+ readonly __tsonic_iface_System_IDisposable: never;
624
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
625
+
556
626
  CreateCopy(): ExecutionContext;
557
627
  Dispose(): void;
558
628
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -574,12 +644,14 @@ export interface __ExecutionContext$views {
574
644
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
575
645
  }
576
646
 
577
- export interface ExecutionContext$instance extends System_Internal.IDisposable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
578
-
579
647
  export type ExecutionContext = ExecutionContext$instance & __ExecutionContext$views;
580
648
 
581
649
 
582
650
  export interface HostExecutionContext$instance {
651
+ readonly __tsonic_type_System_Threading_HostExecutionContext: never;
652
+
653
+ readonly __tsonic_iface_System_IDisposable: never;
654
+
583
655
  CreateCopy(): HostExecutionContext;
584
656
  Dispose(): void;
585
657
  Dispose(disposing: boolean): void;
@@ -600,6 +672,8 @@ export type HostExecutionContext = HostExecutionContext$instance & __HostExecuti
600
672
 
601
673
 
602
674
  export interface HostExecutionContextManager$instance {
675
+ readonly __tsonic_type_System_Threading_HostExecutionContextManager: never;
676
+
603
677
  Capture(): HostExecutionContext | undefined;
604
678
  Revert(previousState: unknown): void;
605
679
  SetHostExecutionContext(hostExecutionContext: HostExecutionContext): unknown;
@@ -614,6 +688,8 @@ export const HostExecutionContextManager: {
614
688
  export type HostExecutionContextManager = HostExecutionContextManager$instance;
615
689
 
616
690
  export interface Lock$instance {
691
+ readonly __tsonic_type_System_Threading_Lock: never;
692
+
617
693
  readonly IsHeldByCurrentThread: boolean;
618
694
  Enter(): void;
619
695
  EnterScope(): Lock_Scope;
@@ -632,6 +708,10 @@ export const Lock: {
632
708
  export type Lock = Lock$instance;
633
709
 
634
710
  export interface LockRecursionException$instance extends Exception {
711
+ readonly __tsonic_type_System_Threading_LockRecursionException: never;
712
+
713
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
714
+
635
715
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
636
716
  }
637
717
 
@@ -651,6 +731,10 @@ export type LockRecursionException = LockRecursionException$instance & __LockRec
651
731
 
652
732
 
653
733
  export interface ManualResetEvent$instance extends EventWaitHandle$instance {
734
+ readonly __tsonic_type_System_Threading_ManualResetEvent: never;
735
+
736
+ readonly __tsonic_iface_System_IDisposable: never;
737
+
654
738
  Dispose(): void;
655
739
  Dispose(explicitDisposing: boolean): void;
656
740
  }
@@ -669,6 +753,10 @@ export type ManualResetEvent = ManualResetEvent$instance & __ManualResetEvent$vi
669
753
 
670
754
 
671
755
  export interface ManualResetEventSlim$instance {
756
+ readonly __tsonic_type_System_Threading_ManualResetEventSlim: never;
757
+
758
+ readonly __tsonic_iface_System_IDisposable: never;
759
+
672
760
  IsSet: boolean;
673
761
  SpinCount: int;
674
762
  readonly WaitHandle: WaitHandle;
@@ -700,6 +788,10 @@ export type ManualResetEventSlim = ManualResetEventSlim$instance & __ManualReset
700
788
 
701
789
 
702
790
  export interface Mutex$instance extends WaitHandle$instance {
791
+ readonly __tsonic_type_System_Threading_Mutex: never;
792
+
793
+ readonly __tsonic_iface_System_IDisposable: never;
794
+
703
795
  Dispose(explicitDisposing: boolean): void;
704
796
  Dispose(): void;
705
797
  ReleaseMutex(): void;
@@ -729,6 +821,8 @@ export type Mutex = Mutex$instance & __Mutex$views;
729
821
 
730
822
 
731
823
  export interface Overlapped$instance {
824
+ readonly __tsonic_type_System_Threading_Overlapped: never;
825
+
732
826
  AsyncResult: IAsyncResult;
733
827
  EventHandle: int;
734
828
  EventHandleIntPtr: nint;
@@ -752,7 +846,11 @@ export const Overlapped: {
752
846
 
753
847
  export type Overlapped = Overlapped$instance;
754
848
 
755
- export interface PeriodicTimer$instance {
849
+ export interface PeriodicTimer$instance extends System_Internal.IDisposable$instance {
850
+ readonly __tsonic_type_System_Threading_PeriodicTimer: never;
851
+
852
+ readonly __tsonic_iface_System_IDisposable: never;
853
+
756
854
  Period: TimeSpan;
757
855
  Dispose(): void;
758
856
  Finalize(): void;
@@ -770,12 +868,14 @@ export interface __PeriodicTimer$views {
770
868
  As_IDisposable(): System_Internal.IDisposable$instance;
771
869
  }
772
870
 
773
- export interface PeriodicTimer$instance extends System_Internal.IDisposable$instance {}
774
-
775
871
  export type PeriodicTimer = PeriodicTimer$instance & __PeriodicTimer$views;
776
872
 
777
873
 
778
- export interface PreAllocatedOverlapped$instance {
874
+ export interface PreAllocatedOverlapped$instance extends System_Internal.IDisposable$instance {
875
+ readonly __tsonic_type_System_Threading_PreAllocatedOverlapped: never;
876
+
877
+ readonly __tsonic_iface_System_IDisposable: never;
878
+
779
879
  Dispose(): void;
780
880
  }
781
881
 
@@ -790,12 +890,12 @@ export interface __PreAllocatedOverlapped$views {
790
890
  As_IDisposable(): System_Internal.IDisposable$instance;
791
891
  }
792
892
 
793
- export interface PreAllocatedOverlapped$instance extends System_Internal.IDisposable$instance {}
794
-
795
893
  export type PreAllocatedOverlapped = PreAllocatedOverlapped$instance & __PreAllocatedOverlapped$views;
796
894
 
797
895
 
798
896
  export interface ReaderWriterLock$instance extends CriticalFinalizerObject {
897
+ readonly __tsonic_type_System_Threading_ReaderWriterLock: never;
898
+
799
899
  readonly IsReaderLockHeld: boolean;
800
900
  readonly IsWriterLockHeld: boolean;
801
901
  readonly WriterSeqNum: int;
@@ -821,7 +921,11 @@ export const ReaderWriterLock: {
821
921
 
822
922
  export type ReaderWriterLock = ReaderWriterLock$instance;
823
923
 
824
- export interface ReaderWriterLockSlim$instance {
924
+ export interface ReaderWriterLockSlim$instance extends System_Internal.IDisposable$instance {
925
+ readonly __tsonic_type_System_Threading_ReaderWriterLockSlim: never;
926
+
927
+ readonly __tsonic_iface_System_IDisposable: never;
928
+
825
929
  readonly CurrentReadCount: int;
826
930
  readonly IsReadLockHeld: boolean;
827
931
  readonly IsUpgradeableReadLockHeld: boolean;
@@ -859,12 +963,12 @@ export interface __ReaderWriterLockSlim$views {
859
963
  As_IDisposable(): System_Internal.IDisposable$instance;
860
964
  }
861
965
 
862
- export interface ReaderWriterLockSlim$instance extends System_Internal.IDisposable$instance {}
863
-
864
966
  export type ReaderWriterLockSlim = ReaderWriterLockSlim$instance & __ReaderWriterLockSlim$views;
865
967
 
866
968
 
867
969
  export interface RegisteredWaitHandle$instance extends MarshalByRefObject {
970
+ readonly __tsonic_type_System_Threading_RegisteredWaitHandle: never;
971
+
868
972
  Unregister(waitObject: WaitHandle): boolean;
869
973
  }
870
974
 
@@ -876,6 +980,10 @@ export const RegisteredWaitHandle: {
876
980
  export type RegisteredWaitHandle = RegisteredWaitHandle$instance;
877
981
 
878
982
  export interface Semaphore$instance extends WaitHandle$instance {
983
+ readonly __tsonic_type_System_Threading_Semaphore: never;
984
+
985
+ readonly __tsonic_iface_System_IDisposable: never;
986
+
879
987
  Dispose(explicitDisposing: boolean): void;
880
988
  Dispose(): void;
881
989
  Release(): int;
@@ -904,6 +1012,10 @@ export type Semaphore = Semaphore$instance & __Semaphore$views;
904
1012
 
905
1013
 
906
1014
  export interface SemaphoreFullException$instance extends SystemException {
1015
+ readonly __tsonic_type_System_Threading_SemaphoreFullException: never;
1016
+
1017
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1018
+
907
1019
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
908
1020
  }
909
1021
 
@@ -923,6 +1035,10 @@ export type SemaphoreFullException = SemaphoreFullException$instance & __Semapho
923
1035
 
924
1036
 
925
1037
  export interface SemaphoreSlim$instance {
1038
+ readonly __tsonic_type_System_Threading_SemaphoreSlim: never;
1039
+
1040
+ readonly __tsonic_iface_System_IDisposable: never;
1041
+
926
1042
  readonly AvailableWaitHandle: WaitHandle;
927
1043
  readonly CurrentCount: int;
928
1044
  Dispose(): void;
@@ -958,6 +1074,8 @@ export type SemaphoreSlim = SemaphoreSlim$instance & __SemaphoreSlim$views;
958
1074
 
959
1075
 
960
1076
  export interface SynchronizationContext$instance {
1077
+ readonly __tsonic_type_System_Threading_SynchronizationContext: never;
1078
+
961
1079
  CreateCopy(): SynchronizationContext;
962
1080
  IsWaitNotificationRequired(): boolean;
963
1081
  OperationCompleted(): void;
@@ -979,6 +1097,10 @@ export const SynchronizationContext: {
979
1097
  export type SynchronizationContext = SynchronizationContext$instance;
980
1098
 
981
1099
  export interface SynchronizationLockException$instance extends SystemException {
1100
+ readonly __tsonic_type_System_Threading_SynchronizationLockException: never;
1101
+
1102
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1103
+
982
1104
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
983
1105
  }
984
1106
 
@@ -998,6 +1120,8 @@ export type SynchronizationLockException = SynchronizationLockException$instance
998
1120
 
999
1121
 
1000
1122
  export interface Thread$instance extends CriticalFinalizerObject {
1123
+ readonly __tsonic_type_System_Threading_Thread: never;
1124
+
1001
1125
  ApartmentState: ApartmentState;
1002
1126
  CurrentCulture: CultureInfo;
1003
1127
  CurrentUICulture: CultureInfo;
@@ -1092,6 +1216,10 @@ export const Thread: {
1092
1216
  export type Thread = Thread$instance;
1093
1217
 
1094
1218
  export interface ThreadAbortException$instance extends SystemException {
1219
+ readonly __tsonic_type_System_Threading_ThreadAbortException: never;
1220
+
1221
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1222
+
1095
1223
  readonly ExceptionState: unknown | undefined;
1096
1224
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1097
1225
  }
@@ -1109,6 +1237,8 @@ export type ThreadAbortException = ThreadAbortException$instance & __ThreadAbort
1109
1237
 
1110
1238
 
1111
1239
  export interface ThreadExceptionEventArgs$instance extends EventArgs {
1240
+ readonly __tsonic_type_System_Threading_ThreadExceptionEventArgs: never;
1241
+
1112
1242
  readonly Exception: Exception;
1113
1243
  }
1114
1244
 
@@ -1121,6 +1251,10 @@ export const ThreadExceptionEventArgs: {
1121
1251
  export type ThreadExceptionEventArgs = ThreadExceptionEventArgs$instance;
1122
1252
 
1123
1253
  export interface ThreadInterruptedException$instance extends SystemException {
1254
+ readonly __tsonic_type_System_Threading_ThreadInterruptedException: never;
1255
+
1256
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1257
+
1124
1258
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1125
1259
  }
1126
1260
 
@@ -1140,6 +1274,10 @@ export type ThreadInterruptedException = ThreadInterruptedException$instance & _
1140
1274
 
1141
1275
 
1142
1276
  export interface ThreadLocal_1$instance<T> {
1277
+ readonly __tsonic_type_System_Threading_ThreadLocal_1: never;
1278
+
1279
+ readonly __tsonic_iface_System_IDisposable: never;
1280
+
1143
1281
  readonly IsValueCreated: boolean;
1144
1282
  Value: T;
1145
1283
  readonly Values: IList_1<T>;
@@ -1165,7 +1303,11 @@ export interface __ThreadLocal_1$views<T> {
1165
1303
  export type ThreadLocal_1<T> = ThreadLocal_1$instance<T> & __ThreadLocal_1$views<T>;
1166
1304
 
1167
1305
 
1168
- export interface ThreadPoolBoundHandle$instance {
1306
+ export interface ThreadPoolBoundHandle$instance extends System_Internal.IDisposable$instance {
1307
+ readonly __tsonic_type_System_Threading_ThreadPoolBoundHandle: never;
1308
+
1309
+ readonly __tsonic_iface_System_IDisposable: never;
1310
+
1169
1311
  readonly Handle: SafeHandle;
1170
1312
  AllocateNativeOverlapped(callback: IOCompletionCallback, state: unknown, pinData: unknown): ptr<NativeOverlapped>;
1171
1313
  AllocateNativeOverlapped(preAllocated: PreAllocatedOverlapped): ptr<NativeOverlapped>;
@@ -1185,12 +1327,14 @@ export interface __ThreadPoolBoundHandle$views {
1185
1327
  As_IDisposable(): System_Internal.IDisposable$instance;
1186
1328
  }
1187
1329
 
1188
- export interface ThreadPoolBoundHandle$instance extends System_Internal.IDisposable$instance {}
1189
-
1190
1330
  export type ThreadPoolBoundHandle = ThreadPoolBoundHandle$instance & __ThreadPoolBoundHandle$views;
1191
1331
 
1192
1332
 
1193
1333
  export interface ThreadStartException$instance extends SystemException {
1334
+ readonly __tsonic_type_System_Threading_ThreadStartException: never;
1335
+
1336
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1337
+
1194
1338
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1195
1339
  }
1196
1340
 
@@ -1207,6 +1351,10 @@ export type ThreadStartException = ThreadStartException$instance & __ThreadStart
1207
1351
 
1208
1352
 
1209
1353
  export interface ThreadStateException$instance extends SystemException {
1354
+ readonly __tsonic_type_System_Threading_ThreadStateException: never;
1355
+
1356
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1357
+
1210
1358
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1211
1359
  }
1212
1360
 
@@ -1226,6 +1374,12 @@ export type ThreadStateException = ThreadStateException$instance & __ThreadState
1226
1374
 
1227
1375
 
1228
1376
  export interface Timer$instance extends MarshalByRefObject {
1377
+ readonly __tsonic_type_System_Threading_Timer: never;
1378
+
1379
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
1380
+ readonly __tsonic_iface_System_IDisposable: never;
1381
+ readonly __tsonic_iface_System_Threading_ITimer: never;
1382
+
1229
1383
  Change(dueTime: int, period: int): boolean;
1230
1384
  Change(dueTime: TimeSpan, period: TimeSpan): boolean;
1231
1385
  Change(dueTime: uint, period: uint): boolean;
@@ -1256,6 +1410,10 @@ export type Timer = Timer$instance & __Timer$views;
1256
1410
 
1257
1411
 
1258
1412
  export interface WaitHandle$instance extends MarshalByRefObject {
1413
+ readonly __tsonic_type_System_Threading_WaitHandle: never;
1414
+
1415
+ readonly __tsonic_iface_System_IDisposable: never;
1416
+
1259
1417
  Handle: nint;
1260
1418
  SafeWaitHandle: SafeWaitHandle;
1261
1419
  Close(): void;
@@ -1296,6 +1454,10 @@ export type WaitHandle = WaitHandle$instance & __WaitHandle$views;
1296
1454
 
1297
1455
 
1298
1456
  export interface WaitHandleCannotBeOpenedException$instance extends ApplicationException {
1457
+ readonly __tsonic_type_System_Threading_WaitHandleCannotBeOpenedException: never;
1458
+
1459
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1460
+
1299
1461
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1300
1462
  }
1301
1463
 
@@ -28,6 +28,8 @@ export enum BoundedChannelFullMode {
28
28
 
29
29
 
30
30
  export interface BoundedChannelOptions$instance extends ChannelOptions {
31
+ readonly __tsonic_type_System_Threading_Channels_BoundedChannelOptions: never;
32
+
31
33
  Capacity: int;
32
34
  FullMode: BoundedChannelFullMode;
33
35
  }
@@ -41,6 +43,8 @@ export const BoundedChannelOptions: {
41
43
  export type BoundedChannelOptions = BoundedChannelOptions$instance;
42
44
 
43
45
  export interface Channel_1$instance<T> extends Channel_2<T, T> {
46
+ readonly __tsonic_type_System_Threading_Channels_Channel_1: never;
47
+
44
48
  }
45
49
 
46
50
 
@@ -51,6 +55,8 @@ export const Channel_1: (abstract new<T>() => Channel_1<T>) & {
51
55
  export type Channel_1<T> = Channel_1$instance<T>;
52
56
 
53
57
  export interface Channel_2$instance<TWrite, TRead> {
58
+ readonly __tsonic_type_System_Threading_Channels_Channel_2: never;
59
+
54
60
  Reader: ChannelReader_1<TRead>;
55
61
  Writer: ChannelWriter_1<TWrite>;
56
62
  }
@@ -63,6 +69,10 @@ export const Channel_2: (abstract new<TWrite, TRead>() => Channel_2<TWrite, TRea
63
69
  export type Channel_2<TWrite, TRead> = Channel_2$instance<TWrite, TRead>;
64
70
 
65
71
  export interface ChannelClosedException$instance extends InvalidOperationException {
72
+ readonly __tsonic_type_System_Threading_Channels_ChannelClosedException: never;
73
+
74
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
75
+
66
76
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
67
77
  }
68
78
 
@@ -83,6 +93,8 @@ export type ChannelClosedException = ChannelClosedException$instance & __Channel
83
93
 
84
94
 
85
95
  export interface ChannelOptions$instance {
96
+ readonly __tsonic_type_System_Threading_Channels_ChannelOptions: never;
97
+
86
98
  AllowSynchronousContinuations: boolean;
87
99
  SingleReader: boolean;
88
100
  SingleWriter: boolean;
@@ -96,6 +108,8 @@ export const ChannelOptions: (abstract new() => ChannelOptions) & {
96
108
  export type ChannelOptions = ChannelOptions$instance;
97
109
 
98
110
  export interface ChannelReader_1$instance<T> {
111
+ readonly __tsonic_type_System_Threading_Channels_ChannelReader_1: never;
112
+
99
113
  readonly CanCount: boolean;
100
114
  readonly CanPeek: boolean;
101
115
  readonly Completion: Task;
@@ -115,6 +129,8 @@ export const ChannelReader_1: (abstract new<T>() => ChannelReader_1<T>) & {
115
129
  export type ChannelReader_1<T> = ChannelReader_1$instance<T>;
116
130
 
117
131
  export interface ChannelWriter_1$instance<T> {
132
+ readonly __tsonic_type_System_Threading_Channels_ChannelWriter_1: never;
133
+
118
134
  Complete(error?: Exception): void;
119
135
  TryComplete(error?: Exception): boolean;
120
136
  TryWrite(item: T): boolean;
@@ -130,6 +146,8 @@ export const ChannelWriter_1: (abstract new<T>() => ChannelWriter_1<T>) & {
130
146
  export type ChannelWriter_1<T> = ChannelWriter_1$instance<T>;
131
147
 
132
148
  export interface UnboundedChannelOptions$instance extends ChannelOptions {
149
+ readonly __tsonic_type_System_Threading_Channels_UnboundedChannelOptions: never;
150
+
133
151
  }
134
152
 
135
153
 
@@ -141,6 +159,8 @@ export const UnboundedChannelOptions: {
141
159
  export type UnboundedChannelOptions = UnboundedChannelOptions$instance;
142
160
 
143
161
  export interface UnboundedPrioritizedChannelOptions_1$instance<T> extends ChannelOptions {
162
+ readonly __tsonic_type_System_Threading_Channels_UnboundedPrioritizedChannelOptions_1: never;
163
+
144
164
  get Comparer(): IComparer_1<T> | undefined;
145
165
  set Comparer(value: IComparer_1<T> | undefined);
146
166
  }