@tsonic/dotnet 10.0.14 → 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 (45) hide show
  1. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +2 -0
  2. package/System/internal/index.d.ts +6 -0
  3. package/System.CodeDom.Compiler/bindings.json +6 -6
  4. package/System.Collections/internal/index.d.ts +1 -0
  5. package/System.Collections.Generic/internal/index.d.ts +22 -0
  6. package/System.Collections.ObjectModel/internal/index.d.ts +6 -0
  7. package/System.ComponentModel/internal/index.d.ts +1 -0
  8. package/System.ComponentModel.Design/internal/index.d.ts +5 -0
  9. package/System.Data/internal/index.d.ts +7 -0
  10. package/System.Data.Common/internal/index.d.ts +10 -0
  11. package/System.Diagnostics/internal/index.d.ts +3 -0
  12. package/System.Dynamic/bindings.json +36 -36
  13. package/System.IO/bindings.json +18 -18
  14. package/System.IO/internal/index.d.ts +2 -0
  15. package/System.IO.Compression/bindings.json +12 -12
  16. package/System.IO.IsolatedStorage/bindings.json +9 -9
  17. package/System.IO.Pipes/bindings.json +3 -3
  18. package/System.Linq/internal/index.d.ts +1 -0
  19. package/System.Net/internal/index.d.ts +13 -0
  20. package/System.Net.Http/bindings.json +9 -9
  21. package/System.Net.Http/internal/index.d.ts +8 -0
  22. package/System.Net.Mail/internal/index.d.ts +10 -0
  23. package/System.Net.Quic/bindings.json +6 -6
  24. package/System.Net.Quic/internal/index.d.ts +3 -0
  25. package/System.Net.Security/bindings.json +12 -12
  26. package/System.Net.Sockets/bindings.json +3 -3
  27. package/System.Net.Sockets/internal/index.d.ts +1 -0
  28. package/System.Net.WebSockets/bindings.json +12 -12
  29. package/System.Reflection/internal/index.d.ts +14 -0
  30. package/System.Reflection.Metadata/internal/index.d.ts +3 -0
  31. package/System.Runtime.Serialization/internal/index.d.ts +1 -0
  32. package/System.Security.AccessControl/internal/index.d.ts +1 -0
  33. package/System.Security.Cryptography/bindings.json +126 -126
  34. package/System.Security.Cryptography/internal/index.d.ts +40 -0
  35. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +14 -0
  36. package/System.Security.Principal/internal/index.d.ts +1 -0
  37. package/System.Text/bindings.json +51 -51
  38. package/System.Text/internal/index.d.ts +1 -0
  39. package/System.Threading.Tasks/bindings.json +400 -0
  40. package/System.Threading.Tasks/internal/index.d.ts +39 -0
  41. package/System.Xml/internal/index.d.ts +21 -0
  42. package/System.Xml.Linq/internal/index.d.ts +2 -0
  43. package/System.Xml.Schema/internal/index.d.ts +7 -0
  44. package/System.Xml.Serialization/internal/index.d.ts +21 -0
  45. package/package.json +2 -2
@@ -1278,11 +1278,11 @@
1278
1278
  "isExtensionMethod": false
1279
1279
  },
1280
1280
  {
1281
- "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
1281
+ "stableId": "System.IO.Compression.Brotli:System.IO.Compression.BrotliStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
1282
1282
  "clrName": "ReadAsync",
1283
1283
  "metadataToken": 0,
1284
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
1285
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
1284
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
1285
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
1286
1286
  "emitScope": "ClassSurface",
1287
1287
  "provenance": "BaseOverload",
1288
1288
  "arity": 0,
@@ -2123,11 +2123,11 @@
2123
2123
  "isExtensionMethod": false
2124
2124
  },
2125
2125
  {
2126
- "stableId": "System.IO.Compression:System.IO.Compression.DeflateStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2126
+ "stableId": "System.IO.Compression:System.IO.Compression.DeflateStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2127
2127
  "clrName": "ReadAsync",
2128
2128
  "metadataToken": 0,
2129
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2130
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
2129
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2130
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
2131
2131
  "emitScope": "ClassSurface",
2132
2132
  "provenance": "BaseOverload",
2133
2133
  "arity": 0,
@@ -2968,11 +2968,11 @@
2968
2968
  "isExtensionMethod": false
2969
2969
  },
