@tsonic/dotnet 10.0.11 → 10.0.14

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 (132) 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 -32
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +39 -93
  9. package/System.CodeDom.Compiler/bindings.json +0 -120
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections.Concurrent/bindings.json +0 -40
  12. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  13. package/System.Collections.Generic/bindings.json +37 -777
  14. package/System.Collections.Generic/internal/index.d.ts +2 -33
  15. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  16. package/System.Collections.ObjectModel/internal/index.d.ts +0 -47
  17. package/System.Collections.Specialized/bindings.json +0 -60
  18. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  19. package/System.ComponentModel/bindings.json +2 -422
  20. package/System.ComponentModel/internal/index.d.ts +0 -21
  21. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  22. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  23. package/System.ComponentModel.Design/bindings.json +0 -200
  24. package/System.ComponentModel.Design/internal/index.d.ts +2 -12
  25. package/System.Data/bindings.json +60 -1600
  26. package/System.Data/internal/index.d.ts +23 -100
  27. package/System.Data.Common/bindings.json +3 -103
  28. package/System.Data.Common/internal/index.d.ts +1 -6
  29. package/System.Data.SqlTypes/bindings.json +0 -100
  30. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  31. package/System.Diagnostics/bindings.json +2 -342
  32. package/System.Diagnostics/internal/index.d.ts +1 -18
  33. package/System.Diagnostics.Metrics/bindings.json +0 -60
  34. package/System.Diagnostics.Tracing/bindings.json +0 -100
  35. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  36. package/System.Dynamic/bindings.json +12 -32
  37. package/System.Dynamic/internal/index.d.ts +0 -1
  38. package/System.Formats.Asn1/bindings.json +0 -20
  39. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  40. package/System.Globalization/bindings.json +0 -300
  41. package/System.Globalization/internal/index.d.ts +15 -30
  42. package/System.IO/bindings.json +93 -1333
  43. package/System.IO/internal/index.d.ts +12 -74
  44. package/System.IO.Compression/bindings.json +4 -424
  45. package/System.IO.Compression/internal/index.d.ts +1 -22
  46. package/System.IO.IsolatedStorage/bindings.json +1 -81
  47. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  48. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  49. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  50. package/System.IO.Pipes/bindings.json +4 -324
  51. package/System.IO.Pipes/internal/index.d.ts +5 -21
  52. package/System.Linq/bindings.json +0 -60
  53. package/System.Linq/internal/index.d.ts +0 -3
  54. package/System.Net/bindings.json +1 -241
  55. package/System.Net/internal/index.d.ts +2 -14
  56. package/System.Net.Http/bindings.json +6 -546
  57. package/System.Net.Http/internal/index.d.ts +3 -28
  58. package/System.Net.Http.Headers/bindings.json +0 -180
  59. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  60. package/System.Net.Http.Json/bindings.json +0 -40
  61. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  62. package/System.Net.Mail/bindings.json +1863 -3283
  63. package/System.Net.Mail/internal/index.d.ts +0 -72
  64. package/System.Net.NetworkInformation/bindings.json +1 -41
  65. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  66. package/System.Net.Quic/bindings.json +1 -101
  67. package/System.Net.Quic/internal/index.d.ts +1 -6
  68. package/System.Net.Security/bindings.json +3 -163
  69. package/System.Net.Security/internal/index.d.ts +0 -8
  70. package/System.Net.Sockets/bindings.json +1 -181
  71. package/System.Net.Sockets/internal/index.d.ts +1 -10
  72. package/System.Net.WebSockets/bindings.json +1 -161
  73. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  74. package/System.Reflection/bindings.json +613 -2253
  75. package/System.Reflection/internal/index.d.ts +13 -104
  76. package/System.Reflection.Emit/bindings.json +4539 -7379
  77. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  78. package/System.Reflection.Metadata/bindings.json +0 -20
  79. package/System.Reflection.Metadata/internal/index.d.ts +1 -2
  80. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  81. package/System.Resources/bindings.json +0 -40
  82. package/System.Resources/internal/index.d.ts +2 -4
  83. package/System.Runtime/bindings.json +0 -20
  84. package/System.Runtime/internal/index.d.ts +1 -2
  85. package/System.Runtime.InteropServices/bindings.json +0 -220
  86. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  87. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  88. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  89. package/System.Runtime.Serialization/bindings.json +0 -40
  90. package/System.Runtime.Serialization/internal/index.d.ts +2 -4
  91. package/System.Security/bindings.json +0 -20
  92. package/System.Security/internal/index.d.ts +1 -2
  93. package/System.Security.AccessControl/bindings.json +2 -362
  94. package/System.Security.AccessControl/internal/index.d.ts +0 -18
  95. package/System.Security.Authentication/bindings.json +0 -40
  96. package/System.Security.Authentication/internal/index.d.ts +2 -4
  97. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  98. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  99. package/System.Security.Cryptography/bindings.json +660 -6840
  100. package/System.Security.Cryptography/internal/index.d.ts +3 -263
  101. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  102. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +1 -24
  103. package/System.Security.Principal/bindings.json +0 -20
  104. package/System.Security.Principal/internal/index.d.ts +1 -2
  105. package/System.Text/bindings.json +0 -424
  106. package/System.Text/internal/index.d.ts +5 -25
  107. package/System.Text.RegularExpressions/bindings.json +0 -20
  108. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  109. package/System.Threading/bindings.json +0 -400
  110. package/System.Threading/internal/index.d.ts +10 -30
  111. package/System.Threading.Channels/bindings.json +0 -20
  112. package/System.Threading.Channels/internal/index.d.ts +1 -2
  113. package/System.Threading.Tasks/bindings.json +0 -580
  114. package/System.Threading.Tasks/internal/index.d.ts +2 -31
  115. package/System.Timers/bindings.json +1 -1
  116. package/System.Transactions/bindings.json +0 -220
  117. package/System.Transactions/internal/index.d.ts +8 -19
  118. package/System.Xml/bindings.json +67 -1767
  119. package/System.Xml/internal/index.d.ts +18 -103
  120. package/System.Xml.Linq/bindings.json +0 -200
  121. package/System.Xml.Linq/internal/index.d.ts +8 -18
  122. package/System.Xml.Resolvers/bindings.json +0 -20
  123. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  124. package/System.Xml.Schema/bindings.json +0 -160
  125. package/System.Xml.Schema/internal/index.d.ts +0 -8
  126. package/System.Xml.Serialization/bindings.json +77 -717
  127. package/System.Xml.Serialization/internal/index.d.ts +0 -32
  128. package/System.Xml.Xsl/bindings.json +0 -60
  129. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  130. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  131. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  132. 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>;
