@tsonic/dotnet 10.0.5 → 10.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +6 -0
  2. package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
  5. package/Microsoft.Win32/internal/index.d.ts +3 -3
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
  7. package/System/internal/index.d.ts +447 -196
  8. package/System.Buffers/internal/index.d.ts +24 -6
  9. package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
  10. package/System.Collections/internal/index.d.ts +37 -26
  11. package/System.Collections.Concurrent/internal/index.d.ts +17 -3
  12. package/System.Collections.Frozen/internal/index.d.ts +12 -0
  13. package/System.Collections.Generic/internal/index.d.ts +126 -43
  14. package/System.Collections.Immutable/internal/index.d.ts +51 -14
  15. package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
  16. package/System.Collections.Specialized/internal/index.d.ts +33 -12
  17. package/System.ComponentModel/internal/index.d.ts +275 -33
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
  20. package/System.ComponentModel.Design/internal/index.d.ts +49 -7
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
  22. package/System.Data/internal/index.d.ts +111 -21
  23. package/System.Data.Common/internal/index.d.ts +67 -36
  24. package/System.Data.SqlTypes/internal/index.d.ts +59 -52
  25. package/System.Diagnostics/internal/index.d.ts +147 -17
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
  31. package/System.Drawing/internal/index.d.ts +24 -0
  32. package/System.Dynamic/internal/index.d.ts +38 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +13 -3
  34. package/System.Formats.Tar/internal/index.d.ts +20 -6
  35. package/System.Globalization/internal/index.d.ts +64 -18
  36. package/System.IO/internal/index.d.ts +74 -18
  37. package/System.IO.Compression/internal/index.d.ts +25 -9
  38. package/System.IO.Enumeration/internal/index.d.ts +6 -0
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
  41. package/System.IO.Pipelines/internal/index.d.ts +19 -3
  42. package/System.IO.Pipes/internal/index.d.ts +16 -0
  43. package/System.Linq/internal/index.d.ts +17 -3
  44. package/System.Linq.Expressions/internal/index.d.ts +86 -18
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
  46. package/System.Net/internal/index.d.ts +112 -23
  47. package/System.Net.Cache/internal/index.d.ts +4 -0
  48. package/System.Net.Http/internal/index.d.ts +50 -0
  49. package/System.Net.Http.Headers/internal/index.d.ts +79 -62
  50. package/System.Net.Http.Json/internal/index.d.ts +2 -0
  51. package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
  52. package/System.Net.Mail/internal/index.d.ts +31 -9
  53. package/System.Net.Mime/internal/index.d.ts +4 -0
  54. package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
  55. package/System.Net.Quic/internal/index.d.ts +22 -6
  56. package/System.Net.Security/internal/index.d.ts +27 -3
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
  58. package/System.Net.Sockets/internal/index.d.ts +38 -6
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -3
  60. package/System.Numerics/internal/index.d.ts +29 -16
  61. package/System.Reflection/internal/index.d.ts +135 -32
  62. package/System.Reflection.Emit/internal/index.d.ts +45 -9
  63. package/System.Reflection.Metadata/internal/index.d.ts +324 -10
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
  66. package/System.Resources/internal/index.d.ts +16 -0
  67. package/System.Runtime/internal/index.d.ts +12 -6
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
  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 +175 -15
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -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 +13 -17
  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 +7 -3
  83. package/System.Runtime.Remoting/internal/index.d.ts +2 -0
  84. package/System.Runtime.Serialization/internal/index.d.ts +75 -9
  85. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
  86. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  87. package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
  88. package/System.Runtime.Versioning/internal/index.d.ts +26 -0
  89. package/System.Security/internal/index.d.ts +28 -6
  90. package/System.Security.AccessControl/internal/index.d.ts +98 -8
  91. package/System.Security.Authentication/internal/index.d.ts +4 -0
  92. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
  93. package/System.Security.Claims/internal/index.d.ts +8 -6
  94. package/System.Security.Cryptography/internal/index.d.ts +299 -44
  95. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
  96. package/System.Security.Permissions/internal/index.d.ts +6 -0
  97. package/System.Security.Policy/internal/index.d.ts +4 -0
  98. package/System.Security.Principal/internal/index.d.ts +21 -8
  99. package/System.Text/internal/index.d.ts +70 -11
  100. package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
  101. package/System.Text.Json/internal/index.d.ts +33 -8
  102. package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
  103. package/System.Text.Json.Schema/internal/index.d.ts +4 -0
  104. package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
  105. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
  106. package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
  107. package/System.Text.Unicode/internal/index.d.ts +4 -0
  108. package/System.Threading/internal/index.d.ts +108 -24
  109. package/System.Threading.Channels/internal/index.d.ts +18 -0
  110. package/System.Threading.Tasks/internal/index.d.ts +49 -13
  111. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
  112. package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
  113. package/System.Timers/internal/index.d.ts +7 -3
  114. package/System.Transactions/internal/index.d.ts +37 -15
  115. package/System.Web/internal/index.d.ts +2 -0
  116. package/System.Windows.Markup/internal/index.d.ts +2 -0
  117. package/System.Xml/internal/index.d.ts +107 -20
  118. package/System.Xml.Linq/internal/index.d.ts +42 -18
  119. package/System.Xml.Resolvers/internal/index.d.ts +2 -0
  120. package/System.Xml.Schema/internal/index.d.ts +150 -4
  121. package/System.Xml.Serialization/internal/index.d.ts +120 -8
  122. package/System.Xml.XPath/internal/index.d.ts +14 -6
  123. package/System.Xml.Xsl/internal/index.d.ts +16 -0
  124. package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
  125. package/__internal/extensions/index.d.ts +2143 -1955
  126. package/package.json +2 -2