2970
2970
  {
2971
- "stableId": "System.IO.Compression:System.IO.Compression.GZipStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2971
+ "stableId": "System.IO.Compression:System.IO.Compression.GZipStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2972
2972
  "clrName": "ReadAsync",
2973
2973
  "metadataToken": 0,
2974
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2975
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
2974
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2975
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
2976
2976
  "emitScope": "ClassSurface",
2977
2977
  "provenance": "BaseOverload",
2978
2978
  "arity": 0,
@@ -4609,11 +4609,11 @@
4609
4609
  "isExtensionMethod": false
4610
4610
  },
4611
4611
  {
4612
- "stableId": "System.IO.Compression:System.IO.Compression.ZLibStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
4612
+ "stableId": "System.IO.Compression:System.IO.Compression.ZLibStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
4613
4613
  "clrName": "ReadAsync",
4614
4614
  "metadataToken": 0,
4615
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
4616
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
4615
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
4616
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
4617
4617
  "emitScope": "ClassSurface",
4618
4618
  "provenance": "BaseOverload",
4619
4619
  "arity": 0,
@@ -2069,11 +2069,11 @@
2069
2069
  "isExtensionMethod": false
2070
2070
  },
2071
2071
  {
2072
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::ReadAsync(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2072
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::ReadAsync(System.Memory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Int32\u003E",
2073
2073
  "clrName": "ReadAsync",
2074
2074
  "metadataToken": 0,
2075
- "canonicalSignature": "(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2076
- "normalizedSignature": "ReadAsync|(System.Memory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
2075
+ "canonicalSignature": "(System.Memory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Int32\u003E",
2076
+ "normalizedSignature": "ReadAsync|(System.Memory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1\u003CSystem.Int32\u003E|static=false",
2077
2077
  "emitScope": "ClassSurface",
2078
2078
  "provenance": "BaseOverload",
2079
2079
  "arity": 0,
@@ -2089,11 +2089,11 @@
2089
2089
  "isExtensionMethod": false
2090
2090
  },
2091
2091
  {
2092
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2092
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2093
2093
  "clrName": "ReadAsync",
2094
2094
  "metadataToken": 0,
2095
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2096
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
2095
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2096
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
2097
2097
  "emitScope": "ClassSurface",
2098
2098
  "provenance": "BaseOverload",
2099
2099
  "arity": 0,
@@ -2109,11 +2109,11 @@
2109
2109
  "isExtensionMethod": false
2110
2110
  },
2111
2111
  {
2112
- "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::WriteAsync(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2112
+ "stableId": "System.IO.IsolatedStorage:System.IO.IsolatedStorage.IsolatedStorageFileStream::WriteAsync(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2113
2113
  "clrName": "WriteAsync",
2114
2114
  "metadataToken": 0,
2115
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2116
- "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
2115
+ "canonicalSignature": "(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2116
+ "normalizedSignature": "WriteAsync|(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
2117
2117
  "emitScope": "ClassSurface",
2118
2118
  "provenance": "BaseOverload",
2119
2119
  "arity": 0,
@@ -3290,11 +3290,11 @@
3290
3290
  "isExtensionMethod": false
3291
3291
  },
3292
3292
  {
3293
- "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
3293
+ "stableId": "System.IO.Pipes:System.IO.Pipes.PipeStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
3294
3294
  "clrName": "ReadAsync",
3295
3295
  "metadataToken": 0,
3296
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
3297
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
3296
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
3297
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
3298
3298
  "emitScope": "ClassSurface",
3299
3299
  "provenance": "BaseOverload",
3300
3300
  "arity": 0,
@@ -294,6 +294,7 @@ export interface ParallelQuery_1$instance<TSource> extends ParallelQuery$instanc
294
294
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
295
295
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
296
296
 
297
+ GetEnumerator(): IEnumerator_1<TSource>;
297
298
  }
298
299
 
299
300
 
@@ -1231,10 +1231,12 @@ export interface HttpWebRequest$instance extends WebRequest$instance {
1231
1231
  AddRange(rangeSpecifier: string, range: long): void;
1232
1232
  BeginGetRequestStream(callback: AsyncCallback, state: unknown): IAsyncResult;
1233
1233
  BeginGetResponse(callback: AsyncCallback, state: unknown): IAsyncResult;
1234
+ EndGetRequestStream(asyncResult: IAsyncResult, context: TransportContext): Stream;
1234
1235
  EndGetRequestStream(asyncResult: IAsyncResult): Stream;
1235
1236
  EndGetResponse(asyncResult: IAsyncResult): WebResponse;
1236
1237
  GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
1237
1238
  GetRequestStream(): Stream;
1239
+ GetRequestStream(context: TransportContext): Stream;
1238
1240
  GetResponse(): WebResponse;
1239
1241
  }
1240
1242
 
@@ -1856,22 +1858,33 @@ export interface WebHeaderCollection$instance extends NameValueCollection {
1856
1858
  readonly AllKeys: (string | undefined)[] | string[];
1857
1859
  readonly Count: int;
1858
1860
  readonly Keys: NameObjectCollectionBase_KeysCollection;
1861
+ Add(header: HttpRequestHeader, value: string): void;
1859
1862
  Add(header: HttpResponseHeader, value: string): void;
1863
+ Add(header: string): void;
1860
1864
  Add(name: string, value: string): void;
1861
1865
  Add(c: NameValueCollection): void;
1862
1866
  Clear(): void;
1863
1867
  Get(index: int): string | undefined;
1864
1868
  Get(name: string): string | undefined;
1869
+ get_Item(header: HttpRequestHeader): string | undefined;
1870
+ get_Item(header: HttpResponseHeader): string | undefined;
1871
+ get_Item(name: string): string | undefined;
1872
+ get_Item(index: int): string | undefined;
1865
1873
  GetEnumerator(): IEnumerator;
1866
1874
  GetKey(index: int): string;
1867
1875
  GetObjectData(serializationInfo: SerializationInfo, streamingContext: StreamingContext): void;
1868
1876
  GetValues(index: int): string[] | undefined;
1869
1877
  GetValues(header: string): string[] | undefined;
1870
1878
  OnDeserialization(sender: unknown): void;
1879
+ Remove(header: HttpRequestHeader): void;
1871
1880
  Remove(header: HttpResponseHeader): void;
1872
1881
  Remove(name: string): void;
1873
1882
  Set(name: string, value: string): void;
1883
+ Set(header: HttpRequestHeader, value: string): void;
1874
1884
  Set(header: HttpResponseHeader, value: string): void;
1885
+ set_Item(header: HttpRequestHeader, value: string | undefined): void;
1886
+ set_Item(header: HttpResponseHeader, value: string | undefined): void;
1887
+ set_Item(name: string, value: string | undefined): void;
1875
1888
  ToByteArray(): byte[];
1876
1889
  ToString(): string;
1877
1890
  }
@@ -849,11 +849,11 @@
849
849
  "sourceInterface": "System.IDisposable"
850
850
  },
851
851
  {
852
- "stableId": "System.Net.Http:System.Net.Http.ByteArrayContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
852
+ "stableId": "System.Net.Http:System.Net.Http.ByteArrayContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
853
853
  "clrName": "CreateContentReadStreamAsync",
854
854
  "metadataToken": 0,
855
- "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
856
- "normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
855
+ "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
856
+ "normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E|static=false",
857
857
  "emitScope": "ClassSurface",
858
858
  "provenance": "BaseOverload",
859
859
  "arity": 0,
@@ -6580,11 +6580,11 @@
6580
6580
  "sourceInterface": "System.IDisposable"
6581
6581
  },
6582
6582
  {
6583
- "stableId": "System.Net.Http:System.Net.Http.ReadOnlyMemoryContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
6583
+ "stableId": "System.Net.Http:System.Net.Http.ReadOnlyMemoryContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
6584
6584
  "clrName": "CreateContentReadStreamAsync",
6585
6585
  "metadataToken": 0,
6586
- "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
6587
- "normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
6586
+ "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
6587
+ "normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E|static=false",
6588
6588
  "emitScope": "ClassSurface",
6589
6589
  "provenance": "BaseOverload",
6590
6590
  "arity": 0,
@@ -7715,11 +7715,11 @@
7715
7715
  "sourceInterface": "System.IDisposable"
7716
7716
  },
7717
7717
  {
7718
- "stableId": "System.Net.Http:System.Net.Http.StreamContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
7718
+ "stableId": "System.Net.Http:System.Net.Http.StreamContent::CreateContentReadStreamAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
7719
7719
  "clrName": "CreateContentReadStreamAsync",
7720
7720
  "metadataToken": 0,
7721
- "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
7722
- "normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
7721
+ "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E",
7722
+ "normalizedSignature": "CreateContentReadStreamAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.IO.Stream\u003E|static=false",
7723
7723
  "emitScope": "ClassSurface",
7724
7724
  "provenance": "BaseOverload",
7725
7725
  "arity": 0,
@@ -215,8 +215,14 @@ export interface HttpClient$instance extends HttpMessageInvoker$instance {
215
215
  PutAsync(requestUri: Uri, content: HttpContent): Task_1<HttpResponseMessage>;
216
216
  PutAsync(requestUri: string, content: HttpContent, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
217
217
  PutAsync(requestUri: Uri, content: HttpContent, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
218
+ Send(request: HttpRequestMessage): HttpResponseMessage;
219
+ Send(request: HttpRequestMessage, completionOption: HttpCompletionOption): HttpResponseMessage;
218
220
  Send(request: HttpRequestMessage, cancellationToken: CancellationToken): HttpResponseMessage;
221
+ Send(request: HttpRequestMessage, completionOption: HttpCompletionOption, cancellationToken: CancellationToken): HttpResponseMessage;
222
+ SendAsync(request: HttpRequestMessage): Task_1<HttpResponseMessage>;
219
223
  SendAsync(request: HttpRequestMessage, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
224
+ SendAsync(request: HttpRequestMessage, completionOption: HttpCompletionOption): Task_1<HttpResponseMessage>;
225
+ SendAsync(request: HttpRequestMessage, completionOption: HttpCompletionOption, cancellationToken: CancellationToken): Task_1<HttpResponseMessage>;
220
226
  }
221
227
 
222
228
 
@@ -663,6 +669,8 @@ export interface MultipartFormDataContent$instance extends MultipartContent$inst
663
669
  readonly __tsonic_iface_System_IDisposable: never;
664
670
 
665
671
  Add(content: HttpContent): void;
672
+ Add(content: HttpContent, name: string): void;
673
+ Add(content: HttpContent, name: string, fileName: string): void;
666
674
  SerializeToStreamAsync(stream: Stream, context: TransportContext, cancellationToken: CancellationToken): Task;
667
675
  SerializeToStreamAsync(stream: Stream, context: TransportContext): Task;
668
676
  }
@@ -139,7 +139,9 @@ export interface AlternateViewCollection$instance extends Collection_1<Alternate
139
139
 
140
140
  ClearItems(): void;
141
141
  Dispose(): void;
142
+ InsertItem(index: int, item: AlternateView): void;
142
143
  RemoveItem(index: int): void;
144
+ SetItem(index: int, item: AlternateView): void;
143
145
  }
144
146
 
145
147
 
@@ -234,7 +236,9 @@ export interface AttachmentCollection$instance extends Collection_1<Attachment>,
234
236
 
235
237
  ClearItems(): void;
236
238
  Dispose(): void;
239
+ InsertItem(index: int, item: Attachment): void;
237
240
  RemoveItem(index: int): void;
241
+ SetItem(index: int, item: Attachment): void;
238
242
  }
239
243
 
240
244
 
@@ -301,7 +305,9 @@ export interface LinkedResourceCollection$instance extends Collection_1<LinkedRe
301
305
 
302
306
  ClearItems(): void;
303
307
  Dispose(): void;
308
+ InsertItem(index: int, item: LinkedResource): void;
304
309
  RemoveItem(index: int): void;
310
+ SetItem(index: int, item: LinkedResource): void;
305
311
  }
306
312
 
307
313
 
@@ -360,6 +366,10 @@ export interface MailAddressCollection$instance extends Collection_1<MailAddress
360
366
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
361
367
  readonly __tsonic_iface_System_Collections_IList: never;
362
368
 
369
+ Add(addresses: string): void;
370
+ Add(item: MailAddress): void;
371
+ InsertItem(index: int, item: MailAddress): void;
372
+ SetItem(index: int, item: MailAddress): void;
363
373
  ToString(): string;
364
374
  }
