@tsonic/dotnet 10.0.12 → 10.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -470,26 +470,6 @@
470
470
  "declaringAssemblyName": "System.Private.Xml",
471
471
  "isExtensionMethod": false,
472
472
  "sourceInterface": "System.Xml.IXmlLineInfo"
473
- },
474
- {
475
- "stableId": "System.Private.Xml.Linq:System.Xml.Linq.XAttribute::HasLineInfo():System.Boolean",
476
- "clrName": "HasLineInfo",
477
- "metadataToken": 0,
478
- "canonicalSignature": "():System.Boolean",
479
- "normalizedSignature": "HasLineInfo|():System.Boolean|static=false",
480
- "emitScope": "ClassSurface",
481
- "provenance": "BaseOverload",
482
- "arity": 0,
483
- "parameterCount": 0,
484
- "isStatic": false,
485
- "isAbstract": false,
486
- "isVirtual": true,
487
- "isOverride": false,
488
- "isSealed": false,
489
- "visibility": "Public",
490
- "declaringClrType": "System.Xml.Linq.XAttribute",
491
- "declaringAssemblyName": "System.Private.Xml.Linq",
492
- "isExtensionMethod": false
493
473
  }
494
474
  ],
495
475
  "properties": [
@@ -776,26 +756,6 @@
776
756
  "declaringAssemblyName": "System.Private.Xml",
777
757
  "isExtensionMethod": false,
778
758
  "sourceInterface": "System.Xml.IXmlLineInfo"
779
- },
780
- {
781
- "stableId": "System.Private.Xml.Linq:System.Xml.Linq.XCData::HasLineInfo():System.Boolean",
782
- "clrName": "HasLineInfo",
783
- "metadataToken": 0,
784
- "canonicalSignature": "():System.Boolean",
785
- "normalizedSignature": "HasLineInfo|():System.Boolean|static=false",
786
- "emitScope": "ClassSurface",
787
- "provenance": "BaseOverload",
788
- "arity": 0,
789
- "parameterCount": 0,
790
- "isStatic": false,
791
- "isAbstract": false,
792
- "isVirtual": true,
793
- "isOverride": false,
794
- "isSealed": false,
795
- "visibility": "Public",
796
- "declaringClrType": "System.Xml.Linq.XCData",
797
- "declaringAssemblyName": "System.Private.Xml.Linq",
798
- "isExtensionMethod": false
799
759
  }
800
760
  ],
801
761
  "properties": [
@@ -968,26 +928,6 @@
968
928
  "declaringAssemblyName": "System.Private.Xml",
969
929
  "isExtensionMethod": false,
970
930
  "sourceInterface": "System.Xml.IXmlLineInfo"
971
- },
972
- {
973
- "stableId": "System.Private.Xml.Linq:System.Xml.Linq.XComment::HasLineInfo():System.Boolean",
974
- "clrName": "HasLineInfo",
975
- "metadataToken": 0,
976
- "canonicalSignature": "():System.Boolean",
977
- "normalizedSignature": "HasLineInfo|():System.Boolean|static=false",
978
- "emitScope": "ClassSurface",
979
- "provenance": "BaseOverload",
980
- "arity": 0,
981
- "parameterCount": 0,
982
- "isStatic": false,
983
- "isAbstract": false,
984
- "isVirtual": true,
985
- "isOverride": false,
986
- "isSealed": false,
987
- "visibility": "Public",
988
- "declaringClrType": "System.Xml.Linq.XComment",
989
- "declaringAssemblyName": "System.Private.Xml.Linq",
990
- "isExtensionMethod": false
991
931
  }
992
932
  ],
