@tsonic/dotnet 10.0.39 → 10.0.41
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.
- package/Internal/internal/index.d.ts +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Xml.Linq
|
|
3
3
|
// Assembly: System.Private.Xml.Linq
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -59,18 +60,18 @@ export interface XAttribute$instance extends XObject$instance, System_Xml_Intern
|
|
|
59
60
|
|
|
60
61
|
readonly IsNamespaceDeclaration: boolean;
|
|
61
62
|
readonly Name: XName;
|
|
62
|
-
readonly NextAttribute: XAttribute |
|
|
63
|
+
readonly NextAttribute: XAttribute | null;
|
|
63
64
|
readonly NodeType: XmlNodeType;
|
|
64
|
-
readonly PreviousAttribute: XAttribute |
|
|
65
|
+
readonly PreviousAttribute: XAttribute | null;
|
|
65
66
|
Value: string;
|
|
66
67
|
Remove(): void;
|
|
67
|
-
SetValue(value:
|
|
68
|
+
SetValue(value: JsValue): void;
|
|
68
69
|
ToString(): string;
|
|
69
70
|
}
|
|
70
71
|
|
|
71
72
|
|
|
72
73
|
export const XAttribute: {
|
|
73
|
-
new(name: XName, value:
|
|
74
|
+
new(name: XName, value: JsValue): XAttribute;
|
|
74
75
|
new(other: XAttribute): XAttribute;
|
|
75
76
|
readonly EmptySequence: IEnumerable_1<XAttribute>;
|
|
76
77
|
};
|
|
@@ -137,23 +138,23 @@ export interface XContainer$instance extends XNode$instance, System_Xml_Internal
|
|
|
137
138
|
|
|
138
139
|
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
139
140
|
|
|
140
|
-
readonly FirstNode: XNode |
|
|
141
|
-
readonly LastNode: XNode |
|
|
142
|
-
Add(content:
|
|
143
|
-
Add(...content:
|
|
144
|
-
AddFirst(content:
|
|
145
|
-
AddFirst(...content:
|
|
141
|
+
readonly FirstNode: XNode | null;
|
|
142
|
+
readonly LastNode: XNode | null;
|
|
143
|
+
Add(content: JsValue | null): void;
|
|
144
|
+
Add(...content: (JsValue | null)[]): void;
|
|
145
|
+
AddFirst(content: JsValue | null): void;
|
|
146
|
+
AddFirst(...content: (JsValue | null)[]): void;
|
|
146
147
|
CreateWriter(): XmlWriter;
|
|
147
148
|
DescendantNodes(): IEnumerable_1<XNode>;
|
|
148
149
|
Descendants(): IEnumerable_1<XElement>;
|
|
149
|
-
Descendants(name: XName): IEnumerable_1<XElement>;
|
|
150
|
-
Element(name: XName): XElement |
|
|
150
|
+
Descendants(name: XName | null): IEnumerable_1<XElement>;
|
|
151
|
+
Element(name: XName): XElement | null;
|
|
151
152
|
Elements(): IEnumerable_1<XElement>;
|
|
152
|
-
Elements(name: XName): IEnumerable_1<XElement>;
|
|
153
|
+
Elements(name: XName | null): IEnumerable_1<XElement>;
|
|
153
154
|
Nodes(): IEnumerable_1<XNode>;
|
|
154
155
|
RemoveNodes(): void;
|
|
155
|
-
ReplaceNodes(content:
|
|
156
|
-
ReplaceNodes(...content:
|
|
156
|
+
ReplaceNodes(content: JsValue | null): void;
|
|
157
|
+
ReplaceNodes(...content: (JsValue | null)[]): void;
|
|
157
158
|
}
|
|
158
159
|
|
|
159
160
|
|
|
@@ -171,18 +172,18 @@ export type XContainer = XContainer$instance & __XContainer$views;
|
|
|
171
172
|
export interface XDeclaration$instance {
|
|
172
173
|
readonly __tsonic_type_System_Xml_Linq_XDeclaration: never;
|
|
173
174
|
|
|
174
|
-
get Encoding(): string |
|
|
175
|
-
set Encoding(value: string |
|
|
176
|
-
get Standalone(): string |
|
|
177
|
-
set Standalone(value: string |
|
|
178
|
-
get Version(): string |
|
|
179
|
-
set Version(value: string |
|
|
175
|
+
get Encoding(): string | null;
|
|
176
|
+
set Encoding(value: string | null);
|
|
177
|
+
get Standalone(): string | null;
|
|
178
|
+
set Standalone(value: string | null);
|
|
179
|
+
get Version(): string | null;
|
|
180
|
+
set Version(value: string | null);
|
|
180
181
|
ToString(): string;
|
|
181
182
|
}
|
|
182
183
|
|
|
183
184
|
|
|
184
185
|
export const XDeclaration: {
|
|
185
|
-
new(version: string, encoding: string, standalone: string): XDeclaration;
|
|
186
|
+
new(version: string | null, encoding: string | null, standalone: string | null): XDeclaration;
|
|
186
187
|
new(other: XDeclaration): XDeclaration;
|
|
187
188
|
};
|
|
188
189
|
|
|
@@ -194,11 +195,11 @@ export interface XDocument$instance extends XContainer$instance, System_Xml_Inte
|
|
|
194
195
|
|
|
195
196
|
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
196
197
|
|
|
197
|
-
get Declaration(): XDeclaration |
|
|
198
|
-
set Declaration(value: XDeclaration |
|
|
199
|
-
readonly DocumentType: XDocumentType |
|
|
198
|
+
get Declaration(): XDeclaration | null;
|
|
199
|
+
set Declaration(value: XDeclaration | null);
|
|
200
|
+
readonly DocumentType: XDocumentType | null;
|
|
200
201
|
readonly NodeType: XmlNodeType;
|
|
201
|
-
readonly Root: XElement |
|
|
202
|
+
readonly Root: XElement | null;
|
|
202
203
|
Save(stream: Stream): void;
|
|
203
204
|
Save(stream: Stream, options: SaveOptions): void;
|
|
204
205
|
Save(textWriter: TextWriter): void;
|
|
@@ -216,8 +217,8 @@ export interface XDocument$instance extends XContainer$instance, System_Xml_Inte
|
|
|
216
217
|
|
|
217
218
|
export const XDocument: {
|
|
218
219
|
new(): XDocument;
|
|
219
|
-
new(content:
|
|
220
|
-
new(declaration: XDeclaration, content:
|
|
220
|
+
new(content: (JsValue | null)[]): XDocument;
|
|
221
|
+
new(declaration: XDeclaration | null, content: (JsValue | null)[]): XDocument;
|
|
221
222
|
new(other: XDocument): XDocument;
|
|
222
223
|
Load(stream: Stream, options: LoadOptions): XDocument;
|
|
223
224
|
Load(stream: Stream): XDocument;
|
|
@@ -247,21 +248,21 @@ export interface XDocumentType$instance extends XNode$instance, System_Xml_Inter
|
|
|
247
248
|
|
|
248
249
|
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
249
250
|
|
|
250
|
-
get InternalSubset(): string |
|
|
251
|
-
set InternalSubset(value: string |
|
|
251
|
+
get InternalSubset(): string | null;
|
|
252
|
+
set InternalSubset(value: string | null);
|
|
252
253
|
Name: string;
|
|
253
254
|
readonly NodeType: XmlNodeType;
|
|
254
|
-
get PublicId(): string |
|
|
255
|
-
set PublicId(value: string |
|
|
256
|
-
get SystemId(): string |
|
|
257
|
-
set SystemId(value: string |
|
|
255
|
+
get PublicId(): string | null;
|
|
256
|
+
set PublicId(value: string | null);
|
|
257
|
+
get SystemId(): string | null;
|
|
258
|
+
set SystemId(value: string | null);
|
|
258
259
|
WriteTo(writer: XmlWriter): void;
|
|
259
260
|
WriteToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
|
|
260
261
|
}
|
|
261
262
|
|
|
262
263
|
|
|
263
264
|
export const XDocumentType: {
|
|
264
|
-
new(name: string, publicId: string, systemId: string, internalSubset: string): XDocumentType;
|
|
265
|
+
new(name: string, publicId: string | null, systemId: string | null, internalSubset: string | null): XDocumentType;
|
|
265
266
|
new(other: XDocumentType): XDocumentType;
|
|
266
267
|
};
|
|
267
268
|
|
|
@@ -279,31 +280,31 @@ export interface XElement$instance extends XContainer$instance, System_Xml_Inter
|
|
|
279
280
|
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
280
281
|
readonly __tsonic_iface_System_Xml_Serialization_IXmlSerializable: never;
|
|
281
282
|
|
|
282
|
-
readonly FirstAttribute: XAttribute |
|
|
283
|
+
readonly FirstAttribute: XAttribute | null;
|
|
283
284
|
readonly HasAttributes: boolean;
|
|
284
285
|
readonly HasElements: boolean;
|
|
285
286
|
readonly IsEmpty: boolean;
|
|
286
|
-
readonly LastAttribute: XAttribute |
|
|
287
|
+
readonly LastAttribute: XAttribute | null;
|
|
287
288
|
Name: XName;
|
|
288
289
|
readonly NodeType: XmlNodeType;
|
|
289
290
|
Value: string;
|
|
290
291
|
AncestorsAndSelf(): IEnumerable_1<XElement>;
|
|
291
|
-
AncestorsAndSelf(name: XName): IEnumerable_1<XElement>;
|
|
292
|
-
Attribute(name: XName): XAttribute |
|
|
292
|
+
AncestorsAndSelf(name: XName | null): IEnumerable_1<XElement>;
|
|
293
|
+
Attribute(name: XName): XAttribute | null;
|
|
293
294
|
Attributes(): IEnumerable_1<XAttribute>;
|
|
294
|
-
Attributes(name: XName): IEnumerable_1<XAttribute>;
|
|
295
|
+
Attributes(name: XName | null): IEnumerable_1<XAttribute>;
|
|
295
296
|
DescendantNodesAndSelf(): IEnumerable_1<XNode>;
|
|
296
297
|
DescendantsAndSelf(): IEnumerable_1<XElement>;
|
|
297
|
-
DescendantsAndSelf(name: XName): IEnumerable_1<XElement>;
|
|
298
|
+
DescendantsAndSelf(name: XName | null): IEnumerable_1<XElement>;
|
|
298
299
|
GetDefaultNamespace(): XNamespace;
|
|
299
|
-
GetNamespaceOfPrefix(prefix: string): XNamespace |
|
|
300
|
-
GetPrefixOfNamespace(ns: XNamespace): string |
|
|
300
|
+
GetNamespaceOfPrefix(prefix: string): XNamespace | null;
|
|
301
|
+
GetPrefixOfNamespace(ns: XNamespace): string | null;
|
|
301
302
|
RemoveAll(): void;
|
|
302
303
|
RemoveAttributes(): void;
|
|
303
|
-
ReplaceAll(content:
|
|
304
|
-
ReplaceAll(...content:
|
|
305
|
-
ReplaceAttributes(content:
|
|
306
|
-
ReplaceAttributes(...content:
|
|
304
|
+
ReplaceAll(content: JsValue | null): void;
|
|
305
|
+
ReplaceAll(...content: (JsValue | null)[]): void;
|
|
306
|
+
ReplaceAttributes(content: JsValue | null): void;
|
|
307
|
+
ReplaceAttributes(...content: (JsValue | null)[]): void;
|
|
307
308
|
Save(fileName: string): void;
|
|
308
309
|
Save(fileName: string, options: SaveOptions): void;
|
|
309
310
|
Save(stream: Stream): void;
|
|
@@ -314,9 +315,9 @@ export interface XElement$instance extends XContainer$instance, System_Xml_Inter
|
|
|
314
315
|
SaveAsync(stream: Stream, options: SaveOptions, cancellationToken: CancellationToken): Task;
|
|
315
316
|
SaveAsync(textWriter: TextWriter, options: SaveOptions, cancellationToken: CancellationToken): Task;
|
|
316
317
|
SaveAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
|
|
317
|
-
SetAttributeValue(name: XName, value:
|
|
318
|
-
SetElementValue(name: XName, value:
|
|
319
|
-
SetValue(value:
|
|
318
|
+
SetAttributeValue(name: XName, value: JsValue | null): void;
|
|
319
|
+
SetElementValue(name: XName, value: JsValue | null): void;
|
|
320
|
+
SetValue(value: JsValue): void;
|
|
320
321
|
WriteTo(writer: XmlWriter): void;
|
|
321
322
|
WriteToAsync(writer: XmlWriter, cancellationToken: CancellationToken): Task;
|
|
322
323
|
}
|
|
@@ -324,8 +325,8 @@ export interface XElement$instance extends XContainer$instance, System_Xml_Inter
|
|
|
324
325
|
|
|
325
326
|
export const XElement: {
|
|
326
327
|
new(name: XName): XElement;
|
|
327
|
-
new(name: XName, content:
|
|
328
|
-
new(name: XName, content:
|
|
328
|
+
new(name: XName, content: JsValue | null): XElement;
|
|
329
|
+
new(name: XName, content: (JsValue | null)[]): XElement;
|
|
329
330
|
new(other: XElement): XElement;
|
|
330
331
|
new(other: XStreamingElement): XElement;
|
|
331
332
|
readonly EmptySequence: IEnumerable_1<XElement>;
|
|
@@ -362,7 +363,7 @@ export interface XName$instance extends System_Runtime_Serialization_Internal.IS
|
|
|
362
363
|
readonly LocalName: string;
|
|
363
364
|
readonly Namespace: XNamespace;
|
|
364
365
|
readonly NamespaceName: string;
|
|
365
|
-
Equals(obj:
|
|
366
|
+
Equals(obj: JsValue | null): boolean;
|
|
366
367
|
GetHashCode(): int;
|
|
367
368
|
ToString(): string;
|
|
368
369
|
}
|
|
@@ -389,7 +390,7 @@ export interface XNamespace$instance {
|
|
|
389
390
|
readonly __tsonic_type_System_Xml_Linq_XNamespace: never;
|
|
390
391
|
|
|
391
392
|
readonly NamespaceName: string;
|
|
392
|
-
Equals(obj:
|
|
393
|
+
Equals(obj: JsValue | null): boolean;
|
|
393
394
|
GetHashCode(): int;
|
|
394
395
|
GetName(localName: string): XName;
|
|
395
396
|
ToString(): string;
|
|
@@ -411,27 +412,27 @@ export interface XNode$instance extends XObject$instance, System_Xml_Internal.IX
|
|
|
411
412
|
|
|
412
413
|
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
413
414
|
|
|
414
|
-
readonly NextNode: XNode |
|
|
415
|
-
readonly PreviousNode: XNode |
|
|
416
|
-
AddAfterSelf(content:
|
|
417
|
-
AddAfterSelf(...content:
|
|
418
|
-
AddBeforeSelf(content:
|
|
419
|
-
AddBeforeSelf(...content:
|
|
415
|
+
readonly NextNode: XNode | null;
|
|
416
|
+
readonly PreviousNode: XNode | null;
|
|
417
|
+
AddAfterSelf(content: JsValue | null): void;
|
|
418
|
+
AddAfterSelf(...content: (JsValue | null)[]): void;
|
|
419
|
+
AddBeforeSelf(content: JsValue | null): void;
|
|
420
|
+
AddBeforeSelf(...content: (JsValue | null)[]): void;
|
|
420
421
|
Ancestors(): IEnumerable_1<XElement>;
|
|
421
|
-
Ancestors(name: XName): IEnumerable_1<XElement>;
|
|
422
|
+
Ancestors(name: XName | null): IEnumerable_1<XElement>;
|
|
422
423
|
CreateReader(): XmlReader;
|
|
423
424
|
CreateReader(readerOptions: ReaderOptions): XmlReader;
|
|
424
425
|
ElementsAfterSelf(): IEnumerable_1<XElement>;
|
|
425
|
-
ElementsAfterSelf(name: XName): IEnumerable_1<XElement>;
|
|
426
|
+
ElementsAfterSelf(name: XName | null): IEnumerable_1<XElement>;
|
|
426
427
|
ElementsBeforeSelf(): IEnumerable_1<XElement>;
|
|
427
|
-
ElementsBeforeSelf(name: XName): IEnumerable_1<XElement>;
|
|
428
|
-
IsAfter(node: XNode): boolean;
|
|
429
|
-
IsBefore(node: XNode): boolean;
|
|
428
|
+
ElementsBeforeSelf(name: XName | null): IEnumerable_1<XElement>;
|
|
429
|
+
IsAfter(node: XNode | null): boolean;
|
|
430
|
+
IsBefore(node: XNode | null): boolean;
|
|
430
431
|
NodesAfterSelf(): IEnumerable_1<XNode>;
|
|
431
432
|
NodesBeforeSelf(): IEnumerable_1<XNode>;
|
|
432
433
|
Remove(): void;
|
|
433
|
-
ReplaceWith(content:
|
|
434
|
-
ReplaceWith(...content:
|
|
434
|
+
ReplaceWith(content: JsValue | null): void;
|
|
435
|
+
ReplaceWith(...content: (JsValue | null)[]): void;
|
|
435
436
|
ToString(): string;
|
|
436
437
|
ToString(options: SaveOptions): string;
|
|
437
438
|
WriteTo(writer: XmlWriter): void;
|
|
@@ -442,8 +443,8 @@ export interface XNode$instance extends XObject$instance, System_Xml_Internal.IX
|
|
|
442
443
|
export const XNode: {
|
|
443
444
|
readonly DocumentOrderComparer: XNodeDocumentOrderComparer;
|
|
444
445
|
readonly EqualityComparer: XNodeEqualityComparer;
|
|
445
|
-
CompareDocumentOrder(n1: XNode, n2: XNode): int;
|
|
446
|
-
DeepEquals(n1: XNode, n2: XNode): boolean;
|
|
446
|
+
CompareDocumentOrder(n1: XNode | null, n2: XNode | null): int;
|
|
447
|
+
DeepEquals(n1: XNode | null, n2: XNode | null): boolean;
|
|
447
448
|
ReadFrom(reader: XmlReader): XNode;
|
|
448
449
|
ReadFromAsync(reader: XmlReader, cancellationToken: CancellationToken): Task_1<XNode>;
|
|
449
450
|
};
|
|
@@ -456,13 +457,13 @@ export interface __XNode$views {
|
|
|
456
457
|
export type XNode = XNode$instance & __XNode$views;
|
|
457
458
|
|
|
458
459
|
|
|
459
|
-
export interface XNodeDocumentOrderComparer$instance
|
|
460
|
+
export interface XNodeDocumentOrderComparer$instance {
|
|
460
461
|
readonly __tsonic_type_System_Xml_Linq_XNodeDocumentOrderComparer: never;
|
|
461
462
|
|
|
462
463
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
463
464
|
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
464
465
|
|
|
465
|
-
Compare(x: XNode, y: XNode): int;
|
|
466
|
+
Compare(x: XNode | null, y: XNode | null): int;
|
|
466
467
|
}
|
|
467
468
|
|
|
468
469
|
|
|
@@ -485,8 +486,8 @@ export interface XNodeEqualityComparer$instance {
|
|
|
485
486
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
486
487
|
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
487
488
|
|
|
488
|
-
Equals(x: XNode, y: XNode): boolean;
|
|
489
|
-
Equals(obj:
|
|
489
|
+
Equals(x: XNode | null, y: XNode | null): boolean;
|
|
490
|
+
Equals(obj: JsValue | null): boolean;
|
|
490
491
|
GetHashCode(obj: XNode): int;
|
|
491
492
|
GetHashCode(): int;
|
|
492
493
|
}
|
|
@@ -511,13 +512,13 @@ export interface XObject$instance extends System_Xml_Internal.IXmlLineInfo$insta
|
|
|
511
512
|
readonly __tsonic_iface_System_Xml_IXmlLineInfo: never;
|
|
512
513
|
|
|
513
514
|
readonly BaseUri: string;
|
|
514
|
-
readonly Document: XDocument |
|
|
515
|
+
readonly Document: XDocument | null;
|
|
515
516
|
readonly NodeType: XmlNodeType;
|
|
516
|
-
readonly Parent: XElement |
|
|
517
|
-
AddAnnotation(annotation:
|
|
518
|
-
Annotation(type: Type):
|
|
519
|
-
Annotation<T>(): T |
|
|
520
|
-
Annotations(type: Type): IEnumerable_1<
|
|
517
|
+
readonly Parent: XElement | null;
|
|
518
|
+
AddAnnotation(annotation: JsValue): void;
|
|
519
|
+
Annotation(type: Type): JsValue | null;
|
|
520
|
+
Annotation<T>(): T | null;
|
|
521
|
+
Annotations(type: Type): IEnumerable_1<JsValue>;
|
|
521
522
|
Annotations<T>(): IEnumerable_1<T>;
|
|
522
523
|
RemoveAnnotations(type: Type): void;
|
|
523
524
|
RemoveAnnotations<T>(): void;
|
|
@@ -583,8 +584,8 @@ export interface XStreamingElement$instance {
|
|
|
583
584
|
readonly __tsonic_type_System_Xml_Linq_XStreamingElement: never;
|
|
584
585
|
|
|
585
586
|
Name: XName;
|
|
586
|
-
Add(content:
|
|
587
|
-
Add(...content:
|
|
587
|
+
Add(content: JsValue | null): void;
|
|
588
|
+
Add(...content: (JsValue | null)[]): void;
|
|
588
589
|
Save(stream: Stream): void;
|
|
589
590
|
Save(stream: Stream, options: SaveOptions): void;
|
|
590
591
|
Save(textWriter: TextWriter): void;
|
|
@@ -600,8 +601,8 @@ export interface XStreamingElement$instance {
|
|
|
600
601
|
|
|
601
602
|
export const XStreamingElement: {
|
|
602
603
|
new(name: XName): XStreamingElement;
|
|
603
|
-
new(name: XName, content:
|
|
604
|
-
new(name: XName, content:
|
|
604
|
+
new(name: XName, content: JsValue | null): XStreamingElement;
|
|
605
|
+
new(name: XName, content: (JsValue | null)[]): XStreamingElement;
|
|
605
606
|
};
|
|
606
607
|
|
|
607
608
|
|
|
@@ -633,24 +634,24 @@ export type XText = XText$instance & __XText$views;
|
|
|
633
634
|
|
|
634
635
|
|
|
635
636
|
export abstract class Extensions$instance {
|
|
636
|
-
static Ancestors<T extends XNode>(source: IEnumerable_1<T>, name: XName): IEnumerable_1<XElement>;
|
|
637
|
-
static Ancestors<T extends XNode>(source: IEnumerable_1<T>): IEnumerable_1<XElement>;
|
|
638
|
-
static AncestorsAndSelf(source: IEnumerable_1<XElement>, name: XName): IEnumerable_1<XElement>;
|
|
639
|
-
static AncestorsAndSelf(source: IEnumerable_1<XElement>): IEnumerable_1<XElement>;
|
|
640
|
-
static Attributes(source: IEnumerable_1<XElement>, name: XName): IEnumerable_1<XAttribute>;
|
|
641
|
-
static Attributes(source: IEnumerable_1<XElement>): IEnumerable_1<XAttribute>;
|
|
642
|
-
static DescendantNodes<T extends XContainer>(source: IEnumerable_1<T>): IEnumerable_1<XNode>;
|
|
643
|
-
static DescendantNodesAndSelf(source: IEnumerable_1<XElement>): IEnumerable_1<XNode>;
|
|
644
|
-
static Descendants<T extends XContainer>(source: IEnumerable_1<T>, name: XName): IEnumerable_1<XElement>;
|
|
645
|
-
static Descendants<T extends XContainer>(source: IEnumerable_1<T>): IEnumerable_1<XElement>;
|
|
646
|
-
static DescendantsAndSelf(source: IEnumerable_1<XElement>, name: XName): IEnumerable_1<XElement>;
|
|
647
|
-
static DescendantsAndSelf(source: IEnumerable_1<XElement>): IEnumerable_1<XElement>;
|
|
648
|
-
static Elements<T extends XContainer>(source: IEnumerable_1<T>, name: XName): IEnumerable_1<XElement>;
|
|
649
|
-
static Elements<T extends XContainer>(source: IEnumerable_1<T>): IEnumerable_1<XElement>;
|
|
637
|
+
static Ancestors<T extends XNode>(source: IEnumerable_1<T | null>, name: XName | null): IEnumerable_1<XElement>;
|
|
638
|
+
static Ancestors<T extends XNode>(source: IEnumerable_1<T | null>): IEnumerable_1<XElement>;
|
|
639
|
+
static AncestorsAndSelf(source: IEnumerable_1<XElement | null>, name: XName | null): IEnumerable_1<XElement>;
|
|
640
|
+
static AncestorsAndSelf(source: IEnumerable_1<XElement | null>): IEnumerable_1<XElement>;
|
|
641
|
+
static Attributes(source: IEnumerable_1<XElement | null>, name: XName | null): IEnumerable_1<XAttribute>;
|
|
642
|
+
static Attributes(source: IEnumerable_1<XElement | null>): IEnumerable_1<XAttribute>;
|
|
643
|
+
static DescendantNodes<T extends XContainer>(source: IEnumerable_1<T | null>): IEnumerable_1<XNode>;
|
|
644
|
+
static DescendantNodesAndSelf(source: IEnumerable_1<XElement | null>): IEnumerable_1<XNode>;
|
|
645
|
+
static Descendants<T extends XContainer>(source: IEnumerable_1<T | null>, name: XName | null): IEnumerable_1<XElement>;
|
|
646
|
+
static Descendants<T extends XContainer>(source: IEnumerable_1<T | null>): IEnumerable_1<XElement>;
|
|
647
|
+
static DescendantsAndSelf(source: IEnumerable_1<XElement | null>, name: XName | null): IEnumerable_1<XElement>;
|
|
648
|
+
static DescendantsAndSelf(source: IEnumerable_1<XElement | null>): IEnumerable_1<XElement>;
|
|
649
|
+
static Elements<T extends XContainer>(source: IEnumerable_1<T | null>, name: XName | null): IEnumerable_1<XElement>;
|
|
650
|
+
static Elements<T extends XContainer>(source: IEnumerable_1<T | null>): IEnumerable_1<XElement>;
|
|
650
651
|
static InDocumentOrder<T extends XNode>(source: IEnumerable_1<T>): IEnumerable_1<T>;
|
|
651
|
-
static Nodes<T extends XContainer>(source: IEnumerable_1<T>): IEnumerable_1<XNode>;
|
|
652
|
-
static Remove<T extends XNode>(source: IEnumerable_1<T>): void;
|
|
653
|
-
static Remove(source: IEnumerable_1<XAttribute>): void;
|
|
652
|
+
static Nodes<T extends XContainer>(source: IEnumerable_1<T | null>): IEnumerable_1<XNode>;
|
|
653
|
+
static Remove<T extends XNode>(source: IEnumerable_1<T | null>): void;
|
|
654
|
+
static Remove(source: IEnumerable_1<XAttribute | null>): void;
|
|
654
655
|
}
|
|
655
656
|
|
|
656
657
|
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Xml.Resolvers
|
|
3
3
|
// Assembly: System.Private.Xml
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IEnumerable_1, IEqualityComparer_1 } from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -32,20 +33,20 @@ export interface XmlPreloadedResolver$instance extends XmlResolver {
|
|
|
32
33
|
Add(uri: Uri, value: byte[], offset: int, count: int): void;
|
|
33
34
|
Add(uri: Uri, value: Stream): void;
|
|
34
35
|
Add(uri: Uri, value: string): void;
|
|
35
|
-
GetEntity(absoluteUri: Uri, role: string, ofObjectToReturn: Type):
|
|
36
|
-
GetEntityAsync(absoluteUri: Uri, role: string, ofObjectToReturn: Type): Task_1<
|
|
36
|
+
GetEntity(absoluteUri: Uri, role: string | null, ofObjectToReturn: Type | null): JsValue | null;
|
|
37
|
+
GetEntityAsync(absoluteUri: Uri, role: string | null, ofObjectToReturn: Type | null): Task_1<JsValue>;
|
|
37
38
|
Remove(uri: Uri): void;
|
|
38
|
-
ResolveUri(baseUri: Uri, relativeUri: string): Uri;
|
|
39
|
-
SupportsType(absoluteUri: Uri, type: Type): boolean;
|
|
39
|
+
ResolveUri(baseUri: Uri | null, relativeUri: string | null): Uri;
|
|
40
|
+
SupportsType(absoluteUri: Uri, type: Type | null): boolean;
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
|
|
43
44
|
export const XmlPreloadedResolver: {
|
|
44
45
|
new(): XmlPreloadedResolver;
|
|
45
46
|
new(preloadedDtds: XmlKnownDtds): XmlPreloadedResolver;
|
|
46
|
-
new(fallbackResolver: XmlResolver): XmlPreloadedResolver;
|
|
47
|
-
new(fallbackResolver: XmlResolver, preloadedDtds: XmlKnownDtds): XmlPreloadedResolver;
|
|
48
|
-
new(fallbackResolver: XmlResolver, preloadedDtds: XmlKnownDtds, uriComparer: IEqualityComparer_1<Uri>): XmlPreloadedResolver;
|
|
47
|
+
new(fallbackResolver: XmlResolver | null): XmlPreloadedResolver;
|
|
48
|
+
new(fallbackResolver: XmlResolver | null, preloadedDtds: XmlKnownDtds): XmlPreloadedResolver;
|
|
49
|
+
new(fallbackResolver: XmlResolver | null, preloadedDtds: XmlKnownDtds, uriComparer: IEqualityComparer_1<Uri> | null): XmlPreloadedResolver;
|
|
49
50
|
};
|
|
50
51
|
|
|
51
52
|
|
|
@@ -529,82 +529,6 @@
|
|
|
529
529
|
"events": [],
|
|
530
530
|
"constructors": []
|
|
531
531
|
},
|
|
532
|
-
{
|
|
533
|
-
"stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
534
|
-
"clrName": "System.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
535
|
-
"assemblyName": "System.Private.Xml",
|
|
536
|
-
"metadataToken": 0,
|
|
537
|
-
"kind": "Enum",
|
|
538
|
-
"accessibility": "Public",
|
|
539
|
-
"isAbstract": false,
|
|
540
|
-
"isSealed": true,
|
|
541
|
-
"isStatic": false,
|
|
542
|
-
"arity": 0,
|
|
543
|
-
"baseType": {
|
|
544
|
-
"stableId": "System.Private.CoreLib:System.Enum",
|
|
545
|
-
"clrName": "System.Enum"
|
|
546
|
-
},
|
|
547
|
-
"interfaces": [
|
|
548
|
-
{
|
|
549
|
-
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
550
|
-
"clrName": "System.IComparable"
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
554
|
-
"clrName": "System.ISpanFormattable"
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
558
|
-
"clrName": "System.IFormattable"
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
562
|
-
"clrName": "System.IConvertible"
|
|
563
|
-
}
|
|
564
|
-
],
|
|
565
|
-
"methods": [],
|
|
566
|
-
"properties": [],
|
|
567
|
-
"fields": [
|
|
568
|
-
{
|
|
569
|
-
"stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaInference\u002BInferenceOption::value__System.Int32",
|
|
570
|
-
"clrName": "value__",
|
|
571
|
-
"metadataToken": 67114528,
|
|
572
|
-
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
573
|
-
"isStatic": false,
|
|
574
|
-
"isReadOnly": false,
|
|
575
|
-
"isLiteral": false,
|
|
576
|
-
"visibility": "Public",
|
|
577
|
-
"declaringClrType": "System.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
578
|
-
"declaringAssemblyName": "System.Private.Xml"
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaInference\u002BInferenceOption::RestrictedSystem.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
582
|
-
"clrName": "Restricted",
|
|
583
|
-
"metadataToken": 67114529,
|
|
584
|
-
"normalizedSignature": "Restricted|System.Xml.Schema.XmlSchemaInference\u002BInferenceOption|static=true|const=true",
|
|
585
|
-
"isStatic": true,
|
|
586
|
-
"isReadOnly": false,
|
|
587
|
-
"isLiteral": true,
|
|
588
|
-
"visibility": "Public",
|
|
589
|
-
"declaringClrType": "System.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
590
|
-
"declaringAssemblyName": "System.Private.Xml"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaInference\u002BInferenceOption::RelaxedSystem.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
594
|
-
"clrName": "Relaxed",
|
|
595
|
-
"metadataToken": 67114530,
|
|
596
|
-
"normalizedSignature": "Relaxed|System.Xml.Schema.XmlSchemaInference\u002BInferenceOption|static=true|const=true",
|
|
597
|
-
"isStatic": true,
|
|
598
|
-
"isReadOnly": false,
|
|
599
|
-
"isLiteral": true,
|
|
600
|
-
"visibility": "Public",
|
|
601
|
-
"declaringClrType": "System.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
602
|
-
"declaringAssemblyName": "System.Private.Xml"
|
|
603
|
-
}
|
|
604
|
-
],
|
|
605
|
-
"events": [],
|
|
606
|
-
"constructors": []
|
|
607
|
-
},
|
|
608
532
|
{
|
|
609
533
|
"stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaUse",
|
|
610
534
|
"clrName": "System.Xml.Schema.XmlSchemaUse",
|
|
@@ -6910,6 +6834,82 @@
|
|
|
6910
6834
|
}
|
|
6911
6835
|
]
|
|
6912
6836
|
},
|
|
6837
|
+
{
|
|
6838
|
+
"stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
6839
|
+
"clrName": "System.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
6840
|
+
"assemblyName": "System.Private.Xml",
|
|
6841
|
+
"metadataToken": 0,
|
|
6842
|
+
"kind": "Enum",
|
|
6843
|
+
"accessibility": "Public",
|
|
6844
|
+
"isAbstract": false,
|
|
6845
|
+
"isSealed": true,
|
|
6846
|
+
"isStatic": false,
|
|
6847
|
+
"arity": 0,
|
|
6848
|
+
"baseType": {
|
|
6849
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
6850
|
+
"clrName": "System.Enum"
|
|
6851
|
+
},
|
|
6852
|
+
"interfaces": [
|
|
6853
|
+
{
|
|
6854
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
6855
|
+
"clrName": "System.IComparable"
|
|
6856
|
+
},
|
|
6857
|
+
{
|
|
6858
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
6859
|
+
"clrName": "System.ISpanFormattable"
|
|
6860
|
+
},
|
|
6861
|
+
{
|
|
6862
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
6863
|
+
"clrName": "System.IFormattable"
|
|
6864
|
+
},
|
|
6865
|
+
{
|
|
6866
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
6867
|
+
"clrName": "System.IConvertible"
|
|
6868
|
+
}
|
|
6869
|
+
],
|
|
6870
|
+
"methods": [],
|
|
6871
|
+
"properties": [],
|
|
6872
|
+
"fields": [
|
|
6873
|
+
{
|
|
6874
|
+
"stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaInference\u002BInferenceOption::value__System.Int32",
|
|
6875
|
+
"clrName": "value__",
|
|
6876
|
+
"metadataToken": 67114528,
|
|
6877
|
+
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
6878
|
+
"isStatic": false,
|
|
6879
|
+
"isReadOnly": false,
|
|
6880
|
+
"isLiteral": false,
|
|
6881
|
+
"visibility": "Public",
|
|
6882
|
+
"declaringClrType": "System.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
6883
|
+
"declaringAssemblyName": "System.Private.Xml"
|
|
6884
|
+
},
|
|
6885
|
+
{
|
|
6886
|
+
"stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaInference\u002BInferenceOption::RestrictedSystem.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
6887
|
+
"clrName": "Restricted",
|
|
6888
|
+
"metadataToken": 67114529,
|
|
6889
|
+
"normalizedSignature": "Restricted|System.Xml.Schema.XmlSchemaInference\u002BInferenceOption|static=true|const=true",
|
|
6890
|
+
"isStatic": true,
|
|
6891
|
+
"isReadOnly": false,
|
|
6892
|
+
"isLiteral": true,
|
|
6893
|
+
"visibility": "Public",
|
|
6894
|
+
"declaringClrType": "System.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
6895
|
+
"declaringAssemblyName": "System.Private.Xml"
|
|
6896
|
+
},
|
|
6897
|
+
{
|
|
6898
|
+
"stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaInference\u002BInferenceOption::RelaxedSystem.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
6899
|
+
"clrName": "Relaxed",
|
|
6900
|
+
"metadataToken": 67114530,
|
|
6901
|
+
"normalizedSignature": "Relaxed|System.Xml.Schema.XmlSchemaInference\u002BInferenceOption|static=true|const=true",
|
|
6902
|
+
"isStatic": true,
|
|
6903
|
+
"isReadOnly": false,
|
|
6904
|
+
"isLiteral": true,
|
|
6905
|
+
"visibility": "Public",
|
|
6906
|
+
"declaringClrType": "System.Xml.Schema.XmlSchemaInference\u002BInferenceOption",
|
|
6907
|
+
"declaringAssemblyName": "System.Private.Xml"
|
|
6908
|
+
}
|
|
6909
|
+
],
|
|
6910
|
+
"events": [],
|
|
6911
|
+
"constructors": []
|
|
6912
|
+
},
|
|
6913
6913
|
{
|
|
6914
6914
|
"stableId": "System.Private.Xml:System.Xml.Schema.XmlSchemaInferenceException",
|
|
6915
6915
|
"clrName": "System.Xml.Schema.XmlSchemaInferenceException",
|