365
375
 
@@ -2179,11 +2179,11 @@
2179
2179
  "isExtensionMethod": false
2180
2180
  },
2181
2181
  {
2182
- "stableId": "System.Net.Quic:System.Net.Quic.QuicStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2182
+ "stableId": "System.Net.Quic:System.Net.Quic.QuicStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2183
2183
  "clrName": "ReadAsync",
2184
2184
  "metadataToken": 0,
2185
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
2186
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
2185
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2186
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
2187
2187
  "emitScope": "ClassSurface",
2188
2188
  "provenance": "BaseOverload",
2189
2189
  "arity": 0,
@@ -2199,11 +2199,11 @@
2199
2199
  "isExtensionMethod": false
2200
2200
  },
2201
2201
  {
2202
- "stableId": "System.Net.Quic:System.Net.Quic.QuicStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
2202
+ "stableId": "System.Net.Quic:System.Net.Quic.QuicStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2203
2203
  "clrName": "ReadAsync",
2204
2204
  "metadataToken": 0,
2205
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
2206
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
2205
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
2206
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
2207
2207
  "emitScope": "ClassSurface",
2208
2208
  "provenance": "BaseOverload",
2209
2209
  "arity": 0,
@@ -264,6 +264,7 @@ export interface QuicStream$instance extends Stream {
264
264
  Flush(): void;
265
265
  FlushAsync(cancellationToken?: CancellationToken): Task;
266
266
  FlushAsync(): Task;
267
+ FlushAsync(cancellationToken: CancellationToken): Task;
267
268
  Read(buffer: byte[], offset: int, count: int): int;
268
269
  Read(buffer: Span_1<System_Internal.Byte>): int;
269
270
  ReadAsync(buffer: Memory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask_1<System_Internal.Int32>;
@@ -277,8 +278,10 @@ export interface QuicStream$instance extends Stream {
277
278
  Write(buffer: byte[], offset: int, count: int): void;
278
279
  Write(buffer: ReadOnlySpan_1<System_Internal.Byte>): void;
279
280
  WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, cancellationToken?: CancellationToken): ValueTask;
281
+ WriteAsync(buffer: ReadOnlyMemory_1<System_Internal.Byte>, completeWrites: boolean, cancellationToken?: CancellationToken): ValueTask;
280
282
  WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken?: CancellationToken): Task;
281
283
  WriteAsync(buffer: byte[], offset: int, count: int): Task;
284
+ WriteAsync(buffer: byte[], offset: int, count: int, cancellationToken: CancellationToken): Task;
282
285
  WriteByte(value: byte): void;
283
286
  }
284
287
 
@@ -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,11 +7567,11 @@
7567
7567
  "isExtensionMethod": false
7568
7568
  },
