@tsonic/dotnet 10.0.14 → 10.0.20

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
@@ -273,6 +273,7 @@ export interface SafePipeHandle$instance extends SafeHandleZeroOrMinusOneIsInval
273
273
  readonly __tsonic_iface_System_IDisposable: never;
274
274
 
275
275
  readonly IsInvalid: boolean;
276
+ Dispose(disposing: boolean): void;
276
277
  Dispose(): void;
277
278
  ReleaseHandle(): boolean;
278
279
  }
@@ -362,6 +363,7 @@ export interface SafeX509ChainHandle$instance extends SafeHandleZeroOrMinusOneIs
362
363
 
363
364
  readonly __tsonic_iface_System_IDisposable: never;
364
365
 
366
+ Dispose(disposing: boolean): void;
365
367
  Dispose(): void;
366
368
  ReleaseHandle(): boolean;
367
369
  }
@@ -6041,8 +6041,10 @@ export interface CultureAwareComparer$instance extends StringComparer$instance,
6041
6041
  Compare(x: string, y: string): int;
6042
6042
  Compare(x: unknown, y: unknown): int;
6043
6043
  Equals(x: string, y: string): boolean;
6044
+ Equals(obj: unknown): boolean;
6044
6045
  Equals(x: unknown, y: unknown): boolean;
6045
6046
  GetHashCode(obj: string): int;
6047
+ GetHashCode(): int;
6046
6048
  GetHashCode(obj: unknown): int;
6047
6049
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
6048
6050
  }
@@ -7279,8 +7281,10 @@ export interface OrdinalComparer$instance extends StringComparer$instance {
7279
7281
  Compare(x: string, y: string): int;
7280
7282
  Compare(x: unknown, y: unknown): int;
7281
7283
  Equals(x: string, y: string): boolean;
7284
+ Equals(obj: unknown): boolean;
7282
7285
  Equals(x: unknown, y: unknown): boolean;
7283
7286
  GetHashCode(obj: string): int;
7287
+ GetHashCode(): int;
7284
7288
  GetHashCode(obj: unknown): int;
7285
7289
  }
7286
7290
 
@@ -7754,8 +7758,10 @@ export interface StringComparer$instance {
7754
7758
  Compare(x: string, y: string): int;
7755
7759
  Equals(x: unknown, y: unknown): boolean;
7756
7760
  Equals(x: string, y: string): boolean;
7761
+ Equals(obj: unknown): boolean;
7757
7762
  GetHashCode(obj: unknown): int;
7758
7763
  GetHashCode(obj: string): int;
7764
+ GetHashCode(): int;
7759
7765
  }
7760
7766
 
7761
7767
 
@@ -1145,11 +1145,11 @@
1145
1145
  "sourceInterface": "System.IAsyncDisposable"
1146
1146
  },
1147
1147
  {
1148
- "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.ReadOnlySpan_1):System.Void",
1148
+ "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::Write(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void",
1149
1149
  "clrName": "Write",
1150
1150
  "metadataToken": 0,
1151
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
1152
- "normalizedSignature": "Write|(System.ReadOnlySpan_1):System.Void|static=false",
1151
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void",
1152
+ "normalizedSignature": "Write|(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void|static=false",
1153
1153
  "emitScope": "ClassSurface",
1154
1154
  "provenance": "BaseOverload",
1155
1155
  "arity": 0,
@@ -1285,11 +1285,11 @@
1285
1285
  "isExtensionMethod": false
1286
1286
  },
