@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
@@ -5531,7 +5531,7 @@
5531
5531
  "isAbstract": false,
5532
5532
  "isVirtual": true,
5533
5533
  "isOverride": false,
5534
- "isSealed": false,
5534
+ "isSealed": true,
5535
5535
  "visibility": "Public",
5536
5536
  "declaringClrType": "System.Net.Security.AuthenticatedStream",
5537
5537
  "declaringAssemblyName": "System.Net.Security",
@@ -7500,7 +7500,7 @@
7500
7500
  "isAbstract": false,
7501
7501
  "isVirtual": true,
7502
7502
  "isOverride": false,
7503
- "isSealed": false,
7503
+ "isSealed": true,
7504
7504
  "visibility": "Public",
7505
7505
  "declaringClrType": "System.Net.Security.NegotiateStream",
7506
7506
  "declaringAssemblyName": "System.Net.Security",
@@ -7527,11 +7527,11 @@
7527
7527
  "isExtensionMethod": false
7528
7528
  },
7529
7529
  {
7530
- "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::Read(System.Span_1):System.Int32",
7530
+ "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::Read(System.Span_1\u003CSystem.Byte\u003E):System.Int32",
7531
7531
  "clrName": "Read",
7532
7532
  "metadataToken": 0,
7533
- "canonicalSignature": "(System.Span_1):System.Int32",
7534
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
7533
+ "canonicalSignature": "(System.Span_1\u003CSystem.Byte\u003E):System.Int32",
7534
+ "normalizedSignature": "Read|(System.Span_1\u003CSystem.Byte\u003E):System.Int32|static=false",
7535
7535
  "emitScope": "ClassSurface",
7536
7536
  "provenance": "BaseOverload",
7537
7537
  "arity": 0,
@@ -7547,11 +7547,11 @@
7547
7547
  "isExtensionMethod": false
7548
7548
  },
7549
7549
  {
7550
- "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
7550
+ "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
7551
7551
  "clrName": "ReadAsync",
7552
7552
  "metadataToken": 0,
7553
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
7554
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
7553
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
7554
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
7555
7555
  "emitScope": "ClassSurface",
7556
7556
  "provenance": "BaseOverload",
7557
7557
  "arity": 0,
@@ -7567,51 +7567,11 @@
7567
7567
  "isExtensionMethod": false
7568
7568
  },
7569
7569
  {
7570
- "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
7571
- "clrName": "ReadAsync",
7572
- "metadataToken": 0,
7573
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
7574
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
7575
- "emitScope": "ClassSurface",
7576
- "provenance": "BaseOverload",
7577
- "arity": 0,
7578
- "parameterCount": 4,
7579
- "isStatic": false,
7580
- "isAbstract": false,
7581
- "isVirtual": true,
7582
- "isOverride": false,
7583
- "isSealed": false,
7584
- "visibility": "Public",
7585
- "declaringClrType": "System.Net.Security.NegotiateStream",
7586
- "declaringAssemblyName": "System.Net.Security",
7587
- "isExtensionMethod": false
7588
- },
7589
- {
7590
- "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
7591
- "clrName": "ReadAsync",
7592
- "metadataToken": 0,
7593
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
7594
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
7595
- "emitScope": "ClassSurface",
7596
- "provenance": "BaseOverload",
7597
- "arity": 0,
7598
- "parameterCount": 2,
7599
- "isStatic": false,
7600
- "isAbstract": false,
7601
- "isVirtual": true,
7602
- "isOverride": false,
7603
- "isSealed": false,
7604
- "visibility": "Public",
7605
- "declaringClrType": "System.Net.Security.NegotiateStream",
7606
- "declaringAssemblyName": "System.Net.Security",
7607
- "isExtensionMethod": false
7608
- },
7609
- {
7610
- "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::Write(System.ReadOnlySpan_1):System.Void",
7570
+ "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::Write(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Void",
7611
7571
  "clrName": "Write",
7612
7572
  "metadataToken": 0,
7613
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
7614
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
7573
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Void",
7574
+ "normalizedSignature": "Write|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Void|static=false",
7615
7575
  "emitScope": "ClassSurface",
7616
7576
  "provenance": "BaseOverload",
7617
7577
  "arity": 0,
@@ -7645,26 +7605,6 @@
7645
7605
  "declaringClrType": "System.Net.Security.NegotiateStream",
7646
7606
  "declaringAssemblyName": "System.Net.Security",
7647
7607
  "isExtensionMethod": false
7648
- },
7649
- {
7650
- "stableId": "System.Net.Security:System.Net.Security.NegotiateStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
7651
- "clrName": "WriteAsync",
7652
- "metadataToken": 0,
7653
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
7654
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
7655
- "emitScope": "ClassSurface",
7656
- "provenance": "BaseOverload",
7657
- "arity": 0,
7658
- "parameterCount": 2,
7659
- "isStatic": false,
7660
- "isAbstract": false,
7661
- "isVirtual": true,
7662
- "isOverride": false,
7663
- "isSealed": false,
7664
- "visibility": "Public",
7665
- "declaringClrType": "System.Net.Security.NegotiateStream",
7666
- "declaringAssemblyName": "System.Net.Security",
7667
- "isExtensionMethod": false
7668
7608
  }