7569
7569
  {
7570
- "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",
7571
7571
  "clrName": "Write",
7572
7572
  "metadataToken": 0,
7573
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
7574
- "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",
7575
7575
  "emitScope": "ClassSurface",
7576
7576
  "provenance": "BaseOverload",
7577
7577
  "arity": 0,
@@ -9710,11 +9710,11 @@
9710
9710
  "isExtensionMethod": false
9711
9711
  },
9712
9712
  {
9713
- "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",
9714
9714
  "clrName": "ReadAsync",
9715
9715
  "metadataToken": 0,
9716
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
9717
- "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",
9718
9718
  "emitScope": "ClassSurface",
9719
9719
  "provenance": "BaseOverload",
9720
9720
  "arity": 0,
@@ -5417,11 +5417,11 @@
5417
5417
  "isExtensionMethod": false
5418
5418
  },
5419
5419
  {
5420
- "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",
5421
5421
  "clrName": "ReadAsync",
5422
5422
  "metadataToken": 0,
5423
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
5424
- "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",
5425
5425
  "emitScope": "ClassSurface",
5426
5426
  "provenance": "BaseOverload",
5427
5427
  "arity": 0,
@@ -532,6 +532,7 @@ export interface NetworkStream$instance extends Stream, System_Internal.IAsyncDi
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;
@@ -1017,11 +1017,11 @@
1017
1017
  "sourceInterface": "System.IDisposable"
1018
1018
  },
