@tsonic/dotnet 0.8.1 → 0.8.3

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 (105) hide show
  1. package/Microsoft.VisualBasic/internal/index.d.ts +1 -1
  2. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +1 -1
  3. package/Microsoft.Win32/internal/index.d.ts +9 -9
  4. package/System/bindings.json +114 -114
  5. package/System/internal/index.d.ts +156 -154
  6. package/System/internal/metadata.json +73 -73
  7. package/System.Buffers/internal/index.d.ts +1 -1
  8. package/System.CodeDom.Compiler/internal/index.d.ts +1 -1
  9. package/System.Collections/internal/index.d.ts +12 -8
  10. package/System.Collections.Generic/internal/index.d.ts +22 -14
  11. package/System.Collections.Immutable/internal/index.d.ts +11 -11
  12. package/System.Collections.Specialized/internal/index.d.ts +20 -18
  13. package/System.ComponentModel/internal/index.d.ts +219 -209
  14. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +42 -32
  15. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +2 -1
  16. package/System.ComponentModel.Design/internal/index.d.ts +40 -40
  17. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -17
  18. package/System.Data/internal/index.d.ts +54 -46
  19. package/System.Data.Common/internal/index.d.ts +52 -44
  20. package/System.Data.SqlTypes/internal/index.d.ts +2 -2
  21. package/System.Diagnostics/internal/index.d.ts +85 -63
  22. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +30 -16
  23. package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
  24. package/System.Diagnostics.Metrics/internal/index.d.ts +14 -9
  25. package/System.Diagnostics.SymbolStore/internal/index.d.ts +5 -5
  26. package/System.Diagnostics.Tracing/internal/index.d.ts +11 -9
  27. package/System.Drawing/internal/index.d.ts +33 -33
  28. package/System.Dynamic/internal/index.d.ts +1 -1
  29. package/System.Formats.Tar/internal/index.d.ts +3 -2
  30. package/System.Globalization/internal/index.d.ts +8 -6
  31. package/System.IO/internal/index.d.ts +30 -27
  32. package/System.IO.Compression/internal/index.d.ts +1 -1
  33. package/System.IO.Enumeration/internal/index.d.ts +4 -2
  34. package/System.Linq/internal/index.d.ts +63 -63
  35. package/System.Linq.Expressions/internal/index.d.ts +13 -13
  36. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  37. package/System.Net/internal/index.d.ts +87 -63
  38. package/System.Net.Http/internal/index.d.ts +37 -21
  39. package/System.Net.Http.Headers/internal/index.d.ts +37 -20
  40. package/System.Net.Http.Json/internal/index.d.ts +39 -39
  41. package/System.Net.Mail/internal/index.d.ts +22 -12
  42. package/System.Net.Mime/internal/index.d.ts +4 -2
  43. package/System.Net.NetworkInformation/internal/index.d.ts +1 -1
  44. package/System.Net.Quic/internal/index.d.ts +3 -2
  45. package/System.Net.Security/internal/index.d.ts +38 -22
  46. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -1
  47. package/System.Net.Sockets/internal/index.d.ts +23 -16
  48. package/System.Net.WebSockets/internal/index.d.ts +17 -11
  49. package/System.Numerics/bindings.json +408 -0
  50. package/System.Numerics/internal/metadata.json +272 -0
  51. package/System.Reflection/internal/index.d.ts +185 -182
  52. package/System.Reflection.Emit/internal/index.d.ts +82 -82
  53. package/System.Reflection.Metadata/bindings.json +48 -0
  54. package/System.Reflection.Metadata/internal/index.d.ts +5 -5
  55. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  56. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +1 -1
  57. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  58. package/System.Resources/internal/index.d.ts +13 -12
  59. package/System.Runtime/internal/index.d.ts +2 -1
  60. package/System.Runtime.CompilerServices/internal/index.d.ts +15 -13
  61. package/System.Runtime.InteropServices/bindings.json +22 -22
  62. package/System.Runtime.InteropServices/internal/index.d.ts +46 -44
  63. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  64. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +1 -1
  65. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +3 -3
  66. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -14
  67. package/System.Runtime.Loader/internal/index.d.ts +4 -4
  68. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  69. package/System.Runtime.Serialization/internal/index.d.ts +53 -43
  70. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +14 -14
  71. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
  72. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -1
  73. package/System.Runtime.Serialization.Json/internal/index.d.ts +9 -8
  74. package/System.Runtime.Versioning/internal/index.d.ts +6 -3
  75. package/System.Security/internal/index.d.ts +35 -25
  76. package/System.Security.AccessControl/internal/index.d.ts +14 -10
  77. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -4
  78. package/System.Security.Claims/internal/index.d.ts +16 -12
  79. package/System.Security.Cryptography/internal/index.d.ts +80 -66
  80. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +33 -32
  81. package/System.Security.Permissions/internal/index.d.ts +2 -2
  82. package/System.Security.Policy/internal/index.d.ts +2 -2
  83. package/System.Security.Principal/internal/index.d.ts +8 -10
  84. package/System.Text/internal/index.d.ts +13 -11
  85. package/System.Text.Json/internal/index.d.ts +67 -61
  86. package/System.Text.Json.Nodes/internal/index.d.ts +31 -31
  87. package/System.Text.Json.Schema/internal/index.d.ts +4 -3
  88. package/System.Text.Json.Serialization/internal/index.d.ts +9 -8
  89. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -42
  90. package/System.Threading/internal/index.d.ts +16 -15
  91. package/System.Threading.Tasks/internal/index.d.ts +4 -14
  92. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +3 -1
  93. package/System.Timers/internal/index.d.ts +4 -2
  94. package/System.Transactions/internal/index.d.ts +8 -6
  95. package/System.Web/internal/index.d.ts +24 -24
  96. package/System.Xml/internal/index.d.ts +100 -99
  97. package/System.Xml.Linq/internal/index.d.ts +16 -15
  98. package/System.Xml.Resolvers/internal/index.d.ts +1 -1
  99. package/System.Xml.Schema/internal/index.d.ts +129 -84
  100. package/System.Xml.Serialization/internal/index.d.ts +68 -47
  101. package/System.Xml.XPath/internal/index.d.ts +10 -10
  102. package/System.Xml.Xsl/internal/index.d.ts +7 -7
  103. package/System.Xml.Xsl.Runtime/internal/index.d.ts +8 -8
  104. package/__internal/extensions/index.d.ts +177 -176
  105. package/package.json +1 -1