7669
7609
  ],
7670
7610
  "properties": [
@@ -9743,7 +9683,7 @@
9743
9683
  "isAbstract": false,
9744
9684
  "isVirtual": true,
9745
9685
  "isOverride": false,
9746
- "isSealed": false,
9686
+ "isSealed": true,
9747
9687
  "visibility": "Public",
9748
9688
  "declaringClrType": "System.Net.Security.SslStream",
9749
9689
  "declaringAssemblyName": "System.Net.Security",
@@ -9770,31 +9710,11 @@
9770
9710
  "isExtensionMethod": false
9771
9711
  },
9772
9712
  {
9773
- "stableId": "System.Net.Security:System.Net.Security.SslStream::Read(System.Span_1):System.Int32",
9774
- "clrName": "Read",
9775
- "metadataToken": 0,
9776
- "canonicalSignature": "(System.Span_1):System.Int32",
9777
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
9778
- "emitScope": "ClassSurface",
9779
- "provenance": "BaseOverload",
9780
- "arity": 0,
9781
- "parameterCount": 1,
9782
- "isStatic": false,
9783
- "isAbstract": false,
9784
- "isVirtual": true,
9785
- "isOverride": false,
9786
- "isSealed": false,
9787
- "visibility": "Public",
9788
- "declaringClrType": "System.Net.Security.SslStream",
9789
- "declaringAssemblyName": "System.Net.Security",
9790
- "isExtensionMethod": false
9791
- },
9792
- {
9793
- "stableId": "System.Net.Security:System.Net.Security.SslStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
9713
+ "stableId": "System.Net.Security:System.Net.Security.SslStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
9794
9714
  "clrName": "ReadAsync",
9795
9715
  "metadataToken": 0,
9796
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
9797
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
9716
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
9717
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
9798
9718
  "emitScope": "ClassSurface",
9799
9719
  "provenance": "BaseOverload",
9800
9720
  "arity": 0,
@@ -9809,66 +9729,6 @@
9809
9729
  "declaringAssemblyName": "System.Net.Security",
9810
9730
  "isExtensionMethod": false
9811
9731
  },
