@tsonic/dotnet 10.0.12 → 10.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/bindings.json +0 -40
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -4
  3. package/Microsoft.VisualBasic.CompilerServices/bindings.json +0 -20
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -2
  5. package/Microsoft.Win32.SafeHandles/bindings.json +16 -616
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -30
  7. package/System/bindings.json +6 -1086
  8. package/System/internal/index.d.ts +45 -93
  9. package/System.CodeDom.Compiler/bindings.json +6 -126
  10. package/System.CodeDom.Compiler/internal/index.d.ts +0 -6
  11. package/System.Collections/internal/index.d.ts +1 -0
  12. package/System.Collections.Concurrent/bindings.json +0 -40
  13. package/System.Collections.Concurrent/internal/index.d.ts +0 -2
  14. package/System.Collections.Generic/bindings.json +37 -777
  15. package/System.Collections.Generic/internal/index.d.ts +24 -33
  16. package/System.Collections.ObjectModel/bindings.json +2197 -3097
  17. package/System.Collections.ObjectModel/internal/index.d.ts +2 -43
  18. package/System.Collections.Specialized/bindings.json +0 -60
  19. package/System.Collections.Specialized/internal/index.d.ts +1 -4
  20. package/System.ComponentModel/bindings.json +2 -422
  21. package/System.ComponentModel/internal/index.d.ts +1 -21
  22. package/System.ComponentModel.DataAnnotations/bindings.json +0 -20
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +1 -2
  24. package/System.ComponentModel.Design/bindings.json +0 -200
  25. package/System.ComponentModel.Design/internal/index.d.ts +7 -12
  26. package/System.Data/bindings.json +60 -1600
  27. package/System.Data/internal/index.d.ts +30 -100
  28. package/System.Data.Common/bindings.json +3 -103
  29. package/System.Data.Common/internal/index.d.ts +11 -6
  30. package/System.Data.SqlTypes/bindings.json +0 -100
  31. package/System.Data.SqlTypes/internal/index.d.ts +5 -10
  32. package/System.Diagnostics/bindings.json +2 -342
  33. package/System.Diagnostics/internal/index.d.ts +4 -18
  34. package/System.Diagnostics.Metrics/bindings.json +0 -60
  35. package/System.Diagnostics.Tracing/bindings.json +0 -100
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +5 -10
  37. package/System.Dynamic/bindings.json +48 -68
  38. package/System.Dynamic/internal/index.d.ts +0 -1
  39. package/System.Formats.Asn1/bindings.json +0 -20
  40. package/System.Formats.Asn1/internal/index.d.ts +1 -2
  41. package/System.Globalization/bindings.json +0 -300
  42. package/System.Globalization/internal/index.d.ts +15 -30
  43. package/System.IO/bindings.json +216 -1456
  44. package/System.IO/internal/index.d.ts +14 -74
  45. package/System.IO.Compression/bindings.json +16 -436
  46. package/System.IO.Compression/internal/index.d.ts +1 -22
  47. package/System.IO.IsolatedStorage/bindings.json +10 -90
  48. package/System.IO.IsolatedStorage/internal/index.d.ts +1 -5
  49. package/System.IO.MemoryMappedFiles/bindings.json +2 -22
  50. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -2
  51. package/System.IO.Pipes/bindings.json +7 -327
  52. package/System.IO.Pipes/internal/index.d.ts +5 -21
  53. package/System.Linq/bindings.json +0 -60
  54. package/System.Linq/internal/index.d.ts +1 -3
  55. package/System.Net/bindings.json +1 -241
  56. package/System.Net/internal/index.d.ts +15 -14
  57. package/System.Net.Http/bindings.json +15 -555
  58. package/System.Net.Http/internal/index.d.ts +11 -28
  59. package/System.Net.Http.Headers/bindings.json +0 -180
  60. package/System.Net.Http.Headers/internal/index.d.ts +0 -9
  61. package/System.Net.Http.Json/bindings.json +0 -40
  62. package/System.Net.Http.Json/internal/index.d.ts +0 -2
  63. package/System.Net.Mail/bindings.json +1863 -3283
  64. package/System.Net.Mail/internal/index.d.ts +1 -63
  65. package/System.Net.NetworkInformation/bindings.json +1 -41
  66. package/System.Net.NetworkInformation/internal/index.d.ts +1 -3
  67. package/System.Net.Quic/bindings.json +7 -107
  68. package/System.Net.Quic/internal/index.d.ts +4 -6
  69. package/System.Net.Security/bindings.json +15 -175
  70. package/System.Net.Security/internal/index.d.ts +0 -8
  71. package/System.Net.Sockets/bindings.json +4 -184
  72. package/System.Net.Sockets/internal/index.d.ts +2 -10
  73. package/System.Net.WebSockets/bindings.json +13 -173
  74. package/System.Net.WebSockets/internal/index.d.ts +1 -7
  75. package/System.Reflection/bindings.json +613 -2253
  76. package/System.Reflection/internal/index.d.ts +19 -96
  77. package/System.Reflection.Emit/bindings.json +4539 -7379
  78. package/System.Reflection.Emit/internal/index.d.ts +10 -151
  79. package/System.Reflection.Metadata/bindings.json +0 -20
  80. package/System.Reflection.Metadata/internal/index.d.ts +4 -2
  81. package/System.Reflection.PortableExecutable/bindings.json +0 -20
  82. package/System.Resources/bindings.json +0 -40
  83. package/System.Resources/internal/index.d.ts +2 -4
  84. package/System.Runtime/bindings.json +0 -20
  85. package/System.Runtime/internal/index.d.ts +1 -2
  86. package/System.Runtime.InteropServices/bindings.json +0 -220
  87. package/System.Runtime.InteropServices/internal/index.d.ts +8 -19
  88. package/System.Runtime.InteropServices.JavaScript/bindings.json +0 -20
  89. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -2
  90. package/System.Runtime.Serialization/bindings.json +0 -40
  91. package/System.Runtime.Serialization/internal/index.d.ts +3 -4
  92. package/System.Security/bindings.json +0 -20
  93. package/System.Security/internal/index.d.ts +1 -2
  94. package/System.Security.AccessControl/bindings.json +2 -362
  95. package/System.Security.AccessControl/internal/index.d.ts +1 -18
  96. package/System.Security.Authentication/bindings.json +0 -40
  97. package/System.Security.Authentication/internal/index.d.ts +2 -4
  98. package/System.Security.Authentication.ExtendedProtection/bindings.json +0 -80
  99. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -4
  100. package/System.Security.Cryptography/bindings.json +786 -6966
  101. package/System.Security.Cryptography/internal/index.d.ts +22 -242
  102. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -460
  103. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +13 -22
  104. package/System.Security.Principal/bindings.json +0 -20
  105. package/System.Security.Principal/internal/index.d.ts +2 -2
  106. package/System.Text/bindings.json +51 -475
  107. package/System.Text/internal/index.d.ts +6 -25
  108. package/System.Text.RegularExpressions/bindings.json +0 -20
  109. package/System.Text.RegularExpressions/internal/index.d.ts +1 -2
  110. package/System.Threading/bindings.json +0 -400
  111. package/System.Threading/internal/index.d.ts +10 -30
  112. package/System.Threading.Channels/bindings.json +0 -20
  113. package/System.Threading.Channels/internal/index.d.ts +1 -2
  114. package/System.Threading.Tasks/bindings.json +60 -240
  115. package/System.Threading.Tasks/internal/index.d.ts +18 -8
  116. package/System.Timers/bindings.json +1 -1
  117. package/System.Transactions/bindings.json +0 -220
  118. package/System.Transactions/internal/index.d.ts +8 -19
  119. package/System.Xml/bindings.json +67 -1767
  120. package/System.Xml/internal/index.d.ts +39 -103
  121. package/System.Xml.Linq/bindings.json +0 -200
  122. package/System.Xml.Linq/internal/index.d.ts +10 -18
  123. package/System.Xml.Resolvers/bindings.json +0 -20
  124. package/System.Xml.Resolvers/internal/index.d.ts +0 -1
  125. package/System.Xml.Schema/bindings.json +0 -160
  126. package/System.Xml.Schema/internal/index.d.ts +6 -7
  127. package/System.Xml.Serialization/bindings.json +77 -717
  128. package/System.Xml.Serialization/internal/index.d.ts +21 -32
  129. package/System.Xml.Xsl/bindings.json +0 -60
  130. package/System.Xml.Xsl/internal/index.d.ts +1 -4
  131. package/System.Xml.Xsl.Runtime/bindings.json +404 -1064
  132. package/System.Xml.Xsl.Runtime/internal/index.d.ts +1 -34
  133. package/package.json +2 -2