@@ -235,7 +235,7 @@ export interface Collection$instance {
235
235
  contains(Key: string): boolean;
236
236
  get_Item(Index: int): unknown;
237
237
  get_Item(Key: string): unknown;
238
- get_Item(Index: unknown): unknown;
238
+ get_Item(Index: unknown): unknown | undefined;
239
239
  getEnumerator(): IEnumerator;
240
240
  remove(Key: string): void;
241
241
  remove(Index: int): void;
@@ -176,7 +176,7 @@ export interface TextFieldParser$instance {
176
176
  dispose(): void;
177
177
  peekChars(numberOfChars: int): string;
178
178
  readFields(): string[];
179
- readLine(): string;
179
+ readLine(): string | undefined;
180
180
  readToEnd(): string;
181
181
  setDelimiters(...delimiters: string[]): void;
182
182
  setFieldWidths(...fieldWidths: int[]): void;
@@ -84,16 +84,16 @@ export interface RegistryKey$instance extends MarshalByRefObject {
84
84
  getAccessControl(): RegistrySecurity;
85
85
  getAccessControl(includeSections: AccessControlSections): RegistrySecurity;
86
86
  getSubKeyNames(): string[];
87
- getValue(name: string): unknown;
88
- getValue(name: string, defaultValue: unknown): unknown;
89
- getValue(name: string, defaultValue: unknown, options: RegistryValueOptions): unknown;
87
+ getValue(name: string): unknown | undefined;
88
+ getValue(name: string, defaultValue: unknown): unknown | undefined;
89
+ getValue(name: string, defaultValue: unknown, options: RegistryValueOptions): unknown | undefined;
90
90
  getValueKind(name: string): RegistryValueKind;
91
91
  getValueNames(): string[];
92
- openSubKey(name: string): RegistryKey;
93
- openSubKey(name: string, permissionCheck: RegistryKeyPermissionCheck): RegistryKey;
94
- openSubKey(name: string, permissionCheck: RegistryKeyPermissionCheck, rights: RegistryRights): RegistryKey;
95
- openSubKey(name: string, writable: boolean): RegistryKey;
96
- openSubKey(name: string, rights: RegistryRights): RegistryKey;
92
+ openSubKey(name: string): RegistryKey | undefined;
93
+ openSubKey(name: string, permissionCheck: RegistryKeyPermissionCheck): RegistryKey | undefined;
94
+ openSubKey(name: string, permissionCheck: RegistryKeyPermissionCheck, rights: RegistryRights): RegistryKey | undefined;
95
+ openSubKey(name: string, writable: boolean): RegistryKey | undefined;
96
+ openSubKey(name: string, rights: RegistryRights): RegistryKey | undefined;
97
97
  setAccessControl(registrySecurity: RegistrySecurity): void;
98
98
  setValue(name: string, value: unknown): void;
99
99
  setValue(name: string, value: unknown, valueKind: RegistryValueKind): void;
@@ -127,7 +127,7 @@ export abstract class Registry$instance {
127
127
  static readonly localMachine: RegistryKey;
128
128
  static readonly performanceData: RegistryKey;
129
129
  static readonly users: RegistryKey;
130
- static getValue(keyName: string, valueName: string, defaultValue: unknown): unknown;
130
+ static getValue(keyName: string, valueName: string, defaultValue: unknown): unknown | undefined;
131
131
  static setValue(keyName: string, valueName: string, value: unknown, valueKind: RegistryValueKind): void;
132
132
  static setValue(keyName: string, valueName: string, value: unknown): void;
133
133
  }
@@ -61929,7 +61929,7 @@
61929
61929
  {
61930
61930
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
61931
61931
  "clrName": "Round",
61932
- "tsEmitName": "round$view3",
61932
+ "tsEmitName": "round$view2",
61933
61933
  "metadataToken": 100675854,
61934
61934
  "canonicalSignature": "(TSelf,System.MidpointRounding):TSelf",
61935
61935
  "normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
@@ -62301,29 +62301,29 @@
62301
62301
  "isExtensionMethod": false
62302
62302
  },
62303
62303
  {
62304
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
62305
- "clrName": "Ceiling",
62306
- "tsEmitName": "ceiling$view",
62307
- "metadataToken": 100675848,
62308
- "canonicalSignature": "(TSelf):TSelf",
62309
- "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
62304
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
62305
+ "clrName": "Round",
62306
+ "tsEmitName": "round$view",
62307
+ "metadataToken": 100675853,
62308
+ "canonicalSignature": "(TSelf,System.Int32):TSelf",
62309
+ "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
62310
62310
  "emitScope": "ViewOnly",
62311
62311
  "arity": 0,
62312
- "parameterCount": 1,
62312
+ "parameterCount": 2,
62313
62313
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
62314
62314
  "declaringAssemblyName": "System.Private.CoreLib",
62315
62315
  "isExtensionMethod": false
62316
62316
  },
62317
62317
  {
62318
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
62319
- "clrName": "Round",
62320
- "tsEmitName": "round$view2",
62321
- "metadataToken": 100675853,
62322
- "canonicalSignature": "(TSelf,System.Int32):TSelf",
62323
- "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
62318
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
62319
+ "clrName": "Ceiling",
62320
+ "tsEmitName": "ceiling$view",
62321
+ "metadataToken": 100675848,
62322
+ "canonicalSignature": "(TSelf):TSelf",
62323
+ "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
62324
62324
  "emitScope": "ViewOnly",
62325
62325
  "arity": 0,
62326
- "parameterCount": 2,
62326
+ "parameterCount": 1,
62327
62327
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
62328
62328
  "declaringAssemblyName": "System.Private.CoreLib",
62329
62329
  "isExtensionMethod": false
@@ -64347,7 +64347,7 @@
64347
64347
  }
64348
64348
  },
64349
64349
  {
64350
- "tsName": "round$view3",
64350
+ "tsName": "round$view2",
64351
64351
  "isStatic": false,
64352
64352
  "tsSignatureId": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
64353
64353
  "target": {
@@ -64597,23 +64597,23 @@
64597
64597
  }
64598
64598
  },
64599
64599
  {
64600
- "tsName": "ceiling$view",
64600
+ "tsName": "round$view",
64601
64601
  "isStatic": false,
64602
- "tsSignatureId": "Ceiling|(TSelf):TSelf|static=false",
64602
+ "tsSignatureId": "Round|(TSelf,System.Int32):TSelf|static=false",
64603
64603
  "target": {
64604
64604
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
64605
64605
  "declaringAssemblyName": "System.Private.CoreLib",
64606
- "metadataToken": 100675848
64606
+ "metadataToken": 100675853
64607
64607
  }
64608
64608
  },
64609
64609
  {
64610
- "tsName": "round$view2",
64610
+ "tsName": "ceiling$view",
64611
64611
  "isStatic": false,
64612
- "tsSignatureId": "Round|(TSelf,System.Int32):TSelf|static=false",
64612
+ "tsSignatureId": "Ceiling|(TSelf):TSelf|static=false",
64613
64613
  "target": {
64614
64614
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
64615
64615
  "declaringAssemblyName": "System.Private.CoreLib",
64616
- "metadataToken": 100675853
64616
+ "metadataToken": 100675848
64617
64617
  }
64618
64618
  },
64619
64619
  {
@@ -69287,7 +69287,7 @@
69287
69287
  {
69288
69288
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
69289
69289
  "clrName": "Round",
69290
- "tsEmitName": "round$view3",
69290
+ "tsEmitName": "round$view2",
69291
69291
  "metadataToken": 100675854,
69292
69292
  "canonicalSignature": "(TSelf,System.MidpointRounding):TSelf",
69293
69293
  "normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
@@ -69631,29 +69631,29 @@
69631
69631
  "isExtensionMethod": false
69632
69632
  },
69633
69633
  {
69634
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
69635
- "clrName": "Ceiling",
69636
- "tsEmitName": "ceiling$view",
69637
- "metadataToken": 100675848,
69638
- "canonicalSignature": "(TSelf):TSelf",
69639
- "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
69634
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
69635
+ "clrName": "Round",
69636
+ "tsEmitName": "round$view",
69637
+ "metadataToken": 100675853,
69638
+ "canonicalSignature": "(TSelf,System.Int32):TSelf",
69639
+ "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
69640
69640
  "emitScope": "ViewOnly",
69641
69641
  "arity": 0,
69642
- "parameterCount": 1,
69642
+ "parameterCount": 2,
69643
69643
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
69644
69644
  "declaringAssemblyName": "System.Private.CoreLib",
69645
69645
  "isExtensionMethod": false
69646
69646
  },
69647
69647
  {
69648
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
69649
- "clrName": "Round",
69650
- "tsEmitName": "round$view2",
69651
- "metadataToken": 100675853,
69652
- "canonicalSignature": "(TSelf,System.Int32):TSelf",
69653
- "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
69648
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
69649
+ "clrName": "Ceiling",
69650
+ "tsEmitName": "ceiling$view",
69651
+ "metadataToken": 100675848,
69652
+ "canonicalSignature": "(TSelf):TSelf",
69653
+ "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
69654
69654
  "emitScope": "ViewOnly",
69655
69655
  "arity": 0,
69656
- "parameterCount": 2,
69656
+ "parameterCount": 1,
69657
69657
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
69658
69658
  "declaringAssemblyName": "System.Private.CoreLib",
69659
69659
  "isExtensionMethod": false
@@ -71602,7 +71602,7 @@
71602
71602
  }
71603
71603
  },
71604
71604
  {
71605
- "tsName": "round$view3",
71605
+ "tsName": "round$view2",
71606
71606
  "isStatic": false,
71607
71607
  "tsSignatureId": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
71608
71608
  "target": {
@@ -71832,23 +71832,23 @@
71832
71832
  }
71833
71833
  },
71834
71834
  {
71835
- "tsName": "ceiling$view",
71835
+ "tsName": "round$view",
71836
71836
  "isStatic": false,
71837
- "tsSignatureId": "Ceiling|(TSelf):TSelf|static=false",
71837
+ "tsSignatureId": "Round|(TSelf,System.Int32):TSelf|static=false",
71838
71838
  "target": {
71839
71839
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
71840
71840
  "declaringAssemblyName": "System.Private.CoreLib",
71841
- "metadataToken": 100675848
71841
+ "metadataToken": 100675853
71842
71842
  }
71843
71843
  },
71844
71844
  {
71845
- "tsName": "round$view2",
71845
+ "tsName": "ceiling$view",
71846
71846
  "isStatic": false,
71847
- "tsSignatureId": "Round|(TSelf,System.Int32):TSelf|static=false",
71847
+ "tsSignatureId": "Ceiling|(TSelf):TSelf|static=false",
71848
71848
  "target": {
71849
71849
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
71850
71850
  "declaringAssemblyName": "System.Private.CoreLib",
71851
- "metadataToken": 100675853
71851
+ "metadataToken": 100675848
71852
71852
  }
71853
71853
  },
71854
71854
  {
@@ -74245,6 +74245,20 @@
74245
74245
  }
74246
74246
  ]
74247
74247
  },