1019
1019
  {
1020
- "stableId": "System.Net.WebSockets.Client:System.Net.WebSockets.ClientWebSocket::SendAsync(System.ReadOnlyMemory_1,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
1020
+ "stableId": "System.Net.WebSockets.Client:System.Net.WebSockets.ClientWebSocket::SendAsync(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
1021
1021
  "clrName": "SendAsync",
1022
1022
  "metadataToken": 0,
1023
- "canonicalSignature": "(System.ReadOnlyMemory_1,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
1024
- "normalizedSignature": "SendAsync|(System.ReadOnlyMemory_1,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
1023
+ "canonicalSignature": "(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
1024
+ "normalizedSignature": "SendAsync|(System.ReadOnlyMemory_1\u003CSystem.Byte\u003E,System.Net.WebSockets.WebSocketMessageType,System.Net.WebSockets.WebSocketMessageFlags,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
1025
1025
  "emitScope": "ClassSurface",
1026
1026
  "provenance": "BaseOverload",
1027
1027
  "arity": 0,
@@ -3679,11 +3679,11 @@
3679
3679
  "isExtensionMethod": false
3680
3680
  },
3681
3681
  {
3682
- "stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::Read(System.Span_1):System.Int32",
3682
+ "stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::Read(System.Span_1\u003CSystem.Byte\u003E):System.Int32",
3683
3683
  "clrName": "Read",
3684
3684
  "metadataToken": 0,
3685
- "canonicalSignature": "(System.Span_1):System.Int32",
3686
- "normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
3685
+ "canonicalSignature": "(System.Span_1\u003CSystem.Byte\u003E):System.Int32",
3686
+ "normalizedSignature": "Read|(System.Span_1\u003CSystem.Byte\u003E):System.Int32|static=false",
3687
3687
  "emitScope": "ClassSurface",
3688
3688
  "provenance": "BaseOverload",
3689
3689
  "arity": 0,
@@ -3699,11 +3699,11 @@
3699
3699
  "isExtensionMethod": false
3700
3700
  },
