@tsonic/dotnet 10.0.12 → 10.0.16

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 (133) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -192,7 +192,7 @@ export interface __OpCode$views {
192
192
  export type OpCode = OpCode$instance & __OpCode$views;
193
193
 
194
194
 
195
- export interface AssemblyBuilder$instance extends Assembly {
195
+ export interface AssemblyBuilder$instance extends Assembly, System_Reflection_Internal.ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
196
196
  readonly __tsonic_type_System_Reflection_Emit_AssemblyBuilder: never;
197
197
 
198
198
  readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
@@ -204,8 +204,6 @@ export interface AssemblyBuilder$instance extends Assembly {
204
204
  readonly Location: string;
205
205
  DefineDynamicModule(name: string): ModuleBuilder;
206
206
  DefineDynamicModuleCore(name: string): ModuleBuilder;
207
- GetCustomAttributes(inherit: boolean): unknown[];
208
- GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
209
207
  GetDynamicModule(name: string): ModuleBuilder | undefined;
210
208
  GetDynamicModuleCore(name: string): ModuleBuilder | undefined;
211
209
  GetExportedTypes(): Type[];
@@ -216,8 +214,6 @@ export interface AssemblyBuilder$instance extends Assembly {
216
214
  GetManifestResourceNames(): string[];
217
215
  GetManifestResourceStream(name: string): Stream | undefined;
218
216
  GetManifestResourceStream(type: Type, name: string): Stream | undefined;
219
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
220
- IsDefined(attributeType: Type, inherit: boolean): boolean;
221
217
  SetCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
222
218
  SetCustomAttribute(customBuilder: CustomAttributeBuilder): void;
223
219
  SetCustomAttributeCore(con: ConstructorInfo, binaryAttribute: ReadOnlySpan_1<System_Internal.Byte>): void;
@@ -238,7 +234,7 @@ export interface __AssemblyBuilder$views {
238
234
  export type AssemblyBuilder = AssemblyBuilder$instance & __AssemblyBuilder$views;
239
235
 
240
236
 
241
- export interface ConstructorBuilder$instance extends ConstructorInfo {
237
+ export interface ConstructorBuilder$instance extends ConstructorInfo, System_Reflection_Internal.ICustomAttributeProvider$instance {
242
238
  readonly __tsonic_type_System_Reflection_Emit_ConstructorBuilder: never;
243
239
 
244
240
  readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
@@ -247,12 +243,9 @@ export interface ConstructorBuilder$instance extends ConstructorInfo {
247
243
  InitLocalsCore: boolean;
248
244
  DefineParameter(iSequence: int, attributes: ParameterAttributes, strParamName: string): ParameterBuilder;
249
245
  DefineParameterCore(iSequence: int, attributes: ParameterAttributes, strParamName: string): ParameterBuilder;
250
- GetCustomAttributes(inherit: boolean): unknown[];
251
- GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
252
246
  GetILGenerator(): ILGenerator;
253
247
  GetILGenerator(streamSize: int): ILGenerator;
254
248
  GetILGeneratorCore(streamSize: int): ILGenerator;
255
- IsDefined(attributeType: Type, inherit: boolean): boolean;
256
249
  SetCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
257
250
  SetCustomAttribute(customBuilder: CustomAttributeBuilder): void;
258
251
  SetCustomAttributeCore(con: ConstructorInfo, binaryAttribute: ReadOnlySpan_1<System_Internal.Byte>): void;
@@ -373,7 +366,7 @@ export interface __DynamicMethod$views {
373
366
  export type DynamicMethod = DynamicMethod$instance & __DynamicMethod$views;
374
367
 
375
368
 
376
- export interface EnumBuilder$instance extends TypeInfo, System_Reflection_Internal.IReflectableType$instance {
369
+ export interface EnumBuilder$instance extends TypeInfo, System_Reflection_Internal.ICustomAttributeProvider$instance, System_Reflection_Internal.IReflectableType$instance {
377
370
  readonly __tsonic_type_System_Reflection_Emit_EnumBuilder: never;
378
371
 
379
372
  readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
@@ -387,45 +380,6 @@ export interface EnumBuilder$instance extends TypeInfo, System_Reflection_Intern
387
380
  CreateTypeInfoCore(): TypeInfo;
388
381
  DefineLiteral(literalName: string, literalValue: unknown): FieldBuilder;
389
382
  DefineLiteralCore(literalName: string, literalValue: unknown): FieldBuilder;
390
- GetCustomAttributes(inherit: boolean): unknown[];
391
- GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
392
- GetField3(name: string, bindingAttr: BindingFlags): FieldInfo | undefined;
393
- GetField3(name: string): FieldInfo | undefined;
394
- GetFields3(bindingAttr: BindingFlags): FieldInfo[];
395
- GetFields3(): FieldInfo[];
396
- GetMember(name: string, bindingAttr: BindingFlags): MemberInfo[];
397
- GetMember(name: string): MemberInfo[];
398
- GetMember(name: string, type: MemberTypes, bindingAttr: BindingFlags): MemberInfo[];
399
- GetMembers3(bindingAttr: BindingFlags): MemberInfo[];
400
- GetMembers3(): MemberInfo[];
401
- GetMethod(name: string, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
402
- GetMethod(name: string, bindingAttr: BindingFlags): MethodInfo | undefined;
403
- GetMethod(name: string): MethodInfo | undefined;
404
- GetMethod(name: string, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
405
- GetMethod(name: string, types: Type[]): MethodInfo | undefined;
406
- GetMethod(name: string, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
407
- GetMethod(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
408
- GetMethod(name: string, genericParameterCount: int, types: Type[]): MethodInfo | undefined;
409
- GetMethod(name: string, genericParameterCount: int, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
410
- GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
411
- GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
412
- GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
413
- GetMethods3(bindingAttr: BindingFlags): MethodInfo[];
414
- GetMethods3(): MethodInfo[];
415
- GetProperties3(bindingAttr: BindingFlags): PropertyInfo[];
416
- GetProperties3(): PropertyInfo[];
417
- GetProperty(name: string, bindingAttr: BindingFlags): PropertyInfo | undefined;
418
- GetProperty(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
419
- GetProperty(name: string): PropertyInfo | undefined;
420
- GetProperty(name: string, returnType: Type): PropertyInfo | undefined;
421
- GetProperty(name: string, types: Type[]): PropertyInfo | undefined;
422
- GetProperty(name: string, returnType: Type, types: Type[]): PropertyInfo | undefined;
423
- GetProperty(name: string, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
424
- GetTypeInfo(): TypeInfo;
425
- InvokeMember4(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown | undefined;
426
- InvokeMember4(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown | undefined;
427
- InvokeMember4(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown | undefined;
428
- IsDefined(attributeType: Type, inherit: boolean): boolean;
429
383
  MakeArrayType(): Type;
430
384
  MakeArrayType(rank: int): Type;
431
385
  MakeByRefType(): Type;
@@ -472,14 +426,11 @@ export const EventBuilder: (abstract new() => EventBuilder) & {
472
426
 
473
427
  export type EventBuilder = EventBuilder$instance;
474
428
 
475
- export interface FieldBuilder$instance extends FieldInfo {
429
+ export interface FieldBuilder$instance extends FieldInfo, System_Reflection_Internal.ICustomAttributeProvider$instance {
476
430
  readonly __tsonic_type_System_Reflection_Emit_FieldBuilder: never;
477
431
 
478
432
  readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
479
433
 
480
- GetCustomAttributes(inherit: boolean): unknown[];
481
- GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
482
- IsDefined(attributeType: Type, inherit: boolean): boolean;
483
434
  SetConstant(defaultValue: unknown): void;
484
435
  SetConstantCore(defaultValue: unknown): void;
485
436
  SetCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
@@ -501,52 +452,13 @@ export interface __FieldBuilder$views {
501
452
  export type FieldBuilder = FieldBuilder$instance & __FieldBuilder$views;
502
453
 
503
454
 
504
- export interface GenericTypeParameterBuilder$instance extends TypeInfo, System_Reflection_Internal.IReflectableType$instance {
455
+ export interface GenericTypeParameterBuilder$instance extends TypeInfo, System_Reflection_Internal.ICustomAttributeProvider$instance, System_Reflection_Internal.IReflectableType$instance {
505
456
  readonly __tsonic_type_System_Reflection_Emit_GenericTypeParameterBuilder: never;
506
457
 
507
458
  readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
508
459
  readonly __tsonic_iface_System_Reflection_IReflect: never;
509
460
  readonly __tsonic_iface_System_Reflection_IReflectableType: never;
510
461
 
511
- GetCustomAttributes(inherit: boolean): unknown[];
512
- GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
513
- GetField3(name: string, bindingAttr: BindingFlags): FieldInfo | undefined;
514
- GetField3(name: string): FieldInfo | undefined;
515
- GetFields3(bindingAttr: BindingFlags): FieldInfo[];
516
- GetFields3(): FieldInfo[];
517
- GetMember(name: string, bindingAttr: BindingFlags): MemberInfo[];
518
- GetMember(name: string): MemberInfo[];
519
- GetMember(name: string, type: MemberTypes, bindingAttr: BindingFlags): MemberInfo[];
520
- GetMembers3(bindingAttr: BindingFlags): MemberInfo[];
521
- GetMembers3(): MemberInfo[];
522
- GetMethod(name: string, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
523
- GetMethod(name: string, bindingAttr: BindingFlags): MethodInfo | undefined;
524
- GetMethod(name: string): MethodInfo | undefined;
525
- GetMethod(name: string, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
526
- GetMethod(name: string, types: Type[]): MethodInfo | undefined;
527
- GetMethod(name: string, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
528
- GetMethod(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
529
- GetMethod(name: string, genericParameterCount: int, types: Type[]): MethodInfo | undefined;
530
- GetMethod(name: string, genericParameterCount: int, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
531
- GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
532
- GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
533
- GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
534
- GetMethods3(bindingAttr: BindingFlags): MethodInfo[];
535
- GetMethods3(): MethodInfo[];
536
- GetProperties3(bindingAttr: BindingFlags): PropertyInfo[];
537
- GetProperties3(): PropertyInfo[];
538
- GetProperty(name: string, bindingAttr: BindingFlags): PropertyInfo | undefined;
539
- GetProperty(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
540
- GetProperty(name: string): PropertyInfo | undefined;
541
- GetProperty(name: string, returnType: Type): PropertyInfo | undefined;
542
- GetProperty(name: string, types: Type[]): PropertyInfo | undefined;
543
- GetProperty(name: string, returnType: Type, types: Type[]): PropertyInfo | undefined;
544
- GetProperty(name: string, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
545
- GetTypeInfo(): TypeInfo;
546
- InvokeMember4(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown | undefined;
547
- InvokeMember4(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown | undefined;
548
- InvokeMember4(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown | undefined;
549
- IsDefined(attributeType: Type, inherit: boolean): boolean;
550
462
  SetBaseTypeConstraint(baseTypeConstraint: Type): void;
551
463
  SetBaseTypeConstraintCore(baseTypeConstraint: Type): void;
552
464
  SetCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
@@ -639,7 +551,7 @@ export const LocalBuilder: (abstract new() => LocalBuilder) & {
639
551
 
640
552
  export type LocalBuilder = LocalBuilder$instance;
641
553
 
642
- export interface MethodBuilder$instance extends MethodInfo {
554
+ export interface MethodBuilder$instance extends MethodInfo, System_Reflection_Internal.ICustomAttributeProvider$instance {
643
555
  readonly __tsonic_type_System_Reflection_Emit_MethodBuilder: never;
644
556
 
645
557
  readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
@@ -650,12 +562,9 @@ export interface MethodBuilder$instance extends MethodInfo {
650
562
  DefineGenericParametersCore(...names: string[]): GenericTypeParameterBuilder[];
651
563
  DefineParameter(position: int, attributes: ParameterAttributes, strParamName: string): ParameterBuilder;
652
564
  DefineParameterCore(position: int, attributes: ParameterAttributes, strParamName: string): ParameterBuilder;
653
- GetCustomAttributes(inherit: boolean): unknown[];
654
- GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
655
565
  GetILGenerator(): ILGenerator;
656
566
  GetILGenerator(size: int): ILGenerator;
657
567
  GetILGeneratorCore(size: int): ILGenerator;
658
- IsDefined(attributeType: Type, inherit: boolean): boolean;
659
568
  SetCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
660
569
  SetCustomAttribute(customBuilder: CustomAttributeBuilder): void;
661
570
  SetCustomAttributeCore(con: ConstructorInfo, binaryAttribute: ReadOnlySpan_1<System_Internal.Byte>): void;
@@ -679,7 +588,7 @@ export interface __MethodBuilder$views {
679
588
  export type MethodBuilder = MethodBuilder$instance & __MethodBuilder$views;
680
589
 
681
590
 
682
- export interface ModuleBuilder$instance extends Module {
591
+ export interface ModuleBuilder$instance extends Module, System_Reflection_Internal.ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
683
592
  readonly __tsonic_type_System_Reflection_Emit_ModuleBuilder: never;
684
593
 
685
594
  readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
@@ -713,16 +622,12 @@ export interface ModuleBuilder$instance extends Module {
713
622
  DefineUninitializedDataCore(name: string, size: int, attributes: FieldAttributes): FieldBuilder;
714
623
  GetArrayMethod(arrayClass: Type, methodName: string, callingConvention: CallingConventions, returnType: Type, parameterTypes: Type[]): MethodInfo;
715
624
  GetArrayMethodCore(arrayClass: Type, methodName: string, callingConvention: CallingConventions, returnType: Type, parameterTypes: Type[]): MethodInfo;
716
- GetCustomAttributes(inherit: boolean): unknown[];
717
- GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
718
625
  GetFieldMetadataToken(field: FieldInfo): int;
719
626
  GetMethodMetadataToken(method: MethodInfo): int;
720
627
  GetMethodMetadataToken(constructor: ConstructorInfo): int;
721
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
722
628
  GetSignatureMetadataToken(signature: SignatureHelper): int;
723
629
  GetStringMetadataToken(stringConstant: string): int;
724
630
  GetTypeMetadataToken(type: Type): int;
725
- IsDefined(attributeType: Type, inherit: boolean): boolean;
726
631
  SetCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
727
632
  SetCustomAttribute(customBuilder: CustomAttributeBuilder): void;
728
633
  SetCustomAttributeCore(con: ConstructorInfo, binaryAttribute: ReadOnlySpan_1<System_Internal.Byte>): void;
@@ -1002,7 +907,7 @@ export const ParameterBuilder: (abstract new() => ParameterBuilder) & {
1002
907
 
1003
908
  export type ParameterBuilder = ParameterBuilder$instance;
1004
909
 
1005
- export interface PersistedAssemblyBuilder$instance extends AssemblyBuilder$instance {
910
+ export interface PersistedAssemblyBuilder$instance extends AssemblyBuilder$instance, System_Reflection_Internal.ICustomAttributeProvider$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1006
911
  readonly __tsonic_type_System_Reflection_Emit_PersistedAssemblyBuilder: never;
1007
912
 
1008
913
  readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
@@ -1013,13 +918,9 @@ export interface PersistedAssemblyBuilder$instance extends AssemblyBuilder$insta
1013
918
  DefineDynamicModuleCore(name: string): ModuleBuilder;
1014
919
  GenerateMetadata(ilStream: BlobBuilder, mappedFieldData: BlobBuilder): MetadataBuilder;
1015
920
  GenerateMetadata(ilStream: BlobBuilder, mappedFieldData: BlobBuilder, pdbBuilder: MetadataBuilder): MetadataBuilder;
1016
- GetCustomAttributes(inherit: boolean): unknown[];
1017
- GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
1018
921
  GetDynamicModuleCore(name: string): ModuleBuilder | undefined;
1019
922
  GetName(copiedName: boolean): AssemblyName;
1020
923
  GetName(): AssemblyName;
1021
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1022
- IsDefined(attributeType: Type, inherit: boolean): boolean;
1023
924
  Save(stream: Stream): void;
1024
925
  Save(assemblyFileName: string): void;
1025
926
  SetCustomAttributeCore(con: ConstructorInfo, binaryAttribute: ReadOnlySpan_1<System_Internal.Byte>): void;
@@ -1039,16 +940,13 @@ export interface __PersistedAssemblyBuilder$views {
1039
940
  export type PersistedAssemblyBuilder = PersistedAssemblyBuilder$instance & __PersistedAssemblyBuilder$views;
1040
941
 
1041
942
 
1042
- export interface PropertyBuilder$instance extends PropertyInfo {
943
+ export interface PropertyBuilder$instance extends PropertyInfo, System_Reflection_Internal.ICustomAttributeProvider$instance {
1043
944
  readonly __tsonic_type_System_Reflection_Emit_PropertyBuilder: never;
1044
945
 
1045
946
  readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
1046
947
 
1047
948
  AddOtherMethod(mdBuilder: MethodBuilder): void;
1048
949
  AddOtherMethodCore(mdBuilder: MethodBuilder): void;
1049
- GetCustomAttributes(inherit: boolean): unknown[];
1050
- GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
1051
- IsDefined(attributeType: Type, inherit: boolean): boolean;
1052
950
  SetConstant(defaultValue: unknown): void;
1053
951
  SetConstantCore(defaultValue: unknown): void;
1054
952
  SetCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
@@ -1102,7 +1000,7 @@ export const SignatureHelper: {
1102
1000
 
1103
1001
  export type SignatureHelper = SignatureHelper$instance;
1104
1002
 
1105
- export interface TypeBuilder$instance extends TypeInfo, System_Reflection_Internal.IReflectableType$instance {
1003
+ export interface TypeBuilder$instance extends TypeInfo, System_Reflection_Internal.ICustomAttributeProvider$instance, System_Reflection_Internal.IReflectableType$instance {
1106
1004
  readonly __tsonic_type_System_Reflection_Emit_TypeBuilder: never;
1107
1005
 
1108
1006
  readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
@@ -1161,47 +1059,8 @@ export interface TypeBuilder$instance extends TypeInfo, System_Reflection_Intern
1161
1059
  DefineTypeInitializerCore(): ConstructorBuilder;
1162
1060
  DefineUninitializedData(name: string, size: int, attributes: FieldAttributes): FieldBuilder;
1163
1061
  DefineUninitializedDataCore(name: string, size: int, attributes: FieldAttributes): FieldBuilder;
1164
- GetCustomAttributes(inherit: boolean): unknown[];
1165
- GetCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
1166
- GetField3(name: string, bindingAttr: BindingFlags): FieldInfo | undefined;
1167
- GetField3(name: string): FieldInfo | undefined;
1168
- GetFields3(bindingAttr: BindingFlags): FieldInfo[];
1169
- GetFields3(): FieldInfo[];
1170
- GetMember(name: string, bindingAttr: BindingFlags): MemberInfo[];
1171
- GetMember(name: string): MemberInfo[];
1172
- GetMember(name: string, type: MemberTypes, bindingAttr: BindingFlags): MemberInfo[];
1173
- GetMembers3(bindingAttr: BindingFlags): MemberInfo[];
1174
- GetMembers3(): MemberInfo[];
1175
- GetMethod(name: string, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
1176
- GetMethod(name: string, bindingAttr: BindingFlags): MethodInfo | undefined;
1177
- GetMethod(name: string): MethodInfo | undefined;
1178
- GetMethod(name: string, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
1179
- GetMethod(name: string, types: Type[]): MethodInfo | undefined;
1180
- GetMethod(name: string, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
1181
- GetMethod(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
1182
- GetMethod(name: string, genericParameterCount: int, types: Type[]): MethodInfo | undefined;
1183
- GetMethod(name: string, genericParameterCount: int, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
1184
- GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, types: Type[]): MethodInfo | undefined;
1185
- GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
1186
- GetMethod(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
1187
- GetMethods3(bindingAttr: BindingFlags): MethodInfo[];
1188
- GetMethods3(): MethodInfo[];
1189
- GetProperties3(bindingAttr: BindingFlags): PropertyInfo[];
1190
- GetProperties3(): PropertyInfo[];
1191
- GetProperty(name: string, bindingAttr: BindingFlags): PropertyInfo | undefined;
1192
- GetProperty(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
1193
- GetProperty(name: string): PropertyInfo | undefined;
1194
- GetProperty(name: string, returnType: Type): PropertyInfo | undefined;
1195
- GetProperty(name: string, types: Type[]): PropertyInfo | undefined;
1196
- GetProperty(name: string, returnType: Type, types: Type[]): PropertyInfo | undefined;
1197
- GetProperty(name: string, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
1198
- GetTypeInfo(): TypeInfo;
1199
- InvokeMember4(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown | undefined;
1200
- InvokeMember4(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown | undefined;
1201
- InvokeMember4(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown | undefined;
1202
1062
  IsCreated(): boolean;
1203
1063
  IsCreatedCore(): boolean;
1204
- IsDefined(attributeType: Type, inherit: boolean): boolean;
1205
1064
  MakeArrayType(): Type;
1206
1065
  MakeArrayType(rank: int): Type;
1207
1066
  MakeByRefType(): Type;
@@ -31291,26 +31291,6 @@
31291
31291
  "declaringAssemblyName": "System.Private.CoreLib",
31292
31292
  "isExtensionMethod": false,
31293
31293
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
31294
- },
31295
- {
31296
- "stableId": "System.Reflection.Metadata:System.Reflection.Metadata.ImageFormatLimitationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
31297
- "clrName": "GetObjectData",
31298
- "metadataToken": 0,
31299
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
31300
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
31301
- "emitScope": "ClassSurface",
31302
- "provenance": "BaseOverload",
31303
- "arity": 0,
31304
- "parameterCount": 2,
31305
- "isStatic": false,
31306
- "isAbstract": false,
31307
- "isVirtual": true,
31308
- "isOverride": false,
31309
- "isSealed": false,
31310
- "visibility": "Public",
31311
- "declaringClrType": "System.Reflection.Metadata.ImageFormatLimitationException",
31312
- "declaringAssemblyName": "System.Reflection.Metadata",
31313
- "isExtensionMethod": false
31314
31294
  }
31315
31295
  ],
31316
31296
  "properties": [],
@@ -2957,6 +2957,7 @@ export interface MetadataStringComparer$instance {
2957
2957
  Equals(handle: NamespaceDefinitionHandle, value: string, ignoreCase: boolean): boolean;
2958
2958
  Equals(handle: DocumentNameBlobHandle, value: string): boolean;
2959
2959
  Equals(handle: DocumentNameBlobHandle, value: string, ignoreCase: boolean): boolean;
2960
+ Equals(obj: unknown): boolean;
2960
2961
  StartsWith(handle: StringHandle, value: string): boolean;
2961
2962
  StartsWith(handle: StringHandle, value: string, ignoreCase: boolean): boolean;
2962
2963
  }
@@ -4304,8 +4305,10 @@ export interface HandleComparer$instance extends System_Collections_Generic_Inte
4304
4305
  Compare(x: EntityHandle, y: EntityHandle): int;
4305
4306
  Equals(x: Handle, y: Handle): boolean;
4306
4307
  Equals(x: EntityHandle, y: EntityHandle): boolean;
4308
+ Equals(obj: unknown): boolean;
4307
4309
  GetHashCode(obj: Handle): int;
4308
4310
  GetHashCode(obj: EntityHandle): int;
4311
+ GetHashCode(): int;
4309
4312
  }
4310
4313
 
4311
4314
 
@@ -4322,12 +4325,11 @@ export interface __HandleComparer$views {
4322
4325
  export type HandleComparer = HandleComparer$instance & __HandleComparer$views;
4323
4326
 
4324
4327
 
4325
- export interface ImageFormatLimitationException$instance extends Exception {
4328
+ export interface ImageFormatLimitationException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
4326
4329
  readonly __tsonic_type_System_Reflection_Metadata_ImageFormatLimitationException: never;
4327
4330
 
4328
4331
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
4329
4332
 
4330
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
4331
4333
  }
4332
4334
 
4333
4335
 
@@ -3615,26 +3615,6 @@
3615
3615
  "declaringClrType": "System.Reflection.PortableExecutable.ManagedPEBuilder",
3616
3616
  "declaringAssemblyName": "System.Reflection.Metadata",
3617
3617
  "isExtensionMethod": false
3618
- },
3619
- {
3620
- "stableId": "System.Reflection.Metadata:System.Reflection.PortableExecutable.ManagedPEBuilder::CreateSections():System.Collections.Immutable.ImmutableArray_1",
3621
- "clrName": "CreateSections",
3622
- "metadataToken": 0,
3623
- "canonicalSignature": "():System.Collections.Immutable.ImmutableArray_1",
3624
- "normalizedSignature": "CreateSections|():System.Collections.Immutable.ImmutableArray_1|static=false",
3625
- "emitScope": "ClassSurface",
3626
- "provenance": "BaseOverload",
3627
- "arity": 0,
3628
- "parameterCount": 0,
3629
- "isStatic": false,
3630
- "isAbstract": true,
3631
- "isVirtual": true,
3632
- "isOverride": false,
3633
- "isSealed": false,
3634
- "visibility": "Protected",
3635
- "declaringClrType": "System.Reflection.PortableExecutable.ManagedPEBuilder",
3636
- "declaringAssemblyName": "System.Reflection.Metadata",
3637
- "isExtensionMethod": false
3638
3618
  }
3639
3619
  ],
3640
3620
  "properties": [],
@@ -315,26 +315,6 @@
315
315
  "declaringAssemblyName": "System.Private.CoreLib",
316
316
  "isExtensionMethod": false,
317
317
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
318
- },
319
- {
320
- "stableId": "System.Private.CoreLib:System.Resources.MissingManifestResourceException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
321
- "clrName": "GetObjectData",
322
- "metadataToken": 0,
323
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
324
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
325
- "emitScope": "ClassSurface",
326
- "provenance": "BaseOverload",
327
- "arity": 0,
328
- "parameterCount": 2,
329
- "isStatic": false,
330
- "isAbstract": false,
331
- "isVirtual": true,
332
- "isOverride": false,
333
- "isSealed": false,
334
- "visibility": "Public",
335
- "declaringClrType": "System.Resources.MissingManifestResourceException",
336
- "declaringAssemblyName": "System.Private.CoreLib",
337
- "isExtensionMethod": false
338
318
  }
339
319
  ],
340
320
  "properties": [],
@@ -429,26 +409,6 @@
429
409
  "declaringAssemblyName": "System.Private.CoreLib",
430
410
  "isExtensionMethod": false,
431
411
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
432
- },
433
- {
434
- "stableId": "System.Private.CoreLib:System.Resources.MissingSatelliteAssemblyException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
435
- "clrName": "GetObjectData",
436
- "metadataToken": 0,
437
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
438
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
439
- "emitScope": "ClassSurface",
440
- "provenance": "BaseOverload",
441
- "arity": 0,
442
- "parameterCount": 2,
443
- "isStatic": false,
444
- "isAbstract": false,
445
- "isVirtual": true,
446
- "isOverride": false,
447
- "isSealed": false,
448
- "visibility": "Public",
449
- "declaringClrType": "System.Resources.MissingSatelliteAssemblyException",
450
- "declaringAssemblyName": "System.Private.CoreLib",
451
- "isExtensionMethod": false
452
412
  }
453
413
  ],
454
414
  "properties": [
@@ -54,12 +54,11 @@ export interface IResourceWriter$instance extends System_Internal.IDisposable$in
54
54
 
55
55
  export type IResourceWriter = IResourceWriter$instance;
56
56
 
57
- export interface MissingManifestResourceException$instance extends SystemException {
57
+ export interface MissingManifestResourceException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
58
58
  readonly __tsonic_type_System_Resources_MissingManifestResourceException: never;
59
59
 
60
60
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
61
61
 
62
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
63
62
  }
64
63
 
65
64
 
@@ -77,13 +76,12 @@ export interface __MissingManifestResourceException$views {
77
76
  export type MissingManifestResourceException = MissingManifestResourceException$instance & __MissingManifestResourceException$views;
78
77
 
79
78
 
80
- export interface MissingSatelliteAssemblyException$instance extends SystemException {
79
+ export interface MissingSatelliteAssemblyException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
81
80
  readonly __tsonic_type_System_Resources_MissingSatelliteAssemblyException: never;
82
81
 
83
82
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
84
83
 
85
84
  readonly CultureName: string | undefined;
86
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
87
85
  }
88
86
 
89
87
 
@@ -392,26 +392,6 @@
392
392
  "declaringAssemblyName": "System.Private.CoreLib",
393
393
  "isExtensionMethod": false,
394
394
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
395
- },
396
- {
397
- "stableId": "System.Private.CoreLib:System.Runtime.AmbiguousImplementationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
398
- "clrName": "GetObjectData",
399
- "metadataToken": 0,
400
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
401
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
402
- "emitScope": "ClassSurface",
403
- "provenance": "BaseOverload",
404
- "arity": 0,
405
- "parameterCount": 2,
406
- "isStatic": false,
407
- "isAbstract": false,
408
- "isVirtual": true,
409
- "isOverride": false,
410
- "isSealed": false,
411
- "visibility": "Public",
412
- "declaringClrType": "System.Runtime.AmbiguousImplementationException",
413
- "declaringAssemblyName": "System.Private.CoreLib",
414
- "isExtensionMethod": false
415
395
  }
416
396
  ],
417
397
  "properties": [],
@@ -58,12 +58,11 @@ export interface __DependentHandle$views {
58
58
  export type DependentHandle = DependentHandle$instance & __DependentHandle$views;
59
59
 
60
60
 
61
- export interface AmbiguousImplementationException$instance extends Exception {
61
+ export interface AmbiguousImplementationException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
62
62
  readonly __tsonic_type_System_Runtime_AmbiguousImplementationException: never;
63
63
 
64
64
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
65
65
 
66
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
67
66
  }
68
67
 
69
68