74248
+ {
74249
+ "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
74250
+ "clrName": "Log2",
74251
+ "tsEmitName": "log2$view",
74252
+ "metadataToken": 100675827,
74253
+ "canonicalSignature": "(TSelf):TSelf",
74254
+ "normalizedSignature": "Log2|(TSelf):TSelf|static=false",
74255
+ "emitScope": "ViewOnly",
74256
+ "arity": 0,
74257
+ "parameterCount": 1,
74258
+ "declaringClrType": "System.Numerics.IBinaryNumber\u00601",
74259
+ "declaringAssemblyName": "System.Private.CoreLib",
74260
+ "isExtensionMethod": false
74261
+ },
74248
74262
  {
74249
74263
  "stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
74250
74264
  "clrName": "CompareTo",
@@ -74293,20 +74307,6 @@
74293
74307
  "declaringAssemblyName": "System.Private.CoreLib",
74294
74308
  "isExtensionMethod": false
74295
74309
  },
74296
- {
74297
- "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
74298
- "clrName": "Log2",
74299
- "tsEmitName": "log2$view",
74300
- "metadataToken": 100675827,
74301
- "canonicalSignature": "(TSelf):TSelf",
74302
- "normalizedSignature": "Log2|(TSelf):TSelf|static=false",
74303
- "emitScope": "ViewOnly",
74304
- "arity": 0,
74305
- "parameterCount": 1,
74306
- "declaringClrType": "System.Numerics.IBinaryNumber\u00601",
74307
- "declaringAssemblyName": "System.Private.CoreLib",
74308
- "isExtensionMethod": false
74309
- },
74310
74310
  {
74311
74311
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
74312
74312
  "clrName": "Abs",
@@ -75421,6 +75421,16 @@
75421
75421
  "metadataToken": 100674111
75422
75422
  }
