@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
@@ -44,6 +44,8 @@ export enum DynamicallyAccessedMemberTypes {
44
44
 
45
45
 
46
46
  export interface AllowNullAttribute$instance extends Attribute {
47
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_AllowNullAttribute: never;
48
+
47
49
  }
48
50
 
49
51
 
@@ -55,6 +57,8 @@ export const AllowNullAttribute: {
55
57
  export type AllowNullAttribute = AllowNullAttribute$instance;
56
58
 
57
59
  export interface ConstantExpectedAttribute$instance extends Attribute {
60
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_ConstantExpectedAttribute: never;
61
+
58
62
  get Max(): unknown | undefined;
59
63
  set Max(value: unknown | undefined);
60
64
  get Min(): unknown | undefined;
@@ -70,6 +74,8 @@ export const ConstantExpectedAttribute: {
70
74
  export type ConstantExpectedAttribute = ConstantExpectedAttribute$instance;
71
75
 
72
76
  export interface DisallowNullAttribute$instance extends Attribute {
77
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_DisallowNullAttribute: never;
78
+
73
79
  }
74
80
 
75
81
 
@@ -81,6 +87,8 @@ export const DisallowNullAttribute: {
81
87
  export type DisallowNullAttribute = DisallowNullAttribute$instance;
82
88
 
83
89
  export interface DoesNotReturnAttribute$instance extends Attribute {
90
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_DoesNotReturnAttribute: never;
91
+
84
92
  }
85
93
 
86
94
 
@@ -92,6 +100,8 @@ export const DoesNotReturnAttribute: {
92
100
  export type DoesNotReturnAttribute = DoesNotReturnAttribute$instance;
93
101
 
94
102
  export interface DoesNotReturnIfAttribute$instance extends Attribute {
103
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_DoesNotReturnIfAttribute: never;
104
+
95
105
  readonly ParameterValue: boolean;
96
106
  }
97
107
 
@@ -104,6 +114,8 @@ export const DoesNotReturnIfAttribute: {
104
114
  export type DoesNotReturnIfAttribute = DoesNotReturnIfAttribute$instance;
105
115
 
106
116
  export interface DynamicallyAccessedMembersAttribute$instance extends Attribute {
117
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_DynamicallyAccessedMembersAttribute: never;
118
+
107
119
  readonly MemberTypes: DynamicallyAccessedMemberTypes;
108
120
  }
109
121
 
@@ -116,6 +128,8 @@ export const DynamicallyAccessedMembersAttribute: {
116
128
  export type DynamicallyAccessedMembersAttribute = DynamicallyAccessedMembersAttribute$instance;
117
129
 
118
130
  export interface DynamicDependencyAttribute$instance extends Attribute {
131
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_DynamicDependencyAttribute: never;
132
+
119
133
  readonly AssemblyName: string | undefined;
120
134
  get Condition(): string | undefined;
121
135
  set Condition(value: string | undefined);
@@ -138,6 +152,8 @@ export const DynamicDependencyAttribute: {
138
152
  export type DynamicDependencyAttribute = DynamicDependencyAttribute$instance;
139
153
 
140
154
  export interface ExcludeFromCodeCoverageAttribute$instance extends Attribute {
155
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_ExcludeFromCodeCoverageAttribute: never;
156
+
141
157
  get Justification(): string | undefined;
142
158
  set Justification(value: string | undefined);
143
159
  }
@@ -151,6 +167,8 @@ export const ExcludeFromCodeCoverageAttribute: {
151
167
  export type ExcludeFromCodeCoverageAttribute = ExcludeFromCodeCoverageAttribute$instance;
152
168
 
153
169
  export interface ExperimentalAttribute$instance extends Attribute {
170
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_ExperimentalAttribute: never;
171
+
154
172
  readonly DiagnosticId: string;
155
173
  get Message(): string | undefined;
156
174
  set Message(value: string | undefined);
@@ -167,6 +185,8 @@ export const ExperimentalAttribute: {
167
185
  export type ExperimentalAttribute = ExperimentalAttribute$instance;
168
186
 
169
187
  export interface FeatureGuardAttribute$instance extends Attribute {
188
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_FeatureGuardAttribute: never;
189
+
170
190
  readonly FeatureType: Type;
171
191
  }
172
192
 
@@ -179,6 +199,8 @@ export const FeatureGuardAttribute: {
179
199
  export type FeatureGuardAttribute = FeatureGuardAttribute$instance;
180
200
 
181
201
  export interface FeatureSwitchDefinitionAttribute$instance extends Attribute {
202
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_FeatureSwitchDefinitionAttribute: never;
203
+
182
204
  readonly SwitchName: string;
183
205
  }
184
206
 
@@ -191,6 +213,8 @@ export const FeatureSwitchDefinitionAttribute: {
191
213
  export type FeatureSwitchDefinitionAttribute = FeatureSwitchDefinitionAttribute$instance;
192
214
 
193
215
  export interface MaybeNullAttribute$instance extends Attribute {
216
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_MaybeNullAttribute: never;
217
+
194
218
  }
195
219
 
196
220
 
@@ -202,6 +226,8 @@ export const MaybeNullAttribute: {
202
226
  export type MaybeNullAttribute = MaybeNullAttribute$instance;
203
227
 
204
228
  export interface MaybeNullWhenAttribute$instance extends Attribute {
229
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_MaybeNullWhenAttribute: never;
230
+
205
231
  readonly ReturnValue: boolean;
206
232
  }
207
233
 
@@ -214,6 +240,8 @@ export const MaybeNullWhenAttribute: {
214
240
  export type MaybeNullWhenAttribute = MaybeNullWhenAttribute$instance;
215
241
 
216
242
  export interface MemberNotNullAttribute$instance extends Attribute {
243
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_MemberNotNullAttribute: never;
244
+
217
245
  readonly Members: string[];
218
246
  }
219
247
 
@@ -227,6 +255,8 @@ export const MemberNotNullAttribute: {
227
255
  export type MemberNotNullAttribute = MemberNotNullAttribute$instance;
228
256
 
229
257
  export interface MemberNotNullWhenAttribute$instance extends Attribute {
258
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_MemberNotNullWhenAttribute: never;
259
+
230
260
  readonly Members: string[];
231
261
  readonly ReturnValue: boolean;
232
262
  }
@@ -241,6 +271,8 @@ export const MemberNotNullWhenAttribute: {
241
271
  export type MemberNotNullWhenAttribute = MemberNotNullWhenAttribute$instance;
242
272
 
243
273
  export interface NotNullAttribute$instance extends Attribute {
274
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_NotNullAttribute: never;
275
+
244
276
  }
245
277
 
246
278
 
@@ -252,6 +284,8 @@ export const NotNullAttribute: {
252
284
  export type NotNullAttribute = NotNullAttribute$instance;
253
285
 
254
286
  export interface NotNullIfNotNullAttribute$instance extends Attribute {
287
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_NotNullIfNotNullAttribute: never;
288
+
255
289
  readonly ParameterName: string;
256
290
  }
257
291
 
@@ -264,6 +298,8 @@ export const NotNullIfNotNullAttribute: {
264
298
  export type NotNullIfNotNullAttribute = NotNullIfNotNullAttribute$instance;
265
299
 
266
300
  export interface NotNullWhenAttribute$instance extends Attribute {
301
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_NotNullWhenAttribute: never;
302
+
267
303
  readonly ReturnValue: boolean;
268
304
  }
269
305
 
@@ -276,6 +312,8 @@ export const NotNullWhenAttribute: {
276
312
  export type NotNullWhenAttribute = NotNullWhenAttribute$instance;
277
313
 
278
314
  export interface RequiresAssemblyFilesAttribute$instance extends Attribute {
315
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_RequiresAssemblyFilesAttribute: never;
316
+
279
317
  readonly Message: string | undefined;
280
318
  get Url(): string | undefined;
281
319
  set Url(value: string | undefined);
@@ -291,6 +329,8 @@ export const RequiresAssemblyFilesAttribute: {
291
329
  export type RequiresAssemblyFilesAttribute = RequiresAssemblyFilesAttribute$instance;
292
330
 
293
331
  export interface RequiresDynamicCodeAttribute$instance extends Attribute {
332
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_RequiresDynamicCodeAttribute: never;
333
+
294
334
  ExcludeStatics: boolean;
295
335
  readonly Message: string;
296
336
  get Url(): string | undefined;
@@ -306,6 +346,8 @@ export const RequiresDynamicCodeAttribute: {
306
346
  export type RequiresDynamicCodeAttribute = RequiresDynamicCodeAttribute$instance;
307
347
 
308
348
  export interface RequiresUnreferencedCodeAttribute$instance extends Attribute {
349
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_RequiresUnreferencedCodeAttribute: never;
350
+
309
351
  ExcludeStatics: boolean;
310
352
  readonly Message: string;
311
353
  get Url(): string | undefined;
@@ -321,6 +363,8 @@ export const RequiresUnreferencedCodeAttribute: {
321
363
  export type RequiresUnreferencedCodeAttribute = RequiresUnreferencedCodeAttribute$instance;
322
364
 
323
365
  export interface SetsRequiredMembersAttribute$instance extends Attribute {
366
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_SetsRequiredMembersAttribute: never;
367
+
324
368
  }
325
369
 
326
370
 
@@ -332,6 +376,8 @@ export const SetsRequiredMembersAttribute: {
332
376
  export type SetsRequiredMembersAttribute = SetsRequiredMembersAttribute$instance;
333
377
 
334
378
  export interface StringSyntaxAttribute$instance extends Attribute {
379
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_StringSyntaxAttribute: never;
380
+
335
381
  readonly Arguments: (unknown | undefined)[];
336
382
  readonly Syntax: string;
337
383
  }
@@ -358,6 +404,8 @@ export const StringSyntaxAttribute: {
358
404
  export type StringSyntaxAttribute = StringSyntaxAttribute$instance;
359
405
 
360
406
  export interface SuppressMessageAttribute$instance extends Attribute {
407
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_SuppressMessageAttribute: never;
408
+
361
409
  readonly Category: string;
362
410
  readonly CheckId: string;
363
411
  get Justification(): string | undefined;
@@ -379,6 +427,8 @@ export const SuppressMessageAttribute: {
379
427
  export type SuppressMessageAttribute = SuppressMessageAttribute$instance;
380
428
 
381
429
  export interface UnconditionalSuppressMessageAttribute$instance extends Attribute {
430
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_UnconditionalSuppressMessageAttribute: never;
431
+
382
432
  readonly Category: string;
383
433
  readonly CheckId: string;
384
434
  get Justification(): string | undefined;
@@ -400,6 +450,8 @@ export const UnconditionalSuppressMessageAttribute: {
400
450
  export type UnconditionalSuppressMessageAttribute = UnconditionalSuppressMessageAttribute$instance;
401
451
 
402
452
  export interface UnscopedRefAttribute$instance extends Attribute {
453
+ readonly __tsonic_type_System_Diagnostics_CodeAnalysis_UnscopedRefAttribute: never;
454
+
403
455
  }
404
456
 
405
457
 
@@ -28,6 +28,8 @@ export enum ContractFailureKind {
28
28
 
29
29
 
30
30
  export interface ContractAbbreviatorAttribute$instance extends Attribute {
31
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractAbbreviatorAttribute: never;
32
+
31
33
  }
32
34
 
33
35
 
@@ -39,6 +41,8 @@ export const ContractAbbreviatorAttribute: {
39
41
  export type ContractAbbreviatorAttribute = ContractAbbreviatorAttribute$instance;
40
42
 
41
43
  export interface ContractArgumentValidatorAttribute$instance extends Attribute {
44
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractArgumentValidatorAttribute: never;
45
+
42
46
  }
43
47
 
44
48
 
@@ -50,6 +54,8 @@ export const ContractArgumentValidatorAttribute: {
50
54
  export type ContractArgumentValidatorAttribute = ContractArgumentValidatorAttribute$instance;
51
55
 
52
56
  export interface ContractClassAttribute$instance extends Attribute {
57
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractClassAttribute: never;
58
+
53
59
  readonly TypeContainingContracts: Type;
54
60
  }
55
61
 
@@ -62,6 +68,8 @@ export const ContractClassAttribute: {
62
68
  export type ContractClassAttribute = ContractClassAttribute$instance;
63
69
 
64
70
  export interface ContractClassForAttribute$instance extends Attribute {
71
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractClassForAttribute: never;
72
+
65
73
  readonly TypeContractsAreFor: Type;
66
74
  }
67
75
 
@@ -74,6 +82,10 @@ export const ContractClassForAttribute: {
74
82
  export type ContractClassForAttribute = ContractClassForAttribute$instance;
75
83
 
76
84
  export interface ContractException$instance extends Exception {
85
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractException: never;
86
+
87
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
88
+
77
89
  readonly Condition: string | undefined;
78
90
  readonly Failure: string;
79
91
  readonly Kind: ContractFailureKind;
@@ -95,6 +107,8 @@ export type ContractException = ContractException$instance & __ContractException
95
107
 
96
108
 
97
109
  export interface ContractFailedEventArgs$instance extends EventArgs {
110
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractFailedEventArgs: never;
111
+
98
112
  readonly Condition: string | undefined;
99
113
  readonly FailureKind: ContractFailureKind;
100
114
  readonly Handled: boolean;
@@ -114,6 +128,8 @@ export const ContractFailedEventArgs: {
114
128
  export type ContractFailedEventArgs = ContractFailedEventArgs$instance;
115
129
 
116
130
  export interface ContractInvariantMethodAttribute$instance extends Attribute {
131
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractInvariantMethodAttribute: never;
132
+
117
133
  }
118
134
 
119
135
 
@@ -125,6 +141,8 @@ export const ContractInvariantMethodAttribute: {
125
141
  export type ContractInvariantMethodAttribute = ContractInvariantMethodAttribute$instance;
126
142
 
127
143
  export interface ContractOptionAttribute$instance extends Attribute {
144
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractOptionAttribute: never;
145
+
128
146
  readonly Category: string;
129
147
  readonly Enabled: boolean;
130
148
  readonly Setting: string;
@@ -141,6 +159,8 @@ export const ContractOptionAttribute: {
141
159
  export type ContractOptionAttribute = ContractOptionAttribute$instance;
142
160
 
143
161
  export interface ContractPublicPropertyNameAttribute$instance extends Attribute {
162
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractPublicPropertyNameAttribute: never;
163
+
144
164
  readonly Name: string;
145
165
  }
146
166
 
@@ -153,6 +173,8 @@ export const ContractPublicPropertyNameAttribute: {
153
173
  export type ContractPublicPropertyNameAttribute = ContractPublicPropertyNameAttribute$instance;
154
174
 
155
175
  export interface ContractReferenceAssemblyAttribute$instance extends Attribute {
176
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractReferenceAssemblyAttribute: never;
177
+
156
178
  }
157
179
 
158
180
 
@@ -164,6 +186,8 @@ export const ContractReferenceAssemblyAttribute: {
164
186
  export type ContractReferenceAssemblyAttribute = ContractReferenceAssemblyAttribute$instance;
165
187
 
166
188
  export interface ContractRuntimeIgnoredAttribute$instance extends Attribute {
189
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractRuntimeIgnoredAttribute: never;
190
+
167
191
  }
168
192
 
169
193
 
@@ -175,6 +199,8 @@ export const ContractRuntimeIgnoredAttribute: {
175
199
  export type ContractRuntimeIgnoredAttribute = ContractRuntimeIgnoredAttribute$instance;
176
200
 
177
201
  export interface ContractVerificationAttribute$instance extends Attribute {
202
+ readonly __tsonic_type_System_Diagnostics_Contracts_ContractVerificationAttribute: never;
203
+
178
204
  readonly Value: boolean;
179
205
  }
180
206
 
@@ -187,6 +213,8 @@ export const ContractVerificationAttribute: {
187
213
  export type ContractVerificationAttribute = ContractVerificationAttribute$instance;
188
214
 
189
215
  export interface PureAttribute$instance extends Attribute {
216
+ readonly __tsonic_type_System_Diagnostics_Contracts_PureAttribute: never;
217
+
190
218
  }
191
219
 
192
220
 
@@ -21,6 +21,8 @@ export type MeasurementCallback_1<T extends unknown> = (instrument: Instrument,
21
21
 
22
22
 
23
23
  export interface IMeterFactory$instance extends IDisposable {
24
+ readonly __tsonic_iface_System_Diagnostics_Metrics_IMeterFactory: never;
25
+
24
26
  Create(options: MeterOptions): Meter;
25
27
  Dispose(): void;
26
28
  }
@@ -31,6 +33,8 @@ export interface IMeterFactory$instance extends System_Internal.IDisposable$inst
31
33
  export type IMeterFactory = IMeterFactory$instance;
32
34
 
33
35
  export interface Measurement_1$instance<T extends unknown> {
36
+ readonly __tsonic_type_System_Diagnostics_Metrics_Measurement_1: never;
37
+
34
38
  readonly Tags: ReadOnlySpan_1<KeyValuePair_2<System_Internal.String, unknown>>;
35
39
  readonly Value: T;
36
40
  }
@@ -48,6 +52,8 @@ export const Measurement_1: {
48
52
  export type Measurement_1<T> = Measurement_1$instance<T>;
49
53
 
50
54
  export interface Counter_1$instance<T extends unknown> extends Instrument_1<T> {
55
+ readonly __tsonic_type_System_Diagnostics_Metrics_Counter_1: never;
56
+
51
57
  Add(delta: T): void;
52
58
  Add(delta: T, tag: KeyValuePair_2<System_Internal.String, unknown>): void;
53
59
  Add(delta: T, tag1: KeyValuePair_2<System_Internal.String, unknown>, tag2: KeyValuePair_2<System_Internal.String, unknown>): void;
@@ -65,6 +71,8 @@ export const Counter_1: {
65
71
  export type Counter_1<T> = Counter_1$instance<T>;
66
72
 
67
73
  export interface Gauge_1$instance<T extends unknown> extends Instrument_1<T> {
74
+ readonly __tsonic_type_System_Diagnostics_Metrics_Gauge_1: never;
75
+
68
76
  Record(value: T): void;
69
77
  Record(value: T, tag: KeyValuePair_2<System_Internal.String, unknown>): void;
70
78
  Record(value: T, tag1: KeyValuePair_2<System_Internal.String, unknown>, tag2: KeyValuePair_2<System_Internal.String, unknown>): void;
@@ -82,6 +90,8 @@ export const Gauge_1: {
82
90
  export type Gauge_1<T> = Gauge_1$instance<T>;
83
91
 
84
92
  export interface Histogram_1$instance<T extends unknown> extends Instrument_1<T> {
93
+ readonly __tsonic_type_System_Diagnostics_Metrics_Histogram_1: never;
94
+
85
95
  Record(value: T): void;
86
96
  Record(value: T, tag: KeyValuePair_2<System_Internal.String, unknown>): void;
87
97
  Record(value: T, tag1: KeyValuePair_2<System_Internal.String, unknown>, tag2: KeyValuePair_2<System_Internal.String, unknown>): void;
@@ -99,6 +109,8 @@ export const Histogram_1: {
99
109
  export type Histogram_1<T> = Histogram_1$instance<T>;
100
110
 
101
111
  export interface Instrument$instance {
112
+ readonly __tsonic_type_System_Diagnostics_Metrics_Instrument: never;
113
+
102
114
  readonly Description: string | undefined;
103
115
  readonly Enabled: boolean;
104
116
  readonly IsObservable: boolean;
@@ -116,6 +128,8 @@ export const Instrument: (abstract new(meter: Meter, name: string) => Instrument
116
128
  export type Instrument = Instrument$instance;
117
129
 
118
130
  export interface Instrument_1$instance<T extends unknown> extends Instrument {
131
+ readonly __tsonic_type_System_Diagnostics_Metrics_Instrument_1: never;
132
+
119
133
  readonly Advice: InstrumentAdvice_1<T> | undefined;
120
134
  }
121
135
 
@@ -127,6 +141,8 @@ export const Instrument_1: (abstract new<T extends unknown>(meter: Meter, name:
127
141
  export type Instrument_1<T> = Instrument_1$instance<T>;
128
142
 
129
143
  export interface InstrumentAdvice_1$instance<T extends unknown> {
144
+ readonly __tsonic_type_System_Diagnostics_Metrics_InstrumentAdvice_1: never;
145
+
130
146
  get HistogramBucketBoundaries(): IReadOnlyList_1<T> | undefined;
131
147
  set HistogramBucketBoundaries(value: IReadOnlyList_1<T> | undefined);
132
148
  }
@@ -140,6 +156,10 @@ export const InstrumentAdvice_1: {
140
156
  export type InstrumentAdvice_1<T> = InstrumentAdvice_1$instance<T>;
141
157
 
142
158
  export interface Meter$instance {
159
+ readonly __tsonic_type_System_Diagnostics_Metrics_Meter: never;
160
+
161
+ readonly __tsonic_iface_System_IDisposable: never;
162
+
143
163
  Name: string;
144
164
  get Scope(): unknown | undefined;
145
165
  set Scope(value: unknown | undefined);
@@ -185,7 +205,11 @@ export interface __Meter$views {
185
205
  export type Meter = Meter$instance & __Meter$views;
186
206
 
187
207
 
188
- export interface MeterListener$instance {
208
+ export interface MeterListener$instance extends System_Internal.IDisposable$instance {
209
+ readonly __tsonic_type_System_Diagnostics_Metrics_MeterListener: never;
210
+
211
+ readonly __tsonic_iface_System_IDisposable: never;
212
+
189
213
  get InstrumentPublished(): Action_2<Instrument, MeterListener> | undefined;
190
214
  set InstrumentPublished(value: Action_2<Instrument, MeterListener> | undefined);
191
215
  get MeasurementsCompleted(): Action_2<Instrument, unknown | undefined> | undefined;
@@ -208,12 +232,12 @@ export interface __MeterListener$views {
208
232
  As_IDisposable(): System_Internal.IDisposable$instance;
209
233
  }
210
234
 
211
- export interface MeterListener$instance extends System_Internal.IDisposable$instance {}
212
-
213
235
  export type MeterListener = MeterListener$instance & __MeterListener$views;
214
236
 
215
237
 
216
238
  export interface MeterOptions$instance {
239
+ readonly __tsonic_type_System_Diagnostics_Metrics_MeterOptions: never;
240
+
217
241
  Name: string;
218
242
  get Scope(): unknown | undefined;
219
243
  set Scope(value: unknown | undefined);
@@ -234,6 +258,8 @@ export const MeterOptions: {
234
258
  export type MeterOptions = MeterOptions$instance;
235
259
 
236
260
  export interface ObservableCounter_1$instance<T extends unknown> extends ObservableInstrument_1<T> {
261
+ readonly __tsonic_type_System_Diagnostics_Metrics_ObservableCounter_1: never;
262
+
237
263
  Observe(): IEnumerable_1<Measurement_1<T>>;
238
264
  }
239
265
 
@@ -245,6 +271,8 @@ export const ObservableCounter_1: {
245
271
  export type ObservableCounter_1<T> = ObservableCounter_1$instance<T>;
246
272
 
247
273
  export interface ObservableGauge_1$instance<T extends unknown> extends ObservableInstrument_1<T> {
274
+ readonly __tsonic_type_System_Diagnostics_Metrics_ObservableGauge_1: never;
275
+
248
276
  Observe(): IEnumerable_1<Measurement_1<T>>;
249
277
  }
250
278
 
@@ -256,6 +284,8 @@ export const ObservableGauge_1: {
256
284
  export type ObservableGauge_1<T> = ObservableGauge_1$instance<T>;
257
285
 
258
286
  export interface ObservableInstrument_1$instance<T extends unknown> extends Instrument {
287
+ readonly __tsonic_type_System_Diagnostics_Metrics_ObservableInstrument_1: never;
288
+
259
289
  readonly IsObservable: boolean;
260
290
  Observe(): IEnumerable_1<Measurement_1<T>>;
261
291
  }
@@ -268,6 +298,8 @@ export const ObservableInstrument_1: (abstract new<T extends unknown>(meter: Met
268
298
  export type ObservableInstrument_1<T> = ObservableInstrument_1$instance<T>;
269
299
 
270
300
  export interface ObservableUpDownCounter_1$instance<T extends unknown> extends ObservableInstrument_1<T> {
301
+ readonly __tsonic_type_System_Diagnostics_Metrics_ObservableUpDownCounter_1: never;
302
+
271
303
  Observe(): IEnumerable_1<Measurement_1<T>>;
272
304
  }
273
305
 
@@ -279,6 +311,8 @@ export const ObservableUpDownCounter_1: {
279
311
  export type ObservableUpDownCounter_1<T> = ObservableUpDownCounter_1$instance<T>;
280
312
 
281
313
  export interface UpDownCounter_1$instance<T extends unknown> extends Instrument_1<T> {
314
+ readonly __tsonic_type_System_Diagnostics_Metrics_UpDownCounter_1: never;
315
+
282
316
  Add(delta: T): void;
283
317
  Add(delta: T, tag: KeyValuePair_2<System_Internal.String, unknown>): void;
284
318
  Add(delta: T, tag1: KeyValuePair_2<System_Internal.String, unknown>, tag2: KeyValuePair_2<System_Internal.String, unknown>): void;
@@ -25,6 +25,8 @@ export enum SymAddressKind {
25
25
 
26
26
 
27
27
  export interface ISymbolBinder$instance {
28
+ readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolBinder: never;
29
+
28
30
  GetReader(importer: int, filename: string, searchPath: string): ISymbolReader | undefined;
29
31
  }
30
32
 
@@ -32,6 +34,8 @@ export interface ISymbolBinder$instance {
32
34
  export type ISymbolBinder = ISymbolBinder$instance;
33
35
 
34
36
  export interface ISymbolBinder1$instance {
37
+ readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolBinder1: never;
38
+
35
39
  GetReader(importer: nint, filename: string, searchPath: string): ISymbolReader | undefined;
36
40
  }
37
41
 
@@ -39,6 +43,8 @@ export interface ISymbolBinder1$instance {
39
43
  export type ISymbolBinder1 = ISymbolBinder1$instance;
40
44
 
41
45
  export interface ISymbolDocument$instance {
46
+ readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolDocument: never;
47
+
42
48
  readonly URL: string;
43
49
  readonly DocumentType: Guid;
44
50
  readonly Language: Guid;
@@ -55,6 +61,8 @@ export interface ISymbolDocument$instance {
55
61
  export type ISymbolDocument = ISymbolDocument$instance;
56
62
 
57
63
  export interface ISymbolDocumentWriter$instance {
64
+ readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolDocumentWriter: never;
65
+
58
66
  SetCheckSum(algorithmId: Guid, checkSum: byte[]): void;
59
67
  SetSource(source: byte[]): void;
60
68
  }
@@ -63,6 +71,8 @@ export interface ISymbolDocumentWriter$instance {
63
71
  export type ISymbolDocumentWriter = ISymbolDocumentWriter$instance;
64
72
 
65
73
  export interface ISymbolMethod$instance {
74
+ readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolMethod: never;
75
+
66
76
  readonly Token: SymbolToken;
67
77
  readonly SequencePointCount: int;
68
78
  readonly RootScope: ISymbolScope;
@@ -79,6 +89,8 @@ export interface ISymbolMethod$instance {
79
89
  export type ISymbolMethod = ISymbolMethod$instance;
80
90
 
81
91
  export interface ISymbolNamespace$instance {
92
+ readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolNamespace: never;
93
+
82
94
  readonly Name: string;
83
95
  GetNamespaces(): ISymbolNamespace[];
84
96
  GetVariables(): ISymbolVariable[];
@@ -88,6 +100,8 @@ export interface ISymbolNamespace$instance {
88
100
  export type ISymbolNamespace = ISymbolNamespace$instance;
89
101
 
90
102
  export interface ISymbolReader$instance {
103
+ readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolReader: never;
104
+
91
105
  readonly UserEntryPoint: SymbolToken;
92
106
  GetDocument(url: string, language: Guid, languageVendor: Guid, documentType: Guid): ISymbolDocument | undefined;
93
107
  GetDocuments(): ISymbolDocument[];
@@ -104,6 +118,8 @@ export interface ISymbolReader$instance {
104
118
  export type ISymbolReader = ISymbolReader$instance;
105
119
 
106
120
  export interface ISymbolScope$instance {
121
+ readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolScope: never;
122
+
107
123
  readonly Method: ISymbolMethod;
108
124
  readonly Parent: ISymbolScope;
109
125
  readonly StartOffset: int;
@@ -117,6 +133,8 @@ export interface ISymbolScope$instance {
117
133
  export type ISymbolScope = ISymbolScope$instance;
118
134
 
119
135
  export interface ISymbolVariable$instance {
136
+ readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolVariable: never;
137
+
120
138
  readonly Name: string;
121
139
  readonly Attributes: unknown;
122
140
  readonly AddressKind: SymAddressKind;
@@ -132,6 +150,8 @@ export interface ISymbolVariable$instance {
132
150
  export type ISymbolVariable = ISymbolVariable$instance;
133
151
 
134
152
  export interface ISymbolWriter$instance {
153
+ readonly __tsonic_iface_System_Diagnostics_SymbolStore_ISymbolWriter: never;
154
+
135
155
  CloseMethod(): void;
136
156
  CloseScope(endOffset: int): void;
137
157
  DefineDocument(url: string, language: Guid, languageVendor: Guid, documentType: Guid): ISymbolDocumentWriter;
@@ -154,6 +174,10 @@ export interface ISymbolWriter$instance {
154
174
  export type ISymbolWriter = ISymbolWriter$instance;
155
175
 
156
176
  export interface SymbolToken$instance {
177
+ readonly __tsonic_type_System_Diagnostics_SymbolStore_SymbolToken: never;
178
+
179
+ readonly __tsonic_iface_System_IEquatable_1: never;
180
+
157
181
  Equals(obj: unknown): boolean;
158
182
  Equals(obj: SymbolToken): boolean;
159
183
  GetHashCode(): int;
@@ -177,6 +201,8 @@ export type SymbolToken = SymbolToken$instance & __SymbolToken$views;
177
201
 
178
202
 
179
203
  export interface SymDocumentType$instance {
204
+ readonly __tsonic_type_System_Diagnostics_SymbolStore_SymDocumentType: never;
205
+
180
206
  }
181
207
 
182
208
 
@@ -189,6 +215,8 @@ export const SymDocumentType: {
189
215
  export type SymDocumentType = SymDocumentType$instance;
190
216
 
191
217
  export interface SymLanguageType$instance {
218
+ readonly __tsonic_type_System_Diagnostics_SymbolStore_SymLanguageType: never;
219
+
192
220
  }
193
221
 
194
222
 
@@ -211,6 +239,8 @@ export const SymLanguageType: {
211
239
  export type SymLanguageType = SymLanguageType$instance;
212
240
 
213
241
  export interface SymLanguageVendor$instance {
242
+ readonly __tsonic_type_System_Diagnostics_SymbolStore_SymLanguageVendor: never;
243
+
214
244
  }
215
245
 
216
246