993
933
  "properties": [
@@ -1439,26 +1379,6 @@
1439
1379
  "declaringAssemblyName": "System.Private.Xml",
1440
1380
  "isExtensionMethod": false,
1441
1381
  "sourceInterface": "System.Xml.IXmlLineInfo"
1442
- },
1443
- {
1444
- "stableId": "System.Private.Xml.Linq:System.Xml.Linq.XContainer::HasLineInfo():System.Boolean",
1445
- "clrName": "HasLineInfo",
1446
- "metadataToken": 0,
1447
- "canonicalSignature": "():System.Boolean",
1448
- "normalizedSignature": "HasLineInfo|():System.Boolean|static=false",
1449
- "emitScope": "ClassSurface",
1450
- "provenance": "BaseOverload",
1451
- "arity": 0,
1452
- "parameterCount": 0,
1453
- "isStatic": false,
1454
- "isAbstract": false,
1455
- "isVirtual": true,
1456
- "isOverride": false,
1457
- "isSealed": false,
1458
- "visibility": "Public",
1459
- "declaringClrType": "System.Xml.Linq.XContainer",
1460
- "declaringAssemblyName": "System.Private.Xml.Linq",
1461
- "isExtensionMethod": false
1462
1382
  }
1463
1383
  ],
1464
1384
  "properties": [
@@ -2210,26 +2130,6 @@
2210
2130
  "declaringAssemblyName": "System.Private.Xml",
2211
2131
  "isExtensionMethod": false,
2212
2132
  "sourceInterface": "System.Xml.IXmlLineInfo"
2213
- },
2214
- {
2215
- "stableId": "System.Private.Xml.Linq:System.Xml.Linq.XDocument::HasLineInfo():System.Boolean",
2216
- "clrName": "HasLineInfo",
2217
- "metadataToken": 0,
2218
- "canonicalSignature": "():System.Boolean",
2219
- "normalizedSignature": "HasLineInfo|():System.Boolean|static=false",
2220
- "emitScope": "ClassSurface",
2221
- "provenance": "BaseOverload",
2222
- "arity": 0,
2223
- "parameterCount": 0,
2224
- "isStatic": false,
2225
- "isAbstract": false,
2226
- "isVirtual": true,
2227
- "isOverride": false,
2228
- "isSealed": false,
2229
- "visibility": "Public",
2230
- "declaringClrType": "System.Xml.Linq.XDocument",
2231
- "declaringAssemblyName": "System.Private.Xml.Linq",
2232
- "isExtensionMethod": false
2233
2133
  }
2234
2134
  ],
2235
2135
  "properties": [
@@ -2481,26 +2381,6 @@
2481
2381
  "declaringAssemblyName": "System.Private.Xml",
2482
2382
  "isExtensionMethod": false,
2483
2383
  "sourceInterface": "System.Xml.IXmlLineInfo"
2484
- },
2485
- {
2486
- "stableId": "System.Private.Xml.Linq:System.Xml.Linq.XDocumentType::HasLineInfo():System.Boolean",
2487
- "clrName": "HasLineInfo",
2488
- "metadataToken": 0,
2489
- "canonicalSignature": "():System.Boolean",
2490
- "normalizedSignature": "HasLineInfo|():System.Boolean|static=false",
2491
- "emitScope": "ClassSurface",
2492
- "provenance": "BaseOverload",
2493
- "arity": 0,
2494
- "parameterCount": 0,
2495
- "isStatic": false,
2496
- "isAbstract": false,
2497
- "isVirtual": true,
2498
- "isOverride": false,
2499
- "isSealed": false,
2500
- "visibility": "Public",
2501
- "declaringClrType": "System.Xml.Linq.XDocumentType",
2502
- "declaringAssemblyName": "System.Private.Xml.Linq",
2503
- "isExtensionMethod": false
2504
2384
  }
2505
2385
  ],