1287
1287
  {
1288
- "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.ReadOnlySpan_1):System.Void",
1288
+ "stableId": "System.Private.CoreLib:System.CodeDom.Compiler.IndentedTextWriter::WriteLine(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void",
1289
1289
  "clrName": "WriteLine",
1290
1290
  "metadataToken": 0,
1291
- "canonicalSignature": "(System.ReadOnlySpan_1):System.Void",
1292
- "normalizedSignature": "WriteLine|(System.ReadOnlySpan_1):System.Void|static=false",
1291
+ "canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void",
1292
+ "normalizedSignature": "WriteLine|(System.ReadOnlySpan_1\u003CSystem.Char\u003E):System.Void|static=false",
1293
1293
  "emitScope": "ClassSurface",
1294
1294
  "provenance": "BaseOverload",
1295
1295
  "arity": 0,
@@ -328,6 +328,7 @@ export interface CaseInsensitiveHashCodeProvider$instance {
328
328
  readonly __tsonic_iface_System_Collections_IHashCodeProvider: never;
329
329
 
330
330
  GetHashCode(obj: unknown): int;
331
+ GetHashCode(): int;
331
332
  }
332
333
 
333
334
 
@@ -736,6 +736,10 @@ export interface ByteEqualityComparer$instance extends EqualityComparer_1$instan
736
736
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
737
737
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
738
738
 
739
+ Equals(x: byte, y: byte): boolean;
740
+ Equals(obj: unknown): boolean;
741
+ GetHashCode(b: byte): int;
742
+ GetHashCode(): int;
739
743
  }
740
744
 
741
745
 
@@ -914,7 +918,9 @@ export interface EnumEqualityComparer_1$instance<T extends number> extends Equal
914
918
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
915
919
 
916
920
  Equals(x: T, y: T): boolean;
921
+ Equals(obj: unknown): boolean;
917
922
  GetHashCode(obj: T): int;
923
+ GetHashCode(): int;
918
924
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
919
925
  }
920
926
 
@@ -940,7 +946,9 @@ export interface EqualityComparer_1$instance<T> {
940
946
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
941
947
 
942
948
  Equals(x: T, y: T): boolean;
949
+ Equals(obj: unknown): boolean;
943
950
  GetHashCode(obj: T): int;
951
+ GetHashCode(): int;
944
952
  }
945
953
 
946
954
 
@@ -990,7 +998,9 @@ export interface GenericEqualityComparer_1$instance<T extends (IEquatable_1<T> |
990
998
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
991
999
 
992
1000
  Equals(x: T, y: T): boolean;
1001
+ Equals(obj: unknown): boolean;
993
1002
  GetHashCode(obj: T): int;
1003
+ GetHashCode(): int;
994
1004
  }
995
1005
 
996
1006
 
@@ -1265,7 +1275,9 @@ export interface NonRandomizedStringEqualityComparer$instance extends System_Run
1265
1275
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1266
1276
 
1267
1277
  Equals(x: string, y: string): boolean;
1278
+ Equals(obj: unknown): boolean;
1268
1279
  GetHashCode(obj: string): int;
1280
+ GetHashCode(): int;
1269
1281
  GetUnderlyingEqualityComparer(): IEqualityComparer_1<string | undefined>;
1270
1282
  }
1271
1283
 
@@ -1290,6 +1302,7 @@ export interface NullableComparer_1$instance<T extends unknown> extends Comparer
1290
1302
  readonly __tsonic_iface_System_Collections_IComparer: never;
1291
1303
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1292
1304
 
1305
+ Compare(x: Nullable_1<T>, y: Nullable_1<T>): int;
1293
1306
  Equals(obj: unknown): boolean;
1294
1307
  GetHashCode(): int;
1295
1308
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -1317,6 +1330,10 @@ export interface NullableEqualityComparer_1$instance<T extends unknown> extends
1317
1330
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
1318
1331
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1319
1332
 
1333
+ Equals(x: Nullable_1<T>, y: Nullable_1<T>): boolean;
1334
+ Equals(obj: unknown): boolean;
1335
+ GetHashCode(obj: Nullable_1<T>): int;
1336
+ GetHashCode(): int;
1320
1337
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1321
1338
  }
1322
1339
 
@@ -1367,7 +1384,9 @@ export interface ObjectEqualityComparer_1$instance<T> extends EqualityComparer_1
1367
1384
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
1368
1385
 
1369
1386
  Equals(x: T, y: T): boolean;
