@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
@@ -333,22 +333,17 @@ export interface BufferedStream$instance extends Stream$instance {
333
333
  FlushAsync(): Task;
334
334
  Read(buffer: byte[], offset: int, count: int): int;
335
335
  Read(destination: Span_1<System_Internal.Byte>): int;
336
- Read(buffer: Span_1<System_Internal.Byte>): int;
337
336
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
338
337
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
339
338
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
340
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
341
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
342
339
  ReadByte(): int;
343
340
  Seek(offset: long, origin: SeekOrigin): long;
344
341
  SetLength(value: long): void;
345
342
  Write(buffer: byte[], offset: int, count: int): void;
346
343
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
347
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
348
344
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
349
345
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
350
346
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
351
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
352
347
  WriteByte(value: byte): void;
353
348
  }
354
349
 
@@ -367,7 +362,7 @@ export interface __BufferedStream$views {
367
362
  export type BufferedStream = BufferedStream$instance & __BufferedStream$views;
368
363
 
369
364
 
370
- export interface DirectoryInfo$instance extends FileSystemInfo$instance {
365
+ export interface DirectoryInfo$instance extends FileSystemInfo$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
371
366
  readonly __tsonic_type_System_IO_DirectoryInfo: never;
372
367
 
373
368
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
@@ -403,7 +398,6 @@ export interface DirectoryInfo$instance extends FileSystemInfo$instance {
403
398
  GetFileSystemInfos(searchPattern: string): FileSystemInfo[];
404
399
  GetFileSystemInfos(searchPattern: string, searchOption: SearchOption): FileSystemInfo[];
405
400
  GetFileSystemInfos(searchPattern: string, enumerationOptions: EnumerationOptions): FileSystemInfo[];
406
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
407
401
  MoveTo(destDirName: string): void;
408
402
  }
409
403
 
@@ -420,12 +414,11 @@ export interface __DirectoryInfo$views {
420
414
  export type DirectoryInfo = DirectoryInfo$instance & __DirectoryInfo$views;
421
415
 
422
416
 
423
- export interface DirectoryNotFoundException$instance extends IOException$instance {
417
+ export interface DirectoryNotFoundException$instance extends IOException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
424
418
  readonly __tsonic_type_System_IO_DirectoryNotFoundException: never;
425
419
 
426
420
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
427
421
 
428
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
429
422
  }
430
423
 
431
424
 
@@ -474,12 +467,11 @@ export interface __DriveInfo$views {
474
467
  export type DriveInfo = DriveInfo$instance & __DriveInfo$views;
475
468
 
476
469
 
477
- export interface DriveNotFoundException$instance extends IOException$instance {
470
+ export interface DriveNotFoundException$instance extends IOException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
478
471
  readonly __tsonic_type_System_IO_DriveNotFoundException: never;
479
472
 
480
473
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
481
474
 
482
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
483
475
  }
484
476
 
485
477
 
@@ -497,12 +489,11 @@ export interface __DriveNotFoundException$views {
497
489
  export type DriveNotFoundException = DriveNotFoundException$instance & __DriveNotFoundException$views;
498
490
 
499
491
 
500
- export interface EndOfStreamException$instance extends IOException$instance {
492
+ export interface EndOfStreamException$instance extends IOException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
501
493
  readonly __tsonic_type_System_IO_EndOfStreamException: never;
502
494
 
503
495
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
504
496
 
505
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
506
497
  }
507
498
 
508
499
 
@@ -555,7 +546,7 @@ export const ErrorEventArgs: {
555
546
 
556
547
  export type ErrorEventArgs = ErrorEventArgs$instance;
557
548
 
558
- export interface FileInfo$instance extends FileSystemInfo$instance {
549
+ export interface FileInfo$instance extends FileSystemInfo$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
559
550
  readonly __tsonic_type_System_IO_FileInfo: never;
560
551
 
561
552
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
@@ -574,7 +565,6 @@ export interface FileInfo$instance extends FileSystemInfo$instance {
574
565
  Decrypt(): void;
575
566
  Delete(): void;
576
567
  Encrypt(): void;
577
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
578
568
  MoveTo(destFileName: string): void;
579
569
  MoveTo(destFileName: string, overwrite: boolean): void;
580
570
  Open(options: FileStreamOptions): FileStream;
@@ -694,23 +684,18 @@ export interface FileStream$instance extends Stream$instance {
694
684
  Lock(position: long, length: long): void;
695
685
  Read(buffer: byte[], offset: int, count: int): int;
696
686
  Read(buffer: Span_1<System_Internal.Byte>): int;
697
- Read(buffer: Span_1<System_Internal.Byte>): int;
698
687
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
699
688
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
700
689
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
701
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
702
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
703
690
  ReadByte(): int;
704
691
  Seek(offset: long, origin: SeekOrigin): long;
705
692
  SetLength(value: long): void;
706
693
  Unlock(position: long, length: long): void;
707
694
  Write(buffer: byte[], offset: int, count: int): void;
708
695
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
709
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
710
696
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
711
697
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
712
698
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
713
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
714
699
  WriteByte(value: byte): void;
715
700
  }
716
701
 
@@ -859,12 +844,11 @@ export interface __FileSystemWatcher$views {
859
844
  export type FileSystemWatcher = FileSystemWatcher$instance & __FileSystemWatcher$views;
860
845
 
861
846
 
862
- export interface InternalBufferOverflowException$instance extends SystemException {
847
+ export interface InternalBufferOverflowException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
863
848
  readonly __tsonic_type_System_IO_InternalBufferOverflowException: never;
864
849
 
865
850
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
866
851
 
867
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
868
852
  }
869
853
 
870
854
 
@@ -882,12 +866,11 @@ export interface __InternalBufferOverflowException$views {
882
866
  export type InternalBufferOverflowException = InternalBufferOverflowException$instance & __InternalBufferOverflowException$views;
883
867
 
884
868
 
885
- export interface InvalidDataException$instance extends SystemException {
869
+ export interface InvalidDataException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
886
870
  readonly __tsonic_type_System_IO_InvalidDataException: never;
887
871
 
888
872
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
889
873
 
890
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
891
874
  }
892
875
 
893
876
 
@@ -905,12 +888,11 @@ export interface __InvalidDataException$views {
905
888
  export type InvalidDataException = InvalidDataException$instance & __InvalidDataException$views;
906
889
 
907
890
 
908
- export interface IOException$instance extends SystemException {
891
+ export interface IOException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
909
892
  readonly __tsonic_type_System_IO_IOException: never;
910
893
 
911
894
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
912
895
 
913
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
914
896
  }
915
897
 
916
898
 
@@ -929,7 +911,7 @@ export interface __IOException$views {
929
911
  export type IOException = IOException$instance & __IOException$views;
930
912
 
931
913
 
932
- export interface MemoryStream$instance extends Stream$instance {
914
+ export interface MemoryStream$instance extends Stream$instance, System_Internal.IAsyncDisposable$instance {
933
915
  readonly __tsonic_type_System_IO_MemoryStream: never;
934
916
 
935
917
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -949,19 +931,15 @@ export interface MemoryStream$instance extends Stream$instance {
949
931
  CopyToAsync(destination: Stream, cancellationToken: CancellationToken): Task;
950
932
  Dispose(disposing: boolean): void;
951
933
  Dispose(): void;
952
- DisposeAsync(): ValueTask;
953
934
  Flush(): void;
954
935
  FlushAsync(cancellationToken: CancellationToken): Task;
955
936
  FlushAsync(): Task;
956
937
  GetBuffer(): byte[];
957
938
  Read(buffer: byte[], offset: int, count: int): int;
958
939
  Read(buffer: Span_1<System_Internal.Byte>): int;
959
- Read(buffer: Span_1<System_Internal.Byte>): int;
960
940
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
961
941
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
962
942
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
963
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
964
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
965
943
  ReadByte(): int;
966
944
  Seek(offset: long, loc: SeekOrigin): long;
967
945
  SetLength(value: long): void;
@@ -969,11 +947,9 @@ export interface MemoryStream$instance extends Stream$instance {
969
947
  TryGetBuffer(buffer: ArraySegment_1<System_Internal.Byte>): boolean;
970
948
  Write(buffer: byte[], offset: int, count: int): void;
971
949
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
972
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
973
950
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
974
951
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
975
952
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
976
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
977
953
  WriteByte(value: byte): void;
978
954
  WriteTo(stream: Stream): void;
979
955
  }
@@ -998,12 +974,11 @@ export interface __MemoryStream$views {
998
974
  export type MemoryStream = MemoryStream$instance & __MemoryStream$views;
999
975
 
1000
976
 
1001
- export interface PathTooLongException$instance extends IOException$instance {
977
+ export interface PathTooLongException$instance extends IOException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1002
978
  readonly __tsonic_type_System_IO_PathTooLongException: never;
1003
979
 
1004
980
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1005
981
 
1006
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1007
982
  }
1008
983
 
1009
984
 
@@ -1124,28 +1099,18 @@ export interface StreamReader$instance extends TextReader$instance {
1124
1099
  Read(): int;
1125
1100
  Read(buffer: char[], index: int, count: int): int;
1126
1101
  Read(buffer: Span_1<System_Internal.Char>): int;
1127
- Read(buffer: Span_1<System_Internal.Char>): int;
1128
- ReadAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1129
- ReadAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1130
1102
  ReadAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1131
1103
  ReadAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1132
1104
  ReadBlock(buffer: char[], index: int, count: int): int;
1133
1105
  ReadBlock(buffer: Span_1<System_Internal.Char>): int;
1134
- ReadBlock(buffer: Span_1<System_Internal.Char>): int;
1135
- ReadBlockAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1136
- ReadBlockAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1137
1106
  ReadBlockAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1138
1107
  ReadBlockAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1139
1108
  ReadLine(): string | undefined;
1140
1109
  ReadLineAsync(): Task_1<string | undefined>;
1141
1110
  ReadLineAsync(cancellationToken: CancellationToken): ValueTask_1<System_Internal.String>;
1142
- ReadLineAsync(): Task_1<string | undefined>;
1143
- ReadLineAsync(cancellationToken: CancellationToken): ValueTask_1<System_Internal.String>;
1144
1111
  ReadToEnd(): string;
1145
1112
  ReadToEndAsync(): Task_1<System_Internal.String>;
1146
1113
  ReadToEndAsync(cancellationToken: CancellationToken): Task_1<System_Internal.String>;
1147
- ReadToEndAsync(): Task_1<System_Internal.String>;
1148
- ReadToEndAsync(cancellationToken: CancellationToken): Task_1<System_Internal.String>;
1149
1114
  }
1150
1115
 
1151
1116
 
@@ -1199,7 +1164,6 @@ export interface StreamWriter$instance extends TextWriter$instance {
1199
1164
  Write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
1200
1165
  Write(format: string, ...arg: unknown[]): void;
1201
1166
  Write(format: string, arg: ReadOnlySpan_1<unknown>): void;
1202
- Write(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1203
1167
  Write(value: boolean): void;
1204
1168
  Write(value: int): void;
1205
1169
  Write(value: uint): void;
@@ -1210,14 +1174,12 @@ export interface StreamWriter$instance extends TextWriter$instance {
1210
1174
  Write(value: decimal): void;
1211
1175
  Write(value: unknown): void;
1212
1176
  Write(value: StringBuilder): void;
1213
- Write(format: string, arg: ReadOnlySpan_1<unknown>): void;
1214
1177
  WriteAsync(value: char): Task;
1215
1178
  WriteAsync(value: string): Task;
1216
1179
  WriteAsync(buffer: char[], index: int, count: int): Task;
1217
1180
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1218
1181
  WriteAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
1219
1182
  WriteAsync(buffer: char[]): Task;
1220
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1221
1183
  WriteLine(value: string): void;
1222
1184
  WriteLine(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1223
1185
  WriteLine(format: string, arg0: unknown): void;
@@ -1229,7 +1191,6 @@ export interface StreamWriter$instance extends TextWriter$instance {
1229
1191
  WriteLine(value: char): void;
1230
1192
  WriteLine(buffer: char[]): void;
1231
1193
  WriteLine(buffer: char[], index: int, count: int): void;
1232
- WriteLine(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1233
1194
  WriteLine(value: boolean): void;
1234
1195
  WriteLine(value: int): void;
1235
1196
  WriteLine(value: uint): void;
@@ -1240,7 +1201,6 @@ export interface StreamWriter$instance extends TextWriter$instance {
1240
1201
  WriteLine(value: decimal): void;
1241
1202
  WriteLine(value: StringBuilder): void;
1242
1203
  WriteLine(value: unknown): void;
1243
- WriteLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
1244
1204
  WriteLineAsync(): Task;
1245
1205
  WriteLineAsync(value: char): Task;
1246
1206
  WriteLineAsync(value: string): Task;
@@ -1248,7 +1208,6 @@ export interface StreamWriter$instance extends TextWriter$instance {
1248
1208
  WriteLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1249
1209
  WriteLineAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
1250
1210
  WriteLineAsync(buffer: char[]): Task;
1251
- WriteLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1252
1211
  }
1253
1212
 
1254
1213
 
@@ -1286,28 +1245,18 @@ export interface StringReader$instance extends TextReader$instance {
1286
1245
  Read(): int;
1287
1246
  Read(buffer: char[], index: int, count: int): int;
1288
1247
  Read(buffer: Span_1<System_Internal.Char>): int;
1289
- Read(buffer: Span_1<System_Internal.Char>): int;
1290
- ReadAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1291
- ReadAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1292
1248
  ReadAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1293
1249
  ReadAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1294
1250
  ReadBlock(buffer: Span_1<System_Internal.Char>): int;
1295
1251
  ReadBlock(buffer: char[], index: int, count: int): int;
1296
- ReadBlock(buffer: Span_1<System_Internal.Char>): int;
1297
- ReadBlockAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1298
- ReadBlockAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1299
1252
  ReadBlockAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1300
1253
  ReadBlockAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1301
1254
  ReadLine(): string | undefined;
1302
1255
  ReadLineAsync(): Task_1<string | undefined>;
1303
1256
  ReadLineAsync(cancellationToken: CancellationToken): ValueTask_1<System_Internal.String>;
1304
- ReadLineAsync(): Task_1<string | undefined>;
1305
- ReadLineAsync(cancellationToken: CancellationToken): ValueTask_1<System_Internal.String>;
1306
1257
  ReadToEnd(): string;
1307
1258
  ReadToEndAsync(): Task_1<System_Internal.String>;
1308
1259
  ReadToEndAsync(cancellationToken: CancellationToken): Task_1<System_Internal.String>;
1309
- ReadToEndAsync(): Task_1<System_Internal.String>;
1310
- ReadToEndAsync(cancellationToken: CancellationToken): Task_1<System_Internal.String>;
1311
1260
  }
1312
1261
 
1313
1262
 
@@ -1323,7 +1272,7 @@ export interface __StringReader$views {
1323
1272
  export type StringReader = StringReader$instance & __StringReader$views;
1324
1273
 
1325
1274
 
1326
- export interface StringWriter$instance extends TextWriter$instance {
1275
+ export interface StringWriter$instance extends TextWriter$instance, System_Internal.IAsyncDisposable$instance {
1327
1276
  readonly __tsonic_type_System_IO_StringWriter: never;
1328
1277
 
1329
1278
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -1333,7 +1282,6 @@ export interface StringWriter$instance extends TextWriter$instance {
1333
1282
  Close(): void;
1334
1283
  Dispose(disposing: boolean): void;
1335
1284
  Dispose(): void;
1336
- DisposeAsync(): ValueTask;
1337
1285
  FlushAsync(): Task;
1338
1286
  FlushAsync(cancellationToken: CancellationToken): Task;
1339
1287
  GetStringBuilder(): StringBuilder;
@@ -1344,7 +1292,6 @@ export interface StringWriter$instance extends TextWriter$instance {
1344
1292
  Write(value: string): void;
1345
1293
  Write(value: StringBuilder): void;
1346
1294
  Write(buffer: char[]): void;
1347
- Write(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1348
1295
  Write(value: boolean): void;
1349
1296
  Write(value: int): void;
1350
1297
  Write(value: uint): void;
@@ -1365,14 +1312,12 @@ export interface StringWriter$instance extends TextWriter$instance {
1365
1312
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1366
1313
  WriteAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
1367
1314
  WriteAsync(buffer: char[]): Task;
1368
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1369
1315
  WriteLine(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1370
1316
  WriteLine(value: StringBuilder): void;
1371
1317
  WriteLine(): void;
1372
1318
  WriteLine(value: char): void;
1373
1319
  WriteLine(buffer: char[]): void;
1374
1320
  WriteLine(buffer: char[], index: int, count: int): void;
1375
- WriteLine(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1376
1321
  WriteLine(value: boolean): void;
1377
1322
  WriteLine(value: int): void;
1378
1323
  WriteLine(value: uint): void;
@@ -1394,7 +1339,6 @@ export interface StringWriter$instance extends TextWriter$instance {
1394
1339
  WriteLineAsync(buffer: char[], index: int, count: int): Task;
1395
1340
  WriteLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1396
1341
  WriteLineAsync(buffer: char[]): Task;
1397
- WriteLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1398
1342
  WriteLineAsync(): Task;
1399
1343
  }
1400
1344
 
@@ -1599,7 +1543,7 @@ export interface __UnmanagedMemoryAccessor$views {
1599
1543
  export type UnmanagedMemoryAccessor = UnmanagedMemoryAccessor$instance & __UnmanagedMemoryAccessor$views;
1600
1544
 
1601
1545
 
1602
- export interface UnmanagedMemoryStream$instance extends Stream$instance {
1546
+ export interface UnmanagedMemoryStream$instance extends Stream$instance, System_Internal.IAsyncDisposable$instance {
1603
1547
  readonly __tsonic_type_System_IO_UnmanagedMemoryStream: never;
1604
1548
 
1605
1549
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -1614,28 +1558,22 @@ export interface UnmanagedMemoryStream$instance extends Stream$instance {
1614
1558
  PositionPointer: ptr<byte>;
1615
1559
  Dispose(disposing: boolean): void;
1616
1560
  Dispose(): void;
1617
- DisposeAsync(): ValueTask;
1618
1561
  Flush(): void;
1619
1562
  FlushAsync(cancellationToken: CancellationToken): Task;
1620
1563
  FlushAsync(): Task;
1621
1564
  Read(buffer: byte[], offset: int, count: int): int;
1622
1565
  Read(buffer: Span_1<System_Internal.Byte>): int;
1623
- Read(buffer: Span_1<System_Internal.Byte>): int;
1624
1566
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
1625
1567
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1626
1568
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
1627
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
1628
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1629
1569
  ReadByte(): int;
1630
1570
  Seek(offset: long, loc: SeekOrigin): long;
1631
1571
  SetLength(value: long): void;
1632
1572
  Write(buffer: byte[], offset: int, count: int): void;
1633
1573
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
1634
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
1635
1574
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
1636
1575
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
1637
1576
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
1638
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
1639
1577
  WriteByte(value: byte): void;
1640
1578
  }
1641
1579