@@ -312,6 +312,8 @@ export interface IXmlTextWriterInitializer$instance {
312
312
  export type IXmlTextWriterInitializer = IXmlTextWriterInitializer$instance;
313
313
 
314
314
  export interface NameTable$instance extends XmlNameTable {
315
+ readonly __tsonic_type_System_Xml_NameTable: never;
316
+
315
317
  Add(key: string): string;
316
318
  Add(key: char[], start: int, len: int): string;
317
319
  Get(value: string): string | undefined;
@@ -327,6 +329,8 @@ export const NameTable: {
327
329
  export type NameTable = NameTable$instance;
328
330
 
329
331
  export interface UniqueId$instance {
332
+ readonly __tsonic_type_System_Xml_UniqueId: never;
333
+
330
334
  readonly CharArrayLength: int;
331
335
  readonly IsGuid: boolean;
332
336
  Equals(obj: unknown): boolean;
@@ -351,6 +355,8 @@ export const UniqueId: {
351
355
  export type UniqueId = UniqueId$instance;
352
356
 
353
357
  export interface XmlAttribute$instance extends XmlNode$instance {
358
+ readonly __tsonic_type_System_Xml_XmlAttribute: never;
359
+
354
360
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
355
361
  readonly __tsonic_iface_System_ICloneable: never;
356
362
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -399,6 +405,8 @@ export type XmlAttribute = XmlAttribute$instance & __XmlAttribute$views;
399
405
 
400
406
 
401
407
  export interface XmlAttributeCollection$instance extends XmlNamedNodeMap$instance {
408
+ readonly __tsonic_type_System_Xml_XmlAttributeCollection: never;
409
+
402
410
  readonly __tsonic_iface_System_Collections_ICollection: never;
403
411
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
404
412
 
@@ -431,6 +439,8 @@ export type XmlAttributeCollection = XmlAttributeCollection$instance & __XmlAttr
431
439
 
432
440
 
433
441
  export interface XmlBinaryReaderSession$instance {
442
+ readonly __tsonic_type_System_Xml_XmlBinaryReaderSession: never;
443
+
434
444
  readonly __tsonic_iface_System_Xml_IXmlDictionary: never;
435
445
 
436
446
  Add(id: int, value: string): XmlDictionaryString;
@@ -454,6 +464,8 @@ export type XmlBinaryReaderSession = XmlBinaryReaderSession$instance & __XmlBina
454
464
 
455
465
 
456
466
  export interface XmlBinaryWriterSession$instance {
467
+ readonly __tsonic_type_System_Xml_XmlBinaryWriterSession: never;
468
+
457
469
  Reset(): void;
458
470
  TryAdd(value: XmlDictionaryString, key: int): boolean;
459
471
  }
@@ -467,6 +479,8 @@ export const XmlBinaryWriterSession: {
467
479
  export type XmlBinaryWriterSession = XmlBinaryWriterSession$instance;
468
480
 
469
481
  export interface XmlCDataSection$instance extends XmlCharacterData$instance {
482
+ readonly __tsonic_type_System_Xml_XmlCDataSection: never;
483
+
470
484
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
471
485
  readonly __tsonic_iface_System_ICloneable: never;
472
486
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -500,6 +514,8 @@ export type XmlCDataSection = XmlCDataSection$instance & __XmlCDataSection$views
500
514
 
501
515
 
502
516
  export interface XmlCharacterData$instance extends XmlLinkedNode$instance {
517
+ readonly __tsonic_type_System_Xml_XmlCharacterData: never;
518
+
503
519
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
504
520
  readonly __tsonic_iface_System_ICloneable: never;
505
521
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -535,6 +551,8 @@ export type XmlCharacterData = XmlCharacterData$instance & __XmlCharacterData$vi
535
551
 
536
552
 
537
553
  export interface XmlComment$instance extends XmlCharacterData$instance {
554
+ readonly __tsonic_type_System_Xml_XmlComment: never;
555
+
538
556
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
539
557
  readonly __tsonic_iface_System_ICloneable: never;
540
558
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -566,6 +584,8 @@ export type XmlComment = XmlComment$instance & __XmlComment$views;
566
584
 
567
585
 
568
586
  export interface XmlConvert$instance {
587
+ readonly __tsonic_type_System_Xml_XmlConvert: never;
588
+
569
589
  }
570
590
 
571
591
 
@@ -636,6 +656,8 @@ export const XmlConvert: {
636
656
  export type XmlConvert = XmlConvert$instance;
637
657
 
638
658
  export interface XmlDataDocument$instance extends XmlDocument$instance {
659
+ readonly __tsonic_type_System_Xml_XmlDataDocument: never;
660
+
639
661
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
640
662
  readonly __tsonic_iface_System_ICloneable: never;
641
663
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -679,6 +701,8 @@ export type XmlDataDocument = XmlDataDocument$instance & __XmlDataDocument$views
679
701
 
680
702
 
681
703
  export interface XmlDeclaration$instance extends XmlLinkedNode$instance {
704
+ readonly __tsonic_type_System_Xml_XmlDeclaration: never;
705
+
682
706
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
683
707
  readonly __tsonic_iface_System_ICloneable: never;
684
708
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -716,6 +740,8 @@ export type XmlDeclaration = XmlDeclaration$instance & __XmlDeclaration$views;
716
740
 
717
741
 
718
742
  export interface XmlDictionary$instance {
743
+ readonly __tsonic_type_System_Xml_XmlDictionary: never;
744
+
719
745
  readonly __tsonic_iface_System_Xml_IXmlDictionary: never;
720
746
 
721
747
  Add(value: string): XmlDictionaryString;
@@ -740,6 +766,8 @@ export type XmlDictionary = XmlDictionary$instance & __XmlDictionary$views;
740
766
 
741
767
 
742
768
  export interface XmlDictionaryReader$instance extends XmlReader$instance {
769
+ readonly __tsonic_type_System_Xml_XmlDictionaryReader: never;
770
+
743
771
  readonly __tsonic_iface_System_IDisposable: never;
744
772
 
745
773
  readonly CanCanonicalize: boolean;
@@ -891,6 +919,8 @@ export type XmlDictionaryReader = XmlDictionaryReader$instance & __XmlDictionary
891
919
 
892
920
 
893
921
  export interface XmlDictionaryReaderQuotas$instance {
922
+ readonly __tsonic_type_System_Xml_XmlDictionaryReaderQuotas: never;
923
+
894
924
  MaxArrayLength: int;
895
925
  MaxBytesPerRead: int;
896
926
  MaxDepth: int;
@@ -910,6 +940,8 @@ export const XmlDictionaryReaderQuotas: {
910
940
  export type XmlDictionaryReaderQuotas = XmlDictionaryReaderQuotas$instance;
911
941
 
912
942
  export interface XmlDictionaryString$instance {
943
+ readonly __tsonic_type_System_Xml_XmlDictionaryString: never;
944
+
913
945
  readonly Dictionary: IXmlDictionary;
914
946
  readonly Key: int;
915
947
  readonly Value: string;
@@ -926,6 +958,8 @@ export const XmlDictionaryString: {
926
958
  export type XmlDictionaryString = XmlDictionaryString$instance;
927
959
 
928
960
  export interface XmlDictionaryWriter$instance extends XmlWriter$instance {
961
+ readonly __tsonic_type_System_Xml_XmlDictionaryWriter: never;
962
+
929
963
  readonly __tsonic_iface_System_IAsyncDisposable: never;
930
964
  readonly __tsonic_iface_System_IDisposable: never;
931
965
 
@@ -1019,6 +1053,8 @@ export type XmlDictionaryWriter = XmlDictionaryWriter$instance & __XmlDictionary
1019
1053
 
1020
1054
 
1021
1055
  export interface XmlDocument$instance extends XmlNode$instance {
1056
+ readonly __tsonic_type_System_Xml_XmlDocument: never;
1057
+
1022
1058
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1023
1059
  readonly __tsonic_iface_System_ICloneable: never;
1024
1060
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -1102,6 +1138,8 @@ export type XmlDocument = XmlDocument$instance & __XmlDocument$views;
1102
1138
 
1103
1139
 
1104
1140
  export interface XmlDocumentFragment$instance extends XmlNode$instance {
1141
+ readonly __tsonic_type_System_Xml_XmlDocumentFragment: never;
1142
+
1105
1143
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1106
1144
  readonly __tsonic_iface_System_ICloneable: never;
1107
1145
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -1136,6 +1174,8 @@ export type XmlDocumentFragment = XmlDocumentFragment$instance & __XmlDocumentFr
1136
1174
 
1137
1175
 
1138
1176
  export interface XmlDocumentType$instance extends XmlLinkedNode$instance {
1177
+ readonly __tsonic_type_System_Xml_XmlDocumentType: never;
1178
+
1139
1179
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1140
1180
  readonly __tsonic_iface_System_ICloneable: never;
1141
1181
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -1173,6 +1213,8 @@ export type XmlDocumentType = XmlDocumentType$instance & __XmlDocumentType$views
1173
1213
 
1174
1214
 
1175
1215
  export interface XmlElement$instance extends XmlLinkedNode$instance {
1216
+ readonly __tsonic_type_System_Xml_XmlElement: never;
1217
+
1176
1218
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1177
1219
  readonly __tsonic_iface_System_ICloneable: never;
1178
1220
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -1234,6 +1276,8 @@ export type XmlElement = XmlElement$instance & __XmlElement$views;
1234
1276
 
1235
1277
 
1236
1278
  export interface XmlEntity$instance extends XmlNode$instance {
1279
+ readonly __tsonic_type_System_Xml_XmlEntity: never;
1280
+
1237
1281
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1238
1282
  readonly __tsonic_iface_System_ICloneable: never;
1239
1283
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -1273,6 +1317,8 @@ export type XmlEntity = XmlEntity$instance & __XmlEntity$views;
1273
1317
 
1274
1318
 
1275
1319
  export interface XmlEntityReference$instance extends XmlLinkedNode$instance {
1320
+ readonly __tsonic_type_System_Xml_XmlEntityReference: never;
1321
+
1276
1322
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1277
1323
  readonly __tsonic_iface_System_ICloneable: never;
1278
1324
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -1308,6 +1354,8 @@ export type XmlEntityReference = XmlEntityReference$instance & __XmlEntityRefere
1308
1354
 
1309
1355
 
1310
1356
  export interface XmlException$instance extends SystemException {
1357
+ readonly __tsonic_type_System_Xml_XmlException: never;
1358
+
1311
1359
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1312
1360
 
1313
1361
  readonly LineNumber: int;
@@ -1334,6 +1382,8 @@ export type XmlException = XmlException$instance & __XmlException$views;
1334
1382
 
1335
1383
 
1336
1384
  export interface XmlImplementation$instance {
1385
+ readonly __tsonic_type_System_Xml_XmlImplementation: never;
1386
+
1337
1387
  CreateDocument(): XmlDocument;
1338
1388
  HasFeature(strFeature: string, strVersion: string): boolean;
1339
1389
  }
@@ -1348,6 +1398,8 @@ export const XmlImplementation: {
1348
1398
  export type XmlImplementation = XmlImplementation$instance;
1349
1399
 
1350
1400
  export interface XmlLinkedNode$instance extends XmlNode$instance {
1401
+ readonly __tsonic_type_System_Xml_XmlLinkedNode: never;
1402
+
1351
1403
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1352
1404
  readonly __tsonic_iface_System_ICloneable: never;
1353
1405
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -1375,6 +1427,8 @@ export type XmlLinkedNode = XmlLinkedNode$instance & __XmlLinkedNode$views;
1375
1427
 
1376
1428
 
1377
1429
  export interface XmlNamedNodeMap$instance {
1430
+ readonly __tsonic_type_System_Xml_XmlNamedNodeMap: never;
1431
+
1378
1432
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1379
1433
 
1380
1434
  readonly Count: int;
@@ -1399,7 +1453,9 @@ export interface __XmlNamedNodeMap$views {
1399
1453
  export type XmlNamedNodeMap = XmlNamedNodeMap$instance & __XmlNamedNodeMap$views;
1400
1454
 
1401
1455
 
1402
- export interface XmlNamespaceManager$instance {
1456
+ export interface XmlNamespaceManager$instance extends IXmlNamespaceResolver$instance {
1457
+ readonly __tsonic_type_System_Xml_XmlNamespaceManager: never;
1458
+
1403
1459
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1404
1460
  readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
1405
1461
 
@@ -1427,12 +1483,12 @@ export interface __XmlNamespaceManager$views {
1427
1483
  As_IXmlNamespaceResolver(): IXmlNamespaceResolver$instance;
1428
1484
  }
1429
1485
 
1430
- export interface XmlNamespaceManager$instance extends IXmlNamespaceResolver$instance {}
1431
-
1432
1486
  export type XmlNamespaceManager = XmlNamespaceManager$instance & __XmlNamespaceManager$views;
1433
1487
 
1434
1488
 
1435
1489
  export interface XmlNameTable$instance {
1490
+ readonly __tsonic_type_System_Xml_XmlNameTable: never;
1491
+
1436
1492
  Add(array: char[], offset: int, length: int): string;
1437
1493
  Add(array: string): string;
1438
1494
  Get(array: char[], offset: int, length: int): string | undefined;
@@ -1446,7 +1502,9 @@ export const XmlNameTable: (abstract new() => XmlNameTable) & {
1446
1502
 
1447
1503
  export type XmlNameTable = XmlNameTable$instance;
1448
1504
 
1449
- 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
+
1450
1508
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1451
1509
  readonly __tsonic_iface_System_ICloneable: never;
1452
1510
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -1510,12 +1568,12 @@ export interface __XmlNode$views {
1510
1568
  As_IXPathNavigable(): System_Xml_XPath_Internal.IXPathNavigable$instance;
1511
1569
  }
1512
1570
 
1513
- export interface XmlNode$instance extends System_Xml_XPath_Internal.IXPathNavigable$instance {}
1514
-
1515
1571
  export type XmlNode = XmlNode$instance & __XmlNode$views;
1516
1572
 
1517
1573
 
1518
1574
  export interface XmlNodeChangedEventArgs$instance extends EventArgs {
1575
+ readonly __tsonic_type_System_Xml_XmlNodeChangedEventArgs: never;
1576
+
1519
1577
  readonly Action: XmlNodeChangedAction;
1520
1578
  readonly NewParent: XmlNode | undefined;
1521
1579
  readonly NewValue: string | undefined;
@@ -1532,12 +1590,13 @@ export const XmlNodeChangedEventArgs: {
1532
1590
 
1533
1591
  export type XmlNodeChangedEventArgs = XmlNodeChangedEventArgs$instance;
1534
1592
 
1535
- export interface XmlNodeList$instance {
1593
+ export interface XmlNodeList$instance extends System_Internal.IDisposable$instance {
1594
+ readonly __tsonic_type_System_Xml_XmlNodeList: never;
1595
+
1536
1596
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1537
1597
  readonly __tsonic_iface_System_IDisposable: never;
1538
1598
 
1539
1599
  readonly Count: int;
1540
- readonly [i: number]: XmlNode | undefined;
1541
1600
  GetEnumerator(): IEnumerator;
1542
1601
  Item(index: int): XmlNode | undefined;
1543
1602
  PrivateDisposeNodeList(): void;
@@ -1553,12 +1612,12 @@ export interface __XmlNodeList$views {
1553
1612
  As_IDisposable(): System_Internal.IDisposable$instance;
1554
1613
  }
1555
1614
 
1556
- export interface XmlNodeList$instance extends System_Internal.IDisposable$instance {}
1557
-
1558
- export type XmlNodeList = XmlNodeList$instance & __XmlNodeList$views;
1615
+ export type XmlNodeList = XmlNodeList$instance & __XmlNodeList$views & { readonly [i: number]: XmlNode | undefined; };
1559
1616
 
1560
1617
 
1561
1618
  export interface XmlNodeReader$instance extends XmlReader$instance {
1619
+ readonly __tsonic_type_System_Xml_XmlNodeReader: never;
1620
+
1562
1621
  readonly __tsonic_iface_System_IDisposable: never;
1563
1622
  readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
1564
1623
 
@@ -1622,6 +1681,8 @@ export type XmlNodeReader = XmlNodeReader$instance & __XmlNodeReader$views;
1622
1681
 
1623
1682
 
1624
1683
  export interface XmlNotation$instance extends XmlNode$instance {
1684
+ readonly __tsonic_type_System_Xml_XmlNotation: never;
1685
+
1625
1686
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1626
1687
  readonly __tsonic_iface_System_ICloneable: never;
1627
1688
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -1658,6 +1719,8 @@ export type XmlNotation = XmlNotation$instance & __XmlNotation$views;
1658
1719
 
1659
1720
 
1660
1721
  export interface XmlParserContext$instance {
1722
+ readonly __tsonic_type_System_Xml_XmlParserContext: never;
1723
+
1661
1724
  BaseURI: string;
1662
1725
  DocTypeName: string;
1663
1726
  get Encoding(): Encoding | undefined;
@@ -1685,6 +1748,8 @@ export const XmlParserContext: {
1685
1748
  export type XmlParserContext = XmlParserContext$instance;
1686
1749
 
1687
1750
  export interface XmlProcessingInstruction$instance extends XmlLinkedNode$instance {
1751
+ readonly __tsonic_type_System_Xml_XmlProcessingInstruction: never;
1752
+
1688
1753
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1689
1754
  readonly __tsonic_iface_System_ICloneable: never;
1690
1755
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -1720,6 +1785,8 @@ export type XmlProcessingInstruction = XmlProcessingInstruction$instance & __Xml
1720
1785
 
1721
1786
 
1722
1787
  export interface XmlQualifiedName$instance {
1788
+ readonly __tsonic_type_System_Xml_XmlQualifiedName: never;
1789
+
1723
1790
  readonly IsEmpty: boolean;
1724
1791
  Name: string;
1725
1792
  Namespace: string;
@@ -1741,6 +1808,8 @@ export const XmlQualifiedName: {
1741
1808
  export type XmlQualifiedName = XmlQualifiedName$instance;
1742
1809
 
1743
1810
  export interface XmlReader$instance {
1811
+ readonly __tsonic_type_System_Xml_XmlReader: never;
1812
+
1744
1813
  readonly __tsonic_iface_System_IDisposable: never;
1745
1814
 
1746
1815
  readonly AttributeCount: int;
@@ -1891,6 +1960,8 @@ export type XmlReader = XmlReader$instance & __XmlReader$views;
1891
1960
 
1892
1961
 
1893
1962
  export interface XmlReaderSettings$instance {
1963
+ readonly __tsonic_type_System_Xml_XmlReaderSettings: never;
1964
+
1894
1965
  Async: boolean;
1895
1966
  CheckCharacters: boolean;
1896
1967
  CloseInput: boolean;
@@ -1923,6 +1994,8 @@ export const XmlReaderSettings: {
1923
1994
  export type XmlReaderSettings = XmlReaderSettings$instance;
1924
1995
 
1925
1996
  export interface XmlResolver$instance {
1997
+ readonly __tsonic_type_System_Xml_XmlResolver: never;
1998
+
1926
1999
  Credentials: ICredentials;
1927
2000
  GetEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type): unknown | undefined;
1928
2001
  GetEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
@@ -1940,6 +2013,8 @@ export const XmlResolver: (abstract new() => XmlResolver) & {
1940
2013
  export type XmlResolver = XmlResolver$instance;
1941
2014
 
1942
2015
  export interface XmlSecureResolver$instance extends XmlResolver {
2016
+ readonly __tsonic_type_System_Xml_XmlSecureResolver: never;
2017
+
1943
2018
  Credentials: ICredentials;
1944
2019
  GetEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type): unknown | undefined;
1945
2020
  GetEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
@@ -1956,6 +2031,8 @@ export const XmlSecureResolver: {
1956
2031
  export type XmlSecureResolver = XmlSecureResolver$instance;
1957
2032
 
1958
2033
  export interface XmlSignificantWhitespace$instance extends XmlCharacterData$instance {
2034
+ readonly __tsonic_type_System_Xml_XmlSignificantWhitespace: never;
2035
+
1959
2036
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1960
2037
  readonly __tsonic_iface_System_ICloneable: never;
1961
2038
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -1991,6 +2068,8 @@ export type XmlSignificantWhitespace = XmlSignificantWhitespace$instance & __Xml
1991
2068
 
1992
2069
 
1993
2070
  export interface XmlText$instance extends XmlCharacterData$instance {
2071
+ readonly __tsonic_type_System_Xml_XmlText: never;
2072
+
1994
2073
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1995
2074
  readonly __tsonic_iface_System_ICloneable: never;
1996
2075
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -2026,7 +2105,9 @@ export interface __XmlText$views {
2026
2105
  export type XmlText = XmlText$instance & __XmlText$views;
2027
2106
 
2028
2107
 
2029
- export interface XmlTextReader$instance extends XmlReader$instance {
2108
+ export interface XmlTextReader$instance extends XmlReader$instance, IXmlLineInfo$instance {
2109
+ readonly __tsonic_type_System_Xml_XmlTextReader: never;
2110
+
2030
2111
  readonly __tsonic_iface_System_IDisposable: never;
2031
2112
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
2032
2113
  readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
@@ -2116,12 +2197,12 @@ export interface __XmlTextReader$views {
2116
2197
  As_IXmlNamespaceResolver(): IXmlNamespaceResolver$instance;
2117
2198
  }
2118
2199
 
2119
- export interface XmlTextReader$instance extends IXmlLineInfo$instance {}
2120
-
2121
2200
  export type XmlTextReader = XmlTextReader$instance & __XmlTextReader$views;
2122
2201
 
2123
2202
 
2124
2203
  export interface XmlTextWriter$instance extends XmlWriter$instance {
2204
+ readonly __tsonic_type_System_Xml_XmlTextWriter: never;
2205
+
2125
2206
  readonly __tsonic_iface_System_IAsyncDisposable: never;
2126
2207
  readonly __tsonic_iface_System_IDisposable: never;
2127
2208
 
@@ -2188,6 +2269,8 @@ export type XmlTextWriter = XmlTextWriter$instance & __XmlTextWriter$views;
2188
2269
 
2189
2270
 
2190
2271
  export interface XmlUrlResolver$instance extends XmlResolver {
2272
+ readonly __tsonic_type_System_Xml_XmlUrlResolver: never;
2273
+
2191
2274
  CachePolicy: RequestCachePolicy;
2192
2275
  Credentials: ICredentials;
2193
2276
  Proxy: IWebProxy | undefined;
@@ -2205,7 +2288,9 @@ export const XmlUrlResolver: {
2205
2288
 
2206
2289
  export type XmlUrlResolver = XmlUrlResolver$instance;
2207
2290
 
2208
- export interface XmlValidatingReader$instance extends XmlReader$instance {
2291
+ export interface XmlValidatingReader$instance extends XmlReader$instance, IXmlLineInfo$instance {
2292
+ readonly __tsonic_type_System_Xml_XmlValidatingReader: never;
2293
+
2209
2294
  readonly __tsonic_iface_System_IDisposable: never;
2210
2295
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
2211
2296
  readonly __tsonic_iface_System_Xml_IXmlNamespaceResolver: never;
@@ -2279,12 +2364,12 @@ export interface __XmlValidatingReader$views {
2279
2364
  As_IXmlNamespaceResolver(): IXmlNamespaceResolver$instance;
2280
2365
  }
2281
2366
 
2282
- export interface XmlValidatingReader$instance extends IXmlLineInfo$instance {}
2283
-
2284
2367
  export type XmlValidatingReader = XmlValidatingReader$instance & __XmlValidatingReader$views;
2285
2368
 
2286
2369
 
2287
2370
  export interface XmlWhitespace$instance extends XmlCharacterData$instance {
2371
+ readonly __tsonic_type_System_Xml_XmlWhitespace: never;
2372
+
2288
2373
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
2289
2374
  readonly __tsonic_iface_System_ICloneable: never;
2290
2375
  readonly __tsonic_iface_System_Xml_XPath_IXPathNavigable: never;
@@ -2319,7 +2404,9 @@ export interface __XmlWhitespace$views {
2319
2404
  export type XmlWhitespace = XmlWhitespace$instance & __XmlWhitespace$views;
2320
2405
 
2321
2406
 
2322
- export interface XmlWriter$instance {
2407
+ export interface XmlWriter$instance extends System_Internal.IAsyncDisposable$instance {
2408
+ readonly __tsonic_type_System_Xml_XmlWriter: never;
2409
+
2323
2410
  readonly __tsonic_iface_System_IAsyncDisposable: never;
2324
2411
  readonly __tsonic_iface_System_IDisposable: never;
2325
2412
 
@@ -2435,12 +2522,12 @@ export interface __XmlWriter$views {
2435
2522
  As_IDisposable(): System_Internal.IDisposable$instance;
2436
2523
  }
2437
2524
 
2438
- export interface XmlWriter$instance extends System_Internal.IAsyncDisposable$instance {}
2439
-
2440
2525
  export type XmlWriter = XmlWriter$instance & __XmlWriter$views;
2441
2526
 
2442
2527
 
2443
2528
  export interface XmlWriterSettings$instance {
2529
+ readonly __tsonic_type_System_Xml_XmlWriterSettings: never;
2530
+
2444
2531
  Async: boolean;
2445
2532
  CheckCharacters: boolean;
2446
2533
  CloseOutput: boolean;
@@ -52,7 +52,9 @@ export enum XObjectChange {
52
52
  }
53
53
 
54
54
 
55
- export interface XAttribute$instance extends XObject$instance {
55
+ export interface XAttribute$instance extends XObject$instance, System_Xml_Internal.IXmlLineInfo$instance {
56
+ readonly __tsonic_type_System_Xml_Linq_XAttribute: never;
57
+
56
58
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
57
59
 
58
60
  readonly IsNamespaceDeclaration: boolean;
@@ -79,12 +81,12 @@ export interface __XAttribute$views {
79
81
  As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
80
82
  }
81
83
 
82
- export interface XAttribute$instance extends System_Xml_Internal.IXmlLineInfo$instance {}
83
-
84
84
  export type XAttribute = XAttribute$instance & __XAttribute$views;
85
85
 
86
86
 
87
87
  export interface XCData$instance extends XText$instance {
88
+ readonly __tsonic_type_System_Xml_Linq_XCData: never;
89
+
88
90
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
89
91
 
90
92
  readonly NodeType: XmlNodeType;
@@ -108,6 +110,8 @@ export type XCData = XCData$instance & __XCData$views;
108
110
 
109
111
 
110
112
  export interface XComment$instance extends XNode$instance {
113
+ readonly __tsonic_type_System_Xml_Linq_XComment: never;
114
+
111
115
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
112
116
 
113
117
  readonly NodeType: XmlNodeType;
@@ -132,6 +136,8 @@ export type XComment = XComment$instance & __XComment$views;
132
136
 
133
137
 
134
138
  export interface XContainer$instance extends XNode$instance {
139
+ readonly __tsonic_type_System_Xml_Linq_XContainer: never;
140
+
135
141
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
136
142
 
137
143
  readonly FirstNode: XNode | undefined;
@@ -167,6 +173,8 @@ export type XContainer = XContainer$instance & __XContainer$views;
167
173
 
168
174
 
169
175
  export interface XDeclaration$instance {
176
+ readonly __tsonic_type_System_Xml_Linq_XDeclaration: never;
177
+
170
178
  get Encoding(): string | undefined;
171
179
  set Encoding(value: string | undefined);
172
180
  get Standalone(): string | undefined;
@@ -186,6 +194,8 @@ export const XDeclaration: {
186
194
  export type XDeclaration = XDeclaration$instance;
187
195
 
188
196
  export interface XDocument$instance extends XContainer$instance {
197
+ readonly __tsonic_type_System_Xml_Linq_XDocument: never;
198
+
189
199
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
190
200
 
191
201
  get Declaration(): XDeclaration | undefined;
@@ -238,6 +248,8 @@ export type XDocument = XDocument$instance & __XDocument$views;
238
248
 
239
249
 
240
250
  export interface XDocumentType$instance extends XNode$instance {
251
+ readonly __tsonic_type_System_Xml_Linq_XDocumentType: never;
252
+
241
253
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
242
254
 
243
255
  get InternalSubset(): string | undefined;
@@ -267,7 +279,9 @@ export interface __XDocumentType$views {
267
279
  export type XDocumentType = XDocumentType$instance & __XDocumentType$views;
268
280
 
269
281
 
270
- export interface XElement$instance extends XContainer$instance {
282
+ export interface XElement$instance extends XContainer$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
283
+ readonly __tsonic_type_System_Xml_Linq_XElement: never;
284
+
271
285
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
272
286
  readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
273
287
 
@@ -343,12 +357,12 @@ export interface __XElement$views {
343
357
  As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
344
358
  }
345
359
 
346
- export interface XElement$instance extends System_Xml_Serialization_Internal.IXmlSerializable$instance {}
347
-
348
360
  export type XElement = XElement$instance & __XElement$views;
349
361
 
350
362
 
351
- export interface XName$instance {
363
+ export interface XName$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
364
+ readonly __tsonic_type_System_Xml_Linq_XName: never;
365
+
352
366
  readonly __tsonic_iface_System_IEquatable_1: never;
353
367
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
354
368
 
@@ -375,12 +389,12 @@ export interface __XName$views {
375
389
  Equals(other: XName): boolean;
376
390
  }
377
391
 
378
- export interface XName$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
379
-
380
392
  export type XName = XName$instance & __XName$views;
381
393
 
382
394
 
383
395
  export interface XNamespace$instance {
396
+ readonly __tsonic_type_System_Xml_Linq_XNamespace: never;
397
+
384
398
  readonly NamespaceName: string;
385
399
  Equals(obj: unknown): boolean;
386
400
  GetHashCode(): int;
@@ -399,7 +413,9 @@ export const XNamespace: {
399
413
 
400
414
  export type XNamespace = XNamespace$instance;
401
415
 
402
- export interface XNode$instance extends XObject$instance {
416
+ export interface XNode$instance extends XObject$instance, System_Xml_Internal.IXmlLineInfo$instance {
417
+ readonly __tsonic_type_System_Xml_Linq_XNode: never;
418
+
403
419
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
404
420
 
405
421
  readonly NextNode: XNode | undefined;
@@ -445,12 +461,12 @@ export interface __XNode$views {
445
461
  As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
446
462
  }
447
463
 
448
- export interface XNode$instance extends System_Xml_Internal.IXmlLineInfo$instance {}
449
-
450
464
  export type XNode = XNode$instance & __XNode$views;
451
465
 
452
466
 
453
- export interface XNodeDocumentOrderComparer$instance {
467
+ export interface XNodeDocumentOrderComparer$instance extends System_Collections_Generic_Internal.IComparer_1$instance<XNode> {
468
+ readonly __tsonic_type_System_Xml_Linq_XNodeDocumentOrderComparer: never;
469
+
454
470
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
455
471
  readonly __tsonic_iface_System_Collections_IComparer: never;
456
472
 
@@ -468,12 +484,12 @@ export interface __XNodeDocumentOrderComparer$views {
468
484
  As_IComparer(): System_Collections_Internal.IComparer$instance;
469
485
  }
470
486
 
471
- export interface XNodeDocumentOrderComparer$instance extends System_Collections_Generic_Internal.IComparer_1$instance<XNode> {}
472
-
473
487
  export type XNodeDocumentOrderComparer = XNodeDocumentOrderComparer$instance & __XNodeDocumentOrderComparer$views;
474
488
 
475
489
 
476
490
  export interface XNodeEqualityComparer$instance {
491
+ readonly __tsonic_type_System_Xml_Linq_XNodeEqualityComparer: never;
492
+
477
493
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
478
494
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
479
495
 
@@ -495,7 +511,9 @@ export interface __XNodeEqualityComparer$views {
495
511
  export type XNodeEqualityComparer = XNodeEqualityComparer$instance & __XNodeEqualityComparer$views;
496
512
 
497
513
 
498
- export interface XObject$instance {
514
+ export interface XObject$instance extends System_Xml_Internal.IXmlLineInfo$instance {
515
+ readonly __tsonic_type_System_Xml_Linq_XObject: never;
516
+
499
517
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
500
518
 
501
519
  readonly BaseUri: string;
@@ -520,12 +538,12 @@ export interface __XObject$views {
520
538
  As_IXmlLineInfo(): System_Xml_Internal.IXmlLineInfo$instance;
521
539
  }
522
540
 
523
- export interface XObject$instance extends System_Xml_Internal.IXmlLineInfo$instance {}
524
-
525
541
  export type XObject = XObject$instance & __XObject$views;
526
542
 
527
543
 
528
544
  export interface XObjectChangeEventArgs$instance extends EventArgs {
545
+ readonly __tsonic_type_System_Xml_Linq_XObjectChangeEventArgs: never;
546
+
529
547
  readonly ObjectChange: XObjectChange;
530
548
  }
531
549
 
@@ -542,6 +560,8 @@ export const XObjectChangeEventArgs: {
542
560
  export type XObjectChangeEventArgs = XObjectChangeEventArgs$instance;
543
561
 
544
562
  export interface XProcessingInstruction$instance extends XNode$instance {
563
+ readonly __tsonic_type_System_Xml_Linq_XProcessingInstruction: never;
564
+
545
565
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
546
566
 
547
567
  Data: string;
@@ -567,6 +587,8 @@ export type XProcessingInstruction = XProcessingInstruction$instance & __XProces
567
587
 
568
588
 
569
589
  export interface XStreamingElement$instance {
590
+ readonly __tsonic_type_System_Xml_Linq_XStreamingElement: never;
591
+
570
592
  Name: XName;
571
593
  Add(content: unknown): void;
572
594
  Add(...content: unknown[]): void;
@@ -593,6 +615,8 @@ export const XStreamingElement: {
593
615
  export type XStreamingElement = XStreamingElement$instance;
594
616
 
595
617
  export interface XText$instance extends XNode$instance {
618
+ readonly __tsonic_type_System_Xml_Linq_XText: never;
619
+
596
620
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
597
621
 
598
622
  readonly NodeType: XmlNodeType;
@@ -24,6 +24,8 @@ export enum XmlKnownDtds {
24
24
 
25
25
 
26
26
  export interface XmlPreloadedResolver$instance extends XmlResolver {
27
+ readonly __tsonic_type_System_Xml_Resolvers_XmlPreloadedResolver: never;
28
+
27
29
  Credentials: ICredentials;
28
30
  readonly PreloadedUris: IEnumerable_1<Uri>;
29
31
  Add(uri: Uri, value: byte[]): void;