1387
+ Equals(obj: unknown): boolean;
1370
1388
  GetHashCode(obj: T): int;
1389
+ GetHashCode(): int;
1371
1390
  }
1372
1391
 
1373
1392
 
@@ -1639,7 +1658,9 @@ export interface ReferenceEqualityComparer$instance {
1639
1658
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
1640
1659
 
1641
1660
  Equals(x: unknown, y: unknown): boolean;
1661
+ Equals(obj: unknown): boolean;
1642
1662
  GetHashCode(obj: unknown): int;
1663
+ GetHashCode(): int;
1643
1664
  }
1644
1665
 
1645
1666
 
@@ -1744,6 +1765,7 @@ export interface SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue>
1744
1765
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
1745
1766
  readonly __tsonic_iface_System_Collections_IComparer: never;
1746
1767
 
1768
+ Compare(x: KeyValuePair_2<TKey, TValue>, y: KeyValuePair_2<TKey, TValue>): int;
1747
1769
  Equals(obj: unknown): boolean;
1748
1770
  GetHashCode(): int;
1749
1771
  }
@@ -82,8 +82,14 @@ export interface KeyedCollection_2$instance<TKey, TItem> extends Collection_1$in
82
82
 
83
83
  readonly Comparer: IEqualityComparer_1<TKey>;
84
84
  ClearItems(): void;
85
+ Contains(key: TKey): boolean;
86
+ Contains(item: TItem): boolean;
85
87
  GetKeyForItem(item: TItem): TKey;
88
+ InsertItem(index: int, item: TItem): void;
89
+ Remove(key: TKey): boolean;
90
+ Remove(item: TItem): boolean;
86
91
  RemoveItem(index: int): void;
92
+ SetItem(index: int, item: TItem): void;
87
93
  TryGetValue(key: TKey, item: TItem): boolean;
88
94
  }
89
95
 
@@ -1046,6 +1046,7 @@ export interface ComponentCollection$instance extends ReadOnlyCollectionBase {
1046
1046
  readonly __tsonic_iface_System_Collections_ICollection: never;
1047
1047
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1048
1048
 
1049
+ CopyTo(array: IComponent[], index: int): void;
1049
1050
  get_Item(name: string): IComponent | undefined;
1050
1051
  get_Item(index: int): IComponent | undefined;
1051
1052
  }
@@ -676,10 +676,15 @@ export interface DesignerVerbCollection$instance extends CollectionBase {
676
676
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
677
677
  readonly __tsonic_iface_System_Collections_IList: never;
678
678
 
679
+ Add(value: DesignerVerb): int;
679
680
  AddRange(value: DesignerVerb[]): void;
680
681
  AddRange(value: DesignerVerbCollection): void;
682
+ Contains(value: DesignerVerb): boolean;
683
+ CopyTo(array: DesignerVerb[], index: int): void;
681
684
  IndexOf(value: DesignerVerb): int;
685
+ Insert(index: int, value: DesignerVerb): void;
682
686
  OnValidate(value: unknown): void;
687
+ Remove(value: DesignerVerb): void;
683
688
  }
684
689
 
685
690
 
@@ -682,6 +682,7 @@ export interface ConstraintCollection$instance extends InternalDataCollectionBas
682
682
  CanRemove(constraint: Constraint): boolean;
683
683
  Clear(): void;
684
684
  Contains(name: string): boolean;
685
+ CopyTo(array: Constraint[], index: int): void;
685
686
  CopyTo(ar: ClrArray, index: int): void;
686
687
  get_Item(index: int): Constraint;
687
688
  get_Item(name: string): Constraint | undefined;
@@ -810,6 +811,7 @@ export interface DataColumnCollection$instance extends InternalDataCollectionBas
810
811
  CanRemove(column: DataColumn): boolean;
811
812
  Clear(): void;
812
813
  Contains(name: string): boolean;
814
+ CopyTo(array: DataColumn[], index: int): void;
813
815
  CopyTo(ar: ClrArray, index: int): void;