2506
2386
  "properties": [
@@ -3676,26 +3556,6 @@
3676
3556
  "declaringAssemblyName": "System.Private.Xml",
3677
3557
  "isExtensionMethod": false,
3678
3558
  "sourceInterface": "System.Xml.Serialization.IXmlSerializable"
3679
- },
3680
- {
3681
- "stableId": "System.Private.Xml.Linq:System.Xml.Linq.XElement::HasLineInfo():System.Boolean",
3682
- "clrName": "HasLineInfo",
3683
- "metadataToken": 0,
3684
- "canonicalSignature": "():System.Boolean",
3685
- "normalizedSignature": "HasLineInfo|():System.Boolean|static=false",
3686
- "emitScope": "ClassSurface",
3687
- "provenance": "BaseOverload",
3688
- "arity": 0,
3689
- "parameterCount": 0,
3690
- "isStatic": false,
3691
- "isAbstract": false,
3692
- "isVirtual": true,
3693
- "isOverride": false,
3694
- "isSealed": false,
3695
- "visibility": "Public",
3696
- "declaringClrType": "System.Xml.Linq.XElement",
3697
- "declaringAssemblyName": "System.Private.Xml.Linq",
3698
- "isExtensionMethod": false
3699
3559
  }
3700
3560
  ],
3701
3561
  "properties": [
@@ -4987,26 +4847,6 @@
4987
4847
  "declaringAssemblyName": "System.Private.Xml",
4988
4848
  "isExtensionMethod": false,
4989
4849
  "sourceInterface": "System.Xml.IXmlLineInfo"
4990
- },
4991
- {
4992
- "stableId": "System.Private.Xml.Linq:System.Xml.Linq.XNode::HasLineInfo():System.Boolean",
4993
- "clrName": "HasLineInfo",
4994
- "metadataToken": 0,
4995
- "canonicalSignature": "():System.Boolean",
4996
- "normalizedSignature": "HasLineInfo|():System.Boolean|static=false",
4997
- "emitScope": "ClassSurface",
4998
- "provenance": "BaseOverload",
4999
- "arity": 0,
5000
- "parameterCount": 0,
5001
- "isStatic": false,
5002
- "isAbstract": false,
5003
- "isVirtual": true,
5004
- "isOverride": false,
5005
- "isSealed": false,
5006
- "visibility": "Public",
5007
- "declaringClrType": "System.Xml.Linq.XNode",
5008
- "declaringAssemblyName": "System.Private.Xml.Linq",
5009
- "isExtensionMethod": false
5010
4850
  }
5011
4851
  ],
5012
4852
  "properties": [
@@ -5922,26 +5762,6 @@
5922
5762
  "declaringAssemblyName": "System.Private.Xml",
5923
5763
  "isExtensionMethod": false,
5924
5764
  "sourceInterface": "System.Xml.IXmlLineInfo"
5925
- },
5926
- {
5927
- "stableId": "System.Private.Xml.Linq:System.Xml.Linq.XProcessingInstruction::HasLineInfo():System.Boolean",
5928
- "clrName": "HasLineInfo",
5929
- "metadataToken": 0,
5930
- "canonicalSignature": "():System.Boolean",
5931
- "normalizedSignature": "HasLineInfo|():System.Boolean|static=false",
5932
- "emitScope": "ClassSurface",
5933
- "provenance": "BaseOverload",
5934
- "arity": 0,
5935
- "parameterCount": 0,
5936
- "isStatic": false,
5937
- "isAbstract": false,
5938
- "isVirtual": true,
5939
- "isOverride": false,
5940
- "isSealed": false,
5941
- "visibility": "Public",
5942
- "declaringClrType": "System.Xml.Linq.XProcessingInstruction",
5943
- "declaringAssemblyName": "System.Private.Xml.Linq",
5944
- "isExtensionMethod": false
5945
5765
  }
5946
5766
  ],