9812
- {
9813
- "stableId": "System.Net.Security:System.Net.Security.SslStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
9814
- "clrName": "ReadAsync",
9815
- "metadataToken": 0,
9816
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
9817
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
9818
- "emitScope": "ClassSurface",
9819
- "provenance": "BaseOverload",
9820
- "arity": 0,
9821
- "parameterCount": 4,
9822
- "isStatic": false,
9823
- "isAbstract": false,
9824
- "isVirtual": true,
9825
- "isOverride": false,
9826
- "isSealed": false,
9827
- "visibility": "Public",
9828
- "declaringClrType": "System.Net.Security.SslStream",
9829
- "declaringAssemblyName": "System.Net.Security",
9830
- "isExtensionMethod": false
9831
- },
9832
- {
9833
- "stableId": "System.Net.Security:System.Net.Security.SslStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
9834
- "clrName": "ReadAsync",
9835
- "metadataToken": 0,
9836
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
9837
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
9838
- "emitScope": "ClassSurface",
9839
- "provenance": "BaseOverload",
9840
- "arity": 0,
9841
- "parameterCount": 2,
9842
- "isStatic": false,
9843
- "isAbstract": false,
9844
- "isVirtual": true,
9845
- "isOverride": false,
9846
- "isSealed": false,
9847
- "visibility": "Public",
9848
- "declaringClrType": "System.Net.Security.SslStream",
9849
- "declaringAssemblyName": "System.Net.Security",
9850
- "isExtensionMethod": false
9851
- },
9852
- {
9853
- "stableId": "System.Net.Security:System.Net.Security.SslStream::Write(System.ReadOnlySpan_1):System.Void",
9854
- "clrName": "Write",
9855
- "metadataToken": 0,
9856
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
9857
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
9858
- "emitScope": "ClassSurface",
9859
- "provenance": "BaseOverload",
9860
- "arity": 0,
9861
- "parameterCount": 1,
9862
- "isStatic": false,
9863
- "isAbstract": false,
9864
- "isVirtual": true,
9865
- "isOverride": false,
9866
- "isSealed": false,
9867
- "visibility": "Public",
9868
- "declaringClrType": "System.Net.Security.SslStream",
9869
- "declaringAssemblyName": "System.Net.Security",
9870
- "isExtensionMethod": false
9871
- },
9872
9732
  {
9873
9733
  "stableId": "System.Net.Security:System.Net.Security.SslStream::WriteAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task",
9874
9734
  "clrName": "WriteAsync",
@@ -9888,26 +9748,6 @@
9888
9748
  "declaringClrType": "System.Net.Security.SslStream",
9889
9749
  "declaringAssemblyName": "System.Net.Security",
9890
9750
  "isExtensionMethod": false
9891
- },
9892
- {
9893
- "stableId": "System.Net.Security:System.Net.Security.SslStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
9894
- "clrName": "WriteAsync",
9895
- "metadataToken": 0,
9896
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
9897
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
9898
- "emitScope": "ClassSurface",
9899
- "provenance": "BaseOverload",
9900
- "arity": 0,
9901
- "parameterCount": 2,
9902
- "isStatic": false,
9903
- "isAbstract": false,
9904
- "isVirtual": true,
9905
- "isOverride": false,
9906
- "isSealed": false,
9907
- "visibility": "Public",
9908
- "declaringClrType": "System.Net.Security.SslStream",
9909
- "declaringAssemblyName": "System.Net.Security",
9910
- "isExtensionMethod": false
9911
9751
  }
9912
9752
  ],