814
816
  get_Item(index: int): DataColumn;
815
817
  get_Item(name: string): DataColumn | undefined;
@@ -902,6 +904,7 @@ export interface DataRelationCollection$instance extends InternalDataCollectionB
902
904
  CanRemove(relation: DataRelation): boolean;
903
905
  Clear(): void;
904
906
  Contains(name: string): boolean;
907
+ CopyTo(array: DataRelation[], index: int): void;
905
908
  CopyTo(ar: ClrArray, index: int): void;
906
909
  get_Item(index: int): DataRelation;
907
910
  get_Item(name: string): DataRelation | undefined;
@@ -1059,7 +1062,9 @@ export interface DataRowComparer_1$instance<TRow extends DataRow> {
1059
1062
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1060
1063
 
1061
1064
  Equals(leftRow: TRow, rightRow: TRow): boolean;
1065
+ Equals(obj: unknown): boolean;
1062
1066
  GetHashCode(row: TRow): int;
1067
+ GetHashCode(): int;
1063
1068
  }
1064
1069
 
1065
1070
 
@@ -1420,6 +1425,7 @@ export interface DataTableCollection$instance extends InternalDataCollectionBase
1420
1425
  Clear(): void;
1421
1426
  Contains(name: string): boolean;
1422
1427
  Contains(name: string, tableNamespace: string): boolean;
1428
+ CopyTo(array: DataTable[], index: int): void;
1423
1429
  CopyTo(ar: ClrArray, index: int): void;
1424
1430
  get_Item(index: int): DataTable;
1425
1431
  get_Item(name: string): DataTable | undefined;
@@ -1794,6 +1800,7 @@ export interface EnumerableRowCollection_1$instance<TRow> extends EnumerableRowC
1794
1800
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
1795
1801
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1796
1802
 
1803
+ GetEnumerator(): IEnumerator_1<TRow>;
1797
1804
  }
1798
1805
 
1799
1806
 
@@ -670,13 +670,21 @@ export interface DbDataAdapter$instance extends DataAdapter$instance, System_Int
670
670
  Dispose(): void;
671
671
  ExecuteBatch(): int;
672
672
  Fill(dataSet: DataSet): int;
673
+ Fill(dataSet: DataSet, srcTable: string): int;
674
+ Fill(dataSet: DataSet, startRecord: int, maxRecords: int, srcTable: string): int;
675
+ Fill(dataSet: DataSet, startRecord: int, maxRecords: int, srcTable: string, command: IDbCommand, behavior: CommandBehavior): int;
673
676
  Fill(dataTable: DataTable): int;
674
677
  Fill(startRecord: int, maxRecords: int, ...dataTables: DataTable[]): int;
678
+ Fill(dataTable: DataTable, command: IDbCommand, behavior: CommandBehavior): int;
679
+ Fill(dataTables: DataTable[], startRecord: int, maxRecords: int, command: IDbCommand, behavior: CommandBehavior): int;
675
680
  Fill(dataSet: DataSet, srcTable: string, dataReader: IDataReader, startRecord: int, maxRecords: int): int;
676
681
  Fill(dataTable: DataTable, dataReader: IDataReader): int;
677
682
  Fill(dataTables: DataTable[], dataReader: IDataReader, startRecord: int, maxRecords: int): int;
678
683
  FillSchema(dataTable: DataTable, schemaType: SchemaType): DataTable | undefined;
679
684
  FillSchema(dataSet: DataSet, schemaType: SchemaType): DataTable[];
685
+ FillSchema(dataSet: DataSet, schemaType: SchemaType, srcTable: string): DataTable[];
686
+ FillSchema(dataSet: DataSet, schemaType: SchemaType, command: IDbCommand, srcTable: string, behavior: CommandBehavior): DataTable[];
687
+ FillSchema(dataTable: DataTable, schemaType: SchemaType, command: IDbCommand, behavior: CommandBehavior): DataTable | undefined;
680
688
  FillSchema(dataSet: DataSet, schemaType: SchemaType, srcTable: string, dataReader: IDataReader): DataTable[];
