@tsonic/dotnet 10.0.5 → 10.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +6 -0
  2. package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
  5. package/Microsoft.Win32/internal/index.d.ts +3 -3
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
  7. package/System/internal/index.d.ts +447 -196
  8. package/System.Buffers/internal/index.d.ts +24 -6
  9. package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
  10. package/System.Collections/internal/index.d.ts +37 -26
  11. package/System.Collections.Concurrent/internal/index.d.ts +17 -3
  12. package/System.Collections.Frozen/internal/index.d.ts +12 -0
  13. package/System.Collections.Generic/internal/index.d.ts +126 -43
  14. package/System.Collections.Immutable/internal/index.d.ts +51 -14
  15. package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
  16. package/System.Collections.Specialized/internal/index.d.ts +33 -12
  17. package/System.ComponentModel/internal/index.d.ts +275 -33
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
  20. package/System.ComponentModel.Design/internal/index.d.ts +49 -7
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
  22. package/System.Data/internal/index.d.ts +111 -21
  23. package/System.Data.Common/internal/index.d.ts +67 -36
  24. package/System.Data.SqlTypes/internal/index.d.ts +59 -52
  25. package/System.Diagnostics/internal/index.d.ts +147 -17
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
  31. package/System.Drawing/internal/index.d.ts +24 -0
  32. package/System.Dynamic/internal/index.d.ts +38 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +13 -3
  34. package/System.Formats.Tar/internal/index.d.ts +20 -6
  35. package/System.Globalization/internal/index.d.ts +64 -18
  36. package/System.IO/internal/index.d.ts +74 -18
  37. package/System.IO.Compression/internal/index.d.ts +25 -9
  38. package/System.IO.Enumeration/internal/index.d.ts +6 -0
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
  41. package/System.IO.Pipelines/internal/index.d.ts +19 -3
  42. package/System.IO.Pipes/internal/index.d.ts +16 -0
  43. package/System.Linq/internal/index.d.ts +17 -3
  44. package/System.Linq.Expressions/internal/index.d.ts +86 -18
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
  46. package/System.Net/internal/index.d.ts +112 -23
  47. package/System.Net.Cache/internal/index.d.ts +4 -0
  48. package/System.Net.Http/internal/index.d.ts +50 -0
  49. package/System.Net.Http.Headers/internal/index.d.ts +79 -62
  50. package/System.Net.Http.Json/internal/index.d.ts +2 -0
  51. package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
  52. package/System.Net.Mail/internal/index.d.ts +31 -9
  53. package/System.Net.Mime/internal/index.d.ts +4 -0
  54. package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
  55. package/System.Net.Quic/internal/index.d.ts +22 -6
  56. package/System.Net.Security/internal/index.d.ts +27 -3
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
  58. package/System.Net.Sockets/internal/index.d.ts +38 -6
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -3
  60. package/System.Numerics/internal/index.d.ts +29 -16
  61. package/System.Reflection/internal/index.d.ts +135 -32
  62. package/System.Reflection.Emit/internal/index.d.ts +45 -9
  63. package/System.Reflection.Metadata/internal/index.d.ts +324 -10
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
  66. package/System.Resources/internal/index.d.ts +16 -0
  67. package/System.Runtime/internal/index.d.ts +12 -6
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
  71. package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
  79. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
  80. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
  81. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
  82. package/System.Runtime.Loader/internal/index.d.ts +7 -3
  83. package/System.Runtime.Remoting/internal/index.d.ts +2 -0
  84. package/System.Runtime.Serialization/internal/index.d.ts +75 -9
  85. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
  86. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  87. package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
  88. package/System.Runtime.Versioning/internal/index.d.ts +26 -0
  89. package/System.Security/internal/index.d.ts +28 -6
  90. package/System.Security.AccessControl/internal/index.d.ts +98 -8
  91. package/System.Security.Authentication/internal/index.d.ts +4 -0
  92. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
  93. package/System.Security.Claims/internal/index.d.ts +8 -6
  94. package/System.Security.Cryptography/internal/index.d.ts +299 -44
  95. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
  96. package/System.Security.Permissions/internal/index.d.ts +6 -0
  97. package/System.Security.Policy/internal/index.d.ts +4 -0
  98. package/System.Security.Principal/internal/index.d.ts +21 -8
  99. package/System.Text/internal/index.d.ts +70 -11
  100. package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
  101. package/System.Text.Json/internal/index.d.ts +33 -8
  102. package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
  103. package/System.Text.Json.Schema/internal/index.d.ts +4 -0
  104. package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
  105. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
  106. package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
  107. package/System.Text.Unicode/internal/index.d.ts +4 -0
  108. package/System.Threading/internal/index.d.ts +108 -24
  109. package/System.Threading.Channels/internal/index.d.ts +18 -0
  110. package/System.Threading.Tasks/internal/index.d.ts +49 -13
  111. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
  112. package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
  113. package/System.Timers/internal/index.d.ts +7 -3
  114. package/System.Transactions/internal/index.d.ts +37 -15
  115. package/System.Web/internal/index.d.ts +2 -0
  116. package/System.Windows.Markup/internal/index.d.ts +2 -0
  117. package/System.Xml/internal/index.d.ts +107 -20
  118. package/System.Xml.Linq/internal/index.d.ts +42 -18
  119. package/System.Xml.Resolvers/internal/index.d.ts +2 -0
  120. package/System.Xml.Schema/internal/index.d.ts +150 -4
  121. package/System.Xml.Serialization/internal/index.d.ts +120 -8
  122. package/System.Xml.XPath/internal/index.d.ts +14 -6
  123. package/System.Xml.Xsl/internal/index.d.ts +16 -0
  124. package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
  125. package/__internal/extensions/index.d.ts +2143 -1955
  126. package/package.json +2 -2