9913
9753
  "properties": [
@@ -667,8 +667,6 @@ export interface NegotiateStream$instance extends AuthenticatedStream$instance {
667
667
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
668
668
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
669
669
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
670
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
671
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
672
670
  Seek(offset: long, origin: SeekOrigin): long;
673
671
  SetLength(value: long): void;
674
672
  Write(buffer: byte[], offset: int, count: int): void;
@@ -676,7 +674,6 @@ export interface NegotiateStream$instance extends AuthenticatedStream$instance {
676
674
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
677
675
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
678
676
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
679
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
680
677
  }
681
678
 
682
679
 
@@ -851,12 +848,9 @@ export interface SslStream$instance extends AuthenticatedStream$instance {
851
848
  NegotiateClientCertificateAsync(cancellationToken?: CancellationToken): Task;
852
849
  Read(buffer: Span_1<System_Internal.Byte>): int;
853
850
  Read(buffer: byte[], offset: int, count: int): int;
854
- Read(buffer: Span_1<System_Internal.Byte>): int;
855
851
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
856
852
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
857
853
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
858
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
859
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
860
854
  ReadByte(): int;
861
855
  Seek(offset: long, origin: SeekOrigin): long;
862
856
  SetLength(value: long): void;
@@ -864,11 +858,9 @@ export interface SslStream$instance extends AuthenticatedStream$instance {
864
858
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
865
859
  Write(buffer: byte[]): void;
866
860
  Write(buffer: byte[], offset: int, count: int): void;
867
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
868
861
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
869
862
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
870
863
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
871
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
872
864
  WriteByte(value: byte): void;
873
865
  }
874
866
 
@@ -5390,27 +5390,7 @@
5390
5390
  "isAbstract": false,
5391
5391
  "isVirtual": true,
5392
5392
  "isOverride": false,
5393
- "isSealed": false,
5394
- "visibility": "Public",
5395
- "declaringClrType": "System.Net.Sockets.NetworkStream",
5396
- "declaringAssemblyName": "System.Net.Sockets",
5397
- "isExtensionMethod": false
5398
- },
5399
- {
5400
- "stableId": "System.Net.Sockets:System.Net.Sockets.NetworkStream::DisposeAsync():System.Threading.Tasks.ValueTask",
5401
- "clrName": "DisposeAsync",
5402
- "metadataToken": 0,
5403
- "canonicalSignature": "():System.Threading.Tasks.ValueTask",
5404
- "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
5405
- "emitScope": "ClassSurface",
5406
- "provenance": "BaseOverload",
5407
- "arity": 0,
5408
- "parameterCount": 0,
5409
- "isStatic": false,
5410
- "isAbstract": false,
5411
- "isVirtual": true,
5412
- "isOverride": false,
5413
- "isSealed": false,
5393
+ "isSealed": true,
5414
5394
  "visibility": "Public",
5415
5395
  "declaringClrType": "System.Net.Sockets.NetworkStream",
5416
5396
  "declaringAssemblyName": "System.Net.Sockets",
@@ -5437,31 +5417,11 @@
5437
5417
  "isExtensionMethod": false
5438
5418
  },
5439
5419
  {
5440
- "stableId": "System.Net.Sockets:System.Net.Sockets.NetworkStream::Read(System.Span_1):System.Int32",
5441
- "clrName": "Read",
5442
- "metadataToken": 0,
5443
- "canonicalSignature": "(System.Span_1):System.Int32",
5444
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
5445
- "emitScope": "ClassSurface",
5446
- "provenance": "BaseOverload",
5447
- "arity": 0,
5448
- "parameterCount": 1,
5449
- "isStatic": false,
5450
- "isAbstract": false,
5451
- "isVirtual": true,
5452
- "isOverride": false,
5453
- "isSealed": false,
5454
- "visibility": "Public",
5455
- "declaringClrType": "System.Net.Sockets.NetworkStream",
5456
- "declaringAssemblyName": "System.Net.Sockets",
5457
- "isExtensionMethod": false
5458
- },
5459
- {
5460
- "stableId": "System.Net.Sockets:System.Net.Sockets.NetworkStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
5420
+ "stableId": "System.Net.Sockets:System.Net.Sockets.NetworkStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
5461
5421
  "clrName": "ReadAsync",
5462
5422
  "metadataToken": 0,
5463
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
5464
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
5423
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
5424
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
5465
5425
  "emitScope": "ClassSurface",
5466
5426
  "provenance": "BaseOverload",
5467
5427
  "arity": 0,
@@ -5476,66 +5436,6 @@
5476
5436
  "declaringAssemblyName": "System.Net.Sockets",
5477
5437
  "isExtensionMethod": false
5478
5438
  },
5479
- {
5480
- "stableId": "System.Net.Sockets:System.Net.Sockets.NetworkStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
5481
- "clrName": "ReadAsync",
5482
- "metadataToken": 0,
5483
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
5484
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
5485
- "emitScope": "ClassSurface",
5486
- "provenance": "BaseOverload",
5487
- "arity": 0,
5488
- "parameterCount": 4,
5489
- "isStatic": false,
5490
- "isAbstract": false,
5491
- "isVirtual": true,
5492
- "isOverride": false,
5493
- "isSealed": false,
5494
- "visibility": "Public",
5495
- "declaringClrType": "System.Net.Sockets.NetworkStream",
5496
- "declaringAssemblyName": "System.Net.Sockets",
5497
- "isExtensionMethod": false
5498
- },
5499
- {
5500
- "stableId": "System.Net.Sockets:System.Net.Sockets.NetworkStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
5501
- "clrName": "ReadAsync",
5502
- "metadataToken": 0,
5503
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
5504
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
5505
- "emitScope": "ClassSurface",
5506
- "provenance": "BaseOverload",
5507
- "arity": 0,
5508
- "parameterCount": 2,
5509
- "isStatic": false,
5510
- "isAbstract": false,
5511
- "isVirtual": true,
5512
- "isOverride": false,
5513
- "isSealed": false,
5514
- "visibility": "Public",
5515
- "declaringClrType": "System.Net.Sockets.NetworkStream",
5516
- "declaringAssemblyName": "System.Net.Sockets",
5517
- "isExtensionMethod": false
5518
- },
5519
- {
5520
- "stableId": "System.Net.Sockets:System.Net.Sockets.NetworkStream::Write(System.ReadOnlySpan_1):System.Void",
5521
- "clrName": "Write",
5522
- "metadataToken": 0,
5523
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
5524
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
5525
- "emitScope": "ClassSurface",
5526
- "provenance": "BaseOverload",
5527
- "arity": 0,
5528
- "parameterCount": 1,
5529
- "isStatic": false,
5530
- "isAbstract": false,
5531
- "isVirtual": true,
5532
- "isOverride": false,
5533
- "isSealed": false,
5534
- "visibility": "Public",
5535
- "declaringClrType": "System.Net.Sockets.NetworkStream",
5536
- "declaringAssemblyName": "System.Net.Sockets",
5537
- "isExtensionMethod": false
5538
- },
5539
5439
  {
5540
5440
  "stableId": "System.Net.Sockets:System.Net.Sockets.NetworkStream::WriteAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task",
5541
5441
  "clrName": "WriteAsync",
@@ -5555,26 +5455,6 @@
5555
5455
  "declaringClrType": "System.Net.Sockets.NetworkStream",
5556
5456
  "declaringAssemblyName": "System.Net.Sockets",
5557
5457
  "isExtensionMethod": false
5558
- },
5559
- {
5560
- "stableId": "System.Net.Sockets:System.Net.Sockets.NetworkStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
5561
- "clrName": "WriteAsync",
5562
- "metadataToken": 0,
5563
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
5564
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
5565
- "emitScope": "ClassSurface",
5566
- "provenance": "BaseOverload",
5567
- "arity": 0,
5568
- "parameterCount": 2,
5569
- "isStatic": false,
5570
- "isAbstract": false,
5571
- "isVirtual": true,
5572
- "isOverride": false,
5573
- "isSealed": false,
5574
- "visibility": "Public",
5575
- "declaringClrType": "System.Net.Sockets.NetworkStream",
5576
- "declaringAssemblyName": "System.Net.Sockets",
5577
- "isExtensionMethod": false
5578
5458
  }
5579
5459
  ],
5580
5460
  "properties": [
@@ -5918,46 +5798,6 @@
5918
5798
  "declaringAssemblyName": "System.Private.CoreLib",
5919
5799
  "isExtensionMethod": false,
5920
5800
  "sourceInterface": "System.IDisposable"
5921
- },
5922
- {
5923
- "stableId": "System.Net.Sockets:System.Net.Sockets.SafeSocketHandle::Dispose():System.Void",
5924
- "clrName": "Dispose",
5925
- "metadataToken": 0,
5926
- "canonicalSignature": "():System.Void",
5927
- "normalizedSignature": "Dispose|():System.Void|static=false",
5928
- "emitScope": "ClassSurface",
5929
- "provenance": "BaseOverload",
5930
- "arity": 0,
5931
- "parameterCount": 0,
5932
- "isStatic": false,
5933
- "isAbstract": false,
5934
- "isVirtual": true,
5935
- "isOverride": false,
5936
- "isSealed": false,
5937
- "visibility": "Public",
5938
- "declaringClrType": "System.Net.Sockets.SafeSocketHandle",
5939
- "declaringAssemblyName": "System.Net.Sockets",
5940
- "isExtensionMethod": false
5941
- },
5942
- {
5943
- "stableId": "System.Net.Sockets:System.Net.Sockets.SafeSocketHandle::Dispose(System.Boolean):System.Void",
5944
- "clrName": "Dispose",
5945
- "metadataToken": 0,
5946
- "canonicalSignature": "(System.Boolean):System.Void",
5947
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
5948
- "emitScope": "ClassSurface",
5949
- "provenance": "BaseOverload",
5950
- "arity": 0,
5951
- "parameterCount": 1,
5952
- "isStatic": false,
5953
- "isAbstract": false,
5954
- "isVirtual": true,
5955
- "isOverride": false,
5956
- "isSealed": false,
5957
- "visibility": "Protected",
5958
- "declaringClrType": "System.Net.Sockets.SafeSocketHandle",
5959
- "declaringAssemblyName": "System.Net.Sockets",
5960
- "isExtensionMethod": false
5961
5801
  }
5962
5802
  ],
