@tsonic/dotnet 10.0.5 → 10.0.10
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.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -112,11 +112,10 @@ export interface IRuntimeVariables$instance {
|
|
|
112
112
|
readonly __tsonic_iface_System_Runtime_CompilerServices_IRuntimeVariables: never;
|
|
113
113
|
|
|
114
114
|
readonly Count: int;
|
|
115
|
-
[index: number]: unknown | undefined;
|
|
116
115
|
}
|
|
117
116
|
|
|
118
117
|
|
|
119
|
-
export type IRuntimeVariables = IRuntimeVariables$instance;
|
|
118
|
+
export type IRuntimeVariables = IRuntimeVariables$instance & { [index: number]: unknown | undefined; };
|
|
120
119
|
|
|
121
120
|
export interface IStrongBox$instance {
|
|
122
121
|
readonly __tsonic_iface_System_Runtime_CompilerServices_IStrongBox: never;
|
|
@@ -132,13 +131,14 @@ export interface ITuple$instance {
|
|
|
132
131
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
133
132
|
|
|
134
133
|
readonly Length: int;
|
|
135
|
-
readonly [index: number]: unknown | undefined;
|
|
136
134
|
}
|
|
137
135
|
|
|
138
136
|
|
|
139
|
-
export type ITuple = ITuple$instance;
|
|
137
|
+
export type ITuple = ITuple$instance & { readonly [index: number]: unknown | undefined; };
|
|
140
138
|
|
|
141
139
|
export interface AsyncIteratorMethodBuilder$instance {
|
|
140
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncIteratorMethodBuilder: never;
|
|
141
|
+
|
|
142
142
|
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
143
143
|
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
144
144
|
Complete(): void;
|
|
@@ -155,6 +155,8 @@ export const AsyncIteratorMethodBuilder: {
|
|
|
155
155
|
export type AsyncIteratorMethodBuilder = AsyncIteratorMethodBuilder$instance;
|
|
156
156
|
|
|
157
157
|
export interface AsyncTaskMethodBuilder$instance {
|
|
158
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncTaskMethodBuilder: never;
|
|
159
|
+
|
|
158
160
|
readonly Task: Task;
|
|
159
161
|
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
160
162
|
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
@@ -174,6 +176,8 @@ export const AsyncTaskMethodBuilder: {
|
|
|
174
176
|
export type AsyncTaskMethodBuilder = AsyncTaskMethodBuilder$instance;
|
|
175
177
|
|
|
176
178
|
export interface AsyncTaskMethodBuilder_1$instance<TResult> {
|
|
179
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1: never;
|
|
180
|
+
|
|
177
181
|
readonly Task: Task_1<TResult>;
|
|
178
182
|
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
179
183
|
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
@@ -193,6 +197,8 @@ export const AsyncTaskMethodBuilder_1: {
|
|
|
193
197
|
export type AsyncTaskMethodBuilder_1<TResult> = AsyncTaskMethodBuilder_1$instance<TResult>;
|
|
194
198
|
|
|
195
199
|
export interface AsyncValueTaskMethodBuilder$instance {
|
|
200
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncValueTaskMethodBuilder: never;
|
|
201
|
+
|
|
196
202
|
readonly Task: ValueTask;
|
|
197
203
|
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
198
204
|
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
@@ -212,6 +218,8 @@ export const AsyncValueTaskMethodBuilder: {
|
|
|
212
218
|
export type AsyncValueTaskMethodBuilder = AsyncValueTaskMethodBuilder$instance;
|
|
213
219
|
|
|
214
220
|
export interface AsyncValueTaskMethodBuilder_1$instance<TResult> {
|
|
221
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncValueTaskMethodBuilder_1: never;
|
|
222
|
+
|
|
215
223
|
readonly Task: ValueTask_1<TResult>;
|
|
216
224
|
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
217
225
|
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
@@ -231,6 +239,8 @@ export const AsyncValueTaskMethodBuilder_1: {
|
|
|
231
239
|
export type AsyncValueTaskMethodBuilder_1<TResult> = AsyncValueTaskMethodBuilder_1$instance<TResult>;
|
|
232
240
|
|
|
233
241
|
export interface AsyncVoidMethodBuilder$instance {
|
|
242
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncVoidMethodBuilder: never;
|
|
243
|
+
|
|
234
244
|
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
235
245
|
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
236
246
|
SetException(exception: Exception): void;
|
|
@@ -249,6 +259,8 @@ export const AsyncVoidMethodBuilder: {
|
|
|
249
259
|
export type AsyncVoidMethodBuilder = AsyncVoidMethodBuilder$instance;
|
|
250
260
|
|
|
251
261
|
export interface ConfiguredAsyncDisposable$instance {
|
|
262
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredAsyncDisposable: never;
|
|
263
|
+
|
|
252
264
|
DisposeAsync(): ConfiguredValueTaskAwaitable;
|
|
253
265
|
}
|
|
254
266
|
|
|
@@ -261,6 +273,8 @@ export const ConfiguredAsyncDisposable: {
|
|
|
261
273
|
export type ConfiguredAsyncDisposable = ConfiguredAsyncDisposable$instance;
|
|
262
274
|
|
|
263
275
|
export interface ConfiguredCancelableAsyncEnumerable_1$instance<T> {
|
|
276
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredCancelableAsyncEnumerable_1: never;
|
|
277
|
+
|
|
264
278
|
ConfigureAwait(continueOnCapturedContext: boolean): ConfiguredCancelableAsyncEnumerable_1<T>;
|
|
265
279
|
GetAsyncEnumerator(): ConfiguredCancelableAsyncEnumerable_1_Enumerator<T>;
|
|
266
280
|
WithCancellation(cancellationToken: CancellationToken): ConfiguredCancelableAsyncEnumerable_1<T>;
|
|
@@ -275,6 +289,8 @@ export const ConfiguredCancelableAsyncEnumerable_1: {
|
|
|
275
289
|
export type ConfiguredCancelableAsyncEnumerable_1<T> = ConfiguredCancelableAsyncEnumerable_1$instance<T>;
|
|
276
290
|
|
|
277
291
|
export interface ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T> {
|
|
292
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredCancelableAsyncEnumerable_1_Enumerator: never;
|
|
293
|
+
|
|
278
294
|
readonly Current: T;
|
|
279
295
|
DisposeAsync(): ConfiguredValueTaskAwaitable;
|
|
280
296
|
MoveNextAsync(): ConfiguredValueTaskAwaitable_1<System_Internal.Boolean>;
|
|
@@ -289,6 +305,8 @@ export const ConfiguredCancelableAsyncEnumerable_1_Enumerator: {
|
|
|
289
305
|
export type ConfiguredCancelableAsyncEnumerable_1_Enumerator<T> = ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T>;
|
|
290
306
|
|
|
291
307
|
export interface ConfiguredTaskAwaitable$instance {
|
|
308
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable: never;
|
|
309
|
+
|
|
292
310
|
GetAwaiter(): ConfiguredTaskAwaitable_ConfiguredTaskAwaiter;
|
|
293
311
|
}
|
|
294
312
|
|
|
@@ -301,6 +319,8 @@ export const ConfiguredTaskAwaitable: {
|
|
|
301
319
|
export type ConfiguredTaskAwaitable = ConfiguredTaskAwaitable$instance;
|
|
302
320
|
|
|
303
321
|
export interface ConfiguredTaskAwaitable_1$instance<TResult> {
|
|
322
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable_1: never;
|
|
323
|
+
|
|
304
324
|
GetAwaiter(): ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult>;
|
|
305
325
|
}
|
|
306
326
|
|
|
@@ -312,7 +332,10 @@ export const ConfiguredTaskAwaitable_1: {
|
|
|
312
332
|
|
|
313
333
|
export type ConfiguredTaskAwaitable_1<TResult> = ConfiguredTaskAwaitable_1$instance<TResult>;
|
|
314
334
|
|
|
315
|
-
export interface ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion {
|
|
335
|
+
export interface ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
336
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter: never;
|
|
337
|
+
|
|
338
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_IConfiguredTaskAwaiter: never;
|
|
316
339
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
317
340
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
318
341
|
|
|
@@ -332,12 +355,13 @@ export interface __ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$views<TResult
|
|
|
332
355
|
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
333
356
|
}
|
|
334
357
|
|
|
335
|
-
export interface ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion$instance {}
|
|
336
|
-
|
|
337
358
|
export type ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult> = ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> & __ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$views<TResult>;
|
|
338
359
|
|
|
339
360
|
|
|
340
|
-
export interface ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance extends ICriticalNotifyCompletion {
|
|
361
|
+
export interface ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
362
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable_ConfiguredTaskAwaiter: never;
|
|
363
|
+
|
|
364
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_IConfiguredTaskAwaiter: never;
|
|
341
365
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
342
366
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
343
367
|
|
|
@@ -357,12 +381,12 @@ export interface __ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$views {
|
|
|
357
381
|
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
358
382
|
}
|
|
359
383
|
|
|
360
|
-
export interface ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance extends ICriticalNotifyCompletion$instance {}
|
|
361
|
-
|
|
362
384
|
export type ConfiguredTaskAwaitable_ConfiguredTaskAwaiter = ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance & __ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$views;
|
|
363
385
|
|
|
364
386
|
|
|
365
387
|
export interface ConfiguredValueTaskAwaitable$instance {
|
|
388
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable: never;
|
|
389
|
+
|
|
366
390
|
GetAwaiter(): ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter;
|
|
367
391
|
}
|
|
368
392
|
|
|
@@ -375,6 +399,8 @@ export const ConfiguredValueTaskAwaitable: {
|
|
|
375
399
|
export type ConfiguredValueTaskAwaitable = ConfiguredValueTaskAwaitable$instance;
|
|
376
400
|
|
|
377
401
|
export interface ConfiguredValueTaskAwaitable_1$instance<TResult> {
|
|
402
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable_1: never;
|
|
403
|
+
|
|
378
404
|
GetAwaiter(): ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult>;
|
|
379
405
|
}
|
|
380
406
|
|
|
@@ -386,7 +412,9 @@ export const ConfiguredValueTaskAwaitable_1: {
|
|
|
386
412
|
|
|
387
413
|
export type ConfiguredValueTaskAwaitable_1<TResult> = ConfiguredValueTaskAwaitable_1$instance<TResult>;
|
|
388
414
|
|
|
389
|
-
export interface ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion {
|
|
415
|
+
export interface ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
416
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter: never;
|
|
417
|
+
|
|
390
418
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
391
419
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
392
420
|
|
|
@@ -406,12 +434,12 @@ export interface __ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$vie
|
|
|
406
434
|
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
407
435
|
}
|
|
408
436
|
|
|
409
|
-
export interface ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion$instance {}
|
|
410
|
-
|
|
411
437
|
export type ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult> = ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> & __ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$views<TResult>;
|
|
412
438
|
|
|
413
439
|
|
|
414
|
-
export interface ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance extends ICriticalNotifyCompletion {
|
|
440
|
+
export interface ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
441
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter: never;
|
|
442
|
+
|
|
415
443
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
416
444
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
417
445
|
|
|
@@ -431,12 +459,12 @@ export interface __ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$views
|
|
|
431
459
|
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
432
460
|
}
|
|
433
461
|
|
|
434
|
-
export interface ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance extends ICriticalNotifyCompletion$instance {}
|
|
435
|
-
|
|
436
462
|
export type ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter = ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance & __ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$views;
|
|
437
463
|
|
|
438
464
|
|
|
439
465
|
export interface DefaultInterpolatedStringHandler$instance {
|
|
466
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_DefaultInterpolatedStringHandler: never;
|
|
467
|
+
|
|
440
468
|
readonly Text: ReadOnlySpan_1<System_Internal.Char>;
|
|
441
469
|
AppendFormatted<T>(value: T): void;
|
|
442
470
|
AppendFormatted<T>(value: T, format: string): void;
|
|
@@ -464,6 +492,8 @@ export const DefaultInterpolatedStringHandler: {
|
|
|
464
492
|
export type DefaultInterpolatedStringHandler = DefaultInterpolatedStringHandler$instance;
|
|
465
493
|
|
|
466
494
|
export interface InlineArray10_1$instance<T> {
|
|
495
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray10_1: never;
|
|
496
|
+
|
|
467
497
|
}
|
|
468
498
|
|
|
469
499
|
|
|
@@ -475,6 +505,8 @@ export const InlineArray10_1: {
|
|
|
475
505
|
export type InlineArray10_1<T> = InlineArray10_1$instance<T>;
|
|
476
506
|
|
|
477
507
|
export interface InlineArray11_1$instance<T> {
|
|
508
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray11_1: never;
|
|
509
|
+
|
|
478
510
|
}
|
|
479
511
|
|
|
480
512
|
|
|
@@ -486,6 +518,8 @@ export const InlineArray11_1: {
|
|
|
486
518
|
export type InlineArray11_1<T> = InlineArray11_1$instance<T>;
|
|
487
519
|
|
|
488
520
|
export interface InlineArray12_1$instance<T> {
|
|
521
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray12_1: never;
|
|
522
|
+
|
|
489
523
|
}
|
|
490
524
|
|
|
491
525
|
|
|
@@ -497,6 +531,8 @@ export const InlineArray12_1: {
|
|
|
497
531
|
export type InlineArray12_1<T> = InlineArray12_1$instance<T>;
|
|
498
532
|
|
|
499
533
|
export interface InlineArray13_1$instance<T> {
|
|
534
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray13_1: never;
|
|
535
|
+
|
|
500
536
|
}
|
|
501
537
|
|
|
502
538
|
|
|
@@ -508,6 +544,8 @@ export const InlineArray13_1: {
|
|
|
508
544
|
export type InlineArray13_1<T> = InlineArray13_1$instance<T>;
|
|
509
545
|
|
|
510
546
|
export interface InlineArray14_1$instance<T> {
|
|
547
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray14_1: never;
|
|
548
|
+
|
|
511
549
|
}
|
|
512
550
|
|
|
513
551
|
|
|
@@ -519,6 +557,8 @@ export const InlineArray14_1: {
|
|
|
519
557
|
export type InlineArray14_1<T> = InlineArray14_1$instance<T>;
|
|
520
558
|
|
|
521
559
|
export interface InlineArray15_1$instance<T> {
|
|
560
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray15_1: never;
|
|
561
|
+
|
|
522
562
|
}
|
|
523
563
|
|
|
524
564
|
|
|
@@ -530,6 +570,8 @@ export const InlineArray15_1: {
|
|
|
530
570
|
export type InlineArray15_1<T> = InlineArray15_1$instance<T>;
|
|
531
571
|
|
|
532
572
|
export interface InlineArray16_1$instance<T> {
|
|
573
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray16_1: never;
|
|
574
|
+
|
|
533
575
|
}
|
|
534
576
|
|
|
535
577
|
|
|
@@ -541,6 +583,8 @@ export const InlineArray16_1: {
|
|
|
541
583
|
export type InlineArray16_1<T> = InlineArray16_1$instance<T>;
|
|
542
584
|
|
|
543
585
|
export interface InlineArray2_1$instance<T> {
|
|
586
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray2_1: never;
|
|
587
|
+
|
|
544
588
|
}
|
|
545
589
|
|
|
546
590
|
|
|
@@ -552,6 +596,8 @@ export const InlineArray2_1: {
|
|
|
552
596
|
export type InlineArray2_1<T> = InlineArray2_1$instance<T>;
|
|
553
597
|
|
|
554
598
|
export interface InlineArray3_1$instance<T> {
|
|
599
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray3_1: never;
|
|
600
|
+
|
|
555
601
|
}
|
|
556
602
|
|
|
557
603
|
|
|
@@ -563,6 +609,8 @@ export const InlineArray3_1: {
|
|
|
563
609
|
export type InlineArray3_1<T> = InlineArray3_1$instance<T>;
|
|
564
610
|
|
|
565
611
|
export interface InlineArray4_1$instance<T> {
|
|
612
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray4_1: never;
|
|
613
|
+
|
|
566
614
|
}
|
|
567
615
|
|
|
568
616
|
|
|
@@ -574,6 +622,8 @@ export const InlineArray4_1: {
|
|
|
574
622
|
export type InlineArray4_1<T> = InlineArray4_1$instance<T>;
|
|
575
623
|
|
|
576
624
|
export interface InlineArray5_1$instance<T> {
|
|
625
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray5_1: never;
|
|
626
|
+
|
|
577
627
|
}
|
|
578
628
|
|
|
579
629
|
|
|
@@ -585,6 +635,8 @@ export const InlineArray5_1: {
|
|
|
585
635
|
export type InlineArray5_1<T> = InlineArray5_1$instance<T>;
|
|
586
636
|
|
|
587
637
|
export interface InlineArray6_1$instance<T> {
|
|
638
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray6_1: never;
|
|
639
|
+
|
|
588
640
|
}
|
|
589
641
|
|
|
590
642
|
|
|
@@ -596,6 +648,8 @@ export const InlineArray6_1: {
|
|
|
596
648
|
export type InlineArray6_1<T> = InlineArray6_1$instance<T>;
|
|
597
649
|
|
|
598
650
|
export interface InlineArray7_1$instance<T> {
|
|
651
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray7_1: never;
|
|
652
|
+
|
|
599
653
|
}
|
|
600
654
|
|
|
601
655
|
|
|
@@ -607,6 +661,8 @@ export const InlineArray7_1: {
|
|
|
607
661
|
export type InlineArray7_1<T> = InlineArray7_1$instance<T>;
|
|
608
662
|
|
|
609
663
|
export interface InlineArray8_1$instance<T> {
|
|
664
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray8_1: never;
|
|
665
|
+
|
|
610
666
|
}
|
|
611
667
|
|
|
612
668
|
|
|
@@ -618,6 +674,8 @@ export const InlineArray8_1: {
|
|
|
618
674
|
export type InlineArray8_1<T> = InlineArray8_1$instance<T>;
|
|
619
675
|
|
|
620
676
|
export interface InlineArray9_1$instance<T> {
|
|
677
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray9_1: never;
|
|
678
|
+
|
|
621
679
|
}
|
|
622
680
|
|
|
623
681
|
|
|
@@ -629,6 +687,8 @@ export const InlineArray9_1: {
|
|
|
629
687
|
export type InlineArray9_1<T> = InlineArray9_1$instance<T>;
|
|
630
688
|
|
|
631
689
|
export interface PoolingAsyncValueTaskMethodBuilder$instance {
|
|
690
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_PoolingAsyncValueTaskMethodBuilder: never;
|
|
691
|
+
|
|
632
692
|
readonly Task: ValueTask;
|
|
633
693
|
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
634
694
|
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
@@ -648,6 +708,8 @@ export const PoolingAsyncValueTaskMethodBuilder: {
|
|
|
648
708
|
export type PoolingAsyncValueTaskMethodBuilder = PoolingAsyncValueTaskMethodBuilder$instance;
|
|
649
709
|
|
|
650
710
|
export interface PoolingAsyncValueTaskMethodBuilder_1$instance<TResult> {
|
|
711
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_PoolingAsyncValueTaskMethodBuilder_1: never;
|
|
712
|
+
|
|
651
713
|
readonly Task: ValueTask_1<TResult>;
|
|
652
714
|
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
653
715
|
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
@@ -666,7 +728,9 @@ export const PoolingAsyncValueTaskMethodBuilder_1: {
|
|
|
666
728
|
|
|
667
729
|
export type PoolingAsyncValueTaskMethodBuilder_1<TResult> = PoolingAsyncValueTaskMethodBuilder_1$instance<TResult>;
|
|
668
730
|
|
|
669
|
-
export interface TaskAwaiter$instance extends ICriticalNotifyCompletion {
|
|
731
|
+
export interface TaskAwaiter$instance extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
732
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_TaskAwaiter: never;
|
|
733
|
+
|
|
670
734
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
671
735
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
672
736
|
|
|
@@ -686,12 +750,12 @@ export interface __TaskAwaiter$views {
|
|
|
686
750
|
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
687
751
|
}
|
|
688
752
|
|
|
689
|
-
export interface TaskAwaiter$instance extends ICriticalNotifyCompletion$instance {}
|
|
690
|
-
|
|
691
753
|
export type TaskAwaiter = TaskAwaiter$instance & __TaskAwaiter$views;
|
|
692
754
|
|
|
693
755
|
|
|
694
|
-
export interface TaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion {
|
|
756
|
+
export interface TaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
757
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_TaskAwaiter_1: never;
|
|
758
|
+
|
|
695
759
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
696
760
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
697
761
|
|
|
@@ -711,12 +775,12 @@ export interface __TaskAwaiter_1$views<TResult> {
|
|
|
711
775
|
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
712
776
|
}
|
|
713
777
|
|
|
714
|
-
export interface TaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion$instance {}
|
|
715
|
-
|
|
716
778
|
export type TaskAwaiter_1<TResult> = TaskAwaiter_1$instance<TResult> & __TaskAwaiter_1$views<TResult>;
|
|
717
779
|
|
|
718
780
|
|
|
719
|
-
export interface ValueTaskAwaiter$instance extends ICriticalNotifyCompletion {
|
|
781
|
+
export interface ValueTaskAwaiter$instance extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
782
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ValueTaskAwaiter: never;
|
|
783
|
+
|
|
720
784
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
721
785
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
722
786
|
|
|
@@ -736,12 +800,12 @@ export interface __ValueTaskAwaiter$views {
|
|
|
736
800
|
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
737
801
|
}
|
|
738
802
|
|
|
739
|
-
export interface ValueTaskAwaiter$instance extends ICriticalNotifyCompletion$instance {}
|
|
740
|
-
|
|
741
803
|
export type ValueTaskAwaiter = ValueTaskAwaiter$instance & __ValueTaskAwaiter$views;
|
|
742
804
|
|
|
743
805
|
|
|
744
|
-
export interface ValueTaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion {
|
|
806
|
+
export interface ValueTaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
807
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ValueTaskAwaiter_1: never;
|
|
808
|
+
|
|
745
809
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
746
810
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
747
811
|
|
|
@@ -761,12 +825,12 @@ export interface __ValueTaskAwaiter_1$views<TResult> {
|
|
|
761
825
|
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
762
826
|
}
|
|
763
827
|
|
|
764
|
-
export interface ValueTaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion$instance {}
|
|
765
|
-
|
|
766
828
|
export type ValueTaskAwaiter_1<TResult> = ValueTaskAwaiter_1$instance<TResult> & __ValueTaskAwaiter_1$views<TResult>;
|
|
767
829
|
|
|
768
830
|
|
|
769
831
|
export interface YieldAwaitable$instance {
|
|
832
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_YieldAwaitable: never;
|
|
833
|
+
|
|
770
834
|
GetAwaiter(): YieldAwaitable_YieldAwaiter;
|
|
771
835
|
}
|
|
772
836
|
|
|
@@ -778,7 +842,9 @@ export const YieldAwaitable: {
|
|
|
778
842
|
|
|
779
843
|
export type YieldAwaitable = YieldAwaitable$instance;
|
|
780
844
|
|
|
781
|
-
export interface YieldAwaitable_YieldAwaiter$instance extends ICriticalNotifyCompletion {
|
|
845
|
+
export interface YieldAwaitable_YieldAwaiter$instance extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
846
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_YieldAwaitable_YieldAwaiter: never;
|
|
847
|
+
|
|
782
848
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
783
849
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
784
850
|
|
|
@@ -798,12 +864,12 @@ export interface __YieldAwaitable_YieldAwaiter$views {
|
|
|
798
864
|
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
799
865
|
}
|
|
800
866
|
|
|
801
|
-
export interface YieldAwaitable_YieldAwaiter$instance extends ICriticalNotifyCompletion$instance {}
|
|
802
|
-
|
|
803
867
|
export type YieldAwaitable_YieldAwaiter = YieldAwaitable_YieldAwaiter$instance & __YieldAwaitable_YieldAwaiter$views;
|
|
804
868
|
|
|
805
869
|
|
|
806
870
|
export interface AccessedThroughPropertyAttribute$instance extends Attribute {
|
|
871
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_AccessedThroughPropertyAttribute: never;
|
|
872
|
+
|
|
807
873
|
readonly PropertyName: string;
|
|
808
874
|
}
|
|
809
875
|
|
|
@@ -816,6 +882,8 @@ export const AccessedThroughPropertyAttribute: {
|
|
|
816
882
|
export type AccessedThroughPropertyAttribute = AccessedThroughPropertyAttribute$instance;
|
|
817
883
|
|
|
818
884
|
export interface AsyncIteratorStateMachineAttribute$instance extends StateMachineAttribute {
|
|
885
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncIteratorStateMachineAttribute: never;
|
|
886
|
+
|
|
819
887
|
}
|
|
820
888
|
|
|
821
889
|
|
|
@@ -827,6 +895,8 @@ export const AsyncIteratorStateMachineAttribute: {
|
|
|
827
895
|
export type AsyncIteratorStateMachineAttribute = AsyncIteratorStateMachineAttribute$instance;
|
|
828
896
|
|
|
829
897
|
export interface AsyncMethodBuilderAttribute$instance extends Attribute {
|
|
898
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncMethodBuilderAttribute: never;
|
|
899
|
+
|
|
830
900
|
readonly BuilderType: Type;
|
|
831
901
|
}
|
|
832
902
|
|
|
@@ -839,6 +909,8 @@ export const AsyncMethodBuilderAttribute: {
|
|
|
839
909
|
export type AsyncMethodBuilderAttribute = AsyncMethodBuilderAttribute$instance;
|
|
840
910
|
|
|
841
911
|
export interface AsyncStateMachineAttribute$instance extends StateMachineAttribute {
|
|
912
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncStateMachineAttribute: never;
|
|
913
|
+
|
|
842
914
|
}
|
|
843
915
|
|
|
844
916
|
|
|
@@ -850,6 +922,8 @@ export const AsyncStateMachineAttribute: {
|
|
|
850
922
|
export type AsyncStateMachineAttribute = AsyncStateMachineAttribute$instance;
|
|
851
923
|
|
|
852
924
|
export interface CallConvCdecl$instance {
|
|
925
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallConvCdecl: never;
|
|
926
|
+
|
|
853
927
|
}
|
|
854
928
|
|
|
855
929
|
|
|
@@ -861,6 +935,8 @@ export const CallConvCdecl: {
|
|
|
861
935
|
export type CallConvCdecl = CallConvCdecl$instance;
|
|
862
936
|
|
|
863
937
|
export interface CallConvFastcall$instance {
|
|
938
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallConvFastcall: never;
|
|
939
|
+
|
|
864
940
|
}
|
|
865
941
|
|
|
866
942
|
|
|
@@ -872,6 +948,8 @@ export const CallConvFastcall: {
|
|
|
872
948
|
export type CallConvFastcall = CallConvFastcall$instance;
|
|
873
949
|
|
|
874
950
|
export interface CallConvMemberFunction$instance {
|
|
951
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallConvMemberFunction: never;
|
|
952
|
+
|
|
875
953
|
}
|
|
876
954
|
|
|
877
955
|
|
|
@@ -883,6 +961,8 @@ export const CallConvMemberFunction: {
|
|
|
883
961
|
export type CallConvMemberFunction = CallConvMemberFunction$instance;
|
|
884
962
|
|
|
885
963
|
export interface CallConvStdcall$instance {
|
|
964
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallConvStdcall: never;
|
|
965
|
+
|
|
886
966
|
}
|
|
887
967
|
|
|
888
968
|
|
|
@@ -894,6 +974,8 @@ export const CallConvStdcall: {
|
|
|
894
974
|
export type CallConvStdcall = CallConvStdcall$instance;
|
|
895
975
|
|
|
896
976
|
export interface CallConvSuppressGCTransition$instance {
|
|
977
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallConvSuppressGCTransition: never;
|
|
978
|
+
|
|
897
979
|
}
|
|
898
980
|
|
|
899
981
|
|
|
@@ -905,6 +987,8 @@ export const CallConvSuppressGCTransition: {
|
|
|
905
987
|
export type CallConvSuppressGCTransition = CallConvSuppressGCTransition$instance;
|
|
906
988
|
|
|
907
989
|
export interface CallConvSwift$instance {
|
|
990
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallConvSwift: never;
|
|
991
|
+
|
|
908
992
|
}
|
|
909
993
|
|
|
910
994
|
|
|
@@ -916,6 +1000,8 @@ export const CallConvSwift: {
|
|
|
916
1000
|
export type CallConvSwift = CallConvSwift$instance;
|
|
917
1001
|
|
|
918
1002
|
export interface CallConvThiscall$instance {
|
|
1003
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallConvThiscall: never;
|
|
1004
|
+
|
|
919
1005
|
}
|
|
920
1006
|
|
|
921
1007
|
|
|
@@ -927,6 +1013,8 @@ export const CallConvThiscall: {
|
|
|
927
1013
|
export type CallConvThiscall = CallConvThiscall$instance;
|
|
928
1014
|
|
|
929
1015
|
export interface CallerArgumentExpressionAttribute$instance extends Attribute {
|
|
1016
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallerArgumentExpressionAttribute: never;
|
|
1017
|
+
|
|
930
1018
|
readonly ParameterName: string;
|
|
931
1019
|
}
|
|
932
1020
|
|
|
@@ -939,6 +1027,8 @@ export const CallerArgumentExpressionAttribute: {
|
|
|
939
1027
|
export type CallerArgumentExpressionAttribute = CallerArgumentExpressionAttribute$instance;
|
|
940
1028
|
|
|
941
1029
|
export interface CallerFilePathAttribute$instance extends Attribute {
|
|
1030
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallerFilePathAttribute: never;
|
|
1031
|
+
|
|
942
1032
|
}
|
|
943
1033
|
|
|
944
1034
|
|
|
@@ -950,6 +1040,8 @@ export const CallerFilePathAttribute: {
|
|
|
950
1040
|
export type CallerFilePathAttribute = CallerFilePathAttribute$instance;
|
|
951
1041
|
|
|
952
1042
|
export interface CallerLineNumberAttribute$instance extends Attribute {
|
|
1043
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallerLineNumberAttribute: never;
|
|
1044
|
+
|
|
953
1045
|
}
|
|
954
1046
|
|
|
955
1047
|
|
|
@@ -961,6 +1053,8 @@ export const CallerLineNumberAttribute: {
|
|
|
961
1053
|
export type CallerLineNumberAttribute = CallerLineNumberAttribute$instance;
|
|
962
1054
|
|
|
963
1055
|
export interface CallerMemberNameAttribute$instance extends Attribute {
|
|
1056
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallerMemberNameAttribute: never;
|
|
1057
|
+
|
|
964
1058
|
}
|
|
965
1059
|
|
|
966
1060
|
|
|
@@ -972,6 +1066,8 @@ export const CallerMemberNameAttribute: {
|
|
|
972
1066
|
export type CallerMemberNameAttribute = CallerMemberNameAttribute$instance;
|
|
973
1067
|
|
|
974
1068
|
export interface CallSite$instance {
|
|
1069
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallSite: never;
|
|
1070
|
+
|
|
975
1071
|
readonly Binder: CallSiteBinder | undefined;
|
|
976
1072
|
}
|
|
977
1073
|
|
|
@@ -984,6 +1080,8 @@ export const CallSite: {
|
|
|
984
1080
|
export type CallSite = CallSite$instance;
|
|
985
1081
|
|
|
986
1082
|
export interface CallSite_1$instance<T> extends CallSite {
|
|
1083
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallSite_1: never;
|
|
1084
|
+
|
|
987
1085
|
Target: T;
|
|
988
1086
|
readonly Update: T;
|
|
989
1087
|
}
|
|
@@ -996,6 +1094,8 @@ export const CallSite_1: {
|
|
|
996
1094
|
export type CallSite_1<T> = CallSite_1$instance<T>;
|
|
997
1095
|
|
|
998
1096
|
export interface CallSiteBinder$instance {
|
|
1097
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CallSiteBinder: never;
|
|
1098
|
+
|
|
999
1099
|
Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
1000
1100
|
BindDelegate<T>(site: CallSite_1<T>, args: unknown[]): T | undefined;
|
|
1001
1101
|
}
|
|
@@ -1009,6 +1109,8 @@ export const CallSiteBinder: (abstract new() => CallSiteBinder) & {
|
|
|
1009
1109
|
export type CallSiteBinder = CallSiteBinder$instance;
|
|
1010
1110
|
|
|
1011
1111
|
export interface Closure$instance {
|
|
1112
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_Closure: never;
|
|
1113
|
+
|
|
1012
1114
|
readonly Constants: unknown[];
|
|
1013
1115
|
readonly Locals: unknown[] | undefined;
|
|
1014
1116
|
}
|
|
@@ -1022,6 +1124,8 @@ export const Closure: {
|
|
|
1022
1124
|
export type Closure = Closure$instance;
|
|
1023
1125
|
|
|
1024
1126
|
export interface CollectionBuilderAttribute$instance extends Attribute {
|
|
1127
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CollectionBuilderAttribute: never;
|
|
1128
|
+
|
|
1025
1129
|
readonly BuilderType: Type;
|
|
1026
1130
|
readonly MethodName: string;
|
|
1027
1131
|
}
|
|
@@ -1035,6 +1139,8 @@ export const CollectionBuilderAttribute: {
|
|
|
1035
1139
|
export type CollectionBuilderAttribute = CollectionBuilderAttribute$instance;
|
|
1036
1140
|
|
|
1037
1141
|
export interface CompilationRelaxationsAttribute$instance extends Attribute {
|
|
1142
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CompilationRelaxationsAttribute: never;
|
|
1143
|
+
|
|
1038
1144
|
readonly CompilationRelaxations: int;
|
|
1039
1145
|
}
|
|
1040
1146
|
|
|
@@ -1048,6 +1154,8 @@ export const CompilationRelaxationsAttribute: {
|
|
|
1048
1154
|
export type CompilationRelaxationsAttribute = CompilationRelaxationsAttribute$instance;
|
|
1049
1155
|
|
|
1050
1156
|
export interface CompilerFeatureRequiredAttribute$instance extends Attribute {
|
|
1157
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CompilerFeatureRequiredAttribute: never;
|
|
1158
|
+
|
|
1051
1159
|
readonly FeatureName: string;
|
|
1052
1160
|
IsOptional: boolean;
|
|
1053
1161
|
}
|
|
@@ -1063,6 +1171,8 @@ export const CompilerFeatureRequiredAttribute: {
|
|
|
1063
1171
|
export type CompilerFeatureRequiredAttribute = CompilerFeatureRequiredAttribute$instance;
|
|
1064
1172
|
|
|
1065
1173
|
export interface CompilerGeneratedAttribute$instance extends Attribute {
|
|
1174
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CompilerGeneratedAttribute: never;
|
|
1175
|
+
|
|
1066
1176
|
}
|
|
1067
1177
|
|
|
1068
1178
|
|
|
@@ -1074,6 +1184,8 @@ export const CompilerGeneratedAttribute: {
|
|
|
1074
1184
|
export type CompilerGeneratedAttribute = CompilerGeneratedAttribute$instance;
|
|
1075
1185
|
|
|
1076
1186
|
export interface CompilerGlobalScopeAttribute$instance extends Attribute {
|
|
1187
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CompilerGlobalScopeAttribute: never;
|
|
1188
|
+
|
|
1077
1189
|
}
|
|
1078
1190
|
|
|
1079
1191
|
|
|
@@ -1085,6 +1197,8 @@ export const CompilerGlobalScopeAttribute: {
|
|
|
1085
1197
|
export type CompilerGlobalScopeAttribute = CompilerGlobalScopeAttribute$instance;
|
|
1086
1198
|
|
|
1087
1199
|
export interface CompilerLoweringPreserveAttribute$instance extends Attribute {
|
|
1200
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CompilerLoweringPreserveAttribute: never;
|
|
1201
|
+
|
|
1088
1202
|
}
|
|
1089
1203
|
|
|
1090
1204
|
|
|
@@ -1095,7 +1209,9 @@ export const CompilerLoweringPreserveAttribute: {
|
|
|
1095
1209
|
|
|
1096
1210
|
export type CompilerLoweringPreserveAttribute = CompilerLoweringPreserveAttribute$instance;
|
|
1097
1211
|
|
|
1098
|
-
export interface ConditionalWeakTable_2$instance<TKey, TValue> {
|
|
1212
|
+
export interface ConditionalWeakTable_2$instance<TKey, TValue> extends System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>> {
|
|
1213
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConditionalWeakTable_2: never;
|
|
1214
|
+
|
|
1099
1215
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1100
1216
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1101
1217
|
|
|
@@ -1124,12 +1240,12 @@ export interface __ConditionalWeakTable_2$views<TKey, TValue> {
|
|
|
1124
1240
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1125
1241
|
}
|
|
1126
1242
|
|
|
1127
|
-
export interface ConditionalWeakTable_2$instance<TKey, TValue> extends System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>> {}
|
|
1128
|
-
|
|
1129
1243
|
export type ConditionalWeakTable_2<TKey, TValue> = ConditionalWeakTable_2$instance<TKey, TValue> & __ConditionalWeakTable_2$views<TKey, TValue>;
|
|
1130
1244
|
|
|
1131
1245
|
|
|
1132
1246
|
export interface CppInlineNamespaceAttribute$instance extends Attribute {
|
|
1247
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CppInlineNamespaceAttribute: never;
|
|
1248
|
+
|
|
1133
1249
|
}
|
|
1134
1250
|
|
|
1135
1251
|
|
|
@@ -1141,6 +1257,8 @@ export const CppInlineNamespaceAttribute: {
|
|
|
1141
1257
|
export type CppInlineNamespaceAttribute = CppInlineNamespaceAttribute$instance;
|
|
1142
1258
|
|
|
1143
1259
|
export interface CreateNewOnMetadataUpdateAttribute$instance extends Attribute {
|
|
1260
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CreateNewOnMetadataUpdateAttribute: never;
|
|
1261
|
+
|
|
1144
1262
|
}
|
|
1145
1263
|
|
|
1146
1264
|
|
|
@@ -1152,6 +1270,8 @@ export const CreateNewOnMetadataUpdateAttribute: {
|
|
|
1152
1270
|
export type CreateNewOnMetadataUpdateAttribute = CreateNewOnMetadataUpdateAttribute$instance;
|
|
1153
1271
|
|
|
1154
1272
|
export interface CustomConstantAttribute$instance extends Attribute {
|
|
1273
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_CustomConstantAttribute: never;
|
|
1274
|
+
|
|
1155
1275
|
readonly Value: unknown | unknown | undefined;
|
|
1156
1276
|
}
|
|
1157
1277
|
|
|
@@ -1163,6 +1283,8 @@ export const CustomConstantAttribute: (abstract new() => CustomConstantAttribute
|
|
|
1163
1283
|
export type CustomConstantAttribute = CustomConstantAttribute$instance;
|
|
1164
1284
|
|
|
1165
1285
|
export interface DateTimeConstantAttribute$instance extends CustomConstantAttribute {
|
|
1286
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_DateTimeConstantAttribute: never;
|
|
1287
|
+
|
|
1166
1288
|
readonly Value: unknown | unknown | undefined;
|
|
1167
1289
|
}
|
|
1168
1290
|
|
|
@@ -1175,6 +1297,8 @@ export const DateTimeConstantAttribute: {
|
|
|
1175
1297
|
export type DateTimeConstantAttribute = DateTimeConstantAttribute$instance;
|
|
1176
1298
|
|
|
1177
1299
|
export interface DebugInfoGenerator$instance {
|
|
1300
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_DebugInfoGenerator: never;
|
|
1301
|
+
|
|
1178
1302
|
MarkSequencePoint(method: LambdaExpression, ilOffset: int, sequencePoint: DebugInfoExpression): void;
|
|
1179
1303
|
}
|
|
1180
1304
|
|
|
@@ -1187,6 +1311,8 @@ export const DebugInfoGenerator: (abstract new() => DebugInfoGenerator) & {
|
|
|
1187
1311
|
export type DebugInfoGenerator = DebugInfoGenerator$instance;
|
|
1188
1312
|
|
|
1189
1313
|
export interface DecimalConstantAttribute$instance extends Attribute {
|
|
1314
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_DecimalConstantAttribute: never;
|
|
1315
|
+
|
|
1190
1316
|
readonly Value: decimal;
|
|
1191
1317
|
}
|
|
1192
1318
|
|
|
@@ -1200,6 +1326,8 @@ export const DecimalConstantAttribute: {
|
|
|
1200
1326
|
export type DecimalConstantAttribute = DecimalConstantAttribute$instance;
|
|
1201
1327
|
|
|
1202
1328
|
export interface DefaultDependencyAttribute$instance extends Attribute {
|
|
1329
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_DefaultDependencyAttribute: never;
|
|
1330
|
+
|
|
1203
1331
|
readonly LoadHint: LoadHint;
|
|
1204
1332
|
}
|
|
1205
1333
|
|
|
@@ -1212,6 +1340,8 @@ export const DefaultDependencyAttribute: {
|
|
|
1212
1340
|
export type DefaultDependencyAttribute = DefaultDependencyAttribute$instance;
|
|
1213
1341
|
|
|
1214
1342
|
export interface DependencyAttribute$instance extends Attribute {
|
|
1343
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_DependencyAttribute: never;
|
|
1344
|
+
|
|
1215
1345
|
readonly DependentAssembly: string;
|
|
1216
1346
|
readonly LoadHint: LoadHint;
|
|
1217
1347
|
}
|
|
@@ -1225,6 +1355,8 @@ export const DependencyAttribute: {
|
|
|
1225
1355
|
export type DependencyAttribute = DependencyAttribute$instance;
|
|
1226
1356
|
|
|
1227
1357
|
export interface DisablePrivateReflectionAttribute$instance extends Attribute {
|
|
1358
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_DisablePrivateReflectionAttribute: never;
|
|
1359
|
+
|
|
1228
1360
|
}
|
|
1229
1361
|
|
|
1230
1362
|
|
|
@@ -1236,6 +1368,8 @@ export const DisablePrivateReflectionAttribute: {
|
|
|
1236
1368
|
export type DisablePrivateReflectionAttribute = DisablePrivateReflectionAttribute$instance;
|
|
1237
1369
|
|
|
1238
1370
|
export interface DisableRuntimeMarshallingAttribute$instance extends Attribute {
|
|
1371
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_DisableRuntimeMarshallingAttribute: never;
|
|
1372
|
+
|
|
1239
1373
|
}
|
|
1240
1374
|
|
|
1241
1375
|
|
|
@@ -1247,6 +1381,8 @@ export const DisableRuntimeMarshallingAttribute: {
|
|
|
1247
1381
|
export type DisableRuntimeMarshallingAttribute = DisableRuntimeMarshallingAttribute$instance;
|
|
1248
1382
|
|
|
1249
1383
|
export interface DiscardableAttribute$instance extends Attribute {
|
|
1384
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_DiscardableAttribute: never;
|
|
1385
|
+
|
|
1250
1386
|
}
|
|
1251
1387
|
|
|
1252
1388
|
|
|
@@ -1258,6 +1394,8 @@ export const DiscardableAttribute: {
|
|
|
1258
1394
|
export type DiscardableAttribute = DiscardableAttribute$instance;
|
|
1259
1395
|
|
|
1260
1396
|
export interface DynamicAttribute$instance extends Attribute {
|
|
1397
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_DynamicAttribute: never;
|
|
1398
|
+
|
|
1261
1399
|
readonly TransformFlags: IList_1<System_Internal.Boolean>;
|
|
1262
1400
|
}
|
|
1263
1401
|
|
|
@@ -1271,6 +1409,8 @@ export const DynamicAttribute: {
|
|
|
1271
1409
|
export type DynamicAttribute = DynamicAttribute$instance;
|
|
1272
1410
|
|
|
1273
1411
|
export interface EnumeratorCancellationAttribute$instance extends Attribute {
|
|
1412
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_EnumeratorCancellationAttribute: never;
|
|
1413
|
+
|
|
1274
1414
|
}
|
|
1275
1415
|
|
|
1276
1416
|
|
|
@@ -1282,6 +1422,8 @@ export const EnumeratorCancellationAttribute: {
|
|
|
1282
1422
|
export type EnumeratorCancellationAttribute = EnumeratorCancellationAttribute$instance;
|
|
1283
1423
|
|
|
1284
1424
|
export interface ExtensionAttribute$instance extends Attribute {
|
|
1425
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ExtensionAttribute: never;
|
|
1426
|
+
|
|
1285
1427
|
}
|
|
1286
1428
|
|
|
1287
1429
|
|
|
@@ -1293,6 +1435,8 @@ export const ExtensionAttribute: {
|
|
|
1293
1435
|
export type ExtensionAttribute = ExtensionAttribute$instance;
|
|
1294
1436
|
|
|
1295
1437
|
export interface ExtensionMarkerAttribute$instance extends Attribute {
|
|
1438
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ExtensionMarkerAttribute: never;
|
|
1439
|
+
|
|
1296
1440
|
readonly Name: string;
|
|
1297
1441
|
}
|
|
1298
1442
|
|
|
@@ -1305,6 +1449,8 @@ export const ExtensionMarkerAttribute: {
|
|
|
1305
1449
|
export type ExtensionMarkerAttribute = ExtensionMarkerAttribute$instance;
|
|
1306
1450
|
|
|
1307
1451
|
export interface FixedAddressValueTypeAttribute$instance extends Attribute {
|
|
1452
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_FixedAddressValueTypeAttribute: never;
|
|
1453
|
+
|
|
1308
1454
|
}
|
|
1309
1455
|
|
|
1310
1456
|
|
|
@@ -1316,6 +1462,8 @@ export const FixedAddressValueTypeAttribute: {
|
|
|
1316
1462
|
export type FixedAddressValueTypeAttribute = FixedAddressValueTypeAttribute$instance;
|
|
1317
1463
|
|
|
1318
1464
|
export interface FixedBufferAttribute$instance extends Attribute {
|
|
1465
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_FixedBufferAttribute: never;
|
|
1466
|
+
|
|
1319
1467
|
readonly ElementType: Type;
|
|
1320
1468
|
readonly Length: int;
|
|
1321
1469
|
}
|
|
@@ -1329,6 +1477,8 @@ export const FixedBufferAttribute: {
|
|
|
1329
1477
|
export type FixedBufferAttribute = FixedBufferAttribute$instance;
|
|
1330
1478
|
|
|
1331
1479
|
export interface HasCopySemanticsAttribute$instance extends Attribute {
|
|
1480
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_HasCopySemanticsAttribute: never;
|
|
1481
|
+
|
|
1332
1482
|
}
|
|
1333
1483
|
|
|
1334
1484
|
|
|
@@ -1340,6 +1490,8 @@ export const HasCopySemanticsAttribute: {
|
|
|
1340
1490
|
export type HasCopySemanticsAttribute = HasCopySemanticsAttribute$instance;
|
|
1341
1491
|
|
|
1342
1492
|
export interface IDispatchConstantAttribute$instance extends CustomConstantAttribute {
|
|
1493
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_IDispatchConstantAttribute: never;
|
|
1494
|
+
|
|
1343
1495
|
readonly Value: unknown | unknown | undefined;
|
|
1344
1496
|
}
|
|
1345
1497
|
|
|
@@ -1352,6 +1504,8 @@ export const IDispatchConstantAttribute: {
|
|
|
1352
1504
|
export type IDispatchConstantAttribute = IDispatchConstantAttribute$instance;
|
|
1353
1505
|
|
|
1354
1506
|
export interface IndexerNameAttribute$instance extends Attribute {
|
|
1507
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_IndexerNameAttribute: never;
|
|
1508
|
+
|
|
1355
1509
|
}
|
|
1356
1510
|
|
|
1357
1511
|
|
|
@@ -1363,6 +1517,8 @@ export const IndexerNameAttribute: {
|
|
|
1363
1517
|
export type IndexerNameAttribute = IndexerNameAttribute$instance;
|
|
1364
1518
|
|
|
1365
1519
|
export interface InlineArrayAttribute$instance extends Attribute {
|
|
1520
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArrayAttribute: never;
|
|
1521
|
+
|
|
1366
1522
|
readonly Length: int;
|
|
1367
1523
|
}
|
|
1368
1524
|
|
|
@@ -1375,6 +1531,8 @@ export const InlineArrayAttribute: {
|
|
|
1375
1531
|
export type InlineArrayAttribute = InlineArrayAttribute$instance;
|
|
1376
1532
|
|
|
1377
1533
|
export interface InternalsVisibleToAttribute$instance extends Attribute {
|
|
1534
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InternalsVisibleToAttribute: never;
|
|
1535
|
+
|
|
1378
1536
|
AllInternalsVisible: boolean;
|
|
1379
1537
|
readonly AssemblyName: string;
|
|
1380
1538
|
}
|
|
@@ -1388,6 +1546,8 @@ export const InternalsVisibleToAttribute: {
|
|
|
1388
1546
|
export type InternalsVisibleToAttribute = InternalsVisibleToAttribute$instance;
|
|
1389
1547
|
|
|
1390
1548
|
export interface InterpolatedStringHandlerArgumentAttribute$instance extends Attribute {
|
|
1549
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InterpolatedStringHandlerArgumentAttribute: never;
|
|
1550
|
+
|
|
1391
1551
|
readonly Arguments: string[];
|
|
1392
1552
|
}
|
|
1393
1553
|
|
|
@@ -1401,6 +1561,8 @@ export const InterpolatedStringHandlerArgumentAttribute: {
|
|
|
1401
1561
|
export type InterpolatedStringHandlerArgumentAttribute = InterpolatedStringHandlerArgumentAttribute$instance;
|
|
1402
1562
|
|
|
1403
1563
|
export interface InterpolatedStringHandlerAttribute$instance extends Attribute {
|
|
1564
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_InterpolatedStringHandlerAttribute: never;
|
|
1565
|
+
|
|
1404
1566
|
}
|
|
1405
1567
|
|
|
1406
1568
|
|
|
@@ -1412,6 +1574,8 @@ export const InterpolatedStringHandlerAttribute: {
|
|
|
1412
1574
|
export type InterpolatedStringHandlerAttribute = InterpolatedStringHandlerAttribute$instance;
|
|
1413
1575
|
|
|
1414
1576
|
export interface IsByRefLikeAttribute$instance extends Attribute {
|
|
1577
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_IsByRefLikeAttribute: never;
|
|
1578
|
+
|
|
1415
1579
|
}
|
|
1416
1580
|
|
|
1417
1581
|
|
|
@@ -1423,6 +1587,8 @@ export const IsByRefLikeAttribute: {
|
|
|
1423
1587
|
export type IsByRefLikeAttribute = IsByRefLikeAttribute$instance;
|
|
1424
1588
|
|
|
1425
1589
|
export interface IsReadOnlyAttribute$instance extends Attribute {
|
|
1590
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_IsReadOnlyAttribute: never;
|
|
1591
|
+
|
|
1426
1592
|
}
|
|
1427
1593
|
|
|
1428
1594
|
|
|
@@ -1434,6 +1600,8 @@ export const IsReadOnlyAttribute: {
|
|
|
1434
1600
|
export type IsReadOnlyAttribute = IsReadOnlyAttribute$instance;
|
|
1435
1601
|
|
|
1436
1602
|
export interface IsUnmanagedAttribute$instance extends Attribute {
|
|
1603
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_IsUnmanagedAttribute: never;
|
|
1604
|
+
|
|
1437
1605
|
}
|
|
1438
1606
|
|
|
1439
1607
|
|
|
@@ -1445,6 +1613,8 @@ export const IsUnmanagedAttribute: {
|
|
|
1445
1613
|
export type IsUnmanagedAttribute = IsUnmanagedAttribute$instance;
|
|
1446
1614
|
|
|
1447
1615
|
export interface IteratorStateMachineAttribute$instance extends StateMachineAttribute {
|
|
1616
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_IteratorStateMachineAttribute: never;
|
|
1617
|
+
|
|
1448
1618
|
}
|
|
1449
1619
|
|
|
1450
1620
|
|
|
@@ -1456,6 +1626,8 @@ export const IteratorStateMachineAttribute: {
|
|
|
1456
1626
|
export type IteratorStateMachineAttribute = IteratorStateMachineAttribute$instance;
|
|
1457
1627
|
|
|
1458
1628
|
export interface IUnknownConstantAttribute$instance extends CustomConstantAttribute {
|
|
1629
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_IUnknownConstantAttribute: never;
|
|
1630
|
+
|
|
1459
1631
|
readonly Value: unknown | unknown | undefined;
|
|
1460
1632
|
}
|
|
1461
1633
|
|
|
@@ -1468,6 +1640,8 @@ export const IUnknownConstantAttribute: {
|
|
|
1468
1640
|
export type IUnknownConstantAttribute = IUnknownConstantAttribute$instance;
|
|
1469
1641
|
|
|
1470
1642
|
export interface MetadataUpdateDeletedAttribute$instance extends Attribute {
|
|
1643
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_MetadataUpdateDeletedAttribute: never;
|
|
1644
|
+
|
|
1471
1645
|
}
|
|
1472
1646
|
|
|
1473
1647
|
|
|
@@ -1479,6 +1653,8 @@ export const MetadataUpdateDeletedAttribute: {
|
|
|
1479
1653
|
export type MetadataUpdateDeletedAttribute = MetadataUpdateDeletedAttribute$instance;
|
|
1480
1654
|
|
|
1481
1655
|
export interface MetadataUpdateOriginalTypeAttribute$instance extends Attribute {
|
|
1656
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_MetadataUpdateOriginalTypeAttribute: never;
|
|
1657
|
+
|
|
1482
1658
|
readonly OriginalType: Type;
|
|
1483
1659
|
}
|
|
1484
1660
|
|
|
@@ -1491,6 +1667,8 @@ export const MetadataUpdateOriginalTypeAttribute: {
|
|
|
1491
1667
|
export type MetadataUpdateOriginalTypeAttribute = MetadataUpdateOriginalTypeAttribute$instance;
|
|
1492
1668
|
|
|
1493
1669
|
export interface MethodImplAttribute$instance extends Attribute {
|
|
1670
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_MethodImplAttribute: never;
|
|
1671
|
+
|
|
1494
1672
|
MethodCodeType: MethodCodeType;
|
|
1495
1673
|
readonly Value: MethodImplOptions;
|
|
1496
1674
|
}
|
|
@@ -1506,6 +1684,8 @@ export const MethodImplAttribute: {
|
|
|
1506
1684
|
export type MethodImplAttribute = MethodImplAttribute$instance;
|
|
1507
1685
|
|
|
1508
1686
|
export interface ModuleInitializerAttribute$instance extends Attribute {
|
|
1687
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ModuleInitializerAttribute: never;
|
|
1688
|
+
|
|
1509
1689
|
}
|
|
1510
1690
|
|
|
1511
1691
|
|
|
@@ -1517,6 +1697,8 @@ export const ModuleInitializerAttribute: {
|
|
|
1517
1697
|
export type ModuleInitializerAttribute = ModuleInitializerAttribute$instance;
|
|
1518
1698
|
|
|
1519
1699
|
export interface NativeCppClassAttribute$instance extends Attribute {
|
|
1700
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_NativeCppClassAttribute: never;
|
|
1701
|
+
|
|
1520
1702
|
}
|
|
1521
1703
|
|
|
1522
1704
|
|
|
@@ -1528,6 +1710,8 @@ export const NativeCppClassAttribute: {
|
|
|
1528
1710
|
export type NativeCppClassAttribute = NativeCppClassAttribute$instance;
|
|
1529
1711
|
|
|
1530
1712
|
export interface NullableAttribute$instance extends Attribute {
|
|
1713
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_NullableAttribute: never;
|
|
1714
|
+
|
|
1531
1715
|
readonly NullableFlags: byte[];
|
|
1532
1716
|
}
|
|
1533
1717
|
|
|
@@ -1541,6 +1725,8 @@ export const NullableAttribute: {
|
|
|
1541
1725
|
export type NullableAttribute = NullableAttribute$instance;
|
|
1542
1726
|
|
|
1543
1727
|
export interface NullableContextAttribute$instance extends Attribute {
|
|
1728
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_NullableContextAttribute: never;
|
|
1729
|
+
|
|
1544
1730
|
readonly Flag: byte;
|
|
1545
1731
|
}
|
|
1546
1732
|
|
|
@@ -1553,6 +1739,8 @@ export const NullableContextAttribute: {
|
|
|
1553
1739
|
export type NullableContextAttribute = NullableContextAttribute$instance;
|
|
1554
1740
|
|
|
1555
1741
|
export interface NullablePublicOnlyAttribute$instance extends Attribute {
|
|
1742
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_NullablePublicOnlyAttribute: never;
|
|
1743
|
+
|
|
1556
1744
|
readonly IncludesInternals: boolean;
|
|
1557
1745
|
}
|
|
1558
1746
|
|
|
@@ -1565,6 +1753,8 @@ export const NullablePublicOnlyAttribute: {
|
|
|
1565
1753
|
export type NullablePublicOnlyAttribute = NullablePublicOnlyAttribute$instance;
|
|
1566
1754
|
|
|
1567
1755
|
export interface OverloadResolutionPriorityAttribute$instance extends Attribute {
|
|
1756
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_OverloadResolutionPriorityAttribute: never;
|
|
1757
|
+
|
|
1568
1758
|
readonly Priority: int;
|
|
1569
1759
|
}
|
|
1570
1760
|
|
|
@@ -1577,6 +1767,8 @@ export const OverloadResolutionPriorityAttribute: {
|
|
|
1577
1767
|
export type OverloadResolutionPriorityAttribute = OverloadResolutionPriorityAttribute$instance;
|
|
1578
1768
|
|
|
1579
1769
|
export interface ParamCollectionAttribute$instance extends Attribute {
|
|
1770
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ParamCollectionAttribute: never;
|
|
1771
|
+
|
|
1580
1772
|
}
|
|
1581
1773
|
|
|
1582
1774
|
|
|
@@ -1588,6 +1780,8 @@ export const ParamCollectionAttribute: {
|
|
|
1588
1780
|
export type ParamCollectionAttribute = ParamCollectionAttribute$instance;
|
|
1589
1781
|
|
|
1590
1782
|
export interface PreserveBaseOverridesAttribute$instance extends Attribute {
|
|
1783
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_PreserveBaseOverridesAttribute: never;
|
|
1784
|
+
|
|
1591
1785
|
}
|
|
1592
1786
|
|
|
1593
1787
|
|
|
@@ -1599,6 +1793,8 @@ export const PreserveBaseOverridesAttribute: {
|
|
|
1599
1793
|
export type PreserveBaseOverridesAttribute = PreserveBaseOverridesAttribute$instance;
|
|
1600
1794
|
|
|
1601
1795
|
export interface ReadOnlyCollectionBuilder_1$instance<T> {
|
|
1796
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ReadOnlyCollectionBuilder_1: never;
|
|
1797
|
+
|
|
1602
1798
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1603
1799
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1604
1800
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -1608,7 +1804,6 @@ export interface ReadOnlyCollectionBuilder_1$instance<T> {
|
|
|
1608
1804
|
|
|
1609
1805
|
Capacity: int;
|
|
1610
1806
|
readonly Count: int;
|
|
1611
|
-
[index: number]: T;
|
|
1612
1807
|
Add(item: T): void;
|
|
1613
1808
|
Clear(): void;
|
|
1614
1809
|
Contains(item: T): boolean;
|
|
@@ -1641,10 +1836,12 @@ export interface __ReadOnlyCollectionBuilder_1$views<T> {
|
|
|
1641
1836
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
1642
1837
|
}
|
|
1643
1838
|
|
|
1644
|
-
export type ReadOnlyCollectionBuilder_1<T> = ReadOnlyCollectionBuilder_1$instance<T> & __ReadOnlyCollectionBuilder_1$views<T
|
|
1839
|
+
export type ReadOnlyCollectionBuilder_1<T> = ReadOnlyCollectionBuilder_1$instance<T> & __ReadOnlyCollectionBuilder_1$views<T> & { [index: number]: T; };
|
|
1645
1840
|
|
|
1646
1841
|
|
|
1647
1842
|
export interface ReferenceAssemblyAttribute$instance extends Attribute {
|
|
1843
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ReferenceAssemblyAttribute: never;
|
|
1844
|
+
|
|
1648
1845
|
readonly Description: string | undefined;
|
|
1649
1846
|
}
|
|
1650
1847
|
|
|
@@ -1658,6 +1855,8 @@ export const ReferenceAssemblyAttribute: {
|
|
|
1658
1855
|
export type ReferenceAssemblyAttribute = ReferenceAssemblyAttribute$instance;
|
|
1659
1856
|
|
|
1660
1857
|
export interface RefSafetyRulesAttribute$instance extends Attribute {
|
|
1858
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_RefSafetyRulesAttribute: never;
|
|
1859
|
+
|
|
1661
1860
|
readonly Version: int;
|
|
1662
1861
|
}
|
|
1663
1862
|
|
|
@@ -1670,6 +1869,8 @@ export const RefSafetyRulesAttribute: {
|
|
|
1670
1869
|
export type RefSafetyRulesAttribute = RefSafetyRulesAttribute$instance;
|
|
1671
1870
|
|
|
1672
1871
|
export interface RequiredAttributeAttribute$instance extends Attribute {
|
|
1872
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_RequiredAttributeAttribute: never;
|
|
1873
|
+
|
|
1673
1874
|
readonly RequiredContract: Type;
|
|
1674
1875
|
}
|
|
1675
1876
|
|
|
@@ -1682,6 +1883,8 @@ export const RequiredAttributeAttribute: {
|
|
|
1682
1883
|
export type RequiredAttributeAttribute = RequiredAttributeAttribute$instance;
|
|
1683
1884
|
|
|
1684
1885
|
export interface RequiredMemberAttribute$instance extends Attribute {
|
|
1886
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_RequiredMemberAttribute: never;
|
|
1887
|
+
|
|
1685
1888
|
}
|
|
1686
1889
|
|
|
1687
1890
|
|
|
@@ -1693,6 +1896,8 @@ export const RequiredMemberAttribute: {
|
|
|
1693
1896
|
export type RequiredMemberAttribute = RequiredMemberAttribute$instance;
|
|
1694
1897
|
|
|
1695
1898
|
export interface RequiresLocationAttribute$instance extends Attribute {
|
|
1899
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_RequiresLocationAttribute: never;
|
|
1900
|
+
|
|
1696
1901
|
}
|
|
1697
1902
|
|
|
1698
1903
|
|
|
@@ -1704,6 +1909,8 @@ export const RequiresLocationAttribute: {
|
|
|
1704
1909
|
export type RequiresLocationAttribute = RequiresLocationAttribute$instance;
|
|
1705
1910
|
|
|
1706
1911
|
export interface RuleCache_1$instance<T> {
|
|
1912
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_RuleCache_1: never;
|
|
1913
|
+
|
|
1707
1914
|
}
|
|
1708
1915
|
|
|
1709
1916
|
|
|
@@ -1714,6 +1921,8 @@ export const RuleCache_1: {
|
|
|
1714
1921
|
export type RuleCache_1<T> = RuleCache_1$instance<T>;
|
|
1715
1922
|
|
|
1716
1923
|
export interface RuntimeCompatibilityAttribute$instance extends Attribute {
|
|
1924
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_RuntimeCompatibilityAttribute: never;
|
|
1925
|
+
|
|
1717
1926
|
WrapNonExceptionThrows: boolean;
|
|
1718
1927
|
}
|
|
1719
1928
|
|
|
@@ -1726,6 +1935,8 @@ export const RuntimeCompatibilityAttribute: {
|
|
|
1726
1935
|
export type RuntimeCompatibilityAttribute = RuntimeCompatibilityAttribute$instance;
|
|
1727
1936
|
|
|
1728
1937
|
export interface RuntimeWrappedException$instance extends Exception {
|
|
1938
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_RuntimeWrappedException: never;
|
|
1939
|
+
|
|
1729
1940
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1730
1941
|
|
|
1731
1942
|
readonly WrappedException: unknown;
|
|
@@ -1746,6 +1957,8 @@ export type RuntimeWrappedException = RuntimeWrappedException$instance & __Runti
|
|
|
1746
1957
|
|
|
1747
1958
|
|
|
1748
1959
|
export interface ScopedRefAttribute$instance extends Attribute {
|
|
1960
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ScopedRefAttribute: never;
|
|
1961
|
+
|
|
1749
1962
|
}
|
|
1750
1963
|
|
|
1751
1964
|
|
|
@@ -1757,6 +1970,8 @@ export const ScopedRefAttribute: {
|
|
|
1757
1970
|
export type ScopedRefAttribute = ScopedRefAttribute$instance;
|
|
1758
1971
|
|
|
1759
1972
|
export interface ScopelessEnumAttribute$instance extends Attribute {
|
|
1973
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ScopelessEnumAttribute: never;
|
|
1974
|
+
|
|
1760
1975
|
}
|
|
1761
1976
|
|
|
1762
1977
|
|
|
@@ -1768,6 +1983,8 @@ export const ScopelessEnumAttribute: {
|
|
|
1768
1983
|
export type ScopelessEnumAttribute = ScopelessEnumAttribute$instance;
|
|
1769
1984
|
|
|
1770
1985
|
export interface SkipLocalsInitAttribute$instance extends Attribute {
|
|
1986
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_SkipLocalsInitAttribute: never;
|
|
1987
|
+
|
|
1771
1988
|
}
|
|
1772
1989
|
|
|
1773
1990
|
|
|
@@ -1779,6 +1996,8 @@ export const SkipLocalsInitAttribute: {
|
|
|
1779
1996
|
export type SkipLocalsInitAttribute = SkipLocalsInitAttribute$instance;
|
|
1780
1997
|
|
|
1781
1998
|
export interface SpecialNameAttribute$instance extends Attribute {
|
|
1999
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_SpecialNameAttribute: never;
|
|
2000
|
+
|
|
1782
2001
|
}
|
|
1783
2002
|
|
|
1784
2003
|
|
|
@@ -1790,6 +2009,8 @@ export const SpecialNameAttribute: {
|
|
|
1790
2009
|
export type SpecialNameAttribute = SpecialNameAttribute$instance;
|
|
1791
2010
|
|
|
1792
2011
|
export interface StateMachineAttribute$instance extends Attribute {
|
|
2012
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_StateMachineAttribute: never;
|
|
2013
|
+
|
|
1793
2014
|
readonly StateMachineType: Type;
|
|
1794
2015
|
}
|
|
1795
2016
|
|
|
@@ -1802,6 +2023,8 @@ export const StateMachineAttribute: {
|
|
|
1802
2023
|
export type StateMachineAttribute = StateMachineAttribute$instance;
|
|
1803
2024
|
|
|
1804
2025
|
export interface StringFreezingAttribute$instance extends Attribute {
|
|
2026
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_StringFreezingAttribute: never;
|
|
2027
|
+
|
|
1805
2028
|
}
|
|
1806
2029
|
|
|
1807
2030
|
|
|
@@ -1812,7 +2035,9 @@ export const StringFreezingAttribute: {
|
|
|
1812
2035
|
|
|
1813
2036
|
export type StringFreezingAttribute = StringFreezingAttribute$instance;
|
|
1814
2037
|
|
|
1815
|
-
export interface StrongBox_1$instance<T> {
|
|
2038
|
+
export interface StrongBox_1$instance<T> extends IStrongBox$instance {
|
|
2039
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_StrongBox_1: never;
|
|
2040
|
+
|
|
1816
2041
|
readonly __tsonic_iface_System_Runtime_CompilerServices_IStrongBox: never;
|
|
1817
2042
|
|
|
1818
2043
|
Value: T;
|
|
@@ -1829,12 +2054,12 @@ export interface __StrongBox_1$views<T> {
|
|
|
1829
2054
|
As_IStrongBox(): IStrongBox$instance;
|
|
1830
2055
|
}
|
|
1831
2056
|
|
|
1832
|
-
export interface StrongBox_1$instance<T> extends IStrongBox$instance {}
|
|
1833
|
-
|
|
1834
2057
|
export type StrongBox_1<T> = StrongBox_1$instance<T> & __StrongBox_1$views<T>;
|
|
1835
2058
|
|
|
1836
2059
|
|
|
1837
2060
|
export interface SuppressIldasmAttribute$instance extends Attribute {
|
|
2061
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_SuppressIldasmAttribute: never;
|
|
2062
|
+
|
|
1838
2063
|
}
|
|
1839
2064
|
|
|
1840
2065
|
|
|
@@ -1846,6 +2071,8 @@ export const SuppressIldasmAttribute: {
|
|
|
1846
2071
|
export type SuppressIldasmAttribute = SuppressIldasmAttribute$instance;
|
|
1847
2072
|
|
|
1848
2073
|
export interface SwitchExpressionException$instance extends InvalidOperationException {
|
|
2074
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_SwitchExpressionException: never;
|
|
2075
|
+
|
|
1849
2076
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1850
2077
|
|
|
1851
2078
|
readonly Message: string;
|
|
@@ -1871,6 +2098,8 @@ export type SwitchExpressionException = SwitchExpressionException$instance & __S
|
|
|
1871
2098
|
|
|
1872
2099
|
|
|
1873
2100
|
export interface TupleElementNamesAttribute$instance extends Attribute {
|
|
2101
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_TupleElementNamesAttribute: never;
|
|
2102
|
+
|
|
1874
2103
|
readonly TransformNames: IList_1<string | undefined>;
|
|
1875
2104
|
}
|
|
1876
2105
|
|
|
@@ -1883,6 +2112,8 @@ export const TupleElementNamesAttribute: {
|
|
|
1883
2112
|
export type TupleElementNamesAttribute = TupleElementNamesAttribute$instance;
|
|
1884
2113
|
|
|
1885
2114
|
export interface TypeForwardedFromAttribute$instance extends Attribute {
|
|
2115
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_TypeForwardedFromAttribute: never;
|
|
2116
|
+
|
|
1886
2117
|
readonly AssemblyFullName: string;
|
|
1887
2118
|
}
|
|
1888
2119
|
|
|
@@ -1895,6 +2126,8 @@ export const TypeForwardedFromAttribute: {
|
|
|
1895
2126
|
export type TypeForwardedFromAttribute = TypeForwardedFromAttribute$instance;
|
|
1896
2127
|
|
|
1897
2128
|
export interface TypeForwardedToAttribute$instance extends Attribute {
|
|
2129
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_TypeForwardedToAttribute: never;
|
|
2130
|
+
|
|
1898
2131
|
readonly Destination: Type;
|
|
1899
2132
|
}
|
|
1900
2133
|
|
|
@@ -1907,6 +2140,8 @@ export const TypeForwardedToAttribute: {
|
|
|
1907
2140
|
export type TypeForwardedToAttribute = TypeForwardedToAttribute$instance;
|
|
1908
2141
|
|
|
1909
2142
|
export interface UnsafeAccessorAttribute$instance extends Attribute {
|
|
2143
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_UnsafeAccessorAttribute: never;
|
|
2144
|
+
|
|
1910
2145
|
readonly Kind: UnsafeAccessorKind;
|
|
1911
2146
|
get Name(): string | undefined;
|
|
1912
2147
|
set Name(value: string | undefined);
|
|
@@ -1921,6 +2156,8 @@ export const UnsafeAccessorAttribute: {
|
|
|
1921
2156
|
export type UnsafeAccessorAttribute = UnsafeAccessorAttribute$instance;
|
|
1922
2157
|
|
|
1923
2158
|
export interface UnsafeAccessorTypeAttribute$instance extends Attribute {
|
|
2159
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_UnsafeAccessorTypeAttribute: never;
|
|
2160
|
+
|
|
1924
2161
|
readonly TypeName: string;
|
|
1925
2162
|
}
|
|
1926
2163
|
|
|
@@ -1933,6 +2170,8 @@ export const UnsafeAccessorTypeAttribute: {
|
|
|
1933
2170
|
export type UnsafeAccessorTypeAttribute = UnsafeAccessorTypeAttribute$instance;
|
|
1934
2171
|
|
|
1935
2172
|
export interface UnsafeValueTypeAttribute$instance extends Attribute {
|
|
2173
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_UnsafeValueTypeAttribute: never;
|
|
2174
|
+
|
|
1936
2175
|
}
|
|
1937
2176
|
|
|
1938
2177
|
|