3701
3701
  {
3702
- "stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
3702
+ "stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
3703
3703
  "clrName": "ReadAsync",
3704
3704
  "metadataToken": 0,
3705
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
3706
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
3705
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
3706
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
3707
3707
  "emitScope": "ClassSurface",
3708
3708
  "provenance": "BaseOverload",
3709
3709
  "arity": 0,
@@ -3719,11 +3719,11 @@
3719
3719
  "isExtensionMethod": false
3720
3720
  },
3721
3721
  {
3722
- "stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::Write(System.ReadOnlySpan_1):System.Void",
3722
+ "stableId": "System.Net.WebSockets:System.Net.WebSockets.WebSocketStream::Write(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Void",
3723
3723
  "clrName": "Write",
3724
3724
  "metadataToken": 0,
3725
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
3726
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
3725
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Void",
3726
+ "normalizedSignature": "Write|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Void|static=false",
3727
3727
  "emitScope": "ClassSurface",
3728
3728
  "provenance": "BaseOverload",
3729
3729
  "arity": 0,
@@ -597,6 +597,7 @@ export interface Assembly$instance extends ICustomAttributeProvider$instance, Sy
597
597
  GetType(name: string): Type | undefined;
598
598
  GetType(name: string, throwOnError: boolean): Type | undefined;
599
599
  GetType(name: string, throwOnError: boolean, ignoreCase: boolean): Type | undefined;
600
+ GetType(): Type;
600
601
  GetTypes(): Type[];
601
602
  IsDefined(attributeType: Type, inherit: boolean): boolean;
602
603
  LoadModule(moduleName: string, rawModule: byte[]): Module;
@@ -1001,6 +1002,8 @@ export interface ConstructorInfo$instance extends MethodBase$instance, ICustomAt
1001
1002
  readonly MemberType: MemberTypes;
1002
1003
  Equals(obj: unknown): boolean;
1003
1004
  GetHashCode(): int;
1005
+ Invoke(parameters: unknown[]): unknown;
1006
+ Invoke(invokeAttr: BindingFlags, binder: Binder, parameters: unknown[], culture: CultureInfo): unknown;
1004
1007
  Invoke(obj: unknown, parameters: unknown[]): unknown | undefined;
1005
1008
  Invoke(obj: unknown, invokeAttr: BindingFlags, binder: Binder, parameters: unknown[], culture: CultureInfo): unknown | undefined;
1006
1009
  }