5947
5767
  "properties": [
@@ -6468,26 +6288,6 @@
6468
6288
  "declaringAssemblyName": "System.Private.Xml",
6469
6289
  "isExtensionMethod": false,
6470
6290
  "sourceInterface": "System.Xml.IXmlLineInfo"
6471
- },
6472
- {
6473
- "stableId": "System.Private.Xml.Linq:System.Xml.Linq.XText::HasLineInfo():System.Boolean",
6474
- "clrName": "HasLineInfo",
6475
- "metadataToken": 0,
6476
- "canonicalSignature": "():System.Boolean",
6477
- "normalizedSignature": "HasLineInfo|():System.Boolean|static=false",
6478
- "emitScope": "ClassSurface",
6479
- "provenance": "BaseOverload",
6480
- "arity": 0,
6481
- "parameterCount": 0,
6482
- "isStatic": false,
6483
- "isAbstract": false,
6484
- "isVirtual": true,
6485
- "isOverride": false,
6486
- "isSealed": false,
6487
- "visibility": "Public",
6488
- "declaringClrType": "System.Xml.Linq.XText",
6489
- "declaringAssemblyName": "System.Private.Xml.Linq",
6490
- "isExtensionMethod": false
6491
6291
  }
6492
6292
  ],
6493
6293
  "properties": [
@@ -63,7 +63,6 @@ export interface XAttribute$instance extends XObject$instance, System_Xml_Intern
63
63
  readonly NodeType: XmlNodeType;
64
64
  readonly PreviousAttribute: XAttribute | undefined;
65
65
  Value: string;
66
- HasLineInfo(): boolean;
67
66
  Remove(): void;
68
67
  SetValue(value: unknown): void;
69
68
  ToString(): string;
@@ -84,13 +83,12 @@ export interface __XAttribute$views {
84
83
  export type XAttribute = XAttribute$instance & __XAttribute$views;
85
84
 
86
85
 
87
- export interface XCData$instance extends XText$instance {
86
+ export interface XCData$instance extends XText$instance, System_Xml_Internal.IXmlLineInfo$instance {
88
87
  readonly __tsonic_type_System_Xml_Linq_XCData: never;
89
88
 
90
89
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
91
90
 
92
91
  readonly NodeType: XmlNodeType;
93
- HasLineInfo(): boolean;
94
92
  WriteTo(writer: XmlWriter): void;
95
93
  WriteToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
96
94
  }
@@ -109,14 +107,13 @@ export interface __XCData$views {
109
107
  export type XCData = XCData$instance & __XCData$views;
110
108
 
111
109
 
112
- export interface XComment$instance extends XNode$instance {
110
+ export interface XComment$instance extends XNode$instance, System_Xml_Internal.IXmlLineInfo$instance {
113
111
  readonly __tsonic_type_System_Xml_Linq_XComment: never;
114
112
 
115
113
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
116
114
 
117
115
  readonly NodeType: XmlNodeType;
118
116
  Value: string;
119
- HasLineInfo(): boolean;
120
117
  WriteTo(writer: XmlWriter): void;
121
118
  WriteToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
122
119
  }
@@ -135,7 +132,7 @@ export interface __XComment$views {
135
132
  export type XComment = XComment$instance & __XComment$views;
136
133
 
137
134
 
138
- export interface XContainer$instance extends XNode$instance {
135
+ export interface XContainer$instance extends XNode$instance, System_Xml_Internal.IXmlLineInfo$instance {
139
136
  readonly __tsonic_type_System_Xml_Linq_XContainer: never;
140
137
 
141
138
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
@@ -153,7 +150,6 @@ export interface XContainer$instance extends XNode$instance {
153
150
  Element(name: XName): XElement | undefined;
154
151
  Elements(): IEnumerable_1<XElement>;
155
152
  Elements(name: XName): IEnumerable_1<XElement>;
156
- HasLineInfo(): boolean;
157
153
  Nodes(): IEnumerable_1<XNode>;
158
154
  RemoveNodes(): void;
159
155
  ReplaceNodes(content: unknown): void;
@@ -193,7 +189,7 @@ export const XDeclaration: {
193
189
 
194
190
  export type XDeclaration = XDeclaration$instance;
195
191
 
196
- export interface XDocument$instance extends XContainer$instance {
192
+ export interface XDocument$instance extends XContainer$instance, System_Xml_Internal.IXmlLineInfo$instance {
197
193
  readonly __tsonic_type_System_Xml_Linq_XDocument: never;
198
194
 
199
195
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
@@ -203,7 +199,6 @@ export interface XDocument$instance extends XContainer$instance {
203
199
  readonly DocumentType: XDocumentType | undefined;
204
200
  readonly NodeType: XmlNodeType;
205
201
  readonly Root: XElement | undefined;
206
- HasLineInfo(): boolean;
207
202
  Save(stream: Stream): void;
208
203
  Save(stream: Stream, options: SaveOptions): void;
209
204
  Save(textWriter: TextWriter): void;
@@ -247,7 +242,7 @@ export interface __XDocument$views {
247
242
  export type XDocument = XDocument$instance & __XDocument$views;
248
243
 
249
244
 
250
- export interface XDocumentType$instance extends XNode$instance {
245
+ export interface XDocumentType$instance extends XNode$instance, System_Xml_Internal.IXmlLineInfo$instance {
251
246
  readonly __tsonic_type_System_Xml_Linq_XDocumentType: never;
252
247
 
253
248
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
@@ -260,7 +255,6 @@ export interface XDocumentType$instance extends XNode$instance {
260
255
  set PublicId(value: string | undefined);
261
256
  get SystemId(): string | undefined;
262
257
  set SystemId(value: string | undefined);
263
- HasLineInfo(): boolean;
264
258
  WriteTo(writer: XmlWriter): void;
265
259
  WriteToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
266
260
  }
@@ -279,7 +273,7 @@ export interface __XDocumentType$views {
279
273
  export type XDocumentType = XDocumentType$instance & __XDocumentType$views;
280
274
 
281
275
 
282
- export interface XElement$instance extends XContainer$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
276
+ export interface XElement$instance extends XContainer$instance, System_Xml_Internal.IXmlLineInfo$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {
283
277
  readonly __tsonic_type_System_Xml_Linq_XElement: never;
284
278
 
285
279
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
@@ -304,7 +298,6 @@ export interface XElement$instance extends XContainer$instance, System_Xml_Seria
304
298
  GetDefaultNamespace(): XNamespace;
305
299
  GetNamespaceOfPrefix(prefix: string): XNamespace | undefined;
306
300
  GetPrefixOfNamespace(ns: XNamespace): string | undefined;
307
- HasLineInfo(): boolean;
308
301
  RemoveAll(): void;
309
302
  RemoveAttributes(): void;
310
303
  ReplaceAll(content: unknown): void;
@@ -432,7 +425,6 @@ export interface XNode$instance extends XObject$instance, System_Xml_Internal.IX
432
425
  ElementsAfterSelf(name: XName): IEnumerable_1<XElement>;
433
426
  ElementsBeforeSelf(): IEnumerable_1<XElement>;
434
427
  ElementsBeforeSelf(name: XName): IEnumerable_1<XElement>;
435
- HasLineInfo(): boolean;
436
428
  IsAfter(node: XNode): boolean;
437
429
  IsBefore(node: XNode): boolean;
438
430
  NodesAfterSelf(): IEnumerable_1<XNode>;
@@ -494,7 +486,9 @@ export interface XNodeEqualityComparer$instance {
494
486
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
495
487
 
496
488
  Equals(x: XNode, y: XNode): boolean;
489
+ Equals(obj: unknown): boolean;
497
490
  GetHashCode(obj: XNode): int;
491
+ GetHashCode(): int;
498
492
  }
499
493
 
500
494
 
@@ -559,7 +553,7 @@ export const XObjectChangeEventArgs: {
559
553
 
560
554
  export type XObjectChangeEventArgs = XObjectChangeEventArgs$instance;
561
555
 
562
- export interface XProcessingInstruction$instance extends XNode$instance {
556
+ export interface XProcessingInstruction$instance extends XNode$instance, System_Xml_Internal.IXmlLineInfo$instance {
563
557
  readonly __tsonic_type_System_Xml_Linq_XProcessingInstruction: never;
564
558
 
565
559
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
@@ -567,7 +561,6 @@ export interface XProcessingInstruction$instance extends XNode$instance {
567
561
  Data: string;
568
562
  readonly NodeType: XmlNodeType;
569
563
  Target: string;
570
- HasLineInfo(): boolean;
571
564
  WriteTo(writer: XmlWriter): void;
572
565
  WriteToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
573
566
  }
@@ -614,14 +607,13 @@ export const XStreamingElement: {
614
607
 
615
608
  export type XStreamingElement = XStreamingElement$instance;
616
609
 
617
- export interface XText$instance extends XNode$instance {
610
+ export interface XText$instance extends XNode$instance, System_Xml_Internal.IXmlLineInfo$instance {
618
611
  readonly __tsonic_type_System_Xml_Linq_XText: never;
619
612
 
620
613
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
621
614
 
622
615
  readonly NodeType: XmlNodeType;
623
616
  Value: string;
624
- HasLineInfo(): boolean;
625
617
  WriteTo(writer: XmlWriter): void;
626
618
  WriteToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
627
619
  }
@@ -299,26 +299,6 @@
299
299
  "declaringClrType": "System.Xml.Resolvers.XmlPreloadedResolver",
300
300
  "declaringAssemblyName": "System.Private.Xml",
301
301
  "isExtensionMethod": false
302
- },
303
- {
304
- "stableId": "System.Private.Xml:System.Xml.Resolvers.XmlPreloadedResolver::GetEntityAsync(System.Uri,System.String,System.Type):System.Threading.Tasks.Task_1",
305
- "clrName": "GetEntityAsync",
306
- "metadataToken": 0,
307
- "canonicalSignature": "(System.Uri,System.String,System.Type):System.Threading.Tasks.Task_1",
308
- "normalizedSignature": "GetEntityAsync|(System.Uri,System.String,System.Type):System.Threading.Tasks.Task_1|static=false",
309
- "emitScope": "ClassSurface",
310
- "provenance": "BaseOverload",
311
- "arity": 0,
312
- "parameterCount": 3,
313
- "isStatic": false,
314
- "isAbstract": false,
315
- "isVirtual": true,
316
- "isOverride": false,
317
- "isSealed": false,
318
- "visibility": "Public",
319
- "declaringClrType": "System.Xml.Resolvers.XmlPreloadedResolver",
320
- "declaringAssemblyName": "System.Private.Xml",
321
- "isExtensionMethod": false
322
302
  }
323
303
  ],
324
304
  "properties": [
@@ -34,7 +34,6 @@ export interface XmlPreloadedResolver$instance extends XmlResolver {
34
34
  Add(uri: Uri, value: string): void;
35
35
  GetEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type): unknown | undefined;
36
36
  GetEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
37
- GetEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<unknown>;
38
37
  Remove(uri: Uri): void;
39
38
  ResolveUri(baseUri: Uri, relativeUri: string): Uri;
40
39
  SupportsType(absoluteUri: Uri, type: Type): boolean;
@@ -8354,166 +8354,6 @@
8354
8354
  "declaringAssemblyName": "System.Private.CoreLib",
8355
8355
  "isExtensionMethod": false,
8356
8356
  "sourceInterface": "System.Collections.IList"
8357
- },
8358
- {
8359
- "stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaObjectCollection::Add(System.Object):System.Int32",
8360
- "clrName": "Add",
8361
- "metadataToken": 0,
8362
- "canonicalSignature": "(System.Object):System.Int32",
8363
- "normalizedSignature": "Add|(System.Object):System.Int32|static=false",
8364
- "emitScope": "ClassSurface",
8365
- "provenance": "BaseOverload",
8366
- "arity": 0,
8367
- "parameterCount": 1,
8368
- "isStatic": false,
8369
- "isAbstract": false,
8370
- "isVirtual": true,
8371
- "isOverride": false,
8372
- "isSealed": false,
8373
- "visibility": "Public",
8374
- "declaringClrType": "System.Xml.Schema.XmlSchemaObjectCollection",
8375
- "declaringAssemblyName": "System.Private.Xml",
8376
- "isExtensionMethod": false
8377
- },
8378
- {
8379
- "stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaObjectCollection::Clear():System.Void",
8380
- "clrName": "Clear",
8381
- "metadataToken": 0,
8382
- "canonicalSignature": "():System.Void",
8383
- "normalizedSignature": "Clear|():System.Void|static=false",
8384
- "emitScope": "ClassSurface",
8385
- "provenance": "BaseOverload",
8386
- "arity": 0,
8387
- "parameterCount": 0,
8388
- "isStatic": false,
8389
- "isAbstract": false,
8390
- "isVirtual": true,
8391
- "isOverride": false,
8392
- "isSealed": false,
8393
- "visibility": "Public",
8394
- "declaringClrType": "System.Xml.Schema.XmlSchemaObjectCollection",
8395
- "declaringAssemblyName": "System.Private.Xml",
8396
- "isExtensionMethod": false
8397
- },
8398
- {
8399
- "stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaObjectCollection::Contains(System.Object):System.Boolean",
8400
- "clrName": "Contains",
8401
- "metadataToken": 0,
8402
- "canonicalSignature": "(System.Object):System.Boolean",
8403
- "normalizedSignature": "Contains|(System.Object):System.Boolean|static=false",
8404
- "emitScope": "ClassSurface",
8405
- "provenance": "BaseOverload",
8406
- "arity": 0,
8407
- "parameterCount": 1,
8408
- "isStatic": false,
8409
- "isAbstract": false,
8410
- "isVirtual": true,
8411
- "isOverride": false,
8412
- "isSealed": false,
8413
- "visibility": "Public",
8414
- "declaringClrType": "System.Xml.Schema.XmlSchemaObjectCollection",
8415
- "declaringAssemblyName": "System.Private.Xml",
8416
- "isExtensionMethod": false
8417
- },
8418
- {
8419
- "stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaObjectCollection::CopyTo(System.Array,System.Int32):System.Void",
8420
- "clrName": "CopyTo",
8421
- "metadataToken": 0,
8422
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
8423
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
8424
- "emitScope": "ClassSurface",
8425
- "provenance": "BaseOverload",
8426
- "arity": 0,
8427
- "parameterCount": 2,
8428
- "isStatic": false,
8429
- "isAbstract": false,
8430
- "isVirtual": true,
8431
- "isOverride": false,
8432
- "isSealed": false,
8433
- "visibility": "Public",
8434
- "declaringClrType": "System.Xml.Schema.XmlSchemaObjectCollection",
8435
- "declaringAssemblyName": "System.Private.Xml",
8436
- "isExtensionMethod": false
8437
- },
8438
- {
8439
- "stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaObjectCollection::GetEnumerator():System.Collections.IEnumerator",
8440
- "clrName": "GetEnumerator",
8441
- "metadataToken": 0,
8442
- "canonicalSignature": "():System.Collections.IEnumerator",
8443
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
8444
- "emitScope": "ClassSurface",
8445
- "provenance": "BaseOverload",
8446
- "arity": 0,
8447
- "parameterCount": 0,
8448
- "isStatic": false,
8449
- "isAbstract": false,
8450
- "isVirtual": true,
8451
- "isOverride": false,
8452
- "isSealed": false,
8453
- "visibility": "Public",
8454
- "declaringClrType": "System.Xml.Schema.XmlSchemaObjectCollection",
8455
- "declaringAssemblyName": "System.Private.Xml",
8456
- "isExtensionMethod": false
8457
- },
8458
- {
8459
- "stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaObjectCollection::Insert(System.Int32,System.Object):System.Void",
8460
- "clrName": "Insert",
8461
- "metadataToken": 0,
8462
- "canonicalSignature": "(System.Int32,System.Object):System.Void",
8463
- "normalizedSignature": "Insert|(System.Int32,System.Object):System.Void|static=false",
8464
- "emitScope": "ClassSurface",
8465
- "provenance": "BaseOverload",
8466
- "arity": 0,
8467
- "parameterCount": 2,
8468
- "isStatic": false,
8469
- "isAbstract": false,
8470
- "isVirtual": true,
8471
- "isOverride": false,
8472
- "isSealed": false,
8473
- "visibility": "Public",
8474
- "declaringClrType": "System.Xml.Schema.XmlSchemaObjectCollection",
8475
- "declaringAssemblyName": "System.Private.Xml",
8476
- "isExtensionMethod": false
8477
- },
8478
- {
8479
- "stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaObjectCollection::Remove(System.Object):System.Void",
8480
- "clrName": "Remove",
8481
- "metadataToken": 0,
8482
- "canonicalSignature": "(System.Object):System.Void",
8483
- "normalizedSignature": "Remove|(System.Object):System.Void|static=false",
8484
- "emitScope": "ClassSurface",
8485
- "provenance": "BaseOverload",
8486
- "arity": 0,
8487
- "parameterCount": 1,
8488
- "isStatic": false,
8489
- "isAbstract": false,
8490
- "isVirtual": true,
8491
- "isOverride": false,
8492
- "isSealed": false,
8493
- "visibility": "Public",
8494
- "declaringClrType": "System.Xml.Schema.XmlSchemaObjectCollection",
8495
- "declaringAssemblyName": "System.Private.Xml",
8496
- "isExtensionMethod": false
8497
- },
8498
- {
8499
- "stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaObjectCollection::RemoveAt(System.Int32):System.Void",
8500
- "clrName": "RemoveAt",
8501
- "metadataToken": 0,
8502
- "canonicalSignature": "(System.Int32):System.Void",
8503
- "normalizedSignature": "RemoveAt|(System.Int32):System.Void|static=false",
8504
- "emitScope": "ClassSurface",
8505
- "provenance": "BaseOverload",
8506
- "arity": 0,
8507
- "parameterCount": 1,
8508
- "isStatic": false,
8509
- "isAbstract": false,
8510
- "isVirtual": true,
8511
- "isOverride": false,
8512
- "isSealed": false,
8513
- "visibility": "Public",
8514
- "declaringClrType": "System.Xml.Schema.XmlSchemaObjectCollection",
8515
- "declaringAssemblyName": "System.Private.Xml",
8516
- "isExtensionMethod": false
8517
8357
  }
8518
8358
  ],
8519
8359
  "properties": [
@@ -1138,19 +1138,18 @@ export interface XmlSchemaObjectCollection$instance extends CollectionBase {
1138
1138
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1139
1139
  readonly __tsonic_iface_System_Collections_IList: never;
1140
1140
 
1141
- Add(value: unknown): int;
1142
- Clear(): void;
1143
- Contains(value: unknown): boolean;
1144
- CopyTo(array: ClrArray, index: int): void;
1141
+ Add(item: XmlSchemaObject): int;
1142
+ Contains(item: XmlSchemaObject): boolean;
1143
+ CopyTo(array: XmlSchemaObject[], index: int): void;
1144
+ GetEnumerator(): XmlSchemaObjectEnumerator;
1145
1145
  GetEnumerator(): IEnumerator;
1146
1146
  IndexOf(item: XmlSchemaObject): int;
1147
- Insert(index: int, value: unknown): void;
1147
+ Insert(index: int, item: XmlSchemaObject): void;
1148
1148
  OnClear(): void;
1149
1149
  OnInsert(index: int, item: unknown): void;
1150
1150
  OnRemove(index: int, item: unknown): void;
1151
1151
  OnSet(index: int, oldValue: unknown, newValue: unknown): void;
1152
- Remove(value: unknown): void;
1153
- RemoveAt(index: int): void;
1152
+ Remove(item: XmlSchemaObject): void;
1154
1153
  }
1155
1154
 
1156
1155