681
689
  FillSchema(dataTable: DataTable, schemaType: SchemaType, dataReader: IDataReader): DataTable | undefined;
682
690
  GetBatchedParameter(commandIdentifier: int, parameterIndex: int): IDataParameter;
@@ -687,8 +695,10 @@ export interface DbDataAdapter$instance extends DataAdapter$instance, System_Int
687
695
  OnRowUpdating(value: RowUpdatingEventArgs): void;
688
696
  TerminateBatching(): void;
689
697
  Update(dataSet: DataSet): int;
698
+ Update(dataRows: DataRow[]): int;
690
699
  Update(dataTable: DataTable): int;
691
700
  Update(dataSet: DataSet, srcTable: string): int;
701
+ Update(dataRows: DataRow[], tableMapping: DataTableMapping): int;
692
702
  }
693
703
 
694
704
 
@@ -1097,6 +1097,7 @@ export interface DiagnosticListener$instance extends DiagnosticSource, System_In
1097
1097
 
1098
1098
  readonly Name: string;
1099
1099
  Dispose(): void;
1100
+ IsEnabled(): boolean;
1100
1101
  IsEnabled(name: string): boolean;
1101
1102
  IsEnabled(name: string, arg1: unknown, arg2?: unknown): boolean;
1102
1103
  OnActivityExport(activity: Activity, payload: unknown): void;
@@ -1428,6 +1429,7 @@ export interface ProcessModuleCollection$instance extends ReadOnlyCollectionBase
1428
1429
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
1429
1430
 
1430
1431
  Contains(module: ProcessModule): boolean;
1432
+ CopyTo(array: ProcessModule[], index: int): void;
1431
1433
  IndexOf(module: ProcessModule): int;
1432
1434
  }
1433
1435
 
@@ -1536,6 +1538,7 @@ export interface ProcessThreadCollection$instance extends ReadOnlyCollectionBase
1536
1538
 
1537
1539
  Add(thread: ProcessThread): int;
1538
1540
  Contains(thread: ProcessThread): boolean;
1541
+ CopyTo(array: ProcessThread[], index: int): void;
1539
1542
  IndexOf(thread: ProcessThread): int;
1540
1543
  Insert(index: int, thread: ProcessThread): void;
1541
1544
  Remove(thread: ProcessThread): void;
@@ -156,11 +156,11 @@
156
156
  "isExtensionMethod": false
157
157
  },
158
158
  {
159
- "stableId": "System.Linq.Expressions:System.Dynamic.BinaryOperationBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
159
+ "stableId": "System.Linq.Expressions:System.Dynamic.BinaryOperationBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
160
160
  "clrName": "Bind",
161
161
  "metadataToken": 0,
162
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
163
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
162
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
163
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
164
164
  "emitScope": "ClassSurface",
165
165
  "provenance": "BaseOverload",
166
166
  "arity": 0,
@@ -588,11 +588,11 @@
588
588
  "isExtensionMethod": false
589
589
  },
590
590
  {
591
- "stableId": "System.Linq.Expressions:System.Dynamic.ConvertBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
591
+ "stableId": "System.Linq.Expressions:System.Dynamic.ConvertBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
592
592
  "clrName": "Bind",
593
593
  "metadataToken": 0,
594
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
595
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
594
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
595
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
596
596
  "emitScope": "ClassSurface",
597
597
  "provenance": "BaseOverload",
598
598
  "arity": 0,
@@ -760,11 +760,11 @@
760
760
  "isExtensionMethod": false
761
761
  },
762
762
  {
763
- "stableId": "System.Linq.Expressions:System.Dynamic.CreateInstanceBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
763
+ "stableId": "System.Linq.Expressions:System.Dynamic.CreateInstanceBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
764
764
  "clrName": "Bind",
765
765
  "metadataToken": 0,
766
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
767
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
766
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
767
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
768
768
  "emitScope": "ClassSurface",
769
769
  "provenance": "BaseOverload",
770
770
  "arity": 0,
@@ -913,11 +913,11 @@
913
913
  "isExtensionMethod": false
914
914
  },
