@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
@@ -202,6 +202,8 @@ export type XmlNodeChangedEventHandler = (sender: unknown, e: XmlNodeChangedEven
202
202
 
203
203
 
204
204
  export interface IApplicationResourceStreamResolver$instance {
205
+ readonly __tsonic_iface_System_Xml_IApplicationResourceStreamResolver: never;
206
+
205
207
  GetApplicationResourceStream(relativeUri: Uri): Stream;
206
208
  }
207
209
 
@@ -209,6 +211,8 @@ export interface IApplicationResourceStreamResolver$instance {
209
211
  export type IApplicationResourceStreamResolver = IApplicationResourceStreamResolver$instance;
210
212
 
211
213
  export interface IFragmentCapableXmlDictionaryWriter$instance {
214
+ readonly __tsonic_iface_System_Xml_IFragmentCapableXmlDictionaryWriter: never;
215
+
212
216
  readonly CanFragment: boolean;
213
217
  EndFragment(): void;
214
218
  StartFragment(stream: Stream, generateSelfContainedTextFragment: boolean): void;
@@ -219,6 +223,8 @@ export interface IFragmentCapableXmlDictionaryWriter$instance {
219
223
  export type IFragmentCapableXmlDictionaryWriter = IFragmentCapableXmlDictionaryWriter$instance;
220
224
 
221
225
  export interface IHasXmlNode$instance {
226
+ readonly __tsonic_iface_System_Xml_IHasXmlNode: never;
227
+
222
228
  GetNode(): XmlNode;
223
229
  }
224
230
 
@@ -226,6 +232,8 @@ export interface IHasXmlNode$instance {
226
232
  export type IHasXmlNode = IHasXmlNode$instance;
227
233
 
228
234
  export interface IStreamProvider$instance {
235
+ readonly __tsonic_iface_System_Xml_IStreamProvider: never;
236
+
229
237
  GetStream(): Stream;
230
238
  ReleaseStream(stream: Stream): void;
231
239
  }
@@ -234,6 +242,8 @@ export interface IStreamProvider$instance {
234
242
  export type IStreamProvider = IStreamProvider$instance;
235
243
 
236
244
  export interface IXmlBinaryReaderInitializer$instance {
245
+ readonly __tsonic_iface_System_Xml_IXmlBinaryReaderInitializer: never;
246
+
237
247
  SetInput(buffer: byte[], offset: int, count: int, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession, onClose: OnXmlDictionaryReaderClose): void;
238
248
  SetInput(stream: Stream, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession, onClose: OnXmlDictionaryReaderClose): void;
239
249
  }
@@ -242,6 +252,8 @@ export interface IXmlBinaryReaderInitializer$instance {
242
252
  export type IXmlBinaryReaderInitializer = IXmlBinaryReaderInitializer$instance;
243
253
 
244
254
  export interface IXmlBinaryWriterInitializer$instance {
255
+ readonly __tsonic_iface_System_Xml_IXmlBinaryWriterInitializer: never;
256
+
245
257
  SetOutput(stream: Stream, dictionary: IXmlDictionary, session: XmlBinaryWriterSession, ownsStream: boolean): void;
246
258
  }
247
259
 
@@ -249,6 +261,8 @@ export interface IXmlBinaryWriterInitializer$instance {
249
261
  export type IXmlBinaryWriterInitializer = IXmlBinaryWriterInitializer$instance;
250
262
 
251
263
  export interface IXmlDictionary$instance {
264
+ readonly __tsonic_iface_System_Xml_IXmlDictionary: never;
265
+
252
266
  TryLookup(key: int, result: XmlDictionaryString): boolean;
253
267
  TryLookup(value: string, result: XmlDictionaryString): boolean;
254
268
  TryLookup(value: XmlDictionaryString, result: XmlDictionaryString): boolean;
@@ -258,6 +272,8 @@ export interface IXmlDictionary$instance {
258
272
  export type IXmlDictionary = IXmlDictionary$instance;
259
273
 
260
274
  export interface IXmlLineInfo$instance {
275
+ readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
276
+
261
277
  readonly LineNumber: int;
262
278
  readonly LinePosition: int;
263
279
  HasLineInfo(): boolean;
@@ -267,6 +283,8 @@ export interface IXmlLineInfo$instance {
267
283
  export type IXmlLineInfo = IXmlLineInfo$instance;
268
284
 
269
285
  export interface IXmlNamespaceResolver$instance {
286
+ readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
287
+
270
288
  GetNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<System_Internal.String, System_Internal.String>;
271
289
  LookupNamespace(prefix: string): string | undefined;
272
290
  }
@@ -275,6 +293,8 @@ export interface IXmlNamespaceResolver$instance {
275
293
  export type IXmlNamespaceResolver = IXmlNamespaceResolver$instance;
276
294
 
277
295
  export interface IXmlTextReaderInitializer$instance {
296
+ readonly __tsonic_iface_System_Xml_IXmlTextReaderInitializer: never;
297
+
278
298
  SetInput(buffer: byte[], offset: int, count: int, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): void;
279
299
  SetInput(stream: Stream, encoding: Encoding, quotas: XmlDictionaryReaderQuotas, onClose: OnXmlDictionaryReaderClose): void;
280
300
  }
@@ -283,6 +303,8 @@ export interface IXmlTextReaderInitializer$instance {
283
303
  export type IXmlTextReaderInitializer = IXmlTextReaderInitializer$instance;
284
304
 
285
305
  export interface IXmlTextWriterInitializer$instance {
306
+ readonly __tsonic_iface_System_Xml_IXmlTextWriterInitializer: never;
307
+
286
308
  SetOutput(stream: Stream, encoding: Encoding, ownsStream: boolean): void;
287
309
  }
288
310
 
@@ -290,6 +312,8 @@ export interface IXmlTextWriterInitializer$instance {
290
312
  export type IXmlTextWriterInitializer = IXmlTextWriterInitializer$instance;
291
313
 
292
314
  export interface NameTable$instance extends XmlNameTable {
315
+ readonly __tsonic_type_System_Xml_NameTable: never;
316
+
293
317
  Add(key: string): string;
294
318
  Add(key: char[], start: int, len: int): string;
295
319
  Get(value: string): string | undefined;
@@ -305,6 +329,8 @@ export const NameTable: {
305
329
  export type NameTable = NameTable$instance;
306
330
 
307
331
  export interface UniqueId$instance {
332
+ readonly __tsonic_type_System_Xml_UniqueId: never;
333
+
308
334
  readonly CharArrayLength: int;
309
335
  readonly IsGuid: boolean;
310
336
  Equals(obj: unknown): boolean;
@@ -329,6 +355,12 @@ export const UniqueId: {
329
355
  export type UniqueId = UniqueId$instance;
330
356
 
331
357
  export interface XmlAttribute$instance extends XmlNode$instance {
358
+ readonly __tsonic_type_System_Xml_XmlAttribute: never;
359
+
360
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
361
+ readonly __tsonic_iface_System_ICloneable: never;
362
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
363
+
332
364
  readonly BaseURI: string;
333
365
  InnerText: string;
334
366
  InnerXml: string;
@@ -373,6 +405,11 @@ export type XmlAttribute = XmlAttribute$instance & __XmlAttribute$views;
373
405
 
374
406
 
375
407
  export interface XmlAttributeCollection$instance extends XmlNamedNodeMap$instance {
408
+ readonly __tsonic_type_System_Xml_XmlAttributeCollection: never;
409
+
410
+ readonly __tsonic_iface_System_Collections_ICollection: never;
411
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
412
+
376
413
  Append(node: XmlAttribute): XmlAttribute;
377
414
  CopyTo(array: XmlAttribute[], index: int): void;
378
415
  get_Item(i: int): XmlAttribute;
@@ -402,6 +439,10 @@ export type XmlAttributeCollection = XmlAttributeCollection$instance & __XmlAttr
402
439
 
403
440
 
404
441
  export interface XmlBinaryReaderSession$instance {
442
+ readonly __tsonic_type_System_Xml_XmlBinaryReaderSession: never;
443
+
444
+ readonly __tsonic_iface_System_Xml_IXmlDictionary: never;
445
+
405
446
  Add(id: int, value: string): XmlDictionaryString;
406
447
  Clear(): void;
407
448
  TryLookup(key: int, result: XmlDictionaryString): boolean;
@@ -423,6 +464,8 @@ export type XmlBinaryReaderSession = XmlBinaryReaderSession$instance & __XmlBina
423
464
 
424
465
 
425
466
  export interface XmlBinaryWriterSession$instance {
467
+ readonly __tsonic_type_System_Xml_XmlBinaryWriterSession: never;
468
+
426
469
  Reset(): void;
427
470
  TryAdd(value: XmlDictionaryString, key: int): boolean;
428
471
  }
@@ -436,6 +479,12 @@ export const XmlBinaryWriterSession: {
436
479
  export type XmlBinaryWriterSession = XmlBinaryWriterSession$instance;
437
480
 
438
481
  export interface XmlCDataSection$instance extends XmlCharacterData$instance {
482
+ readonly __tsonic_type_System_Xml_XmlCDataSection: never;
483
+
484
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
485
+ readonly __tsonic_iface_System_ICloneable: never;
486
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
487
+
439
488
  readonly LocalName: string;
440
489
  readonly Name: string;
441
490
  readonly NodeType: XmlNodeType;
@@ -465,6 +514,12 @@ export type XmlCDataSection = XmlCDataSection$instance & __XmlCDataSection$views
465
514
 
466
515
 
467
516
  export interface XmlCharacterData$instance extends XmlLinkedNode$instance {
517
+ readonly __tsonic_type_System_Xml_XmlCharacterData: never;
518
+
519
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
520
+ readonly __tsonic_iface_System_ICloneable: never;
521
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
522
+
468
523
  Data: string;
469
524
  InnerText: string;
470
525
  readonly Length: int;
@@ -496,6 +551,12 @@ export type XmlCharacterData = XmlCharacterData$instance & __XmlCharacterData$vi
496
551
 
497
552
 
498
553
  export interface XmlComment$instance extends XmlCharacterData$instance {
554
+ readonly __tsonic_type_System_Xml_XmlComment: never;
555
+
556
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
557
+ readonly __tsonic_iface_System_ICloneable: never;
558
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
559
+
499
560
  readonly LocalName: string;
500
561
  readonly Name: string;
501
562
  readonly NodeType: XmlNodeType;
@@ -523,6 +584,8 @@ export type XmlComment = XmlComment$instance & __XmlComment$views;
523
584
 
524
585
 
525
586
  export interface XmlConvert$instance {
587
+ readonly __tsonic_type_System_Xml_XmlConvert: never;
588
+
526
589
  }
527
590
 
528
591
 
@@ -593,6 +656,12 @@ export const XmlConvert: {
593
656
  export type XmlConvert = XmlConvert$instance;
594
657
 
595
658
  export interface XmlDataDocument$instance extends XmlDocument$instance {
659
+ readonly __tsonic_type_System_Xml_XmlDataDocument: never;
660
+
661
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
662
+ readonly __tsonic_iface_System_ICloneable: never;
663
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
664
+
596
665
  readonly DataSet: DataSet;
597
666
  Clone(): unknown;
598
667
  Clone(): XmlNode;
@@ -632,6 +701,12 @@ export type XmlDataDocument = XmlDataDocument$instance & __XmlDataDocument$views
632
701
 
633
702
 
634
703
  export interface XmlDeclaration$instance extends XmlLinkedNode$instance {
704
+ readonly __tsonic_type_System_Xml_XmlDeclaration: never;
705
+
706
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
707
+ readonly __tsonic_iface_System_ICloneable: never;
708
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
709
+
635
710
  Encoding: string;
636
711
  InnerText: string;
637
712
  readonly LocalName: string;
@@ -665,6 +740,10 @@ export type XmlDeclaration = XmlDeclaration$instance & __XmlDeclaration$views;
665
740
 
666
741
 
667
742
  export interface XmlDictionary$instance {
743
+ readonly __tsonic_type_System_Xml_XmlDictionary: never;
744
+
745
+ readonly __tsonic_iface_System_Xml_IXmlDictionary: never;
746
+
668
747
  Add(value: string): XmlDictionaryString;
669
748
  TryLookup(value: string, result: XmlDictionaryString): boolean;
670
749
  TryLookup(key: int, result: XmlDictionaryString): boolean;
@@ -687,6 +766,10 @@ export type XmlDictionary = XmlDictionary$instance & __XmlDictionary$views;
687
766
 
688
767
 
689
768
  export interface XmlDictionaryReader$instance extends XmlReader$instance {
769
+ readonly __tsonic_type_System_Xml_XmlDictionaryReader: never;
770
+
771
+ readonly __tsonic_iface_System_IDisposable: never;
772
+
690
773
  readonly CanCanonicalize: boolean;
691
774
  readonly Quotas: XmlDictionaryReaderQuotas;
692
775
  Dispose(): void;
@@ -836,6 +919,8 @@ export type XmlDictionaryReader = XmlDictionaryReader$instance & __XmlDictionary
836
919
 
837
920
 
838
921
  export interface XmlDictionaryReaderQuotas$instance {
922
+ readonly __tsonic_type_System_Xml_XmlDictionaryReaderQuotas: never;
923
+
839
924
  MaxArrayLength: int;
840
925
  MaxBytesPerRead: int;
841
926
  MaxDepth: int;
@@ -855,6 +940,8 @@ export const XmlDictionaryReaderQuotas: {
855
940
  export type XmlDictionaryReaderQuotas = XmlDictionaryReaderQuotas$instance;
856
941
 
857
942
  export interface XmlDictionaryString$instance {
943
+ readonly __tsonic_type_System_Xml_XmlDictionaryString: never;
944
+
858
945
  readonly Dictionary: IXmlDictionary;
859
946
  readonly Key: int;
860
947
  readonly Value: string;
@@ -871,6 +958,11 @@ export const XmlDictionaryString: {
871
958
  export type XmlDictionaryString = XmlDictionaryString$instance;
872
959
 
873
960
  export interface XmlDictionaryWriter$instance extends XmlWriter$instance {
961
+ readonly __tsonic_type_System_Xml_XmlDictionaryWriter: never;
962
+
963
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
964
+ readonly __tsonic_iface_System_IDisposable: never;
965
+
874
966
  readonly CanCanonicalize: boolean;
875
967
  Close(): void;
876
968
  Dispose(disposing: boolean): void;
@@ -961,6 +1053,12 @@ export type XmlDictionaryWriter = XmlDictionaryWriter$instance & __XmlDictionary
961
1053
 
962
1054
 
963
1055
  export interface XmlDocument$instance extends XmlNode$instance {
1056
+ readonly __tsonic_type_System_Xml_XmlDocument: never;
1057
+
1058
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1059
+ readonly __tsonic_iface_System_ICloneable: never;
1060
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
1061
+
964
1062
  readonly BaseURI: string;
965
1063
  readonly DocumentElement: XmlElement | undefined;
966
1064
  readonly DocumentType: XmlDocumentType | undefined;
@@ -1040,6 +1138,12 @@ export type XmlDocument = XmlDocument$instance & __XmlDocument$views;
1040
1138
 
1041
1139
 
1042
1140
  export interface XmlDocumentFragment$instance extends XmlNode$instance {
1141
+ readonly __tsonic_type_System_Xml_XmlDocumentFragment: never;
1142
+
1143
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1144
+ readonly __tsonic_iface_System_ICloneable: never;
1145
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
1146
+
1043
1147
  InnerXml: string;
1044
1148
  readonly LocalName: string;
1045
1149
  readonly Name: string;
@@ -1070,6 +1174,12 @@ export type XmlDocumentFragment = XmlDocumentFragment$instance & __XmlDocumentFr
1070
1174
 
1071
1175
 
1072
1176
  export interface XmlDocumentType$instance extends XmlLinkedNode$instance {
1177
+ readonly __tsonic_type_System_Xml_XmlDocumentType: never;
1178
+
1179
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1180
+ readonly __tsonic_iface_System_ICloneable: never;
1181
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
1182
+
1073
1183
  readonly Entities: XmlNamedNodeMap;
1074
1184
  readonly InternalSubset: string | undefined;
1075
1185
  readonly IsReadOnly: boolean;
@@ -1103,6 +1213,12 @@ export type XmlDocumentType = XmlDocumentType$instance & __XmlDocumentType$views
1103
1213
 
1104
1214
 
1105
1215
  export interface XmlElement$instance extends XmlLinkedNode$instance {
1216
+ readonly __tsonic_type_System_Xml_XmlElement: never;
1217
+
1218
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1219
+ readonly __tsonic_iface_System_ICloneable: never;
1220
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
1221
+
1106
1222
  readonly Attributes: XmlAttributeCollection | XmlAttributeCollection | undefined;
1107
1223
  readonly HasAttributes: boolean;
1108
1224
  InnerText: string;
@@ -1160,6 +1276,12 @@ export type XmlElement = XmlElement$instance & __XmlElement$views;
1160
1276
 
1161
1277
 
1162
1278
  export interface XmlEntity$instance extends XmlNode$instance {
1279
+ readonly __tsonic_type_System_Xml_XmlEntity: never;
1280
+
1281
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1282
+ readonly __tsonic_iface_System_ICloneable: never;
1283
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
1284
+
1163
1285
  readonly BaseURI: string;
1164
1286
  InnerText: string;
1165
1287
  InnerXml: string;
@@ -1195,6 +1317,12 @@ export type XmlEntity = XmlEntity$instance & __XmlEntity$views;
1195
1317
 
1196
1318
 
1197
1319
  export interface XmlEntityReference$instance extends XmlLinkedNode$instance {
1320
+ readonly __tsonic_type_System_Xml_XmlEntityReference: never;
1321
+
1322
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1323
+ readonly __tsonic_iface_System_ICloneable: never;
1324
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
1325
+
1198
1326
  readonly BaseURI: string;
1199
1327
  readonly IsReadOnly: boolean;
1200
1328
  readonly LocalName: string;
@@ -1226,6 +1354,10 @@ export type XmlEntityReference = XmlEntityReference$instance & __XmlEntityRefere
1226
1354
 
1227
1355
 
1228
1356
  export interface XmlException$instance extends SystemException {
1357
+ readonly __tsonic_type_System_Xml_XmlException: never;
1358
+
1359
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1360
+
1229
1361
  readonly LineNumber: int;
1230
1362
  readonly LinePosition: int;
1231
1363
  readonly Message: string;
@@ -1250,6 +1382,8 @@ export type XmlException = XmlException$instance & __XmlException$views;
1250
1382
 
1251
1383
 
1252
1384
  export interface XmlImplementation$instance {
1385
+ readonly __tsonic_type_System_Xml_XmlImplementation: never;
1386
+
1253
1387
  CreateDocument(): XmlDocument;
1254
1388
  HasFeature(strFeature: string, strVersion: string): boolean;
1255
1389
  }
@@ -1264,6 +1398,12 @@ export const XmlImplementation: {
1264
1398
  export type XmlImplementation = XmlImplementation$instance;
1265
1399
 
1266
1400
  export interface XmlLinkedNode$instance extends XmlNode$instance {
1401
+ readonly __tsonic_type_System_Xml_XmlLinkedNode: never;
1402
+
1403
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1404
+ readonly __tsonic_iface_System_ICloneable: never;
1405
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
1406
+
1267
1407
  readonly NextSibling: XmlNode | undefined;
1268
1408
  readonly PreviousSibling: XmlNode | undefined;
1269
1409
  Clone(): XmlNode;
@@ -1287,6 +1427,10 @@ export type XmlLinkedNode = XmlLinkedNode$instance & __XmlLinkedNode$views;
1287
1427
 
1288
1428
 
1289
1429
  export interface XmlNamedNodeMap$instance {
1430
+ readonly __tsonic_type_System_Xml_XmlNamedNodeMap: never;
1431
+
1432
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1433
+
1290
1434
  readonly Count: int;
1291
1435
  GetEnumerator(): IEnumerator;
1292
1436
  GetNamedItem(name: string): XmlNode | undefined;
@@ -1306,12 +1450,15 @@ export interface __XmlNamedNodeMap$views {
1306
1450
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1307
1451
  }
1308
1452
 
1309
- export interface XmlNamedNodeMap$instance extends System_Collections_Internal.IEnumerable$instance {}
1310
-
1311
1453
  export type XmlNamedNodeMap = XmlNamedNodeMap$instance & __XmlNamedNodeMap$views;
1312
1454
 
1313
1455
 
1314
- export interface XmlNamespaceManager$instance {
1456
+ export interface XmlNamespaceManager$instance extends IXmlNamespaceResolver$instance {
1457
+ readonly __tsonic_type_System_Xml_XmlNamespaceManager: never;
1458
+
1459
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1460
+ readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
1461
+
1315
1462
  readonly DefaultNamespace: string;
1316
1463
  readonly NameTable: XmlNameTable | undefined;
1317
1464
  AddNamespace(prefix: string, uri: string): void;
@@ -1336,12 +1483,12 @@ export interface __XmlNamespaceManager$views {
1336
1483
  As_IXmlNamespaceResolver(): IXmlNamespaceResolver$instance;
1337
1484
  }
1338
1485
 
1339
- export interface XmlNamespaceManager$instance extends System_Collections_Internal.IEnumerable$instance, IXmlNamespaceResolver$instance {}
1340
-
1341
1486
  export type XmlNamespaceManager = XmlNamespaceManager$instance & __XmlNamespaceManager$views;
1342
1487
 
1343
1488
 
1344
1489
  export interface XmlNameTable$instance {
1490
+ readonly __tsonic_type_System_Xml_XmlNameTable: never;
1491
+
1345
1492
  Add(array: char[], offset: int, length: int): string;
1346
1493
  Add(array: string): string;
1347
1494
  Get(array: char[], offset: int, length: int): string | undefined;
@@ -1355,7 +1502,13 @@ export const XmlNameTable: (abstract new() => XmlNameTable) & {
1355
1502
 
1356
1503
  export type XmlNameTable = XmlNameTable$instance;
1357
1504
 
1358
- export interface XmlNode$instance {
1505
+ export interface XmlNode$instance extends System_Xml_XPath_Internal.IXPathNavigable$instance {
1506
+ readonly __tsonic_type_System_Xml_XmlNode: never;
1507
+
1508
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1509
+ readonly __tsonic_iface_System_ICloneable: never;
1510
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
1511
+
1359
1512
  readonly Attributes: XmlAttributeCollection | XmlAttributeCollection | undefined;
1360
1513
  readonly BaseURI: string;
1361
1514
  readonly ChildNodes: XmlNodeList;
@@ -1415,12 +1568,12 @@ export interface __XmlNode$views {
1415
1568
  As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
1416
1569
  }
1417
1570
 
1418
- export interface XmlNode$instance extends System_Collections_Internal.IEnumerable$instance, System_Xml_XPath_Internal.IXPathNavigable$instance {}
1419
-
1420
1571
  export type XmlNode = XmlNode$instance & __XmlNode$views;
1421
1572
 
1422
1573
 
1423
1574
  export interface XmlNodeChangedEventArgs$instance extends EventArgs {
1575
+ readonly __tsonic_type_System_Xml_XmlNodeChangedEventArgs: never;
1576
+
1424
1577
  readonly Action: XmlNodeChangedAction;
1425
1578
  readonly NewParent: XmlNode | undefined;
1426
1579
  readonly NewValue: string | undefined;
@@ -1437,7 +1590,12 @@ export const XmlNodeChangedEventArgs: {
1437
1590
 
1438
1591
  export type XmlNodeChangedEventArgs = XmlNodeChangedEventArgs$instance;
1439
1592
 
1440
- export interface XmlNodeList$instance {
1593
+ export interface XmlNodeList$instance extends System_Internal.IDisposable$instance {
1594
+ readonly __tsonic_type_System_Xml_XmlNodeList: never;
1595
+
1596
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1597
+ readonly __tsonic_iface_System_IDisposable: never;
1598
+
1441
1599
  readonly Count: int;
1442
1600
  readonly [i: number]: XmlNode | undefined;
1443
1601
  GetEnumerator(): IEnumerator;
@@ -1455,12 +1613,15 @@ export interface __XmlNodeList$views {
1455
1613
  As_IDisposable(): System_Internal.IDisposable$instance;
1456
1614
  }
1457
1615
 
1458
- export interface XmlNodeList$instance extends System_Collections_Internal.IEnumerable$instance, System_Internal.IDisposable$instance {}
1459
-
1460
1616
  export type XmlNodeList = XmlNodeList$instance & __XmlNodeList$views;
1461
1617
 
1462
1618
 
1463
1619
  export interface XmlNodeReader$instance extends XmlReader$instance {
1620
+ readonly __tsonic_type_System_Xml_XmlNodeReader: never;
1621
+
1622
+ readonly __tsonic_iface_System_IDisposable: never;
1623
+ readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
1624
+
1464
1625
  readonly AttributeCount: int;
1465
1626
  readonly BaseURI: string;
1466
1627
  readonly CanReadBinaryContent: boolean;
@@ -1521,6 +1682,12 @@ export type XmlNodeReader = XmlNodeReader$instance & __XmlNodeReader$views;
1521
1682
 
1522
1683
 
1523
1684
  export interface XmlNotation$instance extends XmlNode$instance {
1685
+ readonly __tsonic_type_System_Xml_XmlNotation: never;
1686
+
1687
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1688
+ readonly __tsonic_iface_System_ICloneable: never;
1689
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
1690
+
1524
1691
  InnerXml: string;
1525
1692
  readonly IsReadOnly: boolean;
1526
1693
  readonly LocalName: string;
@@ -1553,6 +1720,8 @@ export type XmlNotation = XmlNotation$instance & __XmlNotation$views;
1553
1720
 
1554
1721
 
1555
1722
  export interface XmlParserContext$instance {
1723
+ readonly __tsonic_type_System_Xml_XmlParserContext: never;
1724
+
1556
1725
  BaseURI: string;
1557
1726
  DocTypeName: string;
1558
1727
  get Encoding(): Encoding | undefined;
@@ -1580,6 +1749,12 @@ export const XmlParserContext: {
1580
1749
  export type XmlParserContext = XmlParserContext$instance;
1581
1750
 
1582
1751
  export interface XmlProcessingInstruction$instance extends XmlLinkedNode$instance {
1752
+ readonly __tsonic_type_System_Xml_XmlProcessingInstruction: never;
1753
+
1754
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
1755
+ readonly __tsonic_iface_System_ICloneable: never;
1756
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
1757
+
1583
1758
  Data: string;
1584
1759
  InnerText: string;
1585
1760
  readonly LocalName: string;
@@ -1611,6 +1786,8 @@ export type XmlProcessingInstruction = XmlProcessingInstruction$instance & __Xml
1611
1786
 
1612
1787
 
1613
1788
  export interface XmlQualifiedName$instance {
1789
+ readonly __tsonic_type_System_Xml_XmlQualifiedName: never;
1790
+
1614
1791
  readonly IsEmpty: boolean;
1615
1792
  Name: string;
1616
1793
  Namespace: string;
@@ -1632,6 +1809,10 @@ export const XmlQualifiedName: {
1632
1809
  export type XmlQualifiedName = XmlQualifiedName$instance;
1633
1810
 
1634
1811
  export interface XmlReader$instance {
1812
+ readonly __tsonic_type_System_Xml_XmlReader: never;
1813
+
1814
+ readonly __tsonic_iface_System_IDisposable: never;
1815
+
1635
1816
  readonly AttributeCount: int;
1636
1817
  readonly BaseURI: string;
1637
1818
  readonly CanReadBinaryContent: boolean;
@@ -1780,6 +1961,8 @@ export type XmlReader = XmlReader$instance & __XmlReader$views;
1780
1961
 
1781
1962
 
1782
1963
  export interface XmlReaderSettings$instance {
1964
+ readonly __tsonic_type_System_Xml_XmlReaderSettings: never;
1965
+
1783
1966
  Async: boolean;
1784
1967
  CheckCharacters: boolean;
1785
1968
  CloseInput: boolean;
@@ -1812,6 +1995,8 @@ export const XmlReaderSettings: {
1812
1995
  export type XmlReaderSettings = XmlReaderSettings$instance;
1813
1996
 
1814
1997
  export interface XmlResolver$instance {
1998
+ readonly __tsonic_type_System_Xml_XmlResolver: never;
1999
+
1815
2000
  Credentials: ICredentials;
1816
2001
  GetEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type): unknown | undefined;
1817
2002
  GetEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
@@ -1829,6 +2014,8 @@ export const XmlResolver: (abstract new() => XmlResolver) & {
1829
2014
  export type XmlResolver = XmlResolver$instance;
1830
2015
 
1831
2016
  export interface XmlSecureResolver$instance extends XmlResolver {
2017
+ readonly __tsonic_type_System_Xml_XmlSecureResolver: never;
2018
+
1832
2019
  Credentials: ICredentials;
1833
2020
  GetEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type): unknown | undefined;
1834
2021
  GetEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
@@ -1845,6 +2032,12 @@ export const XmlSecureResolver: {
1845
2032
  export type XmlSecureResolver = XmlSecureResolver$instance;
1846
2033
 
1847
2034
  export interface XmlSignificantWhitespace$instance extends XmlCharacterData$instance {
2035
+ readonly __tsonic_type_System_Xml_XmlSignificantWhitespace: never;
2036
+
2037
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
2038
+ readonly __tsonic_iface_System_ICloneable: never;
2039
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
2040
+
1848
2041
  readonly LocalName: string;
1849
2042
  readonly Name: string;
1850
2043
  readonly NodeType: XmlNodeType;
@@ -1876,6 +2069,12 @@ export type XmlSignificantWhitespace = XmlSignificantWhitespace$instance & __Xml
1876
2069
 
1877
2070
 
1878
2071
  export interface XmlText$instance extends XmlCharacterData$instance {
2072
+ readonly __tsonic_type_System_Xml_XmlText: never;
2073
+
2074
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
2075
+ readonly __tsonic_iface_System_ICloneable: never;
2076
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
2077
+
1879
2078
  readonly LocalName: string;
1880
2079
  readonly Name: string;
1881
2080
  readonly NodeType: XmlNodeType;
@@ -1907,7 +2106,13 @@ export interface __XmlText$views {
1907
2106
  export type XmlText = XmlText$instance & __XmlText$views;
1908
2107
 
1909
2108
 
1910
- export interface XmlTextReader$instance extends XmlReader$instance {
2109
+ export interface XmlTextReader$instance extends XmlReader$instance, IXmlLineInfo$instance {
2110
+ readonly __tsonic_type_System_Xml_XmlTextReader: never;
2111
+
2112
+ readonly __tsonic_iface_System_IDisposable: never;
2113
+ readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
2114
+ readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
2115
+
1911
2116
  readonly AttributeCount: int;
1912
2117
  readonly BaseURI: string;
1913
2118
  readonly CanReadBinaryContent: boolean;
@@ -1993,12 +2198,15 @@ export interface __XmlTextReader$views {
1993
2198
  As_IXmlNamespaceResolver(): IXmlNamespaceResolver$instance;
1994
2199
  }
1995
2200
 
1996
- export interface XmlTextReader$instance extends IXmlLineInfo$instance {}
1997
-
1998
2201
  export type XmlTextReader = XmlTextReader$instance & __XmlTextReader$views;
1999
2202
 
2000
2203
 
2001
2204
  export interface XmlTextWriter$instance extends XmlWriter$instance {
2205
+ readonly __tsonic_type_System_Xml_XmlTextWriter: never;
2206
+
2207
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
2208
+ readonly __tsonic_iface_System_IDisposable: never;
2209
+
2002
2210
  readonly BaseStream: Stream | undefined;
2003
2211
  Formatting: Formatting;
2004
2212
  Indentation: int;
@@ -2062,6 +2270,8 @@ export type XmlTextWriter = XmlTextWriter$instance & __XmlTextWriter$views;
2062
2270
 
2063
2271
 
2064
2272
  export interface XmlUrlResolver$instance extends XmlResolver {
2273
+ readonly __tsonic_type_System_Xml_XmlUrlResolver: never;
2274
+
2065
2275
  CachePolicy: RequestCachePolicy;
2066
2276
  Credentials: ICredentials;
2067
2277
  Proxy: IWebProxy | undefined;
@@ -2079,7 +2289,13 @@ export const XmlUrlResolver: {
2079
2289
 
2080
2290
  export type XmlUrlResolver = XmlUrlResolver$instance;
2081
2291
 
2082
- export interface XmlValidatingReader$instance extends XmlReader$instance {
2292
+ export interface XmlValidatingReader$instance extends XmlReader$instance, IXmlLineInfo$instance {
2293
+ readonly __tsonic_type_System_Xml_XmlValidatingReader: never;
2294
+
2295
+ readonly __tsonic_iface_System_IDisposable: never;
2296
+ readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
2297
+ readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
2298
+
2083
2299
  readonly AttributeCount: int;
2084
2300
  readonly BaseURI: string;
2085
2301
  readonly CanReadBinaryContent: boolean;
@@ -2149,12 +2365,16 @@ export interface __XmlValidatingReader$views {
2149
2365
  As_IXmlNamespaceResolver(): IXmlNamespaceResolver$instance;
2150
2366
  }
2151
2367
 
2152
- export interface XmlValidatingReader$instance extends IXmlLineInfo$instance {}
2153
-
2154
2368
  export type XmlValidatingReader = XmlValidatingReader$instance & __XmlValidatingReader$views;
2155
2369
 
2156
2370
 
2157
2371
  export interface XmlWhitespace$instance extends XmlCharacterData$instance {
2372
+ readonly __tsonic_type_System_Xml_XmlWhitespace: never;
2373
+
2374
+ readonly __tsonic_iface_System_Collections_IEnumerable: never;
2375
+ readonly __tsonic_iface_System_ICloneable: never;
2376
+ readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
2377
+
2158
2378
  readonly LocalName: string;
2159
2379
  readonly Name: string;
2160
2380
  readonly NodeType: XmlNodeType;
@@ -2185,7 +2405,12 @@ export interface __XmlWhitespace$views {
2185
2405
  export type XmlWhitespace = XmlWhitespace$instance & __XmlWhitespace$views;
2186
2406
 
2187
2407
 
2188
- export interface XmlWriter$instance {
2408
+ export interface XmlWriter$instance extends System_Internal.IAsyncDisposable$instance {
2409
+ readonly __tsonic_type_System_Xml_XmlWriter: never;
2410
+
2411
+ readonly __tsonic_iface_System_IAsyncDisposable: never;
2412
+ readonly __tsonic_iface_System_IDisposable: never;
2413
+
2189
2414
  readonly Settings: XmlWriterSettings | undefined;
2190
2415
  readonly WriteState: WriteState;
2191
2416
  readonly XmlLang: string | string | undefined;
@@ -2298,12 +2523,12 @@ export interface __XmlWriter$views {
2298
2523
  As_IDisposable(): System_Internal.IDisposable$instance;
2299
2524
  }
2300
2525
 
2301
- export interface XmlWriter$instance extends System_Internal.IAsyncDisposable$instance {}
2302
-
2303
2526
  export type XmlWriter = XmlWriter$instance & __XmlWriter$views;
2304
2527
 
2305
2528
 
2306
2529
  export interface XmlWriterSettings$instance {
2530
+ readonly __tsonic_type_System_Xml_XmlWriterSettings: never;
2531
+
2307
2532
  Async: boolean;
2308
2533
  CheckCharacters: boolean;
2309
2534
  CloseOutput: boolean;