75423
75423
  },
75424
+ {
75425
+ "tsName": "log2$view",
75426
+ "isStatic": false,
75427
+ "tsSignatureId": "Log2|(TSelf):TSelf|static=false",
75428
+ "target": {
75429
+ "declaringClrType": "System.Numerics.IBinaryNumber\u00601",
75430
+ "declaringAssemblyName": "System.Private.CoreLib",
75431
+ "metadataToken": 100675827
75432
+ }
75433
+ },
75424
75434
  {
75425
75435
  "tsName": "compareTo$view",
75426
75436
  "isStatic": false,
@@ -75451,16 +75461,6 @@
75451
75461
  "metadataToken": 100668533
75452
75462
  }
75453
75463
  },
75454
- {
75455
- "tsName": "log2$view",
75456
- "isStatic": false,
75457
- "tsSignatureId": "Log2|(TSelf):TSelf|static=false",
75458
- "target": {
75459
- "declaringClrType": "System.Numerics.IBinaryNumber\u00601",
75460
- "declaringAssemblyName": "System.Private.CoreLib",
75461
- "metadataToken": 100675827
75462
- }
75463
- },
75464
75464
  {
75465
75465
  "tsName": "abs$view",
75466
75466
  "isStatic": false,
@@ -97326,7 +97326,7 @@
97326
97326
  {
97327
97327
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
97328
97328
  "clrName": "Round",
97329
- "tsEmitName": "round$view3",
97329
+ "tsEmitName": "round$view2",
97330
97330
  "metadataToken": 100675854,
97331
97331
  "canonicalSignature": "(TSelf,System.MidpointRounding):TSelf",
97332
97332
  "normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
@@ -97698,29 +97698,29 @@
97698
97698
  "isExtensionMethod": false
97699
97699
  },
97700
97700
  {
97701
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
97702
- "clrName": "Ceiling",
97703
- "tsEmitName": "ceiling$view",
97704
- "metadataToken": 100675848,
97705
- "canonicalSignature": "(TSelf):TSelf",
97706
- "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
97701
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
97702
+ "clrName": "Round",
97703
+ "tsEmitName": "round$view",
97704
+ "metadataToken": 100675853,
97705
+ "canonicalSignature": "(TSelf,System.Int32):TSelf",
97706
+ "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
97707
97707
  "emitScope": "ViewOnly",
97708
97708
  "arity": 0,
97709
- "parameterCount": 1,
97709
+ "parameterCount": 2,
97710
97710
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
97711
97711
  "declaringAssemblyName": "System.Private.CoreLib",
97712
97712
  "isExtensionMethod": false
97713
97713
  },
97714
97714
  {
97715
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
97716
- "clrName": "Round",
97717
- "tsEmitName": "round$view2",
97718
- "metadataToken": 100675853,
97719
- "canonicalSignature": "(TSelf,System.Int32):TSelf",
97720
- "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
97715
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
97716
+ "clrName": "Ceiling",
97717
+ "tsEmitName": "ceiling$view",
97718
+ "metadataToken": 100675848,
97719
+ "canonicalSignature": "(TSelf):TSelf",
97720
+ "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
97721
97721
  "emitScope": "ViewOnly",
97722
97722
  "arity": 0,
97723
- "parameterCount": 2,
97723
+ "parameterCount": 1,
97724
97724
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
97725
97725
  "declaringAssemblyName": "System.Private.CoreLib",
97726
97726
  "isExtensionMethod": false
@@ -99744,7 +99744,7 @@
99744
99744
  }
99745
99745
  },