@@ -1488,6 +1491,7 @@ export interface Module$instance extends ICustomAttributeProvider$instance, Syst
1488
1491
  GetType(className: string): Type | undefined;
1489
1492
  GetType(className: string, ignoreCase: boolean): Type | undefined;
1490
1493
  GetType(className: string, throwOnError: boolean, ignoreCase: boolean): Type | undefined;
1494
+ GetType(): Type;
1491
1495
  GetTypes(): Type[];
1492
1496
  IsDefined(attributeType: Type, inherit: boolean): boolean;
1493
1497
  IsResource(): boolean;
@@ -1873,7 +1877,9 @@ export interface TypeDelegator$instance extends TypeInfo$instance, IReflectableT
1873
1877
  GetEvents(): EventInfo[];
1874
1878
  GetEvents(bindingAttr: BindingFlags): EventInfo[];
1875
1879
  GetField(name: string, bindingAttr: BindingFlags): FieldInfo | undefined;
1880
+ GetField(name: string): FieldInfo | undefined;
1876
1881
  GetFields(bindingAttr: BindingFlags): FieldInfo[];
1882
+ GetFields(): FieldInfo[];
1877
1883
  GetFunctionPointerCallingConventions(): Type[];
1878
1884
  GetFunctionPointerParameterTypes(): Type[];
1879
1885
  GetFunctionPointerReturnType(): Type;
@@ -1881,20 +1887,27 @@ export interface TypeDelegator$instance extends TypeInfo$instance, IReflectableT
1881
1887
  GetInterface(name: string): Type | undefined;
1882
1888
  GetInterfaceMap(interfaceType: Type): InterfaceMapping;
1883
1889
  GetInterfaces(): Type[];
1890
+ GetMember(name: string, type: MemberTypes, bindingAttr: BindingFlags): MemberInfo[];
1891
+ GetMember(name: string): MemberInfo[];
1884
1892
  GetMember(name: string, bindingAttr: BindingFlags): MemberInfo[];
1885
1893
  GetMembers(bindingAttr: BindingFlags): MemberInfo[];
1894
+ GetMembers(): MemberInfo[];
1886
1895
  GetMemberWithSameMetadataDefinitionAs(member: MemberInfo): MemberInfo;