915
915
  {
916
- "stableId": "System.Linq.Expressions:System.Dynamic.DeleteIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
916
+ "stableId": "System.Linq.Expressions:System.Dynamic.DeleteIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
917
917
  "clrName": "Bind",
918
918
  "metadataToken": 0,
919
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
920
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
919
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
920
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
921
921
  "emitScope": "ClassSurface",
922
922
  "provenance": "BaseOverload",
923
923
  "arity": 0,
@@ -1066,11 +1066,11 @@
1066
1066
  "isExtensionMethod": false
1067
1067
  },
1068
1068
  {
1069
- "stableId": "System.Linq.Expressions:System.Dynamic.DeleteMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
1069
+ "stableId": "System.Linq.Expressions:System.Dynamic.DeleteMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
1070
1070
  "clrName": "Bind",
1071
1071
  "metadataToken": 0,
1072
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
1073
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
1072
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
1073
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
1074
1074
  "emitScope": "ClassSurface",
1075
1075
  "provenance": "BaseOverload",
1076
1076
  "arity": 0,
@@ -2601,11 +2601,11 @@
2601
2601
  "isExtensionMethod": false
2602
2602
  },
2603
2603
  {
2604
- "stableId": "System.Linq.Expressions:System.Dynamic.GetIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2604
+ "stableId": "System.Linq.Expressions:System.Dynamic.GetIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2605
2605
  "clrName": "Bind",
2606
2606
  "metadataToken": 0,
2607
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2608
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
2607
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2608
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
2609
2609
  "emitScope": "ClassSurface",
2610
2610
  "provenance": "BaseOverload",
2611
2611
  "arity": 0,
@@ -2754,11 +2754,11 @@
2754
2754
  "isExtensionMethod": false
2755
2755
  },
2756
2756
  {
2757
- "stableId": "System.Linq.Expressions:System.Dynamic.GetMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2757
+ "stableId": "System.Linq.Expressions:System.Dynamic.GetMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2758
2758
  "clrName": "Bind",
2759
2759
  "metadataToken": 0,
2760
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2761
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
2760
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2761
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
2762
2762
  "emitScope": "ClassSurface",
2763
2763
  "provenance": "BaseOverload",
2764
2764
  "arity": 0,
@@ -2926,11 +2926,11 @@
2926
2926
  "isExtensionMethod": false
2927
2927
  },
2928
2928
  {
2929
- "stableId": "System.Linq.Expressions:System.Dynamic.InvokeBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2929
+ "stableId": "System.Linq.Expressions:System.Dynamic.InvokeBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2930
2930
  "clrName": "Bind",
2931
2931
  "metadataToken": 0,
2932
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2933
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
2932
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
2933
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
2934
2934
  "emitScope": "ClassSurface",
2935
2935
  "provenance": "BaseOverload",
2936
2936
  "arity": 0,
@@ -3099,11 +3099,11 @@
3099
3099
  "isExtensionMethod": false
3100
3100
  },
3101
3101
  {
3102
- "stableId": "System.Linq.Expressions:System.Dynamic.InvokeMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3102
+ "stableId": "System.Linq.Expressions:System.Dynamic.InvokeMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3103
3103
  "clrName": "Bind",
3104
3104
  "metadataToken": 0,
3105
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3106
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
3105
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3106
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
3107
3107
  "emitScope": "ClassSurface",
3108
3108
  "provenance": "BaseOverload",
3109
3109
  "arity": 0,
@@ -3290,11 +3290,11 @@
3290
3290
  "isExtensionMethod": false
3291
3291
  },
