@tsonic/dotnet 10.0.2 → 10.0.4

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 (109) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -3
  2. package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -9
  5. package/Microsoft.Win32/internal/index.d.ts +0 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +53 -127
  7. package/System/internal/index.d.ts +87 -200
  8. package/System.Buffers/internal/index.d.ts +10 -23
  9. package/System.CodeDom.Compiler/internal/index.d.ts +6 -10
  10. package/System.Collections/internal/index.d.ts +41 -57
  11. package/System.Collections.Concurrent/internal/index.d.ts +4 -10
  12. package/System.Collections.Generic/internal/index.d.ts +15 -37
  13. package/System.Collections.Immutable/internal/index.d.ts +7 -20
  14. package/System.Collections.ObjectModel/internal/index.d.ts +25 -48
  15. package/System.Collections.Specialized/internal/index.d.ts +15 -30
  16. package/System.ComponentModel/internal/index.d.ts +126 -216
  17. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +80 -161
  18. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +4 -3
  19. package/System.ComponentModel.Design/internal/index.d.ts +26 -53
  20. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -29
  21. package/System.Data/internal/index.d.ts +110 -188
  22. package/System.Data.Common/internal/index.d.ts +155 -238
  23. package/System.Data.SqlTypes/internal/index.d.ts +6 -7
  24. package/System.Diagnostics/internal/index.d.ts +105 -169
  25. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +24 -21
  26. package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
  27. package/System.Diagnostics.Metrics/internal/index.d.ts +31 -66
  28. package/System.Diagnostics.Tracing/internal/index.d.ts +26 -35
  29. package/System.Dynamic/internal/index.d.ts +15 -29
  30. package/System.Formats.Asn1/internal/index.d.ts +0 -1
  31. package/System.Formats.Tar/internal/index.d.ts +1 -1
  32. package/System.Globalization/internal/index.d.ts +17 -51
  33. package/System.IO/internal/index.d.ts +47 -123
  34. package/System.IO.Compression/internal/index.d.ts +11 -33
  35. package/System.IO.Enumeration/internal/index.d.ts +11 -16
  36. package/System.IO.IsolatedStorage/internal/index.d.ts +6 -17
  37. package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -21
  38. package/System.IO.Pipelines/internal/index.d.ts +7 -18
  39. package/System.IO.Pipes/internal/index.d.ts +24 -50
  40. package/System.Linq/internal/index.d.ts +0 -4
  41. package/System.Linq.Expressions/internal/index.d.ts +108 -257
  42. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -1
  43. package/System.Net/internal/index.d.ts +133 -184
  44. package/System.Net.Http/internal/index.d.ts +128 -201
  45. package/System.Net.Http.Headers/internal/index.d.ts +37 -40
  46. package/System.Net.Http.Json/internal/index.d.ts +8 -13
  47. package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
  48. package/System.Net.Mail/internal/index.d.ts +49 -105
  49. package/System.Net.Mime/internal/index.d.ts +4 -3
  50. package/System.Net.NetworkInformation/internal/index.d.ts +29 -60
  51. package/System.Net.Quic/internal/index.d.ts +5 -11
  52. package/System.Net.Security/internal/index.d.ts +30 -42
  53. package/System.Net.ServerSentEvents/internal/index.d.ts +1 -2
  54. package/System.Net.Sockets/internal/index.d.ts +33 -56
  55. package/System.Net.WebSockets/internal/index.d.ts +16 -23
  56. package/System.Numerics/internal/index.d.ts +5 -5
  57. package/System.Reflection/internal/index.d.ts +66 -102
  58. package/System.Reflection.Emit/internal/index.d.ts +104 -177
  59. package/System.Reflection.Metadata/internal/index.d.ts +11 -21
  60. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
  61. package/System.Reflection.PortableExecutable/internal/index.d.ts +12 -30
  62. package/System.Resources/internal/index.d.ts +8 -20
  63. package/System.Runtime/internal/index.d.ts +5 -8
  64. package/System.Runtime.CompilerServices/internal/index.d.ts +15 -21
  65. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -8
  66. package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
  67. package/System.Runtime.InteropServices/internal/index.d.ts +29 -62
  68. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
  69. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +14 -23
  70. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  71. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -2
  72. package/System.Runtime.Loader/internal/index.d.ts +5 -11
  73. package/System.Runtime.Serialization/internal/index.d.ts +62 -65
  74. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -10
  75. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  76. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
  77. package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
  78. package/System.Runtime.Versioning/internal/index.d.ts +6 -6
  79. package/System.Security/internal/index.d.ts +22 -25
  80. package/System.Security.AccessControl/internal/index.d.ts +51 -89
  81. package/System.Security.Authentication/internal/index.d.ts +0 -2
  82. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -10
  83. package/System.Security.Claims/internal/index.d.ts +19 -38
  84. package/System.Security.Cryptography/internal/index.d.ts +492 -903
  85. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +19 -48
  86. package/System.Security.Permissions/internal/index.d.ts +2 -4
  87. package/System.Security.Policy/internal/index.d.ts +3 -4
  88. package/System.Security.Principal/internal/index.d.ts +11 -17
  89. package/System.Text/internal/index.d.ts +11 -23
  90. package/System.Text.Encodings.Web/internal/index.d.ts +4 -8
  91. package/System.Text.Json/internal/index.d.ts +10 -12
  92. package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
  93. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  94. package/System.Text.Json.Serialization/internal/index.d.ts +19 -27
  95. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +36 -34
  96. package/System.Text.RegularExpressions/internal/index.d.ts +11 -31
  97. package/System.Threading/internal/index.d.ts +36 -106
  98. package/System.Threading.Channels/internal/index.d.ts +7 -12
  99. package/System.Threading.Tasks/internal/index.d.ts +18 -29
  100. package/System.Timers/internal/index.d.ts +4 -8
  101. package/System.Transactions/internal/index.d.ts +3 -14
  102. package/System.Xml/internal/index.d.ts +104 -167
  103. package/System.Xml.Linq/internal/index.d.ts +17 -13
  104. package/System.Xml.Schema/internal/index.d.ts +117 -112
  105. package/System.Xml.Serialization/internal/index.d.ts +92 -100
  106. package/System.Xml.XPath/internal/index.d.ts +5 -9
  107. package/System.Xml.Xsl/internal/index.d.ts +4 -9
  108. package/System.Xml.Xsl.Runtime/internal/index.d.ts +11 -29
  109. package/package.json +1 -1
