@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
@@ -96,10 +96,7 @@ export interface ByteArrayContent$instance extends HttpContent$instance {
96
96
 
97
97
  CreateContentReadStream(cancellationToken: CancellationToken): Stream;
98
98
  CreateContentReadStreamAsync(): Task_1<Stream>;
99
- CreateContentReadStreamAsync(): Task_1<Stream>;
100
99
  CreateContentReadStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
101
- Dispose(disposing: boolean): void;
102
- Dispose(): void;
103
100
  SerializeToStream(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): void;
104
101
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
105
102
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
@@ -131,7 +128,6 @@ export interface DelegatingHandler$instance extends HttpMessageHandler$instance
131
128
  Dispose(): void;
132
129
  Send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
133
130
  SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
134
- SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
135
131
  }
136
132
 
137
133
 
@@ -151,8 +147,6 @@ export interface FormUrlEncodedContent$instance extends ByteArrayContent$instanc
151
147
 
152
148
  readonly __tsonic_iface_System_IDisposable: never;
153
149
 
154
- Dispose(): void;
155
- Dispose(disposing: boolean): void;
156
150
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
157
151
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
158
152
  }
@@ -223,7 +217,6 @@ export interface HttpClient$instance extends HttpMessageInvoker$instance {
223
217
  PutAsync(requestUri: Uri, content: HttpContent, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
224
218
  Send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
225
219
  SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
226
- SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
227
220
  }
228
221
 
229
222
 
@@ -342,14 +335,13 @@ export interface __HttpContent$views {
342
335
  export type HttpContent = HttpContent$instance & __HttpContent$views;
343
336
 
344
337
 
345
- export interface HttpIOException$instance extends IOException {
338
+ export interface HttpIOException$instance extends IOException, System_Runtime_Serialization_Internal.ISerializable$instance {
346
339
  readonly __tsonic_type_System_Net_Http_HttpIOException: never;
347
340
 
348
341
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
349
342
 
350
343
  readonly HttpRequestError: HttpRequestError;
351
344
  readonly Message: string;
352
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
353
345
  }
354
346
 
355
347
 
@@ -452,13 +444,12 @@ export interface __HttpMethod$views {
452
444
  export type HttpMethod = HttpMethod$instance & __HttpMethod$views;
453
445
 
454
446
 
455
- export interface HttpProtocolException$instance extends HttpIOException$instance {
447
+ export interface HttpProtocolException$instance extends HttpIOException$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
456
448
  readonly __tsonic_type_System_Net_Http_HttpProtocolException: never;
457
449
 
458
450
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
459
451
 
460
452
  readonly ErrorCode: long;
461
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
462
453
  }
463
454
 
464
455
 
@@ -474,14 +465,13 @@ export interface __HttpProtocolException$views {
474
465
  export type HttpProtocolException = HttpProtocolException$instance & __HttpProtocolException$views;
475
466
 
476
467
 
477
- export interface HttpRequestException$instance extends Exception {
468
+ export interface HttpRequestException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
478
469
  readonly __tsonic_type_System_Net_Http_HttpRequestException: never;
479
470
 
480
471
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
481
472
 
482
473
  readonly HttpRequestError: HttpRequestError;
483
474
  readonly StatusCode: Nullable_1<HttpStatusCode>;
484
- GetObjectData(info: SerializationInfo, context: StreamingContext): void;
485
475
  }
486
476
 
487
477
 
@@ -608,13 +598,10 @@ export interface MessageProcessingHandler$instance extends DelegatingHandler$ins
608
598
 
609
599
  readonly __tsonic_iface_System_IDisposable: never;
610
600
 
611
- Dispose(disposing: boolean): void;
612
- Dispose(): void;
613
601
  ProcessRequest(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpRequestMessage;
614
602
  ProcessResponse(response: HttpResponseMessage, cancellationToken: CancellationToken): HttpResponseMessage;
615
603
  Send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
616
604
  SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
617
- SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
618
605
  }
619
606
 
620
607
 
@@ -642,8 +629,6 @@ export interface MultipartContent$instance extends HttpContent$instance {
642
629
  CreateContentReadStream(cancellationToken: CancellationToken): Stream;
643
630
  CreateContentReadStreamAsync(): Task_1<Stream>;
644
631
  CreateContentReadStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
645
- CreateContentReadStreamAsync(): Task_1<Stream>;
646
- CreateContentReadStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
647
632
  Dispose(disposing: boolean): void;
648
633
  Dispose(): void;
649
634
  GetEnumerator(): IEnumerator_1<HttpContent>;
@@ -678,10 +663,6 @@ export interface MultipartFormDataContent$instance extends MultipartContent$inst
678
663
  readonly __tsonic_iface_System_IDisposable: never;
679
664
 
680
665
  Add(content: HttpContent): void;
681
- Dispose(disposing: boolean): void;
682
- Dispose(): void;
683
- GetEnumerator(): IEnumerator_1<HttpContent>;
684
- GetEnumerator(): IEnumerator;
685
666
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
686
667
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
687
668
  }
@@ -709,10 +690,7 @@ export interface ReadOnlyMemoryContent$instance extends HttpContent$instance {
709
690
 
710
691
  CreateContentReadStream(cancellationToken: CancellationToken): Stream;
711
692
  CreateContentReadStreamAsync(): Task_1<Stream>;
712
- CreateContentReadStreamAsync(): Task_1<Stream>;
713
693
  CreateContentReadStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
714
- Dispose(disposing: boolean): void;
715
- Dispose(): void;
716
694
  SerializeToStream(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): void;
717
695
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
718
696
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
@@ -834,7 +812,6 @@ export interface StreamContent$instance extends HttpContent$instance {
834
812
 
835
813
  CreateContentReadStream(cancellationToken: CancellationToken): Stream;
836
814
  CreateContentReadStreamAsync(): Task_1<Stream>;
837
- CreateContentReadStreamAsync(): Task_1<Stream>;
838
815
  CreateContentReadStreamAsync(cancellationToken: CancellationToken): Task_1<Stream>;
839
816
  Dispose(disposing: boolean): void;
840
817
  Dispose(): void;
@@ -863,8 +840,6 @@ export interface StringContent$instance extends ByteArrayContent$instance {
863
840
 
864
841
  readonly __tsonic_iface_System_IDisposable: never;
865
842
 
866
- Dispose(): void;
867
- Dispose(disposing: boolean): void;
868
843
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
869
844
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
870
845
  }
@@ -2524,46 +2524,6 @@
2524
2524
  "declaringAssemblyName": "System.Private.CoreLib",
2525
2525
  "isExtensionMethod": false,
2526
2526
  "sourceInterface": "System.Collections.IEnumerable"
2527
- },
2528
- {
2529
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpContentHeaders::GetEnumerator():System.Collections.Generic.IEnumerator_1",
2530
- "clrName": "GetEnumerator",
2531
- "metadataToken": 0,
2532
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
2533
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
2534
- "emitScope": "ClassSurface",
2535
- "provenance": "BaseOverload",
2536
- "arity": 0,
2537
- "parameterCount": 0,
2538
- "isStatic": false,
2539
- "isAbstract": false,
2540
- "isVirtual": true,
2541
- "isOverride": false,
2542
- "isSealed": false,
2543
- "visibility": "Public",
2544
- "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2545
- "declaringAssemblyName": "System.Net.Http",
2546
- "isExtensionMethod": false
2547
- },
2548
- {
2549
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpContentHeaders::GetEnumerator():System.Collections.IEnumerator",
2550
- "clrName": "GetEnumerator",
2551
- "metadataToken": 0,
2552
- "canonicalSignature": "():System.Collections.IEnumerator",
2553
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
2554
- "emitScope": "ClassSurface",
2555
- "provenance": "BaseOverload",
2556
- "arity": 0,
2557
- "parameterCount": 0,
2558
- "isStatic": false,
2559
- "isAbstract": false,
2560
- "isVirtual": true,
2561
- "isOverride": false,
2562
- "isSealed": false,
2563
- "visibility": "Public",
2564
- "declaringClrType": "System.Net.Http.Headers.HttpContentHeaders",
2565
- "declaringAssemblyName": "System.Net.Http",
2566
- "isExtensionMethod": false
2567
2527
  }
2568
2528
  ],
2569
2529
  "properties": [
@@ -3616,46 +3576,6 @@
3616
3576
  "declaringAssemblyName": "System.Private.CoreLib",
3617
3577
  "isExtensionMethod": false,
3618
3578
  "sourceInterface": "System.Collections.IEnumerable"
3619
- },
3620
- {
3621
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpRequestHeaders::GetEnumerator():System.Collections.Generic.IEnumerator_1",
3622
- "clrName": "GetEnumerator",
3623
- "metadataToken": 0,
3624
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
3625
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
3626
- "emitScope": "ClassSurface",
3627
- "provenance": "BaseOverload",
3628
- "arity": 0,
3629
- "parameterCount": 0,
3630
- "isStatic": false,
3631
- "isAbstract": false,
3632
- "isVirtual": true,
3633
- "isOverride": false,
3634
- "isSealed": false,
3635
- "visibility": "Public",
3636
- "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3637
- "declaringAssemblyName": "System.Net.Http",
3638
- "isExtensionMethod": false
3639
- },
3640
- {
3641
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpRequestHeaders::GetEnumerator():System.Collections.IEnumerator",
3642
- "clrName": "GetEnumerator",
3643
- "metadataToken": 0,
3644
- "canonicalSignature": "():System.Collections.IEnumerator",
3645
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3646
- "emitScope": "ClassSurface",
3647
- "provenance": "BaseOverload",
3648
- "arity": 0,
3649
- "parameterCount": 0,
3650
- "isStatic": false,
3651
- "isAbstract": false,
3652
- "isVirtual": true,
3653
- "isOverride": false,
3654
- "isSealed": false,
3655
- "visibility": "Public",
3656
- "declaringClrType": "System.Net.Http.Headers.HttpRequestHeaders",
3657
- "declaringAssemblyName": "System.Net.Http",
3658
- "isExtensionMethod": false
3659
3579
  }
3660
3580
  ],
3661
3581
  "properties": [
@@ -4342,46 +4262,6 @@
4342
4262
  "declaringAssemblyName": "System.Private.CoreLib",
4343
4263
  "isExtensionMethod": false,
4344
4264
  "sourceInterface": "System.Collections.IEnumerable"
4345
- },
4346
- {
4347
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpResponseHeaders::GetEnumerator():System.Collections.Generic.IEnumerator_1",
4348
- "clrName": "GetEnumerator",
4349
- "metadataToken": 0,
4350
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1",
4351
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1|static=false",
4352
- "emitScope": "ClassSurface",
4353
- "provenance": "BaseOverload",
4354
- "arity": 0,
4355
- "parameterCount": 0,
4356
- "isStatic": false,
4357
- "isAbstract": false,
4358
- "isVirtual": true,
4359
- "isOverride": false,
4360
- "isSealed": false,
4361
- "visibility": "Public",
4362
- "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4363
- "declaringAssemblyName": "System.Net.Http",
4364
- "isExtensionMethod": false
4365
- },
4366
- {
4367
- "stableId": "System.Net.Http:System.Net.Http.Headers.HttpResponseHeaders::GetEnumerator():System.Collections.IEnumerator",
4368
- "clrName": "GetEnumerator",
4369
- "metadataToken": 0,
4370
- "canonicalSignature": "():System.Collections.IEnumerator",
4371
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
4372
- "emitScope": "ClassSurface",
4373
- "provenance": "BaseOverload",
4374
- "arity": 0,
4375
- "parameterCount": 0,
4376
- "isStatic": false,
4377
- "isAbstract": false,
4378
- "isVirtual": true,
4379
- "isOverride": false,
4380
- "isSealed": false,
4381
- "visibility": "Public",
4382
- "declaringClrType": "System.Net.Http.Headers.HttpResponseHeaders",
4383
- "declaringAssemblyName": "System.Net.Http",
4384
- "isExtensionMethod": false
4385
4265
  }
4386
4266
  ],
4387
4267
  "properties": [
@@ -5105,26 +4985,6 @@
5105
4985
  "declaringAssemblyName": "System.Private.CoreLib",
5106
4986
  "isExtensionMethod": false,
5107
4987
  "sourceInterface": "System.ICloneable"
5108
- },
5109
- {
5110
- "stableId": "System.Net.Http:System.Net.Http.Headers.MediaTypeWithQualityHeaderValue::Clone():System.Object",
5111
- "clrName": "Clone",
5112
- "metadataToken": 0,
5113
- "canonicalSignature": "():System.Object",
5114
- "normalizedSignature": "Clone|():System.Object|static=false",
5115
- "emitScope": "ClassSurface",
5116
- "provenance": "BaseOverload",
5117
- "arity": 0,
5118
- "parameterCount": 0,
5119
- "isStatic": false,
5120
- "isAbstract": false,
5121
- "isVirtual": true,
5122
- "isOverride": false,
5123
- "isSealed": false,
5124
- "visibility": "Public",
5125
- "declaringClrType": "System.Net.Http.Headers.MediaTypeWithQualityHeaderValue",
5126
- "declaringAssemblyName": "System.Net.Http",
5127
- "isExtensionMethod": false
5128
4988
  }
5129
4989
  ],
5130
4990
  "properties": [
@@ -5551,26 +5411,6 @@
5551
5411
  "declaringAssemblyName": "System.Private.CoreLib",
5552
5412
  "isExtensionMethod": false,
5553
5413
  "sourceInterface": "System.ICloneable"
5554
- },
5555
- {
5556
- "stableId": "System.Net.Http:System.Net.Http.Headers.NameValueWithParametersHeaderValue::Clone():System.Object",
5557
- "clrName": "Clone",
5558
- "metadataToken": 0,
5559
- "canonicalSignature": "():System.Object",
5560
- "normalizedSignature": "Clone|():System.Object|static=false",
5561
- "emitScope": "ClassSurface",
5562
- "provenance": "BaseOverload",
5563
- "arity": 0,
5564
- "parameterCount": 0,
5565
- "isStatic": false,
5566
- "isAbstract": false,
5567
- "isVirtual": true,
5568
- "isOverride": false,
5569
- "isSealed": false,
5570
- "visibility": "Public",
5571
- "declaringClrType": "System.Net.Http.Headers.NameValueWithParametersHeaderValue",
5572
- "declaringAssemblyName": "System.Net.Http",
5573
- "isExtensionMethod": false
5574
5414
  }
5575
5415
  ],
5576
5416
  "properties": [
@@ -7421,26 +7261,6 @@
7421
7261
  "declaringAssemblyName": "System.Private.CoreLib",
7422
7262
  "isExtensionMethod": false,
7423
7263
  "sourceInterface": "System.ICloneable"
7424
- },
7425
- {
7426
- "stableId": "System.Net.Http:System.Net.Http.Headers.TransferCodingWithQualityHeaderValue::Clone():System.Object",
7427
- "clrName": "Clone",
7428
- "metadataToken": 0,
7429
- "canonicalSignature": "():System.Object",
7430
- "normalizedSignature": "Clone|():System.Object|static=false",
7431
- "emitScope": "ClassSurface",
7432
- "provenance": "BaseOverload",
7433
- "arity": 0,
7434
- "parameterCount": 0,
7435
- "isStatic": false,
7436
- "isAbstract": false,
7437
- "isVirtual": true,
7438
- "isOverride": false,
7439
- "isSealed": false,
7440
- "visibility": "Public",
7441
- "declaringClrType": "System.Net.Http.Headers.TransferCodingWithQualityHeaderValue",
7442
- "declaringAssemblyName": "System.Net.Http",
7443
- "isExtensionMethod": false
7444
7264
  }
7445
7265
  ],