99746
99746
  {
99747
- "tsName": "round$view3",
99747
+ "tsName": "round$view2",
99748
99748
  "isStatic": false,
99749
99749
  "tsSignatureId": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
99750
99750
  "target": {
@@ -99994,23 +99994,23 @@
99994
99994
  }
99995
99995
  },
99996
99996
  {
99997
- "tsName": "ceiling$view",
99997
+ "tsName": "round$view",
99998
99998
  "isStatic": false,
99999
- "tsSignatureId": "Ceiling|(TSelf):TSelf|static=false",
99999
+ "tsSignatureId": "Round|(TSelf,System.Int32):TSelf|static=false",
100000
100000
  "target": {
100001
100001
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
100002
100002
  "declaringAssemblyName": "System.Private.CoreLib",
100003
- "metadataToken": 100675848
100003
+ "metadataToken": 100675853
100004
100004
  }
100005
100005
  },
100006
100006
  {
100007
- "tsName": "round$view2",
100007
+ "tsName": "ceiling$view",
100008
100008
  "isStatic": false,
100009
- "tsSignatureId": "Round|(TSelf,System.Int32):TSelf|static=false",
100009
+ "tsSignatureId": "Ceiling|(TSelf):TSelf|static=false",
100010
100010
  "target": {
100011
100011
  "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
100012
100012
  "declaringAssemblyName": "System.Private.CoreLib",
100013
- "metadataToken": 100675853
100013
+ "metadataToken": 100675848
100014
100014
  }
100015
100015
  },