@@ -559,7 +551,7 @@ export const XObjectChangeEventArgs: {
559
551
 
560
552
  export type XObjectChangeEventArgs = XObjectChangeEventArgs$instance;
561
553
 
562
- export interface XProcessingInstruction$instance extends XNode$instance {
554
+ export interface XProcessingInstruction$instance extends XNode$instance, System_Xml_Internal.IXmlLineInfo$instance {
563
555
  readonly __tsonic_type_System_Xml_Linq_XProcessingInstruction: never;
564
556
 
565
557
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
@@ -567,7 +559,6 @@ export interface XProcessingInstruction$instance extends XNode$instance {
567
559
  Data: string;
568
560
  readonly NodeType: XmlNodeType;
569
561
  Target: string;
570
- HasLineInfo(): boolean;
571
562
  WriteTo(writer: XmlWriter): void;
572
563
  WriteToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
573
564
  }
@@ -614,14 +605,13 @@ export const XStreamingElement: {
614
605
 
615
606
  export type XStreamingElement = XStreamingElement$instance;
616
607
 
617
- export interface XText$instance extends XNode$instance {
608
+ export interface XText$instance extends XNode$instance, System_Xml_Internal.IXmlLineInfo$instance {
618
609
  readonly __tsonic_type_System_Xml_Linq_XText: never;
619
610
 
620
611
  readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
621
612
 
622
613
  readonly NodeType: XmlNodeType;
623
614
  Value: string;
624
- HasLineInfo(): boolean;
625
615
  WriteTo(writer: XmlWriter): void;
626
616
  WriteToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
627
617
  }
@@ -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,11 @@ 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;
1145
- GetEnumerator(): IEnumerator;
1146
1141
  IndexOf(item: XmlSchemaObject): int;
1147
- Insert(index: int, value: unknown): void;
1148
1142
  OnClear(): void;
1149
1143
  OnInsert(index: int, item: unknown): void;
1150
1144
  OnRemove(index: int, item: unknown): void;
1151
1145
  OnSet(index: int, oldValue: unknown, newValue: unknown): void;
1152
- Remove(value: unknown): void;
1153
- RemoveAt(index: int): void;
1154
1146
  }
1155
1147
 
1156
1148