@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
@@ -70,6 +70,8 @@ export enum TaskStatus {
70
70
 
71
71
 
72
72
  export interface ParallelLoopResult$instance {
73
+ readonly __tsonic_type_System_Threading_Tasks_ParallelLoopResult: never;
74
+
73
75
  readonly IsCompleted: boolean;
74
76
  readonly LowestBreakIteration: Nullable_1<System_Internal.Int64>;
75
77
  }
@@ -83,6 +85,10 @@ export const ParallelLoopResult: {
83
85
  export type ParallelLoopResult = ParallelLoopResult$instance;
84
86
 
85
87
  export interface ValueTask$instance {
88
+ readonly __tsonic_type_System_Threading_Tasks_ValueTask: never;
89
+
90
+ readonly __tsonic_iface_System_IEquatable_1: never;
91
+
86
92
  readonly IsCanceled: boolean;
87
93
  readonly IsCompleted: boolean;
88
94
  readonly IsCompletedSuccessfully: boolean;
@@ -121,6 +127,10 @@ export type ValueTask = ValueTask$instance & __ValueTask$views;
121
127
 
122
128
 
123
129
  export interface ValueTask_1$instance<TResult> {
130
+ readonly __tsonic_type_System_Threading_Tasks_ValueTask_1: never;
131
+
132
+ readonly __tsonic_iface_System_IEquatable_1: never;
133
+
124
134
  readonly IsCanceled: boolean;
125
135
  readonly IsCompleted: boolean;
126
136
  readonly IsCompletedSuccessfully: boolean;
@@ -156,6 +166,8 @@ export type ValueTask_1<TResult> = ValueTask_1$instance<TResult> & __ValueTask_1
156
166
 
157
167
 
158
168
  export interface ConcurrentExclusiveSchedulerPair$instance {
169
+ readonly __tsonic_type_System_Threading_Tasks_ConcurrentExclusiveSchedulerPair: never;
170
+
159
171
  readonly Completion: Task;
160
172
  readonly ConcurrentScheduler: TaskScheduler;
161
173
  readonly ExclusiveScheduler: TaskScheduler;
@@ -174,6 +186,8 @@ export const ConcurrentExclusiveSchedulerPair: {
174
186
  export type ConcurrentExclusiveSchedulerPair = ConcurrentExclusiveSchedulerPair$instance;
175
187
 
176
188
  export interface ParallelLoopState$instance {
189
+ readonly __tsonic_type_System_Threading_Tasks_ParallelLoopState: never;
190
+
177
191
  readonly IsExceptional: boolean;
178
192
  readonly IsStopped: boolean;
179
193
  readonly LowestBreakIteration: Nullable_1<System_Internal.Int64>;
@@ -190,6 +204,8 @@ export const ParallelLoopState: {
190
204
  export type ParallelLoopState = ParallelLoopState$instance;
191
205
 
192
206
  export interface ParallelOptions$instance {
207
+ readonly __tsonic_type_System_Threading_Tasks_ParallelOptions: never;
208
+
193
209
  CancellationToken: CancellationToken;
194
210
  MaxDegreeOfParallelism: int;
195
211
  get TaskScheduler(): TaskScheduler | undefined;
@@ -204,7 +220,12 @@ export const ParallelOptions: {
204
220
 
205
221
  export type ParallelOptions = ParallelOptions$instance;
206
222
 
207
- export interface Task$instance {
223
+ export interface Task$instance extends System_Internal.IAsyncResult$instance {
224
+ readonly __tsonic_type_System_Threading_Tasks_Task: never;
225
+
226
+ readonly __tsonic_iface_System_IAsyncResult: never;
227
+ readonly __tsonic_iface_System_IDisposable: never;
228
+
208
229
  readonly AsyncState: unknown | undefined;
209
230
  readonly CreationOptions: TaskCreationOptions;
210
231
  readonly Exception: AggregateException | undefined;
@@ -328,12 +349,15 @@ export interface __Task$views {
328
349
  As_IDisposable(): System_Internal.IDisposable$instance;
329
350
  }
330
351
 
331
- export interface Task$instance extends System_Internal.IAsyncResult$instance {}
332
-
333
352
  export type Task = Task$instance & __Task$views;
334
353
 
335
354
 
336
- export interface Task_1$instance<TResult> extends Task$instance {
355
+ export interface Task_1$instance<TResult> extends Task$instance, System_Internal.IAsyncResult$instance {
356
+ readonly __tsonic_type_System_Threading_Tasks_Task_1: never;
357
+
358
+ readonly __tsonic_iface_System_IAsyncResult: never;
359
+ readonly __tsonic_iface_System_IDisposable: never;
360
+
337
361
  readonly Result: TResult;
338
362
  ConfigureAwait(options: ConfigureAwaitOptions): ConfiguredTaskAwaitable_1<TResult>;
339
363
  ConfigureAwait(continueOnCapturedContext: boolean): ConfiguredTaskAwaitable;
@@ -399,12 +423,14 @@ export interface __Task_1$views<TResult> {
399
423
  As_IDisposable(): System_Internal.IDisposable$instance;
400
424
  }
401
425
 
402
- export interface Task_1$instance<TResult> extends System_Internal.IAsyncResult$instance {}
403
-
404
426
  export type Task_1<TResult> = Task_1$instance<TResult> & __Task_1$views<TResult>;
405
427
 
406
428
 
407
429
  export interface TaskCanceledException$instance extends OperationCanceledException {
430
+ readonly __tsonic_type_System_Threading_Tasks_TaskCanceledException: never;
431
+
432
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
433
+
408
434
  readonly Task: Task | undefined;
409
435
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
410
436
  }
@@ -427,6 +453,8 @@ export type TaskCanceledException = TaskCanceledException$instance & __TaskCance
427
453
 
428
454
 
429
455
  export interface TaskCompletionSource$instance {
456
+ readonly __tsonic_type_System_Threading_Tasks_TaskCompletionSource: never;
457
+
430
458
  readonly Task: Task;
431
459
  SetCanceled(): void;
432
460
  SetCanceled(cancellationToken: CancellationToken): void;
@@ -454,6 +482,8 @@ export const TaskCompletionSource: {
454
482
  export type TaskCompletionSource = TaskCompletionSource$instance;
455
483
 
456
484
  export interface TaskCompletionSource_1$instance<TResult> {
485
+ readonly __tsonic_type_System_Threading_Tasks_TaskCompletionSource_1: never;
486
+
457
487
  readonly Task: Task_1<TResult>;
458
488
  SetCanceled(): void;
459
489
  SetCanceled(cancellationToken: CancellationToken): void;
@@ -481,6 +511,8 @@ export const TaskCompletionSource_1: {
481
511
  export type TaskCompletionSource_1<TResult> = TaskCompletionSource_1$instance<TResult>;
482
512
 
483
513
  export interface TaskFactory$instance {
514
+ readonly __tsonic_type_System_Threading_Tasks_TaskFactory: never;
515
+
484
516
  readonly CancellationToken: CancellationToken;
485
517
  readonly ContinuationOptions: TaskContinuationOptions;
486
518
  readonly CreationOptions: TaskCreationOptions;
@@ -570,6 +602,8 @@ export const TaskFactory: {
570
602
  export type TaskFactory = TaskFactory$instance;
571
603
 
572
604
  export interface TaskFactory_1$instance<TResult> {
605
+ readonly __tsonic_type_System_Threading_Tasks_TaskFactory_1: never;
606
+
573
607
  readonly CancellationToken: CancellationToken;
574
608
  readonly ContinuationOptions: TaskContinuationOptions;
575
609
  readonly CreationOptions: TaskCreationOptions;
@@ -624,6 +658,8 @@ export const TaskFactory_1: {
624
658
  export type TaskFactory_1<TResult> = TaskFactory_1$instance<TResult>;
625
659
 
626
660
  export interface TaskScheduler$instance {
661
+ readonly __tsonic_type_System_Threading_Tasks_TaskScheduler: never;
662
+
627
663
  readonly Id: int;
628
664
  readonly MaximumConcurrencyLevel: int;
629
665
  GetScheduledTasks(): IEnumerable_1<Task> | undefined;
@@ -643,6 +679,10 @@ export const TaskScheduler: (abstract new() => TaskScheduler) & {
643
679
  export type TaskScheduler = TaskScheduler$instance;
644
680
 
645
681
  export interface TaskSchedulerException$instance extends Exception {
682
+ readonly __tsonic_type_System_Threading_Tasks_TaskSchedulerException: never;
683
+
684
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
685
+
646
686
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
647
687
  }
648
688
 
@@ -663,6 +703,8 @@ export type TaskSchedulerException = TaskSchedulerException$instance & __TaskSch
663
703
 
664
704
 
665
705
  export interface UnobservedTaskExceptionEventArgs$instance extends EventArgs {
706
+ readonly __tsonic_type_System_Threading_Tasks_UnobservedTaskExceptionEventArgs: never;
707
+
666
708
  readonly Exception: AggregateException;
667
709
  readonly Observed: boolean;
668
710
  SetObserved(): void;
@@ -26,6 +26,8 @@ export enum DataflowMessageStatus {
26
26
 
27
27
 
28
28
  export interface IDataflowBlock$instance {
29
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
30
+
29
31
  readonly Completion: Task;
30
32
  Complete(): void;
31
33
  Fault(exception: Exception): void;
@@ -35,6 +37,8 @@ export interface IDataflowBlock$instance {
35
37
  export type IDataflowBlock = IDataflowBlock$instance;
36
38
 
37
39
  export interface IPropagatorBlock_2$instance<TInput, TOutput> extends ITargetBlock_1<TInput>, IDataflowBlock, ISourceBlock_1<TOutput> {
40
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
41
+
38
42
  readonly Completion: Task;
39
43
  Complete(): void;
40
44
  ConsumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
@@ -50,6 +54,8 @@ export interface IPropagatorBlock_2$instance<TInput, TOutput> extends ITargetBlo
50
54
  export type IPropagatorBlock_2<TInput, TOutput> = IPropagatorBlock_2$instance<TInput, TOutput>;
51
55
 
52
56
  export interface IReceivableSourceBlock_1$instance<TOutput> extends ISourceBlock_1<TOutput>, IDataflowBlock {
57
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
58
+
53
59
  readonly Completion: Task;
54
60
  Complete(): void;
55
61
  ConsumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
@@ -66,6 +72,8 @@ export interface IReceivableSourceBlock_1$instance<TOutput> extends ISourceBlock
66
72
  export type IReceivableSourceBlock_1<TOutput> = IReceivableSourceBlock_1$instance<TOutput>;
67
73
 
68
74
  export interface ISourceBlock_1$instance<TOutput> extends IDataflowBlock {
75
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
76
+
69
77
  readonly Completion: Task;
70
78
  Complete(): void;
71
79
  ConsumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
@@ -81,6 +89,8 @@ export interface ISourceBlock_1$instance<TOutput> extends IDataflowBlock$instanc
81
89
  export type ISourceBlock_1<TOutput> = ISourceBlock_1$instance<TOutput>;
82
90
 
83
91
  export interface ITargetBlock_1$instance<TInput> extends IDataflowBlock {
92
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
93
+
84
94
  readonly Completion: Task;
85
95
  Complete(): void;
86
96
  Fault(exception: Exception): void;
@@ -93,6 +103,10 @@ export interface ITargetBlock_1$instance<TInput> extends IDataflowBlock$instance
93
103
  export type ITargetBlock_1<TInput> = ITargetBlock_1$instance<TInput>;
94
104
 
95
105
  export interface DataflowMessageHeader$instance {
106
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_DataflowMessageHeader: never;
107
+
108
+ readonly __tsonic_iface_System_IEquatable_1: never;
109
+
96
110
  readonly Id: long;
97
111
  readonly IsValid: boolean;
98
112
  Equals(other: DataflowMessageHeader): boolean;
@@ -117,6 +131,11 @@ export type DataflowMessageHeader = DataflowMessageHeader$instance & __DataflowM
117
131
 
118
132
 
119
133
  export interface ActionBlock_1$instance<TInput> {
134
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_ActionBlock_1: never;
135
+
136
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
137
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
138
+
120
139
  readonly Completion: Task;
121
140
  readonly InputCount: int;
122
141
  Complete(): void;
@@ -142,6 +161,14 @@ export type ActionBlock_1<TInput> = ActionBlock_1$instance<TInput> & __ActionBlo
142
161
 
143
162
 
144
163
  export interface BatchBlock_1$instance<T> {
164
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_BatchBlock_1: never;
165
+
166
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
167
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
168
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
169
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
170
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
171
+
145
172
  readonly BatchSize: int;
146
173
  readonly Completion: Task;
147
174
  readonly OutputCount: int;
@@ -171,6 +198,12 @@ export type BatchBlock_1<T> = BatchBlock_1$instance<T> & __BatchBlock_1$views<T>
171
198
 
172
199
 
173
200
  export interface BatchedJoinBlock_2$instance<T1, T2> {
201
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_BatchedJoinBlock_2: never;
202
+
203
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
204
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
205
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
206
+
174
207
  readonly BatchSize: int;
175
208
  readonly Completion: Task;
176
209
  readonly OutputCount: int;
@@ -200,6 +233,12 @@ export type BatchedJoinBlock_2<T1, T2> = BatchedJoinBlock_2$instance<T1, T2> & _
200
233
 
201
234
 
202
235
  export interface BatchedJoinBlock_3$instance<T1, T2, T3> {
236
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_BatchedJoinBlock_3: never;
237
+
238
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
239
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
240
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
241
+
203
242
  readonly BatchSize: int;
204
243
  readonly Completion: Task;
205
244
  readonly OutputCount: int;
@@ -230,6 +269,14 @@ export type BatchedJoinBlock_3<T1, T2, T3> = BatchedJoinBlock_3$instance<T1, T2,
230
269
 
231
270
 
232
271
  export interface BroadcastBlock_1$instance<T> {
272
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_BroadcastBlock_1: never;
273
+
274
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
275
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
276
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
277
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
278
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
279
+
233
280
  readonly Completion: Task;
234
281
  Complete(): void;
235
282
  LinkTo(target: ITargetBlock_1<T>, linkOptions: DataflowLinkOptions): IDisposable;
@@ -255,6 +302,14 @@ export type BroadcastBlock_1<T> = BroadcastBlock_1$instance<T> & __BroadcastBloc
255
302
 
256
303
 
257
304
  export interface BufferBlock_1$instance<T> {
305
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_BufferBlock_1: never;
306
+
307
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
308
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
309
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
310
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
311
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
312
+
258
313
  readonly Completion: Task;
259
314
  readonly Count: int;
260
315
  Complete(): void;
@@ -282,6 +337,8 @@ export type BufferBlock_1<T> = BufferBlock_1$instance<T> & __BufferBlock_1$views
282
337
 
283
338
 
284
339
  export interface DataflowBlockOptions$instance {
340
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_DataflowBlockOptions: never;
341
+
285
342
  BoundedCapacity: int;
286
343
  CancellationToken: CancellationToken;
287
344
  EnsureOrdered: boolean;
@@ -300,6 +357,8 @@ export const DataflowBlockOptions: {
300
357
  export type DataflowBlockOptions = DataflowBlockOptions$instance;
301
358
 
302
359
  export interface DataflowLinkOptions$instance {
360
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_DataflowLinkOptions: never;
361
+
303
362
  Append: boolean;
304
363
  MaxMessages: int;
305
364
  PropagateCompletion: boolean;
@@ -314,6 +373,8 @@ export const DataflowLinkOptions: {
314
373
  export type DataflowLinkOptions = DataflowLinkOptions$instance;
315
374
 
316
375
  export interface ExecutionDataflowBlockOptions$instance extends DataflowBlockOptions {
376
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_ExecutionDataflowBlockOptions: never;
377
+
317
378
  MaxDegreeOfParallelism: int;
318
379
  SingleProducerConstrained: boolean;
319
380
  }
@@ -327,6 +388,8 @@ export const ExecutionDataflowBlockOptions: {
327
388
  export type ExecutionDataflowBlockOptions = ExecutionDataflowBlockOptions$instance;
328
389
 
329
390
  export interface GroupingDataflowBlockOptions$instance extends DataflowBlockOptions {
391
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_GroupingDataflowBlockOptions: never;
392
+
330
393
  Greedy: boolean;
331
394
  MaxNumberOfGroups: long;
332
395
  }
@@ -340,6 +403,12 @@ export const GroupingDataflowBlockOptions: {
340
403
  export type GroupingDataflowBlockOptions = GroupingDataflowBlockOptions$instance;
341
404
 
342
405
  export interface JoinBlock_2$instance<T1, T2> {
406
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_JoinBlock_2: never;
407
+
408
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
409
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
410
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
411
+
343
412
  readonly Completion: Task;
344
413
  readonly OutputCount: int;
345
414
  readonly Target1: ITargetBlock_1<T1>;
@@ -368,6 +437,12 @@ export type JoinBlock_2<T1, T2> = JoinBlock_2$instance<T1, T2> & __JoinBlock_2$v
368
437
 
369
438
 
370
439
  export interface JoinBlock_3$instance<T1, T2, T3> {
440
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_JoinBlock_3: never;
441
+
442
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
443
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
444
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
445
+
371
446
  readonly Completion: Task;
372
447
  readonly OutputCount: int;
373
448
  readonly Target1: ITargetBlock_1<T1>;
@@ -397,6 +472,14 @@ export type JoinBlock_3<T1, T2, T3> = JoinBlock_3$instance<T1, T2, T3> & __JoinB
397
472
 
398
473
 
399
474
  export interface TransformBlock_2$instance<TInput, TOutput> {
475
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_TransformBlock_2: never;
476
+
477
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
478
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
479
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
480
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
481
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
482
+
400
483
  readonly Completion: Task;
401
484
  readonly InputCount: int;
402
485
  readonly OutputCount: int;
@@ -425,6 +508,14 @@ export type TransformBlock_2<TInput, TOutput> = TransformBlock_2$instance<TInput
425
508
 
426
509
 
427
510
  export interface TransformManyBlock_2$instance<TInput, TOutput> {
511
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_TransformManyBlock_2: never;
512
+
513
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
514
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
515
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
516
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
517
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
518
+
428
519
  readonly Completion: Task;
429
520
  readonly InputCount: int;
430
521
  readonly OutputCount: int;
@@ -453,6 +544,14 @@ export type TransformManyBlock_2<TInput, TOutput> = TransformManyBlock_2$instanc
453
544
 
454
545
 
455
546
  export interface WriteOnceBlock_1$instance<T> {
547
+ readonly __tsonic_type_System_Threading_Tasks_Dataflow_WriteOnceBlock_1: never;
548
+
549
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IDataflowBlock: never;
550
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IPropagatorBlock_2: never;
551
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1: never;
552
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ISourceBlock_1: never;
553
+ readonly __tsonic_iface_System_Threading_Tasks_Dataflow_ITargetBlock_1: never;
554
+
456
555
  readonly Completion: Task;
457
556
  Complete(): void;
458
557
  LinkTo(target: ITargetBlock_1<T>, linkOptions: DataflowLinkOptions): IDisposable;
@@ -25,6 +25,8 @@ export enum ValueTaskSourceStatus {
25
25
 
26
26
 
27
27
  export interface IValueTaskSource$instance {
28
+ readonly __tsonic_iface_System_Threading_Tasks_Sources_IValueTaskSource: never;
29
+
28
30
  GetResult(token: short): void;
29
31
  GetStatus(token: short): ValueTaskSourceStatus;
30
32
  OnCompleted(continuation: Action_1<unknown>, state: unknown, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
@@ -34,6 +36,8 @@ export interface IValueTaskSource$instance {
34
36
  export type IValueTaskSource = IValueTaskSource$instance;
35
37
 
36
38
  export interface IValueTaskSource_1$instance<TResult> {
39
+ readonly __tsonic_iface_System_Threading_Tasks_Sources_IValueTaskSource_1: never;
40
+
37
41
  GetResult(token: short): TResult;
38
42
  GetStatus(token: short): ValueTaskSourceStatus;
39
43
  OnCompleted(continuation: Action_1<unknown>, state: unknown, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
@@ -43,6 +47,8 @@ export interface IValueTaskSource_1$instance<TResult> {
43
47
  export type IValueTaskSource_1<TResult> = IValueTaskSource_1$instance<TResult>;
44
48
 
45
49
  export interface ManualResetValueTaskSourceCore_1$instance<TResult> {
50
+ readonly __tsonic_type_System_Threading_Tasks_Sources_ManualResetValueTaskSourceCore_1: never;
51
+
46
52
  RunContinuationsAsynchronously: boolean;
47
53
  readonly Version: short;
48
54
  GetResult(token: short): TResult;
@@ -18,6 +18,8 @@ export type ElapsedEventHandler = (sender: unknown, e: ElapsedEventArgs) => void
18
18
 
19
19
 
20
20
  export interface ElapsedEventArgs$instance extends EventArgs {
21
+ readonly __tsonic_type_System_Timers_ElapsedEventArgs: never;
22
+
21
23
  readonly SignalTime: DateTime;
22
24
  }
23
25
 
@@ -29,7 +31,13 @@ export const ElapsedEventArgs: {
29
31
 
30
32
  export type ElapsedEventArgs = ElapsedEventArgs$instance;
31
33
 
32
- export interface Timer$instance extends Component {
34
+ export interface Timer$instance extends Component, System_ComponentModel_Internal.ISupportInitialize$instance {
35
+ readonly __tsonic_type_System_Timers_Timer: never;
36
+
37
+ readonly __tsonic_iface_System_ComponentModel_IComponent: never;
38
+ readonly __tsonic_iface_System_ComponentModel_ISupportInitialize: never;
39
+ readonly __tsonic_iface_System_IDisposable: never;
40
+
33
41
  AutoReset: boolean;
34
42
  Enabled: boolean;
35
43
  Interval: double;
@@ -60,12 +68,12 @@ export interface __Timer$views {
60
68
  As_IDisposable(): System_Internal.IDisposable$instance;
61
69
  }
62
70
 
63
- export interface Timer$instance extends System_ComponentModel_Internal.ISupportInitialize$instance {}
64
-
65
71
  export type Timer = Timer$instance & __Timer$views;
66
72
 
67
73
 
68
74
  export interface TimersDescriptionAttribute$instance extends DescriptionAttribute {
75
+ readonly __tsonic_type_System_Timers_TimersDescriptionAttribute: never;
76
+
69
77
  readonly Description: string;
70
78
  }
71
79