7446
7266
  "properties": [
@@ -317,8 +317,6 @@ export interface HttpContentHeaders$instance extends HttpHeaders$instance {
317
317
  set ContentType(value: MediaTypeHeaderValue | undefined);
318
318
  Expires: Nullable_1<DateTimeOffset>;
319
319
  LastModified: Nullable_1<DateTimeOffset>;
320
- GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, IEnumerable_1<System_Internal.String>>>;
321
- GetEnumerator(): IEnumerator;
322
320
  }
323
321
 
324
322
 
@@ -448,8 +446,6 @@ export interface HttpRequestHeaders$instance extends HttpHeaders$instance {
448
446
  readonly UserAgent: HttpHeaderValueCollection_1<ProductInfoHeaderValue>;
449
447
  readonly Via: HttpHeaderValueCollection_1<ViaHeaderValue>;
450
448
  readonly Warning: HttpHeaderValueCollection_1<WarningHeaderValue>;
451
- GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, IEnumerable_1<System_Internal.String>>>;
452
- GetEnumerator(): IEnumerator;
453
449
  }
454
450
 
455
451
 
@@ -495,8 +491,6 @@ export interface HttpResponseHeaders$instance extends HttpHeaders$instance {
495
491
  readonly Via: HttpHeaderValueCollection_1<ViaHeaderValue>;
496
492
  readonly Warning: HttpHeaderValueCollection_1<WarningHeaderValue>;
497
493
  readonly WwwAuthenticate: HttpHeaderValueCollection_1<AuthenticationHeaderValue>;
498
- GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, IEnumerable_1<System_Internal.String>>>;
499
- GetEnumerator(): IEnumerator;
500
494
  }
501
495
 
502
496
 
@@ -549,7 +543,6 @@ export interface MediaTypeWithQualityHeaderValue$instance extends MediaTypeHeade
549
543
  readonly __tsonic_iface_System_ICloneable: never;
550
544
 
551
545
  Quality: Nullable_1<System_Internal.Double>;
552
- Clone(): unknown;
553
546
  }