3292
3292
  {
3293
- "stableId": "System.Linq.Expressions:System.Dynamic.SetIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3293
+ "stableId": "System.Linq.Expressions:System.Dynamic.SetIndexBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3294
3294
  "clrName": "Bind",
3295
3295
  "metadataToken": 0,
3296
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3297
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
3296
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3297
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
3298
3298
  "emitScope": "ClassSurface",
3299
3299
  "provenance": "BaseOverload",
3300
3300
  "arity": 0,
@@ -3443,11 +3443,11 @@
3443
3443
  "isExtensionMethod": false
3444
3444
  },
3445
3445
  {
3446
- "stableId": "System.Linq.Expressions:System.Dynamic.SetMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3446
+ "stableId": "System.Linq.Expressions:System.Dynamic.SetMemberBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3447
3447
  "clrName": "Bind",
3448
3448
  "metadataToken": 0,
3449
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3450
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
3449
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3450
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
3451
3451
  "emitScope": "ClassSurface",
3452
3452
  "provenance": "BaseOverload",
3453
3453
  "arity": 0,
@@ -3615,11 +3615,11 @@
3615
3615
  "isExtensionMethod": false
3616
3616
  },
3617
3617
  {
3618
- "stableId": "System.Linq.Expressions:System.Dynamic.UnaryOperationBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3618
+ "stableId": "System.Linq.Expressions:System.Dynamic.UnaryOperationBinder::Bind(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3619
3619
  "clrName": "Bind",
3620
3620
  "metadataToken": 0,
3621
- "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3622
- "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
3621
+ "canonicalSignature": "(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression",
3622
+ "normalizedSignature": "Bind|(System.Object[],System.Collections.ObjectModel.ReadOnlyCollection_1\u003CSystem.Linq.Expressions.ParameterExpression\u003E,System.Linq.Expressions.LabelTarget):System.Linq.Expressions.Expression|static=false",
3623
3623
  "emitScope": "ClassSurface",
3624
3624
  "provenance": "BaseOverload",
3625
3625
  "arity": 0,
@@ -4229,11 +4229,11 @@
4229
4229
  "isExtensionMethod": false
4230
4230
  },
4231
4231
  {
4232
- "stableId": "System.Private.CoreLib:System.IO.BufferedStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
4232
+ "stableId": "System.Private.CoreLib:System.IO.BufferedStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
4233
4233
  "clrName": "ReadAsync",
4234
4234
  "metadataToken": 0,
4235
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
4236
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
4235
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
4236
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
4237
4237
  "emitScope": "ClassSurface",
4238
4238
  "provenance": "BaseOverload",
4239
4239
  "arity": 0,
@@ -7637,11 +7637,11 @@
7637
7637
  "isExtensionMethod": false
7638
7638
  },
7639
7639
  {
7640
- "stableId": "System.Private.CoreLib:System.IO.FileStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
7640
+ "stableId": "System.Private.CoreLib:System.IO.FileStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
7641
7641
  "clrName": "ReadAsync",
7642
7642
  "metadataToken": 0,
7643
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
7644
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
7643
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
7644
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
7645
7645
  "emitScope": "ClassSurface",
7646
7646
  "provenance": "BaseOverload",
7647
7647
  "arity": 0,
@@ -10224,11 +10224,11 @@
10224
10224
  "isExtensionMethod": false
10225
10225
  },
10226
10226
  {
10227
- "stableId": "System.Private.CoreLib:System.IO.MemoryStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
10227
+ "stableId": "System.Private.CoreLib:System.IO.MemoryStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
10228
10228
  "clrName": "ReadAsync",
10229
10229
  "metadataToken": 0,
10230
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
10231
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
10230
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
10231
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
10232
10232
  "emitScope": "ClassSurface",
10233
10233
  "provenance": "BaseOverload",
10234
10234
  "arity": 0,
@@ -15130,11 +15130,11 @@
15130
15130
  "isExtensionMethod": false
15131
15131
  },