5963
5803
  "properties": [
@@ -10943,26 +10783,6 @@
10943
10783
  "declaringAssemblyName": "System.Private.CoreLib",
10944
10784
  "isExtensionMethod": false,
10945
10785
  "sourceInterface": "System.Runtime.Serialization.ISerializable"
10946
- },
10947
- {
10948
- "stableId": "System.Net.Primitives:System.Net.Sockets.SocketException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
10949
- "clrName": "GetObjectData",
10950
- "metadataToken": 0,
10951
- "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
10952
- "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
10953
- "emitScope": "ClassSurface",
10954
- "provenance": "BaseOverload",
10955
- "arity": 0,
10956
- "parameterCount": 2,
10957
- "isStatic": false,
10958
- "isAbstract": false,
10959
- "isVirtual": true,
10960
- "isOverride": false,
10961
- "isSealed": false,
10962
- "visibility": "Public",
10963
- "declaringClrType": "System.Net.Sockets.SocketException",
10964
- "declaringAssemblyName": "System.Net.Primitives",
10965
- "isExtensionMethod": false
10966
10786
  }
10967
10787
  ],
10968
10788
  "properties": [
@@ -514,7 +514,7 @@ export const MulticastOption: {
514
514
 
515
515
  export type MulticastOption = MulticastOption$instance;
516
516
 
517
- export interface NetworkStream$instance extends Stream {
517
+ export interface NetworkStream$instance extends Stream, System_Internal.IAsyncDisposable$instance {
518
518
  readonly __tsonic_type_System_Net_Sockets_NetworkStream: never;
519
519
 
520
520
  readonly __tsonic_iface_System_IAsyncDisposable: never;
@@ -532,11 +532,11 @@ export interface NetworkStream$instance extends Stream {
532
532
  WriteTimeout: int;
533
533
  BeginRead(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state: unknown): IAsyncResult;
534
534
  BeginWrite(buffer: byte[], offset: int, count: int, callback: AsyncCallback, state: unknown): IAsyncResult;
535
+ Close(timeout: int): void;
535
536
  Close(timeout: TimeSpan): void;
536
537
  Close(): void;
537
538
  Dispose(disposing: boolean): void;
538
539
  Dispose(): void;
539
- DisposeAsync(): ValueTask;
540
540
  EndRead(asyncResult: IAsyncResult): int;
541
541
  EndWrite(asyncResult: IAsyncResult): void;
542
542
  Finalize(): void;
@@ -545,22 +545,17 @@ export interface NetworkStream$instance extends Stream {
545
545
  FlushAsync(): Task;
546
546
  Read(buffer: byte[], offset: int, count: int): int;
547
547
  Read(buffer: Span_1<System_Internal.Byte>): int;
548
- Read(buffer: Span_1<System_Internal.Byte>): int;
549
548
  ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
550
549
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
551
550
  ReadAsync(buffer: byte[], offset: int, count: int): Task_1<System_Internal.Int32>;
552
- ReadAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
553
- ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
554
551
  ReadByte(): int;
555
552
  Seek(offset: long, origin: SeekOrigin): long;
556
553
  SetLength(value: long): void;
557
554
  Write(buffer: byte[], offset: int, count: int): void;
558
555
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
559
- Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
560
556
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
561
557
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
562
558
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
563
- WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
564
559
  WriteByte(value: byte): void;
565
560
  }
566
561
 
@@ -587,8 +582,6 @@ export interface SafeSocketHandle$instance extends SafeHandleMinusOneIsInvalid {
587
582
  readonly __tsonic_iface_System_IDisposable: never;
588
583
 
589
584
  readonly IsInvalid: boolean;
590
- Dispose(): void;
591
- Dispose(disposing: boolean): void;
592
585
  ReleaseHandle(): boolean;
593
586
  }
594
587
 
@@ -913,7 +906,6 @@ export interface SocketException$instance extends Win32Exception {
913
906
  readonly ErrorCode: int;
914
907
  readonly Message: string;
915
908
  readonly SocketErrorCode: SocketError;
916
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
917
909
  }
918
910
 
919
911