@@ -180,6 +180,8 @@ export interface IXmlSchemaInfo$instance {
180
180
  export type IXmlSchemaInfo = IXmlSchemaInfo$instance;
181
181
 
182
182
  export interface ValidationEventArgs$instance extends EventArgs {
183
+ readonly __tsonic_type_System_Xml_Schema_ValidationEventArgs: never;
184
+
183
185
  readonly Exception: XmlSchemaException;
184
186
  readonly Message: string;
185
187
  readonly Severity: XmlSeverityType;
@@ -193,6 +195,8 @@ export const ValidationEventArgs: {
193
195
  export type ValidationEventArgs = ValidationEventArgs$instance;
194
196
 
195
197
  export interface XmlAtomicValue$instance extends XPathItem {
198
+ readonly __tsonic_type_System_Xml_Schema_XmlAtomicValue: never;
199
+
196
200
  readonly __tsonic_iface_System_ICloneable: never;
197
201
 
198
202
  readonly IsNode: boolean;
@@ -224,6 +228,8 @@ export type XmlAtomicValue = XmlAtomicValue$instance & __XmlAtomicValue$views;
224
228
 
225
229
 
226
230
  export interface XmlSchema$instance extends XmlSchemaObject {
231
+ readonly __tsonic_type_System_Xml_Schema_XmlSchema: never;
232
+
227
233
  AttributeFormDefault: XmlSchemaForm;
228
234
  readonly AttributeGroups: XmlSchemaObjectTable;
229
235
  readonly Attributes: XmlSchemaObjectTable;
@@ -269,6 +275,8 @@ export const XmlSchema: {
269
275
  export type XmlSchema = XmlSchema$instance;
270
276
 
271
277
  export interface XmlSchemaAll$instance extends XmlSchemaGroupBase {
278
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaAll: never;
279
+
272
280
  readonly Items: XmlSchemaObjectCollection;
273
281
  }
274
282
 
@@ -281,6 +289,8 @@ export const XmlSchemaAll: {
281
289
  export type XmlSchemaAll = XmlSchemaAll$instance;
282
290
 
283
291
  export interface XmlSchemaAnnotated$instance extends XmlSchemaObject {
292
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaAnnotated: never;
293
+
284
294
  get Annotation(): XmlSchemaAnnotation | undefined;
285
295
  set Annotation(value: XmlSchemaAnnotation | undefined);
286
296
  get Id(): string | undefined;
@@ -298,6 +308,8 @@ export const XmlSchemaAnnotated: {
298
308
  export type XmlSchemaAnnotated = XmlSchemaAnnotated$instance;
299
309
 
300
310
  export interface XmlSchemaAnnotation$instance extends XmlSchemaObject {
311
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaAnnotation: never;
312
+
301
313
  get Id(): string | undefined;
302
314
  set Id(value: string | undefined);
303
315
  readonly Items: XmlSchemaObjectCollection;
@@ -314,6 +326,8 @@ export const XmlSchemaAnnotation: {
314
326
  export type XmlSchemaAnnotation = XmlSchemaAnnotation$instance;
315
327
 
316
328
  export interface XmlSchemaAny$instance extends XmlSchemaParticle {
329
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaAny: never;
330
+
317
331
  get Namespace(): string | undefined;
318
332
  set Namespace(value: string | undefined);
319
333
  ProcessContents: XmlSchemaContentProcessing;
@@ -328,6 +342,8 @@ export const XmlSchemaAny: {
328
342
  export type XmlSchemaAny = XmlSchemaAny$instance;
329
343
 
330
344
  export interface XmlSchemaAnyAttribute$instance extends XmlSchemaAnnotated {
345
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaAnyAttribute: never;
346
+
331
347
  get Namespace(): string | undefined;
332
348
  set Namespace(value: string | undefined);
333
349
  ProcessContents: XmlSchemaContentProcessing;
@@ -342,6 +358,8 @@ export const XmlSchemaAnyAttribute: {
342
358
  export type XmlSchemaAnyAttribute = XmlSchemaAnyAttribute$instance;
343
359
 
344
360
  export interface XmlSchemaAppInfo$instance extends XmlSchemaObject {
361
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaAppInfo: never;
362
+
345
363
  get Markup(): (XmlNode | undefined)[] | undefined;
346
364
  set Markup(value: (XmlNode | undefined)[] | undefined);
347
365
  get Source(): string | undefined;
@@ -357,6 +375,8 @@ export const XmlSchemaAppInfo: {
357
375
  export type XmlSchemaAppInfo = XmlSchemaAppInfo$instance;
358
376
 
359
377
  export interface XmlSchemaAttribute$instance extends XmlSchemaAnnotated {
378
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaAttribute: never;
379
+
360
380
  readonly AttributeSchemaType: XmlSchemaSimpleType | undefined;
361
381
  readonly AttributeType: unknown | undefined;
362
382
  get DefaultValue(): string | undefined;
@@ -383,6 +403,8 @@ export const XmlSchemaAttribute: {
383
403
  export type XmlSchemaAttribute = XmlSchemaAttribute$instance;
384
404
 
385
405
  export interface XmlSchemaAttributeGroup$instance extends XmlSchemaAnnotated {
406
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaAttributeGroup: never;
407
+
386
408
  get AnyAttribute(): XmlSchemaAnyAttribute | undefined;
387
409
  set AnyAttribute(value: XmlSchemaAnyAttribute | undefined);
388
410
  readonly Attributes: XmlSchemaObjectCollection;
@@ -401,6 +423,8 @@ export const XmlSchemaAttributeGroup: {
401
423
  export type XmlSchemaAttributeGroup = XmlSchemaAttributeGroup$instance;
402
424
 
403
425
  export interface XmlSchemaAttributeGroupRef$instance extends XmlSchemaAnnotated {
426
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaAttributeGroupRef: never;
427
+
404
428
  RefName: XmlQualifiedName;
405
429
  }
406
430
 
@@ -413,6 +437,8 @@ export const XmlSchemaAttributeGroupRef: {
413
437
  export type XmlSchemaAttributeGroupRef = XmlSchemaAttributeGroupRef$instance;
414
438
 
415
439
  export interface XmlSchemaChoice$instance extends XmlSchemaGroupBase {
440
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaChoice: never;
441
+
416
442
  readonly Items: XmlSchemaObjectCollection;
417
443
  }
418
444
 
@@ -425,11 +451,12 @@ export const XmlSchemaChoice: {
425
451
  export type XmlSchemaChoice = XmlSchemaChoice$instance;
426
452
 
427
453
  export interface XmlSchemaCollection$instance {
454
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaCollection: never;
455
+
428
456
  readonly __tsonic_iface_System_Collections_ICollection: never;
429
457
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
430
458
 
431
459
  readonly Count: int;
432
- readonly [ns: string]: XmlSchema | undefined;
433
460
  readonly NameTable: XmlNameTable;
434
461
  Add(ns: string, uri: string): XmlSchema | undefined;
435
462
  Add(ns: string, reader: XmlReader): XmlSchema | undefined;
@@ -455,10 +482,12 @@ export interface __XmlSchemaCollection$views {
455
482
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
456
483
  }
457
484
 
458
- export type XmlSchemaCollection = XmlSchemaCollection$instance & __XmlSchemaCollection$views;
485
+ export type XmlSchemaCollection = XmlSchemaCollection$instance & __XmlSchemaCollection$views & { readonly [ns: string]: XmlSchema | undefined; };
459
486
 
460
487
 
461
488
  export interface XmlSchemaCollectionEnumerator$instance {
489
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaCollectionEnumerator: never;
490
+
462
491
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
463
492
 
464
493
  readonly Current: XmlSchema;
@@ -479,6 +508,8 @@ export type XmlSchemaCollectionEnumerator = XmlSchemaCollectionEnumerator$instan
479
508
 
480
509
 
481
510
  export interface XmlSchemaCompilationSettings$instance {
511
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaCompilationSettings: never;
512
+
482
513
  EnableUpaCheck: boolean;
483
514
  }
484
515
 
@@ -491,6 +522,8 @@ export const XmlSchemaCompilationSettings: {
491
522
  export type XmlSchemaCompilationSettings = XmlSchemaCompilationSettings$instance;
492
523
 
493
524
  export interface XmlSchemaComplexContent$instance extends XmlSchemaContentModel {
525
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaComplexContent: never;
526
+
494
527
  get Content(): XmlSchemaContent | undefined;
495
528
  set Content(value: XmlSchemaContent | undefined);
496
529
  IsMixed: boolean;
@@ -505,6 +538,8 @@ export const XmlSchemaComplexContent: {
505
538
  export type XmlSchemaComplexContent = XmlSchemaComplexContent$instance;
506
539
 
507
540
  export interface XmlSchemaComplexContentExtension$instance extends XmlSchemaContent {
541
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaComplexContentExtension: never;
542
+
508
543
  get AnyAttribute(): XmlSchemaAnyAttribute | undefined;
509
544
  set AnyAttribute(value: XmlSchemaAnyAttribute | undefined);
510
545
  readonly Attributes: XmlSchemaObjectCollection;
@@ -522,6 +557,8 @@ export const XmlSchemaComplexContentExtension: {
522
557
  export type XmlSchemaComplexContentExtension = XmlSchemaComplexContentExtension$instance;
523
558
 
524
559
  export interface XmlSchemaComplexContentRestriction$instance extends XmlSchemaContent {
560
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaComplexContentRestriction: never;
561
+
525
562
  get AnyAttribute(): XmlSchemaAnyAttribute | undefined;
526
563
  set AnyAttribute(value: XmlSchemaAnyAttribute | undefined);
527
564
  readonly Attributes: XmlSchemaObjectCollection;
@@ -539,6 +576,8 @@ export const XmlSchemaComplexContentRestriction: {
539
576
  export type XmlSchemaComplexContentRestriction = XmlSchemaComplexContentRestriction$instance;
540
577
 
541
578
  export interface XmlSchemaComplexType$instance extends XmlSchemaType {
579
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaComplexType: never;
580
+
542
581
  get AnyAttribute(): XmlSchemaAnyAttribute | undefined;
543
582
  set AnyAttribute(value: XmlSchemaAnyAttribute | undefined);
544
583
  readonly Attributes: XmlSchemaObjectCollection;
@@ -565,6 +604,8 @@ export const XmlSchemaComplexType: {
565
604
  export type XmlSchemaComplexType = XmlSchemaComplexType$instance;
566
605
 
567
606
  export interface XmlSchemaContent$instance extends XmlSchemaAnnotated {
607
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaContent: never;
608
+
568
609
  }
569
610
 
570
611
 
@@ -575,6 +616,8 @@ export const XmlSchemaContent: (abstract new() => XmlSchemaContent) & {
575
616
  export type XmlSchemaContent = XmlSchemaContent$instance;
576
617
 
577
618
  export interface XmlSchemaContentModel$instance extends XmlSchemaAnnotated {
619
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaContentModel: never;
620
+
578
621
  get Content(): XmlSchemaContent | undefined;
579
622
  set Content(value: XmlSchemaContent | undefined);
580
623
  }
@@ -587,6 +630,8 @@ export const XmlSchemaContentModel: (abstract new() => XmlSchemaContentModel) &
587
630
  export type XmlSchemaContentModel = XmlSchemaContentModel$instance;
588
631
 
589
632
  export interface XmlSchemaDatatype$instance {
633
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaDatatype: never;
634
+
590
635
  readonly TokenizedType: XmlTokenizedType;
591
636
  readonly TypeCode: XmlTypeCode;
592
637
  readonly ValueType: Type;
@@ -605,6 +650,8 @@ export const XmlSchemaDatatype: {
605
650
  export type XmlSchemaDatatype = XmlSchemaDatatype$instance;
606
651
 
607
652
  export interface XmlSchemaDocumentation$instance extends XmlSchemaObject {
653
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaDocumentation: never;
654
+
608
655
  get Language(): string | undefined;
609
656
  set Language(value: string | undefined);
610
657
  get Markup(): (XmlNode | undefined)[] | undefined;
@@ -622,6 +669,8 @@ export const XmlSchemaDocumentation: {
622
669
  export type XmlSchemaDocumentation = XmlSchemaDocumentation$instance;
623
670
 
624
671
  export interface XmlSchemaElement$instance extends XmlSchemaParticle {
672
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaElement: never;
673
+
625
674
  Block: XmlSchemaDerivationMethod;
626
675
  readonly BlockResolved: XmlSchemaDerivationMethod;
627
676
  readonly Constraints: XmlSchemaObjectCollection;
@@ -655,6 +704,8 @@ export const XmlSchemaElement: {
655
704
  export type XmlSchemaElement = XmlSchemaElement$instance;
656
705
 
657
706
  export interface XmlSchemaEnumerationFacet$instance extends XmlSchemaFacet {
707
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaEnumerationFacet: never;
708
+
658
709
  }
659
710
 
660
711
 
@@ -666,6 +717,8 @@ export const XmlSchemaEnumerationFacet: {
666
717
  export type XmlSchemaEnumerationFacet = XmlSchemaEnumerationFacet$instance;
667
718
 
668
719
  export interface XmlSchemaException$instance extends SystemException {
720
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaException: never;
721
+
669
722
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
670
723
 
671
724
  readonly LineNumber: int;
@@ -693,6 +746,8 @@ export type XmlSchemaException = XmlSchemaException$instance & __XmlSchemaExcept
693
746
 
694
747
 
695
748
  export interface XmlSchemaExternal$instance extends XmlSchemaObject {
749
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaExternal: never;
750
+
696
751
  get Id(): string | undefined;
697
752
  set Id(value: string | undefined);
698
753
  get Schema(): XmlSchema | undefined;
@@ -711,6 +766,8 @@ export const XmlSchemaExternal: (abstract new() => XmlSchemaExternal) & {
711
766
  export type XmlSchemaExternal = XmlSchemaExternal$instance;
712
767
 
713
768
  export interface XmlSchemaFacet$instance extends XmlSchemaAnnotated {
769
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaFacet: never;
770
+
714
771
  IsFixed: boolean;
715
772
  get Value(): string | undefined;
716
773
  set Value(value: string | undefined);
@@ -724,6 +781,8 @@ export const XmlSchemaFacet: (abstract new() => XmlSchemaFacet) & {
724
781
  export type XmlSchemaFacet = XmlSchemaFacet$instance;
725
782
 
726
783
  export interface XmlSchemaFractionDigitsFacet$instance extends XmlSchemaNumericFacet {
784
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaFractionDigitsFacet: never;
785
+
727
786
  }
728
787
 
729
788
 
@@ -735,6 +794,8 @@ export const XmlSchemaFractionDigitsFacet: {
735
794
  export type XmlSchemaFractionDigitsFacet = XmlSchemaFractionDigitsFacet$instance;
736
795
 
737
796
  export interface XmlSchemaGroup$instance extends XmlSchemaAnnotated {
797
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaGroup: never;
798
+
738
799
  get Name(): string | undefined;
739
800
  set Name(value: string | undefined);
740
801
  get Particle(): XmlSchemaGroupBase | undefined;
@@ -751,6 +812,8 @@ export const XmlSchemaGroup: {
751
812
  export type XmlSchemaGroup = XmlSchemaGroup$instance;
752
813
 
753
814
  export interface XmlSchemaGroupBase$instance extends XmlSchemaParticle {
815
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaGroupBase: never;
816
+
754
817
  readonly Items: XmlSchemaObjectCollection;
755
818
  }
756
819
 
@@ -762,6 +825,8 @@ export const XmlSchemaGroupBase: {
762
825
  export type XmlSchemaGroupBase = XmlSchemaGroupBase$instance;
763
826
 
764
827
  export interface XmlSchemaGroupRef$instance extends XmlSchemaParticle {
828
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaGroupRef: never;
829
+
765
830
  readonly Particle: XmlSchemaGroupBase | undefined;
766
831
  RefName: XmlQualifiedName;
767
832
  }
@@ -775,6 +840,8 @@ export const XmlSchemaGroupRef: {
775
840
  export type XmlSchemaGroupRef = XmlSchemaGroupRef$instance;
776
841
 
777
842
  export interface XmlSchemaIdentityConstraint$instance extends XmlSchemaAnnotated {
843
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaIdentityConstraint: never;
844
+
778
845
  readonly Fields: XmlSchemaObjectCollection;
779
846
  get Name(): string | undefined;
780
847
  set Name(value: string | undefined);
@@ -792,6 +859,8 @@ export const XmlSchemaIdentityConstraint: {
792
859
  export type XmlSchemaIdentityConstraint = XmlSchemaIdentityConstraint$instance;
793
860
 
794
861
  export interface XmlSchemaImport$instance extends XmlSchemaExternal {
862
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaImport: never;
863
+
795
864
  get Annotation(): XmlSchemaAnnotation | undefined;
796
865
  set Annotation(value: XmlSchemaAnnotation | undefined);
797
866
  get Namespace(): string | undefined;
@@ -807,6 +876,8 @@ export const XmlSchemaImport: {
807
876
  export type XmlSchemaImport = XmlSchemaImport$instance;
808
877
 
809
878
  export interface XmlSchemaInclude$instance extends XmlSchemaExternal {
879
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaInclude: never;
880
+
810
881
  get Annotation(): XmlSchemaAnnotation | undefined;
811
882
  set Annotation(value: XmlSchemaAnnotation | undefined);
812
883
  }
@@ -820,6 +891,8 @@ export const XmlSchemaInclude: {
820
891
  export type XmlSchemaInclude = XmlSchemaInclude$instance;
821
892
 
822
893
  export interface XmlSchemaInference$instance {
894
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaInference: never;
895
+
823
896
  Occurrence: XmlSchemaInference_InferenceOption;
824
897
  TypeInference: XmlSchemaInference_InferenceOption;
825
898
  InferSchema(instanceDocument: XmlReader): XmlSchemaSet;
@@ -835,6 +908,8 @@ export const XmlSchemaInference: {
835
908
  export type XmlSchemaInference = XmlSchemaInference$instance;
836
909
 
837
910
  export interface XmlSchemaInferenceException$instance extends XmlSchemaException$instance {
911
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaInferenceException: never;
912
+
838
913
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
839
914
 
840
915
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -857,6 +932,8 @@ export type XmlSchemaInferenceException = XmlSchemaInferenceException$instance &
857
932
 
858
933
 
859
934
  export interface XmlSchemaInfo$instance {
935
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaInfo: never;
936
+
860
937
  readonly __tsonic_iface_System_Xml_Schema_IXmlSchemaInfo: never;
861
938
 
862
939
  ContentType: XmlSchemaContentType;
@@ -887,6 +964,8 @@ export type XmlSchemaInfo = XmlSchemaInfo$instance & __XmlSchemaInfo$views;
887
964
 
888
965
 
889
966
  export interface XmlSchemaKey$instance extends XmlSchemaIdentityConstraint {
967
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaKey: never;
968
+
890
969
  }
891
970
 
892
971
 
@@ -898,6 +977,8 @@ export const XmlSchemaKey: {
898
977
  export type XmlSchemaKey = XmlSchemaKey$instance;
899
978
 
900
979
  export interface XmlSchemaKeyref$instance extends XmlSchemaIdentityConstraint {
980
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaKeyref: never;
981
+
901
982
  Refer: XmlQualifiedName;
902
983
  }
903
984
 
@@ -910,6 +991,8 @@ export const XmlSchemaKeyref: {
910
991
  export type XmlSchemaKeyref = XmlSchemaKeyref$instance;
911
992
 
912
993
  export interface XmlSchemaLengthFacet$instance extends XmlSchemaNumericFacet {
994
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaLengthFacet: never;
995
+
913
996
  }
914
997
 
915
998
 
@@ -921,6 +1004,8 @@ export const XmlSchemaLengthFacet: {
921
1004
  export type XmlSchemaLengthFacet = XmlSchemaLengthFacet$instance;
922
1005
 
923
1006
  export interface XmlSchemaMaxExclusiveFacet$instance extends XmlSchemaFacet {
1007
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaMaxExclusiveFacet: never;
1008
+
924
1009
  }
925
1010
 
926
1011
 
@@ -932,6 +1017,8 @@ export const XmlSchemaMaxExclusiveFacet: {
932
1017
  export type XmlSchemaMaxExclusiveFacet = XmlSchemaMaxExclusiveFacet$instance;
933
1018
 
934
1019
  export interface XmlSchemaMaxInclusiveFacet$instance extends XmlSchemaFacet {
1020
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaMaxInclusiveFacet: never;
1021
+
935
1022
  }
936
1023
 
937
1024
 
@@ -943,6 +1030,8 @@ export const XmlSchemaMaxInclusiveFacet: {
943
1030
  export type XmlSchemaMaxInclusiveFacet = XmlSchemaMaxInclusiveFacet$instance;
944
1031
 
945
1032
  export interface XmlSchemaMaxLengthFacet$instance extends XmlSchemaNumericFacet {
1033
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaMaxLengthFacet: never;
1034
+
946
1035
  }
947
1036
 
948
1037
 
@@ -954,6 +1043,8 @@ export const XmlSchemaMaxLengthFacet: {
954
1043
  export type XmlSchemaMaxLengthFacet = XmlSchemaMaxLengthFacet$instance;
955
1044
 
956
1045
  export interface XmlSchemaMinExclusiveFacet$instance extends XmlSchemaFacet {
1046
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaMinExclusiveFacet: never;
1047
+
957
1048
  }
958
1049
 
959
1050
 
@@ -965,6 +1056,8 @@ export const XmlSchemaMinExclusiveFacet: {
965
1056
  export type XmlSchemaMinExclusiveFacet = XmlSchemaMinExclusiveFacet$instance;
966
1057
 
967
1058
  export interface XmlSchemaMinInclusiveFacet$instance extends XmlSchemaFacet {
1059
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaMinInclusiveFacet: never;
1060
+
968
1061
  }
969
1062
 
970
1063
 
@@ -976,6 +1069,8 @@ export const XmlSchemaMinInclusiveFacet: {
976
1069
  export type XmlSchemaMinInclusiveFacet = XmlSchemaMinInclusiveFacet$instance;
977
1070
 
978
1071
  export interface XmlSchemaMinLengthFacet$instance extends XmlSchemaNumericFacet {
1072
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaMinLengthFacet: never;
1073
+
979
1074
  }
980
1075
 
981
1076
 
@@ -987,6 +1082,8 @@ export const XmlSchemaMinLengthFacet: {
987
1082
  export type XmlSchemaMinLengthFacet = XmlSchemaMinLengthFacet$instance;
988
1083
 
989
1084
  export interface XmlSchemaNotation$instance extends XmlSchemaAnnotated {
1085
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaNotation: never;
1086
+
990
1087
  get Name(): string | undefined;
991
1088
  set Name(value: string | undefined);
992
1089
  get Public(): string | undefined;
@@ -1004,6 +1101,8 @@ export const XmlSchemaNotation: {
1004
1101
  export type XmlSchemaNotation = XmlSchemaNotation$instance;
1005
1102
 
1006
1103
  export interface XmlSchemaNumericFacet$instance extends XmlSchemaFacet {
1104
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaNumericFacet: never;
1105
+
1007
1106
  }
1008
1107
 
1009
1108
 
@@ -1014,6 +1113,8 @@ export const XmlSchemaNumericFacet: (abstract new() => XmlSchemaNumericFacet) &
1014
1113
  export type XmlSchemaNumericFacet = XmlSchemaNumericFacet$instance;
1015
1114
 
1016
1115
  export interface XmlSchemaObject$instance {
1116
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaObject: never;
1117
+
1017
1118
  LineNumber: int;
1018
1119
  LinePosition: int;
1019
1120
  Namespaces: XmlSerializerNamespaces;
@@ -1031,11 +1132,12 @@ export const XmlSchemaObject: (abstract new() => XmlSchemaObject) & {
1031
1132
  export type XmlSchemaObject = XmlSchemaObject$instance;
1032
1133
 
1033
1134
  export interface XmlSchemaObjectCollection$instance extends CollectionBase {
1135
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaObjectCollection: never;
1136
+
1034
1137
  readonly __tsonic_iface_System_Collections_ICollection: never;
1035
1138
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1036
1139
  readonly __tsonic_iface_System_Collections_IList: never;
1037
1140
 
1038
- [index: number]: XmlSchemaObject;
1039
1141
  Add(value: unknown): int;
1040
1142
  Clear(): void;
1041
1143
  Contains(value: unknown): boolean;
@@ -1064,10 +1166,12 @@ export interface __XmlSchemaObjectCollection$views {
1064
1166
  As_IList(): System_Collections_Internal.IList$instance;
1065
1167
  }
1066
1168
 
1067
- export type XmlSchemaObjectCollection = XmlSchemaObjectCollection$instance & __XmlSchemaObjectCollection$views;
1169
+ export type XmlSchemaObjectCollection = XmlSchemaObjectCollection$instance & __XmlSchemaObjectCollection$views & { [index: number]: XmlSchemaObject; };
1068
1170
 
1069
1171
 
1070
1172
  export interface XmlSchemaObjectEnumerator$instance {
1173
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaObjectEnumerator: never;
1174
+
1071
1175
  readonly __tsonic_iface_System_Collections_IEnumerator: never;
1072
1176
 
1073
1177
  readonly Current: XmlSchemaObject;
@@ -1088,6 +1192,8 @@ export type XmlSchemaObjectEnumerator = XmlSchemaObjectEnumerator$instance & __X
1088
1192
 
1089
1193
 
1090
1194
  export interface XmlSchemaObjectTable$instance {
1195
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaObjectTable: never;
1196
+
1091
1197
  readonly Count: int;
1092
1198
  readonly Item: XmlSchemaObject | undefined;
1093
1199
  readonly Names: ICollection;
@@ -1104,6 +1210,8 @@ export const XmlSchemaObjectTable: {
1104
1210
  export type XmlSchemaObjectTable = XmlSchemaObjectTable$instance;
1105
1211
 
1106
1212
  export interface XmlSchemaParticle$instance extends XmlSchemaAnnotated {
1213
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaParticle: never;
1214
+
1107
1215
  MaxOccurs: decimal;
1108
1216
  get MaxOccursString(): string | undefined;
1109
1217
  set MaxOccursString(value: string | undefined);
@@ -1120,6 +1228,8 @@ export const XmlSchemaParticle: (abstract new() => XmlSchemaParticle) & {
1120
1228
  export type XmlSchemaParticle = XmlSchemaParticle$instance;
1121
1229
 
1122
1230
  export interface XmlSchemaPatternFacet$instance extends XmlSchemaFacet {
1231
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaPatternFacet: never;
1232
+
1123
1233
  }
1124
1234
 
1125
1235
 
@@ -1131,6 +1241,8 @@ export const XmlSchemaPatternFacet: {
1131
1241
  export type XmlSchemaPatternFacet = XmlSchemaPatternFacet$instance;
1132
1242
 
1133
1243
  export interface XmlSchemaRedefine$instance extends XmlSchemaExternal {
1244
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaRedefine: never;
1245
+
1134
1246
  readonly AttributeGroups: XmlSchemaObjectTable;
1135
1247
  readonly Groups: XmlSchemaObjectTable;
1136
1248
  readonly Items: XmlSchemaObjectCollection;
@@ -1146,6 +1258,8 @@ export const XmlSchemaRedefine: {
1146
1258
  export type XmlSchemaRedefine = XmlSchemaRedefine$instance;
1147
1259
 
1148
1260
  export interface XmlSchemaSequence$instance extends XmlSchemaGroupBase {
1261
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaSequence: never;
1262
+
1149
1263
  readonly Items: XmlSchemaObjectCollection;
1150
1264
  }
1151
1265
 
@@ -1158,6 +1272,8 @@ export const XmlSchemaSequence: {
1158
1272
  export type XmlSchemaSequence = XmlSchemaSequence$instance;
1159
1273
 
1160
1274
  export interface XmlSchemaSet$instance {
1275
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaSet: never;
1276
+
1161
1277
  CompilationSettings: XmlSchemaCompilationSettings;
1162
1278
  readonly Count: int;
1163
1279
  readonly GlobalAttributes: XmlSchemaObjectTable;
@@ -1191,6 +1307,8 @@ export const XmlSchemaSet: {
1191
1307
  export type XmlSchemaSet = XmlSchemaSet$instance;
1192
1308
 
1193
1309
  export interface XmlSchemaSimpleContent$instance extends XmlSchemaContentModel {
1310
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaSimpleContent: never;
1311
+
1194
1312
  get Content(): XmlSchemaContent | undefined;
1195
1313
  set Content(value: XmlSchemaContent | undefined);
1196
1314
  }
@@ -1204,6 +1322,8 @@ export const XmlSchemaSimpleContent: {
1204
1322
  export type XmlSchemaSimpleContent = XmlSchemaSimpleContent$instance;
1205
1323
 
1206
1324
  export interface XmlSchemaSimpleContentExtension$instance extends XmlSchemaContent {
1325
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaSimpleContentExtension: never;
1326
+
1207
1327
  get AnyAttribute(): XmlSchemaAnyAttribute | undefined;
1208
1328
  set AnyAttribute(value: XmlSchemaAnyAttribute | undefined);
1209
1329
  readonly Attributes: XmlSchemaObjectCollection;
@@ -1219,6 +1339,8 @@ export const XmlSchemaSimpleContentExtension: {
1219
1339
  export type XmlSchemaSimpleContentExtension = XmlSchemaSimpleContentExtension$instance;
1220
1340
 
1221
1341
  export interface XmlSchemaSimpleContentRestriction$instance extends XmlSchemaContent {
1342
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaSimpleContentRestriction: never;
1343
+
1222
1344
  get AnyAttribute(): XmlSchemaAnyAttribute | undefined;
1223
1345
  set AnyAttribute(value: XmlSchemaAnyAttribute | undefined);
1224
1346
  readonly Attributes: XmlSchemaObjectCollection;
@@ -1237,6 +1359,8 @@ export const XmlSchemaSimpleContentRestriction: {
1237
1359
  export type XmlSchemaSimpleContentRestriction = XmlSchemaSimpleContentRestriction$instance;
1238
1360
 
1239
1361
  export interface XmlSchemaSimpleType$instance extends XmlSchemaType {
1362
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaSimpleType: never;
1363
+
1240
1364
  get Content(): XmlSchemaSimpleTypeContent | undefined;
1241
1365
  set Content(value: XmlSchemaSimpleTypeContent | undefined);
1242
1366
  }
@@ -1250,6 +1374,8 @@ export const XmlSchemaSimpleType: {
1250
1374
  export type XmlSchemaSimpleType = XmlSchemaSimpleType$instance;
1251
1375
 
1252
1376
  export interface XmlSchemaSimpleTypeContent$instance extends XmlSchemaAnnotated {
1377
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaSimpleTypeContent: never;
1378
+
1253
1379
  }
1254
1380
 
1255
1381
 
@@ -1260,6 +1386,8 @@ export const XmlSchemaSimpleTypeContent: (abstract new() => XmlSchemaSimpleTypeC
1260
1386
  export type XmlSchemaSimpleTypeContent = XmlSchemaSimpleTypeContent$instance;
1261
1387
 
1262
1388
  export interface XmlSchemaSimpleTypeList$instance extends XmlSchemaSimpleTypeContent {
1389
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaSimpleTypeList: never;
1390
+
1263
1391
  get BaseItemType(): XmlSchemaSimpleType | undefined;
1264
1392
  set BaseItemType(value: XmlSchemaSimpleType | undefined);
1265
1393
  get ItemType(): XmlSchemaSimpleType | undefined;
@@ -1276,6 +1404,8 @@ export const XmlSchemaSimpleTypeList: {
1276
1404
  export type XmlSchemaSimpleTypeList = XmlSchemaSimpleTypeList$instance;
1277
1405
 
1278
1406
  export interface XmlSchemaSimpleTypeRestriction$instance extends XmlSchemaSimpleTypeContent {
1407
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaSimpleTypeRestriction: never;
1408
+
1279
1409
  get BaseType(): XmlSchemaSimpleType | undefined;
1280
1410
  set BaseType(value: XmlSchemaSimpleType | undefined);
1281
1411
  BaseTypeName: XmlQualifiedName;
@@ -1291,6 +1421,8 @@ export const XmlSchemaSimpleTypeRestriction: {
1291
1421
  export type XmlSchemaSimpleTypeRestriction = XmlSchemaSimpleTypeRestriction$instance;
1292
1422
 
1293
1423
  export interface XmlSchemaSimpleTypeUnion$instance extends XmlSchemaSimpleTypeContent {
1424
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaSimpleTypeUnion: never;
1425
+
1294
1426
  readonly BaseMemberTypes: XmlSchemaSimpleType[] | undefined;
1295
1427
  readonly BaseTypes: XmlSchemaObjectCollection;
1296
1428
  get MemberTypes(): XmlQualifiedName[] | undefined;
@@ -1306,6 +1438,8 @@ export const XmlSchemaSimpleTypeUnion: {
1306
1438
  export type XmlSchemaSimpleTypeUnion = XmlSchemaSimpleTypeUnion$instance;
1307
1439
 
1308
1440
  export interface XmlSchemaTotalDigitsFacet$instance extends XmlSchemaNumericFacet {
1441
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaTotalDigitsFacet: never;
1442
+
1309
1443
  }
1310
1444
 
1311
1445
 
@@ -1317,6 +1451,8 @@ export const XmlSchemaTotalDigitsFacet: {
1317
1451
  export type XmlSchemaTotalDigitsFacet = XmlSchemaTotalDigitsFacet$instance;
1318
1452
 
1319
1453
  export interface XmlSchemaType$instance extends XmlSchemaAnnotated {
1454
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaType: never;
1455
+
1320
1456
  readonly BaseSchemaType: unknown | undefined;
1321
1457
  readonly BaseXmlSchemaType: XmlSchemaType | undefined;
1322
1458
  readonly Datatype: XmlSchemaDatatype | undefined;
@@ -1344,6 +1480,8 @@ export const XmlSchemaType: {
1344
1480
  export type XmlSchemaType = XmlSchemaType$instance;
1345
1481
 
1346
1482
  export interface XmlSchemaUnique$instance extends XmlSchemaIdentityConstraint {
1483
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaUnique: never;
1484
+
1347
1485
  }
1348
1486
 
1349
1487
 
@@ -1355,6 +1493,8 @@ export const XmlSchemaUnique: {
1355
1493
  export type XmlSchemaUnique = XmlSchemaUnique$instance;
1356
1494
 
1357
1495
  export interface XmlSchemaValidationException$instance extends XmlSchemaException$instance {
1496
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaValidationException: never;
1497
+
1358
1498
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1359
1499
 
1360
1500
  readonly SourceObject: unknown | undefined;
@@ -1378,6 +1518,8 @@ export type XmlSchemaValidationException = XmlSchemaValidationException$instance
1378
1518
 
1379
1519
 
1380
1520
  export interface XmlSchemaValidator$instance {
1521
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaValidator: never;
1522
+
1381
1523
  LineInfoProvider: IXmlLineInfo;
1382
1524
  get SourceUri(): Uri | undefined;
1383
1525
  set SourceUri(value: Uri | undefined);
@@ -1413,6 +1555,8 @@ export const XmlSchemaValidator: {
1413
1555
  export type XmlSchemaValidator = XmlSchemaValidator$instance;
1414
1556
 
1415
1557
  export interface XmlSchemaWhiteSpaceFacet$instance extends XmlSchemaFacet {
1558
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaWhiteSpaceFacet: never;
1559
+
1416
1560
  }
1417
1561
 
1418
1562
 
@@ -1424,6 +1568,8 @@ export const XmlSchemaWhiteSpaceFacet: {
1424
1568
  export type XmlSchemaWhiteSpaceFacet = XmlSchemaWhiteSpaceFacet$instance;
1425
1569
 
1426
1570
  export interface XmlSchemaXPath$instance extends XmlSchemaAnnotated {
1571
+ readonly __tsonic_type_System_Xml_Schema_XmlSchemaXPath: never;
1572
+
1427
1573
  get XPath(): string | undefined;
1428
1574
  set XPath(value: string | undefined);
1429
1575
  }