15132
15132
  {
15133
- "stableId": "System.Private.CoreLib:System.IO.StringWriter::Write(System.String,System.ReadOnlySpan_1):System.Void",
15133
+ "stableId": "System.Private.CoreLib:System.IO.StringWriter::Write(System.String,System.ReadOnlySpan_1\u003CSystem.Object\u003E):System.Void",
15134
15134
  "clrName": "Write",
15135
15135
  "metadataToken": 0,
15136
- "canonicalSignature": "(System.String,System.ReadOnlySpan_1):System.Void",
15137
- "normalizedSignature": "Write|(System.String,System.ReadOnlySpan_1):System.Void|static=false",
15136
+ "canonicalSignature": "(System.String,System.ReadOnlySpan_1\u003CSystem.Object\u003E):System.Void",
15137
+ "normalizedSignature": "Write|(System.String,System.ReadOnlySpan_1\u003CSystem.Object\u003E):System.Void|static=false",
15138
15138
  "emitScope": "ClassSurface",
15139
15139
  "provenance": "BaseOverload",
15140
15140
  "arity": 0,
@@ -15530,11 +15530,11 @@
15530
15530
  "isExtensionMethod": false
15531
15531
  },
15532
15532
  {
15533
- "stableId": "System.Private.CoreLib:System.IO.StringWriter::WriteLine(System.String,System.ReadOnlySpan_1):System.Void",
15533
+ "stableId": "System.Private.CoreLib:System.IO.StringWriter::WriteLine(System.String,System.ReadOnlySpan_1\u003CSystem.Object\u003E):System.Void",
15534
15534
  "clrName": "WriteLine",
15535
15535
  "metadataToken": 0,
15536
- "canonicalSignature": "(System.String,System.ReadOnlySpan_1):System.Void",
15537
- "normalizedSignature": "WriteLine|(System.String,System.ReadOnlySpan_1):System.Void|static=false",
15536
+ "canonicalSignature": "(System.String,System.ReadOnlySpan_1\u003CSystem.Object\u003E):System.Void",
15537
+ "normalizedSignature": "WriteLine|(System.String,System.ReadOnlySpan_1\u003CSystem.Object\u003E):System.Void|static=false",
15538
15538
  "emitScope": "ClassSurface",
15539
15539
  "provenance": "BaseOverload",
15540
15540
  "arity": 0,
@@ -18855,11 +18855,11 @@
18855
18855
  "isExtensionMethod": false
18856
18856
  },
18857
18857
  {
18858
- "stableId": "System.Private.CoreLib:System.IO.UnmanagedMemoryStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
18858
+ "stableId": "System.Private.CoreLib:System.IO.UnmanagedMemoryStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
18859
18859
  "clrName": "ReadAsync",
18860
18860
  "metadataToken": 0,
18861
- "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
18862
- "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
18861
+ "canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
18862
+ "normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
18863
18863
  "emitScope": "ClassSurface",
18864
18864
  "provenance": "BaseOverload",
18865
18865
  "arity": 0,
@@ -374,6 +374,7 @@ export interface DirectoryInfo$instance extends FileSystemInfo$instance, System_
374
374
  Create(): void;
375
375
  CreateSubdirectory(path: string): DirectoryInfo;
376
376
  Delete(): void;
377
+ Delete(recursive: boolean): void;
377
378
  EnumerateDirectories(): IEnumerable_1<DirectoryInfo>;
378
379
  EnumerateDirectories(searchPattern: string): IEnumerable_1<DirectoryInfo>;
379
380
  EnumerateDirectories(searchPattern: string, searchOption: SearchOption): IEnumerable_1<DirectoryInfo>;
@@ -679,6 +680,7 @@ export interface FileStream$instance extends Stream$instance {
679
680
  EndWrite(asyncResult: IAsyncResult): void;
680
681
  Finalize(): void;
681
682
  Flush(): void;
683
+ Flush(flushToDisk: boolean): void;
682
684
  FlushAsync(cancellationToken: CancellationToken): Task;
683
685
  FlushAsync(): Task;
684
686
  Lock(position: long, length: long): void;