554
547
 
555
548
 
@@ -601,7 +594,6 @@ export interface NameValueWithParametersHeaderValue$instance extends NameValueHe
601
594
  readonly __tsonic_iface_System_ICloneable: never;
602
595
 
603
596
  readonly Parameters: ICollection_1<NameValueHeaderValue>;
604
- Clone(): unknown;
605
597
  Equals(obj: unknown): boolean;
606
598
  GetHashCode(): int;
607
599
  ToString(): string;
@@ -849,7 +841,6 @@ export interface TransferCodingWithQualityHeaderValue$instance extends TransferC
849
841
  readonly __tsonic_iface_System_ICloneable: never;
850
842
 
851
843
  Quality: Nullable_1<System_Internal.Double>;
852
- Clone(): unknown;
853
844
  }
854
845
 
855
846
 
@@ -212,46 +212,6 @@
212
212
  "declaringAssemblyName": "System.Private.CoreLib",
213
213
  "isExtensionMethod": false,
214
214
  "sourceInterface": "System.IDisposable"
215
- },
216
- {
217
- "stableId": "System.Net.Http.Json:System.Net.Http.Json.JsonContent::Dispose(System.Boolean):System.Void",
218
- "clrName": "Dispose",
219
- "metadataToken": 0,
220
- "canonicalSignature": "(System.Boolean):System.Void",
221
- "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
222
- "emitScope": "ClassSurface",
223
- "provenance": "BaseOverload",
224
- "arity": 0,
225
- "parameterCount": 1,
226
- "isStatic": false,
227
- "isAbstract": false,
228
- "isVirtual": true,
229
- "isOverride": false,
230
- "isSealed": false,
231
- "visibility": "Protected",
232
- "declaringClrType": "System.Net.Http.Json.JsonContent",
233
- "declaringAssemblyName": "System.Net.Http.Json",
234
- "isExtensionMethod": false
235
- },
236
- {
237
- "stableId": "System.Net.Http.Json:System.Net.Http.Json.JsonContent::Dispose():System.Void",
238
- "clrName": "Dispose",
239
- "metadataToken": 0,
240
- "canonicalSignature": "():System.Void",
241
- "normalizedSignature": "Dispose|():System.Void|static=false",
242
- "emitScope": "ClassSurface",
243
- "provenance": "BaseOverload",
244
- "arity": 0,
245
- "parameterCount": 0,
246
- "isStatic": false,
247
- "isAbstract": false,
248
- "isVirtual": true,
249
- "isOverride": false,
250
- "isSealed": false,
251
- "visibility": "Public",
252
- "declaringClrType": "System.Net.Http.Json.JsonContent",
253
- "declaringAssemblyName": "System.Net.Http.Json",
254
- "isExtensionMethod": false
255
215
  }
256
216
  ],
257
217
  "properties": [
@@ -30,8 +30,6 @@ export interface JsonContent$instance extends HttpContent {
30
30
 
31
31
  readonly ObjectType: Type;
32
32
  readonly Value: unknown | undefined;
33
- Dispose(disposing: boolean): void;
34
- Dispose(): void;
35
33
  SerializeToStream(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): void;
36
34
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
37
35
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;