@@ -342,7 +342,7 @@ export interface XmlAttribute$instance extends XmlNode$instance {
342
342
  Prefix: string;
343
343
  readonly SchemaInfo: IXmlSchemaInfo;
344
344
  readonly Specified: boolean;
345
- Value: string;
345
+ Value: string | string | undefined;
346
346
  AppendChild(newChild: XmlNode): XmlNode | undefined;
347
347
  Clone(): XmlNode;
348
348
  Clone(): unknown;
@@ -359,8 +359,7 @@ export interface XmlAttribute$instance extends XmlNode$instance {
359
359
  }
360
360
 
361
361
 
362
- export const XmlAttribute: {
363
- new(prefix: string, localName: string, namespaceURI: string, doc: XmlDocument): XmlAttribute;
362
+ export const XmlAttribute: (abstract new(prefix: string, localName: string, namespaceURI: string, doc: XmlDocument) => XmlAttribute) & {
364
363
  };
365
364
 
366
365
 
@@ -377,7 +376,7 @@ export interface XmlAttributeCollection$instance extends XmlNamedNodeMap$instanc
377
376
  Append(node: XmlAttribute): XmlAttribute;
378
377
  CopyTo(array: XmlAttribute[], index: int): void;
379
378
  get_Item(i: int): XmlAttribute;
380
- get_Item(name: string): XmlAttribute;
379
+ get_Item(name: string): XmlAttribute | undefined;
381
380
  get_Item(localName: string, namespaceURI: string): XmlAttribute | undefined;
382
381
  GetEnumerator(): IEnumerator;
383
382
  InsertAfter(newNode: XmlAttribute, refNode: XmlAttribute): XmlAttribute;
@@ -385,13 +384,12 @@ export interface XmlAttributeCollection$instance extends XmlNamedNodeMap$instanc
385
384
  Prepend(node: XmlAttribute): XmlAttribute;
386
385
  Remove(node: XmlAttribute): XmlAttribute | undefined;
387
386
  RemoveAll(): void;
388
- RemoveAt(i: int): XmlAttribute;
387
+ RemoveAt(i: int): XmlAttribute | undefined;
389
388
  SetNamedItem(node: XmlNode): XmlNode | undefined;
390
389
  }
391
390
 
392
391
 
393
392
  export const XmlAttributeCollection: {
394
- new(): XmlAttributeCollection;
395
393
  };
396
394
 
397
395
 
@@ -453,8 +451,7 @@ export interface XmlCDataSection$instance extends XmlCharacterData$instance {
453
451
  }
454
452
 
455
453
 
456
- export const XmlCDataSection: {
457
- new(data: string, doc: XmlDocument): XmlCDataSection;
454
+ export const XmlCDataSection: (abstract new(data: string, doc: XmlDocument) => XmlCDataSection) & {
458
455
  };
459
456
 
460
457
 
@@ -471,7 +468,8 @@ export interface XmlCharacterData$instance extends XmlLinkedNode$instance {
471
468
  Data: string;
472
469
  InnerText: string;
473
470
  readonly Length: int;
474
- Value: string;
471
+ get Value(): string | undefined;
472
+ set Value(value: string | undefined);
475
473
  AppendData(strData: string): void;
476
474
  Clone(): unknown;
477
475
  Clone(): XmlNode;
@@ -484,8 +482,7 @@ export interface XmlCharacterData$instance extends XmlLinkedNode$instance {
484
482
  }
485
483
 
486
484
 
487
- export const XmlCharacterData: {
488
- new(data: string, doc: XmlDocument): XmlCharacterData;
485
+ export const XmlCharacterData: (abstract new(data: string, doc: XmlDocument) => XmlCharacterData) & {
489
486
  };
490
487
 
491
488
 
@@ -512,8 +509,7 @@ export interface XmlComment$instance extends XmlCharacterData$instance {
512
509
  }
513
510
 
514
511
 
515
- export const XmlComment: {
516
- new(comment: string, doc: XmlDocument): XmlComment;
512
+ export const XmlComment: (abstract new(comment: string, doc: XmlDocument) => XmlComment) & {
517
513
  };
518
514
 
519
515
 
@@ -596,12 +592,7 @@ export const XmlConvert: {
596
592
 
597
593
  export type XmlConvert = XmlConvert$instance;
598
594
 
599
- export abstract class XmlDataDocument$protected {
600
- protected CreateNavigator2(node: XmlNode): XPathNavigator | undefined;
601
- }
602
-
603
-
604
- export interface XmlDataDocument$instance extends XmlDataDocument$protected, XmlDocument$instance {
595
+ export interface XmlDataDocument$instance extends XmlDocument$instance {
605
596
  readonly DataSet: DataSet;
606
597
  Clone(): unknown;
607
598
  Clone(): XmlNode;
@@ -610,6 +601,7 @@ export interface XmlDataDocument$instance extends XmlDataDocument$protected, Xml
610
601
  CreateElement(name: string): XmlElement;
611
602
  CreateElement(qualifiedName: string, namespaceURI: string): XmlElement;
612
603
  CreateEntityReference(name: string): XmlEntityReference;
604
+ CreateNavigator(node: XmlNode): XPathNavigator | undefined;
613
605
  CreateNavigator(): XPathNavigator;
614
606
  GetElementById(elemId: string): XmlElement | undefined;
615
607
  GetElementFromRow(r: DataRow): XmlElement;
@@ -646,7 +638,8 @@ export interface XmlDeclaration$instance extends XmlLinkedNode$instance {
646
638
  readonly Name: string;
647
639
  readonly NodeType: XmlNodeType;
648
640
  Standalone: string;
649
- Value: string;
641
+ get Value(): string | undefined;
642
+ set Value(value: string | undefined);
650
643
  Version: string;
651
644
  Clone(): unknown;
652
645
  Clone(): XmlNode;
@@ -658,8 +651,7 @@ export interface XmlDeclaration$instance extends XmlLinkedNode$instance {
658
651
  }
659
652
 
660
653
 
661
- export const XmlDeclaration: {
662
- new(version: string, encoding: string, standalone: string, doc: XmlDocument): XmlDeclaration;
654
+ export const XmlDeclaration: (abstract new(version: string, encoding: string, standalone: string, doc: XmlDocument) => XmlDeclaration) & {
663
655
  };
664
656
 
665
657
 
@@ -694,18 +686,14 @@ export interface __XmlDictionary$views {
694
686
  export type XmlDictionary = XmlDictionary$instance & __XmlDictionary$views;
695
687
 
696
688
 
697
- export abstract class XmlDictionaryReader$protected {
698
- protected Dispose2(disposing: boolean): void;
699
- }
700
-
701
-
702
- export interface XmlDictionaryReader$instance extends XmlDictionaryReader$protected, XmlReader$instance {
689
+ export interface XmlDictionaryReader$instance extends XmlReader$instance {
703
690
  readonly CanCanonicalize: boolean;
704
691
  readonly Quotas: XmlDictionaryReaderQuotas;
705
692
  Dispose(): void;
693
+ Dispose(disposing: boolean): void;
706
694
  EndCanonicalization(): void;
707
- GetAttribute(name: string): string;
708
- GetAttribute(name: string, namespaceURI: string): string;
695
+ GetAttribute(name: string): string | undefined;
696
+ GetAttribute(name: string, namespaceURI: string): string | undefined;
709
697
  GetAttribute(i: int): string;
710
698
  GetNonAtomizedNames(localName: string, namespaceUri: string): void;
711
699
  IndexOfLocalName(localNames: string[], namespaceUri: string): int;
@@ -813,8 +801,7 @@ export interface XmlDictionaryReader$instance extends XmlDictionaryReader$protec
813
801
  }
814
802
 
815
803
 
816
- export const XmlDictionaryReader: {
817
- new(): XmlDictionaryReader;
804
+ export const XmlDictionaryReader: (abstract new() => XmlDictionaryReader) & {
818
805
  CreateBinaryReader(buffer: byte[], offset: int, count: int, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession, onClose: OnXmlDictionaryReaderClose): XmlDictionaryReader;
819
806
  CreateBinaryReader(buffer: byte[], offset: int, count: int, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas, session: XmlBinaryReaderSession): XmlDictionaryReader;
820
807
  CreateBinaryReader(buffer: byte[], offset: int, count: int, dictionary: IXmlDictionary, quotas: XmlDictionaryReaderQuotas): XmlDictionaryReader;
@@ -883,15 +870,10 @@ export const XmlDictionaryString: {
883
870
 
884
871
  export type XmlDictionaryString = XmlDictionaryString$instance;
885
872
 
886
- export abstract class XmlDictionaryWriter$protected {
887
- protected Dispose2(disposing: boolean): void;
888
- protected WriteTextNode(reader: XmlDictionaryReader, isAttribute: boolean): void;
889
- }
890
-
891
-
892
- export interface XmlDictionaryWriter$instance extends XmlDictionaryWriter$protected, XmlWriter$instance {
873
+ export interface XmlDictionaryWriter$instance extends XmlWriter$instance {
893
874
  readonly CanCanonicalize: boolean;
894
875
  Close(): void;
876
+ Dispose(disposing: boolean): void;
895
877
  Dispose(): void;
896
878
  DisposeAsync(): ValueTask;
897
879
  EndCanonicalization(): void;
@@ -933,6 +915,7 @@ export interface XmlDictionaryWriter$instance extends XmlDictionaryWriter$protec
933
915
  WriteStartElement(prefix: string, localName: string, ns: string): void;
934
916
  WriteStartElement(localName: string): void;
935
917
  WriteString(text: string): void;
918
+ WriteTextNode(reader: XmlDictionaryReader, isAttribute: boolean): void;
936
919
  WriteValue(value: XmlDictionaryString): void;
937
920
  WriteValue(value: UniqueId): void;
938
921
  WriteValue(value: TimeSpan): void;
@@ -955,8 +938,7 @@ export interface XmlDictionaryWriter$instance extends XmlDictionaryWriter$protec
955
938
  }
956
939
 
957
940
 
958
- export const XmlDictionaryWriter: {
959
- new(): XmlDictionaryWriter;
941
+ export const XmlDictionaryWriter: (abstract new() => XmlDictionaryWriter) & {
960
942
  CreateBinaryWriter(stream: Stream, dictionary: IXmlDictionary, session: XmlBinaryWriterSession, ownsStream: boolean): XmlDictionaryWriter;
961
943
  CreateBinaryWriter(stream: Stream, dictionary: IXmlDictionary, session: XmlBinaryWriterSession): XmlDictionaryWriter;
962
944
  CreateBinaryWriter(stream: Stream, dictionary: IXmlDictionary): XmlDictionaryWriter;
@@ -978,13 +960,7 @@ export interface __XmlDictionaryWriter$views {
978
960
  export type XmlDictionaryWriter = XmlDictionaryWriter$instance & __XmlDictionaryWriter$views;
979
961
 
980
962
 
981
- export abstract class XmlDocument$protected {
982
- protected CreateDefaultAttribute(prefix: string, localName: string, namespaceURI: string): XmlAttribute;
983
- protected CreateNavigator(node: XmlNode): XPathNavigator | undefined;
984
- }
985
-
986
-
987
- export interface XmlDocument$instance extends XmlDocument$protected, XmlNode$instance {
963
+ export interface XmlDocument$instance extends XmlNode$instance {
988
964
  readonly BaseURI: string;
989
965
  readonly DocumentElement: XmlElement | undefined;
990
966
  readonly DocumentType: XmlDocumentType | undefined;
@@ -1001,7 +977,7 @@ export interface XmlDocument$instance extends XmlDocument$protected, XmlNode$ins
1001
977
  PreserveWhitespace: boolean;
1002
978
  readonly SchemaInfo: IXmlSchemaInfo;
1003
979
  Schemas: XmlSchemaSet;
1004
- XmlResolver: XmlResolver;
980
+ XmlResolver: XmlResolver | undefined;
1005
981
  Clone(): XmlNode;
1006
982
  Clone(): unknown;
1007
983
  CloneNode(deep: boolean): XmlNode;
@@ -1010,6 +986,7 @@ export interface XmlDocument$instance extends XmlDocument$protected, XmlNode$ins
1010
986
  CreateAttribute(prefix: string, localName: string, namespaceURI: string): XmlAttribute;
1011
987
  CreateCDataSection(data: string): XmlCDataSection;
1012
988
  CreateComment(data: string): XmlComment;
989
+ CreateDefaultAttribute(prefix: string, localName: string, namespaceURI: string): XmlAttribute;
1013
990
  CreateDocumentFragment(): XmlDocumentFragment;
1014
991
  CreateDocumentType(name: string, publicId: string, systemId: string, internalSubset: string): XmlDocumentType;
1015
992
  CreateElement(name: string): XmlElement;
@@ -1050,7 +1027,6 @@ export interface XmlDocument$instance extends XmlDocument$protected, XmlNode$ins
1050
1027
  export const XmlDocument: {
1051
1028
  new(): XmlDocument;
1052
1029
  new(nt: XmlNameTable): XmlDocument;
1053
- new(imp: XmlImplementation): XmlDocument;
1054
1030
  };
1055
1031
 
1056
1032
 
@@ -1080,8 +1056,7 @@ export interface XmlDocumentFragment$instance extends XmlNode$instance {
1080
1056
  }
1081
1057
 
1082
1058
 
1083
- export const XmlDocumentFragment: {
1084
- new(ownerDocument: XmlDocument): XmlDocumentFragment;
1059
+ export const XmlDocumentFragment: (abstract new(ownerDocument: XmlDocument) => XmlDocumentFragment) & {
1085
1060
  };
1086
1061
 
1087
1062
 
@@ -1096,14 +1071,14 @@ export type XmlDocumentFragment = XmlDocumentFragment$instance & __XmlDocumentFr
1096
1071
 
1097
1072
  export interface XmlDocumentType$instance extends XmlLinkedNode$instance {
1098
1073
  readonly Entities: XmlNamedNodeMap;
1099
- readonly InternalSubset: string;
1074
+ readonly InternalSubset: string | undefined;
1100
1075
  readonly IsReadOnly: boolean;
1101
1076
  readonly LocalName: string;
1102
1077
  readonly Name: string;
1103
1078
  readonly NodeType: XmlNodeType;
1104
1079
  readonly Notations: XmlNamedNodeMap;
1105
- readonly PublicId: string;
1106
- readonly SystemId: string;
1080
+ readonly PublicId: string | undefined;
1081
+ readonly SystemId: string | undefined;
1107
1082
  Clone(): unknown;
1108
1083
  Clone(): XmlNode;
1109
1084
  CloneNode(deep: boolean): XmlNode;
@@ -1114,8 +1089,7 @@ export interface XmlDocumentType$instance extends XmlLinkedNode$instance {
1114
1089
  }
1115
1090
 
1116
1091
 
1117
- export const XmlDocumentType: {
1118
- new(name: string, publicId: string, systemId: string, internalSubset: string, doc: XmlDocument): XmlDocumentType;
1092
+ export const XmlDocumentType: (abstract new(name: string, publicId: string, systemId: string, internalSubset: string, doc: XmlDocument) => XmlDocumentType) & {
1119
1093
  };
1120
1094
 
1121
1095
 
@@ -1129,7 +1103,7 @@ export type XmlDocumentType = XmlDocumentType$instance & __XmlDocumentType$views
1129
1103
 
1130
1104
 
1131
1105
  export interface XmlElement$instance extends XmlLinkedNode$instance {
1132
- readonly Attributes: XmlAttributeCollection;
1106
+ readonly Attributes: XmlAttributeCollection | XmlAttributeCollection | undefined;
1133
1107
  readonly HasAttributes: boolean;
1134
1108
  InnerText: string;
1135
1109
  InnerXml: string;
@@ -1172,8 +1146,7 @@ export interface XmlElement$instance extends XmlLinkedNode$instance {
1172
1146
  }
1173
1147
 
1174
1148
 
1175
- export const XmlElement: {
1176
- new(prefix: string, localName: string, namespaceURI: string, doc: XmlDocument): XmlElement;
1149
+ export const XmlElement: (abstract new(prefix: string, localName: string, namespaceURI: string, doc: XmlDocument) => XmlElement) & {
1177
1150
  };
1178
1151
 
1179
1152
 
@@ -1196,8 +1169,8 @@ export interface XmlEntity$instance extends XmlNode$instance {
1196
1169
  readonly NodeType: XmlNodeType;
1197
1170
  readonly NotationName: string | undefined;
1198
1171
  readonly OuterXml: string;
1199
- readonly PublicId: string;
1200
- readonly SystemId: string;
1172
+ readonly PublicId: string | undefined;
1173
+ readonly SystemId: string | undefined;
1201
1174
  Clone(): XmlNode;
1202
1175
  Clone(): unknown;
1203
1176
  CloneNode(deep: boolean): XmlNode;
@@ -1209,7 +1182,6 @@ export interface XmlEntity$instance extends XmlNode$instance {
1209
1182
 
1210
1183
 
1211
1184
  export const XmlEntity: {
1212
- new(): XmlEntity;
1213
1185
  };
1214
1186
 
1215
1187
 
@@ -1228,7 +1200,8 @@ export interface XmlEntityReference$instance extends XmlLinkedNode$instance {
1228
1200
  readonly LocalName: string;
1229
1201
  readonly Name: string;
1230
1202
  readonly NodeType: XmlNodeType;
1231
- Value: string;
1203
+ get Value(): string | undefined;
1204
+ set Value(value: string | undefined);
1232
1205
  Clone(): unknown;
1233
1206
  Clone(): XmlNode;
1234
1207
  CloneNode(deep: boolean): XmlNode;
@@ -1239,8 +1212,7 @@ export interface XmlEntityReference$instance extends XmlLinkedNode$instance {
1239
1212
  }
1240
1213
 
1241
1214
 
1242
- export const XmlEntityReference: {
1243
- new(name: string, doc: XmlDocument): XmlEntityReference;
1215
+ export const XmlEntityReference: (abstract new(name: string, doc: XmlDocument) => XmlEntityReference) & {
1244
1216
  };
1245
1217
 
1246
1218
 
@@ -1263,7 +1235,6 @@ export interface XmlException$instance extends SystemException {
1263
1235
 
1264
1236
 
1265
1237
  export const XmlException: {
1266
- new(info: SerializationInfo, context: StreamingContext): XmlException;
1267
1238
  new(): XmlException;
1268
1239
  new(message: string): XmlException;
1269
1240
  new(message: string, innerException: Exception): XmlException;
@@ -1328,7 +1299,6 @@ export interface XmlNamedNodeMap$instance {
1328
1299
 
1329
1300
 
1330
1301
  export const XmlNamedNodeMap: {
1331
- new(): XmlNamedNodeMap;
1332
1302
  };
1333
1303
 
1334
1304
 
@@ -1343,7 +1313,7 @@ export type XmlNamedNodeMap = XmlNamedNodeMap$instance & __XmlNamedNodeMap$views
1343
1313
 
1344
1314
  export interface XmlNamespaceManager$instance {
1345
1315
  readonly DefaultNamespace: string;
1346
- readonly NameTable: XmlNameTable;
1316
+ readonly NameTable: XmlNameTable | undefined;
1347
1317
  AddNamespace(prefix: string, uri: string): void;
1348
1318
  GetEnumerator(): IEnumerator;
1349
1319
  GetNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<System_Internal.String, System_Internal.String>;
@@ -1379,15 +1349,14 @@ export interface XmlNameTable$instance {
1379
1349
  }
1380
1350
 
1381
1351
 
1382
- export const XmlNameTable: {
1383
- new(): XmlNameTable;
1352
+ export const XmlNameTable: (abstract new() => XmlNameTable) & {
1384
1353
  };
1385
1354
 
1386
1355
 
1387
1356
  export type XmlNameTable = XmlNameTable$instance;
1388
1357
 
1389
1358
  export interface XmlNode$instance {
1390
- readonly Attributes: XmlAttributeCollection;
1359
+ readonly Attributes: XmlAttributeCollection | XmlAttributeCollection | undefined;
1391
1360
  readonly BaseURI: string;
1392
1361
  readonly ChildNodes: XmlNodeList;
1393
1362
  readonly FirstChild: XmlNode | undefined;
@@ -1408,12 +1377,13 @@ export interface XmlNode$instance {
1408
1377
  readonly PreviousSibling: XmlNode | undefined;
1409
1378
  readonly PreviousText: XmlNode | undefined;
1410
1379
  readonly SchemaInfo: IXmlSchemaInfo;
1411
- Value: string;
1380
+ get Value(): string | string | undefined;
1381
+ set Value(value: string | string | undefined);
1412
1382
  AppendChild(newChild: XmlNode): XmlNode | undefined;
1413
1383
  Clone(): XmlNode;
1414
1384
  CloneNode(deep: boolean): XmlNode;
1415
1385
  CreateNavigator(): XPathNavigator;
1416
- get_Item(name: string): XmlElement;
1386
+ get_Item(name: string): XmlElement | undefined;
1417
1387
  get_Item(localname: string, ns: string): XmlElement | undefined;
1418
1388
  GetEnumerator(): IEnumerator;
1419
1389
  GetNamespaceOfPrefix(prefix: string): string;
@@ -1467,21 +1437,16 @@ export const XmlNodeChangedEventArgs: {
1467
1437
 
1468
1438
  export type XmlNodeChangedEventArgs = XmlNodeChangedEventArgs$instance;
1469
1439
 
1470
- export abstract class XmlNodeList$protected {
1471
- protected PrivateDisposeNodeList(): void;
1472
- }
1473
-
1474
-
1475
- export interface XmlNodeList$instance extends XmlNodeList$protected {
1440
+ export interface XmlNodeList$instance {
1476
1441
  readonly Count: int;
1477
- readonly ItemOf: XmlNode | undefined;
1442
+ readonly [i: number]: XmlNode | undefined;
1478
1443
  GetEnumerator(): IEnumerator;
1479
1444
  Item(index: int): XmlNode | undefined;
1445
+ PrivateDisposeNodeList(): void;
1480
1446
  }
1481
1447
 
1482
1448
 
1483
- export const XmlNodeList: {
1484
- new(): XmlNodeList;
1449
+ export const XmlNodeList: (abstract new() => XmlNodeList) & {
1485
1450
  };
1486
1451
 
1487
1452
 
@@ -1495,12 +1460,7 @@ export interface XmlNodeList$instance extends System_Collections_Internal.IEnume
1495
1460
  export type XmlNodeList = XmlNodeList$instance & __XmlNodeList$views;
1496
1461
 
1497
1462
 
1498
- export abstract class XmlNodeReader$protected {
1499
- protected Dispose2(disposing: boolean): void;
1500
- }
1501
-
1502
-
1503
- export interface XmlNodeReader$instance extends XmlNodeReader$protected, XmlReader$instance {
1463
+ export interface XmlNodeReader$instance extends XmlReader$instance {
1504
1464
  readonly AttributeCount: int;
1505
1465
  readonly BaseURI: string;
1506
1466
  readonly CanReadBinaryContent: boolean;
@@ -1518,14 +1478,15 @@ export interface XmlNodeReader$instance extends XmlNodeReader$protected, XmlRead
1518
1478
  readonly NodeType: XmlNodeType;
1519
1479
  readonly Prefix: string;
1520
1480
  readonly ReadState: ReadState;
1521
- readonly SchemaInfo: IXmlSchemaInfo;
1481
+ readonly SchemaInfo: IXmlSchemaInfo | undefined;
1522
1482
  readonly Value: string;
1523
1483
  readonly XmlLang: string;
1524
1484
  readonly XmlSpace: XmlSpace;
1525
1485
  Close(): void;
1526
1486
  Dispose(): void;
1527
- GetAttribute(name: string): string;
1528
- GetAttribute(name: string, namespaceURI: string): string;
1487
+ Dispose(disposing: boolean): void;
1488
+ GetAttribute(name: string): string | undefined;
1489
+ GetAttribute(name: string, namespaceURI: string): string | undefined;
1529
1490
  GetAttribute(attributeIndex: int): string;
1530
1491
  LookupNamespace(prefix: string): string | undefined;
1531
1492
  MoveToAttribute(name: string): boolean;
@@ -1566,8 +1527,8 @@ export interface XmlNotation$instance extends XmlNode$instance {
1566
1527
  readonly Name: string;
1567
1528
  readonly NodeType: XmlNodeType;
1568
1529
  readonly OuterXml: string;
1569
- readonly PublicId: string;
1570
- readonly SystemId: string;
1530
+ readonly PublicId: string | undefined;
1531
+ readonly SystemId: string | undefined;
1571
1532
  Clone(): XmlNode;
1572
1533
  Clone(): unknown;
1573
1534
  CloneNode(deep: boolean): XmlNode;
@@ -1579,7 +1540,6 @@ export interface XmlNotation$instance extends XmlNode$instance {
1579
1540
 
1580
1541
 
1581
1542
  export const XmlNotation: {
1582
- new(): XmlNotation;
1583
1543
  };
1584
1544
 
1585
1545
 
@@ -1595,11 +1555,13 @@ export type XmlNotation = XmlNotation$instance & __XmlNotation$views;
1595
1555
  export interface XmlParserContext$instance {
1596
1556
  BaseURI: string;
1597
1557
  DocTypeName: string;
1598
- Encoding: Encoding;
1558
+ get Encoding(): Encoding | undefined;
1559
+ set Encoding(value: Encoding | undefined);
1599
1560
  InternalSubset: string;
1600
1561
  get NamespaceManager(): XmlNamespaceManager | undefined;
1601
- set NamespaceManager(value: XmlNamespaceManager);
1602
- NameTable: XmlNameTable;
1562
+ set NamespaceManager(value: XmlNamespaceManager | undefined);
1563
+ get NameTable(): XmlNameTable | undefined;
1564
+ set NameTable(value: XmlNameTable | undefined);
1603
1565
  PublicId: string;
1604
1566
  SystemId: string;
1605
1567
  XmlLang: string;
@@ -1624,7 +1586,7 @@ export interface XmlProcessingInstruction$instance extends XmlLinkedNode$instanc
1624
1586
  readonly Name: string;
1625
1587
  readonly NodeType: XmlNodeType;
1626
1588
  readonly Target: string;
1627
- Value: string;
1589
+ Value: string | string | undefined;
1628
1590
  Clone(): unknown;
1629
1591
  Clone(): XmlNode;
1630
1592
  CloneNode(deep: boolean): XmlNode;
@@ -1635,8 +1597,7 @@ export interface XmlProcessingInstruction$instance extends XmlLinkedNode$instanc
1635
1597
  }
1636
1598
 
1637
1599
 
1638
- export const XmlProcessingInstruction: {
1639
- new(target: string, data: string, doc: XmlDocument): XmlProcessingInstruction;
1600
+ export const XmlProcessingInstruction: (abstract new(target: string, data: string, doc: XmlDocument) => XmlProcessingInstruction) & {
1640
1601
  };
1641
1602
 
1642
1603
 
@@ -1670,12 +1631,7 @@ export const XmlQualifiedName: {
1670
1631
 
1671
1632
  export type XmlQualifiedName = XmlQualifiedName$instance;
1672
1633
 
1673
- export abstract class XmlReader$protected {
1674
- protected Dispose(disposing: boolean): void;
1675
- }
1676
-
1677
-
1678
- export interface XmlReader$instance extends XmlReader$protected {
1634
+ export interface XmlReader$instance {
1679
1635
  readonly AttributeCount: int;
1680
1636
  readonly BaseURI: string;
1681
1637
  readonly CanReadBinaryContent: boolean;
@@ -1695,7 +1651,7 @@ export interface XmlReader$instance extends XmlReader$protected {
1695
1651
  readonly Prefix: string;
1696
1652
  readonly QuoteChar: char;
1697
1653
  readonly ReadState: ReadState;
1698
- readonly SchemaInfo: IXmlSchemaInfo;
1654
+ readonly SchemaInfo: IXmlSchemaInfo | undefined;
1699
1655
  readonly Settings: XmlReaderSettings | undefined;
1700
1656
  readonly Value: string;
1701
1657
  readonly ValueType: Type;
@@ -1703,11 +1659,12 @@ export interface XmlReader$instance extends XmlReader$protected {
1703
1659
  readonly XmlSpace: XmlSpace;
1704
1660
  Close(): void;
1705
1661
  Dispose(): void;
1662
+ Dispose(disposing: boolean): void;
1706
1663
  get_Item(i: int): string;
1707
- get_Item(name: string): string;
1664
+ get_Item(name: string): string | undefined;
1708
1665
  get_Item(name: string, namespaceURI: string): string | undefined;
1709
- GetAttribute(name: string): string;
1710
- GetAttribute(name: string, namespaceURI: string): string;
1666
+ GetAttribute(name: string): string | undefined;
1667
+ GetAttribute(name: string, namespaceURI: string): string | undefined;
1711
1668
  GetAttribute(i: int): string;
1712
1669
  GetValueAsync(): Task_1<System_Internal.String>;
1713
1670
  IsStartElement(): boolean;
@@ -1797,8 +1754,7 @@ export interface XmlReader$instance extends XmlReader$protected {
1797
1754
  }
1798
1755
 
1799
1756
 
1800
- export const XmlReader: {
1801
- new(): XmlReader;
1757
+ export const XmlReader: (abstract new() => XmlReader) & {
1802
1758
  Create(input: Stream, settings: XmlReaderSettings, baseUri: string): XmlReader;
1803
1759
  Create(input: Stream, settings: XmlReaderSettings, inputContext: XmlParserContext): XmlReader;
1804
1760
  Create(input: Stream, settings: XmlReaderSettings): XmlReader;
@@ -1836,12 +1792,13 @@ export interface XmlReaderSettings$instance {
1836
1792
  LinePositionOffset: int;
1837
1793
  MaxCharactersFromEntities: long;
1838
1794
  MaxCharactersInDocument: long;
1839
- NameTable: XmlNameTable;
1795
+ get NameTable(): XmlNameTable | undefined;
1796
+ set NameTable(value: XmlNameTable | undefined);
1840
1797
  ProhibitDtd: boolean;
1841
1798
  Schemas: XmlSchemaSet;
1842
1799
  ValidationFlags: XmlSchemaValidationFlags;
1843
1800
  ValidationType: ValidationType;
1844
- XmlResolver: XmlResolver;
1801
+ XmlResolver: XmlResolver | undefined;
1845
1802
  Clone(): XmlReaderSettings;
1846
1803
  Reset(): void;
1847
1804
  }
@@ -1863,8 +1820,7 @@ export interface XmlResolver$instance {
1863
1820
  }
1864
1821
 
1865
1822
 
1866
- export const XmlResolver: {
1867
- new(): XmlResolver;
1823
+ export const XmlResolver: (abstract new() => XmlResolver) & {
1868
1824
  readonly FileSystemResolver: XmlResolver;
1869
1825
  readonly ThrowingResolver: XmlResolver;
1870
1826
  };
@@ -1894,7 +1850,8 @@ export interface XmlSignificantWhitespace$instance extends XmlCharacterData$inst
1894
1850
  readonly NodeType: XmlNodeType;
1895
1851
  readonly ParentNode: XmlNode | undefined;
1896
1852
  readonly PreviousText: XmlNode | undefined;
1897
- Value: string;
1853
+ get Value(): string | undefined;
1854
+ set Value(value: string | undefined);
1898
1855
  Clone(): unknown;
1899
1856
  Clone(): XmlNode;
1900
1857
  CloneNode(deep: boolean): XmlNode;
@@ -1905,8 +1862,7 @@ export interface XmlSignificantWhitespace$instance extends XmlCharacterData$inst
1905
1862
  }
1906
1863
 
1907
1864
 
1908
- export const XmlSignificantWhitespace: {
1909
- new(strData: string, doc: XmlDocument): XmlSignificantWhitespace;
1865
+ export const XmlSignificantWhitespace: (abstract new(strData: string, doc: XmlDocument) => XmlSignificantWhitespace) & {
1910
1866
  };
1911
1867
 
1912
1868
 
@@ -1925,7 +1881,8 @@ export interface XmlText$instance extends XmlCharacterData$instance {
1925
1881
  readonly NodeType: XmlNodeType;
1926
1882
  readonly ParentNode: XmlNode | undefined;
1927
1883
  readonly PreviousText: XmlNode | undefined;
1928
- Value: string;
1884
+ get Value(): string | undefined;
1885
+ set Value(value: string | undefined);
1929
1886
  Clone(): unknown;
1930
1887
  Clone(): XmlNode;
1931
1888
  CloneNode(deep: boolean): XmlNode;
@@ -1937,8 +1894,7 @@ export interface XmlText$instance extends XmlCharacterData$instance {
1937
1894
  }
1938
1895
 
1939
1896
 
1940
- export const XmlText: {
1941
- new(strData: string, doc: XmlDocument): XmlText;
1897
+ export const XmlText: (abstract new(strData: string, doc: XmlDocument) => XmlText) & {
1942
1898
  };
1943
1899
 
1944
1900
 
@@ -1951,12 +1907,7 @@ export interface __XmlText$views {
1951
1907
  export type XmlText = XmlText$instance & __XmlText$views;
1952
1908
 
1953
1909
 
1954
- export abstract class XmlTextReader$protected {
1955
- protected Dispose2(disposing: boolean): void;
1956
- }
1957
-
1958
-
1959
- export interface XmlTextReader$instance extends XmlTextReader$protected, XmlReader$instance {
1910
+ export interface XmlTextReader$instance extends XmlReader$instance {
1960
1911
  readonly AttributeCount: int;
1961
1912
  readonly BaseURI: string;
1962
1913
  readonly CanReadBinaryContent: boolean;
@@ -1964,7 +1915,7 @@ export interface XmlTextReader$instance extends XmlTextReader$protected, XmlRead
1964
1915
  readonly CanResolveEntity: boolean;
1965
1916
  readonly Depth: int;
1966
1917
  DtdProcessing: DtdProcessing;
1967
- readonly Encoding: Encoding;
1918
+ readonly Encoding: Encoding | undefined;
1968
1919
  EntityHandling: EntityHandling;
1969
1920
  readonly EOF: boolean;
1970
1921
  readonly HasValue: boolean;
@@ -1986,12 +1937,13 @@ export interface XmlTextReader$instance extends XmlTextReader$protected, XmlRead
1986
1937
  readonly Value: string;
1987
1938
  WhitespaceHandling: WhitespaceHandling;
1988
1939
  readonly XmlLang: string;
1989
- XmlResolver: XmlResolver;
1940
+ XmlResolver: XmlResolver | undefined;
1990
1941
  readonly XmlSpace: XmlSpace;
1991
1942
  Close(): void;
1992
1943
  Dispose(): void;
1993
- GetAttribute(name: string): string;
1994
- GetAttribute(localName: string, namespaceURI: string): string;
1944
+ Dispose(disposing: boolean): void;
1945
+ GetAttribute(name: string): string | undefined;
1946
+ GetAttribute(localName: string, namespaceURI: string): string | undefined;
1995
1947
  GetAttribute(i: int): string;
1996
1948
  GetNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<System_Internal.String, System_Internal.String>;
1997
1949
  GetRemainder(): TextReader;
@@ -2020,8 +1972,6 @@ export interface XmlTextReader$instance extends XmlTextReader$protected, XmlRead
2020
1972
 
2021
1973
 
2022
1974
  export const XmlTextReader: {
2023
- new(): XmlTextReader;
2024
- new(nt: XmlNameTable): XmlTextReader;
2025
1975
  new(input: Stream): XmlTextReader;
2026
1976
  new(url: string, input: Stream): XmlTextReader;
2027
1977
  new(input: Stream, nt: XmlNameTable): XmlTextReader;
@@ -2048,23 +1998,19 @@ export interface XmlTextReader$instance extends IXmlLineInfo$instance {}
2048
1998
  export type XmlTextReader = XmlTextReader$instance & __XmlTextReader$views;
2049
1999
 
2050
2000
 
2051
- export abstract class XmlTextWriter$protected {
2052
- protected Dispose2(disposing: boolean): void;
2053
- }
2054
-
2055
-
2056
- export interface XmlTextWriter$instance extends XmlTextWriter$protected, XmlWriter$instance {
2057
- readonly BaseStream: Stream;
2001
+ export interface XmlTextWriter$instance extends XmlWriter$instance {
2002
+ readonly BaseStream: Stream | undefined;
2058
2003
  Formatting: Formatting;
2059
2004
  Indentation: int;
2060
2005
  IndentChar: char;
2061
2006
  Namespaces: boolean;
2062
2007
  QuoteChar: char;
2063
2008
  readonly WriteState: WriteState;
2064
- readonly XmlLang: string;
2009
+ readonly XmlLang: string | undefined;
2065
2010
  readonly XmlSpace: XmlSpace;
2066
2011
  Close(): void;
2067
2012
  Dispose(): void;
2013
+ Dispose(disposing: boolean): void;
2068
2014
  DisposeAsync(): ValueTask;
2069
2015
  Flush(): void;
2070
2016
  LookupPrefix(ns: string): string | undefined;
@@ -2133,18 +2079,13 @@ export const XmlUrlResolver: {
2133
2079
 
2134
2080
  export type XmlUrlResolver = XmlUrlResolver$instance;
2135
2081
 
2136
- export abstract class XmlValidatingReader$protected {
2137
- protected Dispose2(disposing: boolean): void;
2138
- }
2139
-
2140
-
2141
- export interface XmlValidatingReader$instance extends XmlValidatingReader$protected, XmlReader$instance {
2082
+ export interface XmlValidatingReader$instance extends XmlReader$instance {
2142
2083
  readonly AttributeCount: int;
2143
2084
  readonly BaseURI: string;
2144
2085
  readonly CanReadBinaryContent: boolean;
2145
2086
  readonly CanResolveEntity: boolean;
2146
2087
  readonly Depth: int;
2147
- readonly Encoding: Encoding;
2088
+ readonly Encoding: Encoding | undefined;
2148
2089
  EntityHandling: EntityHandling;
2149
2090
  readonly EOF: boolean;
2150
2091
  readonly HasValue: boolean;
@@ -2171,8 +2112,9 @@ export interface XmlValidatingReader$instance extends XmlValidatingReader$protec
2171
2112
  readonly XmlSpace: XmlSpace;
2172
2113
  Close(): void;
2173
2114
  Dispose(): void;
2174
- GetAttribute(name: string): string;
2175
- GetAttribute(localName: string, namespaceURI: string): string;
2115
+ Dispose(disposing: boolean): void;
2116
+ GetAttribute(name: string): string | undefined;
2117
+ GetAttribute(localName: string, namespaceURI: string): string | undefined;
2176
2118
  GetAttribute(i: int): string;
2177
2119
  HasLineInfo(): boolean;
2178
2120
  LookupNamespace(prefix: string): string | undefined;
@@ -2218,7 +2160,8 @@ export interface XmlWhitespace$instance extends XmlCharacterData$instance {
2218
2160
  readonly NodeType: XmlNodeType;
2219
2161
  readonly ParentNode: XmlNode | undefined;
2220
2162
  readonly PreviousText: XmlNode | undefined;
2221
- Value: string;
2163
+ get Value(): string | undefined;
2164
+ set Value(value: string | undefined);
2222
2165
  Clone(): unknown;
2223
2166
  Clone(): XmlNode;
2224
2167
  CloneNode(deep: boolean): XmlNode;
@@ -2229,8 +2172,7 @@ export interface XmlWhitespace$instance extends XmlCharacterData$instance {
2229
2172
  }
2230
2173
 
2231
2174
 
2232
- export const XmlWhitespace: {
2233
- new(strData: string, doc: XmlDocument): XmlWhitespace;
2175
+ export const XmlWhitespace: (abstract new(strData: string, doc: XmlDocument) => XmlWhitespace) & {
2234
2176
  };
2235
2177
 
2236
2178
 
@@ -2243,22 +2185,16 @@ export interface __XmlWhitespace$views {
2243
2185
  export type XmlWhitespace = XmlWhitespace$instance & __XmlWhitespace$views;
2244
2186
 
2245
2187
 
2246
- export abstract class XmlWriter$protected {
2247
- protected Dispose(disposing: boolean): void;
2248
- protected DisposeAsyncCore(): ValueTask;
2249
- protected WriteEndAttributeAsync(): Task;
2250
- protected WriteStartAttributeAsync(prefix: string, localName: string, ns: string): Task;
2251
- }
2252
-
2253
-
2254
- export interface XmlWriter$instance extends XmlWriter$protected {
2188
+ export interface XmlWriter$instance {
2255
2189
  readonly Settings: XmlWriterSettings | undefined;
2256
2190
  readonly WriteState: WriteState;
2257
- readonly XmlLang: string;
2191
+ readonly XmlLang: string | string | undefined;
2258
2192
  readonly XmlSpace: XmlSpace;
2259
2193
  Close(): void;
2260
2194
  Dispose(): void;
2195
+ Dispose(disposing: boolean): void;
2261
2196
  DisposeAsync(): ValueTask;
2197
+ DisposeAsyncCore(): ValueTask;
2262
2198
  Flush(): void;
2263
2199
  FlushAsync(): Task;
2264
2200
  LookupPrefix(ns: string): string | undefined;
@@ -2287,6 +2223,7 @@ export interface XmlWriter$instance extends XmlWriter$protected {
2287
2223
  WriteElementString(prefix: string, localName: string, ns: string, value: string): void;
2288
2224
  WriteElementStringAsync(prefix: string, localName: string, ns: string, value: string): Task;
2289
2225
  WriteEndAttribute(): void;
2226
+ WriteEndAttributeAsync(): Task;
2290
2227
  WriteEndDocument(): void;
2291
2228
  WriteEndDocumentAsync(): Task;
2292
2229
  WriteEndElement(): void;
@@ -2314,6 +2251,7 @@ export interface XmlWriter$instance extends XmlWriter$protected {
2314
2251
  WriteStartAttribute(localName: string, ns: string): void;
2315
2252
  WriteStartAttribute(prefix: string, localName: string, ns: string): void;
2316
2253
  WriteStartAttribute(localName: string): void;
2254
+ WriteStartAttributeAsync(prefix: string, localName: string, ns: string): Task;
2317
2255
  WriteStartDocument(): void;
2318
2256
  WriteStartDocument(standalone: boolean): void;
2319
2257
  WriteStartDocumentAsync(): Task;
@@ -2341,8 +2279,7 @@ export interface XmlWriter$instance extends XmlWriter$protected {
2341
2279
  }
2342
2280
 
2343
2281
 
2344
- export const XmlWriter: {
2345
- new(): XmlWriter;
2282
+ export const XmlWriter: (abstract new() => XmlWriter) & {
2346
2283
  Create(output: Stream, settings: XmlWriterSettings): XmlWriter;
2347
2284
  Create(output: Stream): XmlWriter;
2348
2285
  Create(output: TextWriter, settings: XmlWriterSettings): XmlWriter;