1887
1896
  GetMethodImpl(name: string, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
1888
1897
  GetMethodImpl(name: string, genericParameterCount: int, bindingAttr: BindingFlags, binder: Binder, callConvention: CallingConventions, types: Type[], modifiers: ParameterModifier[]): MethodInfo | undefined;
1889
1898
  GetMethods(bindingAttr: BindingFlags): MethodInfo[];
1899
+ GetMethods(): MethodInfo[];
1890
1900
  GetNestedType(name: string, bindingAttr: BindingFlags): Type | undefined;
1891
1901
  GetNestedType(name: string): Type | undefined;
1892
1902
  GetNestedTypes(bindingAttr: BindingFlags): Type[];
1893
1903
  GetNestedTypes(): Type[];
1894
1904
  GetProperties(bindingAttr: BindingFlags): PropertyInfo[];
1905
+ GetProperties(): PropertyInfo[];
1895
1906
  GetPropertyImpl(name: string, bindingAttr: BindingFlags, binder: Binder, returnType: Type, types: Type[], modifiers: ParameterModifier[]): PropertyInfo | undefined;
1896
1907
  HasElementTypeImpl(): boolean;
1897
1908
  InvokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], modifiers: ParameterModifier[], culture: CultureInfo, namedParameters: string[]): unknown | undefined;
1909
+ InvokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[]): unknown | undefined;
1910
+ InvokeMember(name: string, invokeAttr: BindingFlags, binder: Binder, target: unknown, args: unknown[], culture: CultureInfo): unknown | undefined;
1898
1911
  IsArrayImpl(): boolean;
1899
1912
  IsAssignableFrom(typeInfo: TypeInfo): boolean;
1900
1913
  IsAssignableFrom(c: Type): boolean;
@@ -1944,6 +1957,7 @@ export interface TypeInfo$instance extends Type, ICustomAttributeProvider$instan
1944
1957
  GetDeclaredMethods(name: string): IEnumerable_1<MethodInfo>;
1945
1958
  GetDeclaredNestedType(name: string): TypeInfo | undefined;
1946
1959
  GetDeclaredProperty(name: string): PropertyInfo | undefined;
1960
+ IsAssignableFrom(typeInfo: TypeInfo): boolean;
1947
1961
  IsAssignableFrom(c: Type): boolean;
1948
1962
  }
1949
1963
 
@@ -2957,6 +2957,7 @@ export interface MetadataStringComparer$instance {
2957
2957
  Equals(handle: NamespaceDefinitionHandle, value: string, ignoreCase: boolean): boolean;
2958
2958
  Equals(handle: DocumentNameBlobHandle, value: string): boolean;
2959
2959
  Equals(handle: DocumentNameBlobHandle, value: string, ignoreCase: boolean): boolean;
2960
+ Equals(obj: unknown): boolean;
2960
2961
  StartsWith(handle: StringHandle, value: string): boolean;
2961
2962
  StartsWith(handle: StringHandle, value: string, ignoreCase: boolean): boolean;
2962
2963
  }
@@ -4304,8 +4305,10 @@ export interface HandleComparer$instance extends System_Collections_Generic_Inte
4304
4305
  Compare(x: EntityHandle, y: EntityHandle): int;
4305
4306
  Equals(x: Handle, y: Handle): boolean;
4306
4307
  Equals(x: EntityHandle, y: EntityHandle): boolean;
4308
+ Equals(obj: unknown): boolean;
4307
4309
  GetHashCode(obj: Handle): int;
4308
4310
  GetHashCode(obj: EntityHandle): int;
4311
+ GetHashCode(): int;
4309
4312
  }
4310
4313
 
4311
4314
 
@@ -529,6 +529,7 @@ export interface FormatterConverter$instance {
529
529
  ToSByte(value: unknown): sbyte;
530
530
  ToSingle(value: unknown): float;
531
531
  ToString(value: unknown): string | undefined;
532
+ ToString(): string | undefined;
532
533
  ToUInt16(value: unknown): ushort;
533
534
  ToUInt32(value: unknown): uint;
534
535
  ToUInt64(value: unknown): ulong;
@@ -358,6 +358,7 @@ export interface AuthorizationRuleCollection$instance extends ReadOnlyCollection
358
358
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
359
359
 
360
360
  AddRule(rule: AuthorizationRule): void;
361
+ CopyTo(rules: AuthorizationRule[], index: int): void;
361
362
  }
362
363
 
363
364