100016
100016
  {
@@ -107766,6 +107766,20 @@
107766
107766
  }
107767
107767
  ]
107768
107768
  },
107769
+ {
107770
+ "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
107771
+ "clrName": "Log2",
107772
+ "tsEmitName": "log2$view",
107773
+ "metadataToken": 100675827,
107774
+ "canonicalSignature": "(TSelf):TSelf",
107775
+ "normalizedSignature": "Log2|(TSelf):TSelf|static=false",
107776
+ "emitScope": "ViewOnly",
107777
+ "arity": 0,
107778
+ "parameterCount": 1,
107779
+ "declaringClrType": "System.Numerics.IBinaryNumber\u00601",
107780
+ "declaringAssemblyName": "System.Private.CoreLib",
107781
+ "isExtensionMethod": false
107782
+ },
107769
107783
  {
107770
107784
  "stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
107771
107785
  "clrName": "CompareTo",
@@ -107814,20 +107828,6 @@
107814
107828
  "declaringAssemblyName": "System.Private.CoreLib",
107815
107829
  "isExtensionMethod": false
107816
107830
  },
107817
- {
107818
- "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
107819
- "clrName": "Log2",
107820
- "tsEmitName": "log2$view",
107821
- "metadataToken": 100675827,
107822
- "canonicalSignature": "(TSelf):TSelf",
107823
- "normalizedSignature": "Log2|(TSelf):TSelf|static=false",
107824
- "emitScope": "ViewOnly",
107825
- "arity": 0,
107826
- "parameterCount": 1,
107827
- "declaringClrType": "System.Numerics.IBinaryNumber\u00601",
107828
- "declaringAssemblyName": "System.Private.CoreLib",
107829
- "isExtensionMethod": false
107830
- },
107831
107831
  {
107832
107832
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
107833
107833
  "clrName": "Abs",
@@ -108854,6 +108854,16 @@
108854
108854
  "metadataToken": 100674111
108855
108855
  }
108856
108856
  },
108857
+ {
108858
+ "tsName": "log2$view",
108859
+ "isStatic": false,
108860
+ "tsSignatureId": "Log2|(TSelf):TSelf|static=false",
108861
+ "target": {
108862
+ "declaringClrType": "System.Numerics.IBinaryNumber\u00601",
108863
+ "declaringAssemblyName": "System.Private.CoreLib",
108864
+ "metadataToken": 100675827
108865
+ }
108866
+ },
108857
108867
  {
108858
108868
  "tsName": "compareTo$view",
108859
108869
  "isStatic": false,
@@ -108884,16 +108894,6 @@
108884
108894
  "metadataToken": 100668533
108885
108895
  }
108886
108896
  },
108887
- {
108888
- "tsName": "log2$view",
108889
- "isStatic": false,
108890
- "tsSignatureId": "Log2|(TSelf):TSelf|static=false",
108891
- "target": {
108892
- "declaringClrType": "System.Numerics.IBinaryNumber\u00601",
108893
- "declaringAssemblyName": "System.Private.CoreLib",
108894
- "metadataToken": 100675827
108895
- }
108896
- },
108897
108897
  {
108898
108898
  "tsName": "abs",
108899
108899
  "isStatic": false,