@@ -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;
@@ -379,6 +374,7 @@ export interface DirectoryInfo$instance extends FileSystemInfo$instance {
379
374
  Create(): void;
380
375
  CreateSubdirectory(path: string): DirectoryInfo;
381
376
  Delete(): void;
377
+ Delete(recursive: boolean): void;
382
378
  EnumerateDirectories(): IEnumerable_1<DirectoryInfo>;
383
379
  EnumerateDirectories(searchPattern: string): IEnumerable_1<DirectoryInfo>;
384
380
  EnumerateDirectories(searchPattern: string, searchOption: SearchOption): IEnumerable_1<DirectoryInfo>;
@@ -403,7 +399,6 @@ export interface DirectoryInfo$instance extends FileSystemInfo$instance {
403
399
  GetFileSystemInfos(searchPattern: string): FileSystemInfo[];
404
400
  GetFileSystemInfos(searchPattern: string, searchOption: SearchOption): FileSystemInfo[];
405
401
  GetFileSystemInfos(searchPattern: string, enumerationOptions: EnumerationOptions): FileSystemInfo[];
406
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
407
402
  MoveTo(destDirName: string): void;
408
403
  }
409
404
 
@@ -420,12 +415,11 @@ export interface __DirectoryInfo$views {
420
415
  export type DirectoryInfo = DirectoryInfo$instance & __DirectoryInfo$views;
421
416
 
422
417
 
423
- export interface DirectoryNotFoundException$instance extends IOException$instance {
418
+ export interface DirectoryNotFoundException$instance extends IOException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
424
419
  readonly __tsonic_type_System_IO_DirectoryNotFoundException: never;
425
420
 
426
421
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
427
422
 
428
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
429
423
  }
430
424
 
431
425
 
@@ -474,12 +468,11 @@ export interface __DriveInfo$views {
474
468
  export type DriveInfo = DriveInfo$instance & __DriveInfo$views;
475
469
 
476
470
 
477
- export interface DriveNotFoundException$instance extends IOException$instance {
471
+ export interface DriveNotFoundException$instance extends IOException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
478
472
  readonly __tsonic_type_System_IO_DriveNotFoundException: never;
479
473
 
480
474
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
481
475
 
482
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
483
476
  }
484
477
 
485
478
 
@@ -497,12 +490,11 @@ export interface __DriveNotFoundException$views {
497
490
  export type DriveNotFoundException = DriveNotFoundException$instance & __DriveNotFoundException$views;
498
491
 
499
492
 
500
- export interface EndOfStreamException$instance extends IOException$instance {
493
+ export interface EndOfStreamException$instance extends IOException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
501
494
  readonly __tsonic_type_System_IO_EndOfStreamException: never;
502
495
 
503
496
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
504
497
 
505
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
506
498
  }
507
499
 
508
500
 
@@ -555,7 +547,7 @@ export const ErrorEventArgs: {
555
547
 
556
548
  export type ErrorEventArgs = ErrorEventArgs$instance;
557
549
 
558
- export interface FileInfo$instance extends FileSystemInfo$instance {
550
+ export interface FileInfo$instance extends FileSystemInfo$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
559
551
  readonly __tsonic_type_System_IO_FileInfo: never;
560
552
 
561
553
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
@@ -574,7 +566,6 @@ export interface FileInfo$instance extends FileSystemInfo$instance {
574
566
  Decrypt(): void;
575
567
  Delete(): void;
576
568
  Encrypt(): void;
577
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
578
569
  MoveTo(destFileName: string): void;
579
570
  MoveTo(destFileName: string, overwrite: boolean): void;
580
571
  Open(options: FileStreamOptions): FileStream;
@@ -689,28 +680,24 @@ export interface FileStream$instance extends Stream$instance {
689
680
  EndWrite(asyncResult: IAsyncResult): void;
690
681
  Finalize(): void;
691
682
  Flush(): void;
683
+ Flush(flushToDisk: boolean): void;
692
684
  FlushAsync(cancellationToken: CancellationToken): Task;
693
685
  FlushAsync(): Task;
694
686
  Lock(position: long, length: long): void;
695
687
  Read(buffer: byte[], offset: int, count: int): int;
696
688
  Read(buffer: Span_1<System_Internal.Byte>): int;
697
- Read(buffer: Span_1<System_Internal.Byte>): int;
698
689
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
699
690
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
700
691
  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
692
  ReadByte(): int;
704
693
  Seek(offset: long, origin: SeekOrigin): long;
705
694
  SetLength(value: long): void;
706
695
  Unlock(position: long, length: long): void;
707
696
  Write(buffer: byte[], offset: int, count: int): void;
708
697
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
709
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
710
698
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
711
699
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
712
700
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
713
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
714
701
  WriteByte(value: byte): void;
715
702
  }
716
703
 
@@ -859,12 +846,11 @@ export interface __FileSystemWatcher$views {
859
846
  export type FileSystemWatcher = FileSystemWatcher$instance & __FileSystemWatcher$views;
860
847
 
861
848
 
862
- export interface InternalBufferOverflowException$instance extends SystemException {
849
+ export interface InternalBufferOverflowException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
863
850
  readonly __tsonic_type_System_IO_InternalBufferOverflowException: never;
864
851
 
865
852
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
866
853
 
867
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
868
854
  }
869
855
 
870
856
 
@@ -882,12 +868,11 @@ export interface __InternalBufferOverflowException$views {
882
868
  export type InternalBufferOverflowException = InternalBufferOverflowException$instance & __InternalBufferOverflowException$views;
883
869
 
884
870
 
885
- export interface InvalidDataException$instance extends SystemException {
871
+ export interface InvalidDataException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
886
872
  readonly __tsonic_type_System_IO_InvalidDataException: never;
887
873
 
888
874
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
889
875
 
890
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
891
876
  }
892
877
 
893
878
 
@@ -905,12 +890,11 @@ export interface __InvalidDataException$views {
905
890
  export type InvalidDataException = InvalidDataException$instance & __InvalidDataException$views;
906
891
 
907
892
 
908
- export interface IOException$instance extends SystemException {
893
+ export interface IOException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
909
894
  readonly __tsonic_type_System_IO_IOException: never;
910
895
 
911
896
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
912
897
 
913
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
914
898
  }
915
899
 
916
900
 
@@ -929,7 +913,7 @@ export interface __IOException$views {
929
913
  export type IOException = IOException$instance & __IOException$views;
930
914
 
931
915
 
932
- export interface MemoryStream$instance extends Stream$instance {
916
+ export interface MemoryStream$instance extends Stream$instance, System_Internal.IAsyncDisposable$instance {
933
917
  readonly __tsonic_type_System_IO_MemoryStream: never;
934
918
 
935
919
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -949,19 +933,15 @@ export interface MemoryStream$instance extends Stream$instance {
949
933
  CopyToAsync(destination: Stream, cancellationToken: CancellationToken): Task;
950
934
  Dispose(disposing: boolean): void;
951
935
  Dispose(): void;
952
- DisposeAsync(): ValueTask;
953
936
  Flush(): void;
954
937
  FlushAsync(cancellationToken: CancellationToken): Task;
955
938
  FlushAsync(): Task;
956
939
  GetBuffer(): byte[];
957
940
  Read(buffer: byte[], offset: int, count: int): int;
958
941
  Read(buffer: Span_1<System_Internal.Byte>): int;
959
- Read(buffer: Span_1<System_Internal.Byte>): int;
960
942
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
961
943
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
962
944
  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
945
  ReadByte(): int;
966
946
  Seek(offset: long, loc: SeekOrigin): long;
967
947
  SetLength(value: long): void;
@@ -969,11 +949,9 @@ export interface MemoryStream$instance extends Stream$instance {
969
949
  TryGetBuffer(buffer: ArraySegment_1<System_Internal.Byte>): boolean;
970
950
  Write(buffer: byte[], offset: int, count: int): void;
971
951
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
972
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
973
952
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
974
953
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
975
954
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
976
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
977
955
  WriteByte(value: byte): void;
978
956
  WriteTo(stream: Stream): void;
979
957
  }
@@ -998,12 +976,11 @@ export interface __MemoryStream$views {
998
976
  export type MemoryStream = MemoryStream$instance & __MemoryStream$views;
999
977
 
1000
978
 
1001
- export interface PathTooLongException$instance extends IOException$instance {
979
+ export interface PathTooLongException$instance extends IOException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1002
980
  readonly __tsonic_type_System_IO_PathTooLongException: never;
1003
981
 
1004
982
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1005
983
 
1006
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1007
984
  }
1008
985
 
1009
986
 
@@ -1124,28 +1101,18 @@ export interface StreamReader$instance extends TextReader$instance {
1124
1101
  Read(): int;
1125
1102
  Read(buffer: char[], index: int, count: int): int;
1126
1103
  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
1104
  ReadAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1131
1105
  ReadAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1132
1106
  ReadBlock(buffer: char[], index: int, count: int): int;
1133
1107
  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
1108
  ReadBlockAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1138
1109
  ReadBlockAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1139
1110
  ReadLine(): string | undefined;
1140
1111
  ReadLineAsync(): Task_1<string | undefined>;
1141
1112
  ReadLineAsync(cancellationToken: CancellationToken): ValueTask_1<System_Internal.String>;
1142
- ReadLineAsync(): Task_1<string | undefined>;
1143
- ReadLineAsync(cancellationToken: CancellationToken): ValueTask_1<System_Internal.String>;
1144
1113
  ReadToEnd(): string;
1145
1114
  ReadToEndAsync(): Task_1<System_Internal.String>;
1146
1115
  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
1116
  }
1150
1117
 
1151
1118
 
@@ -1199,7 +1166,6 @@ export interface StreamWriter$instance extends TextWriter$instance {
1199
1166
  Write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
1200
1167
  Write(format: string, ...arg: unknown[]): void;
1201
1168
  Write(format: string, arg: ReadOnlySpan_1<unknown>): void;
1202
- Write(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1203
1169
  Write(value: boolean): void;
1204
1170
  Write(value: int): void;
1205
1171
  Write(value: uint): void;
@@ -1210,14 +1176,12 @@ export interface StreamWriter$instance extends TextWriter$instance {
1210
1176
  Write(value: decimal): void;
1211
1177
  Write(value: unknown): void;
1212
1178
  Write(value: StringBuilder): void;
1213
- Write(format: string, arg: ReadOnlySpan_1<unknown>): void;
1214
1179
  WriteAsync(value: char): Task;
1215
1180
  WriteAsync(value: string): Task;
1216
1181
  WriteAsync(buffer: char[], index: int, count: int): Task;
1217
1182
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1218
1183
  WriteAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
1219
1184
  WriteAsync(buffer: char[]): Task;
1220
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1221
1185
  WriteLine(value: string): void;
1222
1186
  WriteLine(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1223
1187
  WriteLine(format: string, arg0: unknown): void;
@@ -1229,7 +1193,6 @@ export interface StreamWriter$instance extends TextWriter$instance {
1229
1193
  WriteLine(value: char): void;
1230
1194
  WriteLine(buffer: char[]): void;
1231
1195
  WriteLine(buffer: char[], index: int, count: int): void;
1232
- WriteLine(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1233
1196
  WriteLine(value: boolean): void;
1234
1197
  WriteLine(value: int): void;
1235
1198
  WriteLine(value: uint): void;
@@ -1240,7 +1203,6 @@ export interface StreamWriter$instance extends TextWriter$instance {
1240
1203
  WriteLine(value: decimal): void;
1241
1204
  WriteLine(value: StringBuilder): void;
1242
1205
  WriteLine(value: unknown): void;
1243
- WriteLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
1244
1206
  WriteLineAsync(): Task;
1245
1207
  WriteLineAsync(value: char): Task;
1246
1208
  WriteLineAsync(value: string): Task;
@@ -1248,7 +1210,6 @@ export interface StreamWriter$instance extends TextWriter$instance {
1248
1210
  WriteLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1249
1211
  WriteLineAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
1250
1212
  WriteLineAsync(buffer: char[]): Task;
1251
- WriteLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1252
1213
  }
1253
1214
 
1254
1215
 
@@ -1286,28 +1247,18 @@ export interface StringReader$instance extends TextReader$instance {
1286
1247
  Read(): int;
1287
1248
  Read(buffer: char[], index: int, count: int): int;
1288
1249
  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
1250
  ReadAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1293
1251
  ReadAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1294
1252
  ReadBlock(buffer: Span_1<System_Internal.Char>): int;
1295
1253
  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
1254
  ReadBlockAsync(buffer: char[], index: int, count: int): Task_1<System_Internal.Int32>;
1300
1255
  ReadBlockAsync(buffer: Memory_1<System_Internal.Char>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1301
1256
  ReadLine(): string | undefined;
1302
1257
  ReadLineAsync(): Task_1<string | undefined>;
1303
1258
  ReadLineAsync(cancellationToken: CancellationToken): ValueTask_1<System_Internal.String>;
1304
- ReadLineAsync(): Task_1<string | undefined>;
1305
- ReadLineAsync(cancellationToken: CancellationToken): ValueTask_1<System_Internal.String>;
1306
1259
  ReadToEnd(): string;
1307
1260
  ReadToEndAsync(): Task_1<System_Internal.String>;
1308
1261
  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
1262
  }
1312
1263
 
1313
1264
 
@@ -1323,7 +1274,7 @@ export interface __StringReader$views {
1323
1274
  export type StringReader = StringReader$instance & __StringReader$views;
1324
1275
 
1325
1276
 
1326
- export interface StringWriter$instance extends TextWriter$instance {
1277
+ export interface StringWriter$instance extends TextWriter$instance, System_Internal.IAsyncDisposable$instance {
1327
1278
  readonly __tsonic_type_System_IO_StringWriter: never;
1328
1279
 
1329
1280
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -1333,7 +1284,6 @@ export interface StringWriter$instance extends TextWriter$instance {
1333
1284
  Close(): void;
1334
1285
  Dispose(disposing: boolean): void;
1335
1286
  Dispose(): void;
1336
- DisposeAsync(): ValueTask;
1337
1287
  FlushAsync(): Task;
1338
1288
  FlushAsync(cancellationToken: CancellationToken): Task;
1339
1289
  GetStringBuilder(): StringBuilder;
@@ -1344,7 +1294,6 @@ export interface StringWriter$instance extends TextWriter$instance {
1344
1294
  Write(value: string): void;
1345
1295
  Write(value: StringBuilder): void;
1346
1296
  Write(buffer: char[]): void;
1347
- Write(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1348
1297
  Write(value: boolean): void;
1349
1298
  Write(value: int): void;
1350
1299
  Write(value: uint): void;
@@ -1365,14 +1314,12 @@ export interface StringWriter$instance extends TextWriter$instance {
1365
1314
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1366
1315
  WriteAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
1367
1316
  WriteAsync(buffer: char[]): Task;
1368
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1369
1317
  WriteLine(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1370
1318
  WriteLine(value: StringBuilder): void;
1371
1319
  WriteLine(): void;
1372
1320
  WriteLine(value: char): void;
1373
1321
  WriteLine(buffer: char[]): void;
1374
1322
  WriteLine(buffer: char[], index: int, count: int): void;
1375
- WriteLine(buffer: ReadOnlySpan_1<System_Internal.Char>): void;
1376
1323
  WriteLine(value: boolean): void;
1377
1324
  WriteLine(value: int): void;
1378
1325
  WriteLine(value: uint): void;
@@ -1394,7 +1341,6 @@ export interface StringWriter$instance extends TextWriter$instance {
1394
1341
  WriteLineAsync(buffer: char[], index: int, count: int): Task;
1395
1342
  WriteLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1396
1343
  WriteLineAsync(buffer: char[]): Task;
1397
- WriteLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
1398
1344
  WriteLineAsync(): Task;
1399
1345
  }
1400
1346
 
@@ -1599,7 +1545,7 @@ export interface __UnmanagedMemoryAccessor$views {
1599
1545
  export type UnmanagedMemoryAccessor = UnmanagedMemoryAccessor$instance & __UnmanagedMemoryAccessor$views;
1600
1546
 
1601
1547
 
1602
- export interface UnmanagedMemoryStream$instance extends Stream$instance {
1548
+ export interface UnmanagedMemoryStream$instance extends Stream$instance, System_Internal.IAsyncDisposable$instance {
1603
1549
  readonly __tsonic_type_System_IO_UnmanagedMemoryStream: never;
1604
1550
 
1605
1551
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -1614,28 +1560,22 @@ export interface UnmanagedMemoryStream$instance extends Stream$instance {
1614
1560
  PositionPointer: ptr<byte>;
1615
1561
  Dispose(disposing: boolean): void;
1616
1562
  Dispose(): void;
1617
- DisposeAsync(): ValueTask;
1618
1563
  Flush(): void;
1619
1564
  FlushAsync(cancellationToken: CancellationToken): Task;
1620
1565
  FlushAsync(): Task;
1621
1566
  Read(buffer: byte[], offset: int, count: int): int;
1622
1567
  Read(buffer: Span_1<System_Internal.Byte>): int;
1623
- Read(buffer: Span_1<System_Internal.Byte>): int;
1624
1568
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
1625
1569
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
1626
1570
  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
1571
  ReadByte(): int;
1630
1572
  Seek(offset: long, loc: SeekOrigin): long;
1631
1573
  SetLength(value: long): void;
1632
1574
  Write(buffer: byte[], offset: int, count: int): void;
1633
1575
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
1634
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
1635
1576
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
1636
1577
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
1637
1578
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
1638
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
1639
1579
  WriteByte(value: byte): void;
1640
1580
  }
1641
1581