@tsonic/dotnet 0.8.0 → 0.8.2

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 (137) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +21 -21
  2. package/Microsoft.VisualBasic/internal/index.d.ts +24 -24
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +30 -30
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +16 -16
  5. package/Microsoft.Win32/internal/index.d.ts +12 -12
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/bindings.json +114 -114
  8. package/System/internal/index.d.ts +1277 -1289
  9. package/System/internal/metadata.json +73 -73
  10. package/System.Buffers/internal/index.d.ts +13 -13
  11. package/System.CodeDom.Compiler/internal/index.d.ts +13 -13
  12. package/System.Collections/internal/index.d.ts +66 -68
  13. package/System.Collections.Concurrent/internal/index.d.ts +24 -24
  14. package/System.Collections.Frozen/bindings.json +20 -20
  15. package/System.Collections.Frozen/internal/index.d.ts +10 -10
  16. package/System.Collections.Frozen/internal/metadata.json +10 -10
  17. package/System.Collections.Generic/bindings.json +44 -20
  18. package/System.Collections.Generic/internal/index.d.ts +141 -133
  19. package/System.Collections.Generic/internal/metadata.json +26 -10
  20. package/System.Collections.Immutable/internal/index.d.ts +121 -121
  21. package/System.Collections.ObjectModel/internal/index.d.ts +23 -23
  22. package/System.Collections.Specialized/internal/index.d.ts +85 -87
  23. package/System.ComponentModel/internal/index.d.ts +595 -597
  24. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +105 -105
  25. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +9 -9
  26. package/System.ComponentModel.Design/internal/index.d.ts +90 -90
  27. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +37 -37
  28. package/System.Data/internal/index.d.ts +225 -225
  29. package/System.Data.Common/internal/index.d.ts +62 -62
  30. package/System.Data.SqlTypes/internal/index.d.ts +73 -73
  31. package/System.Diagnostics/internal/index.d.ts +343 -343
  32. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +50 -50
  33. package/System.Diagnostics.Contracts/internal/index.d.ts +20 -20
  34. package/System.Diagnostics.Metrics/internal/index.d.ts +46 -46
  35. package/System.Diagnostics.SymbolStore/internal/index.d.ts +9 -9
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +44 -44
  37. package/System.Drawing/internal/index.d.ts +99 -99
  38. package/System.Dynamic/internal/index.d.ts +33 -33
  39. package/System.Formats.Asn1/internal/index.d.ts +12 -12
  40. package/System.Formats.Tar/internal/index.d.ts +17 -17
  41. package/System.Globalization/internal/index.d.ts +51 -51
  42. package/System.IO/internal/index.d.ts +172 -172
  43. package/System.IO.Compression/internal/index.d.ts +56 -56
  44. package/System.IO.Enumeration/internal/index.d.ts +6 -6
  45. package/System.IO.IsolatedStorage/internal/index.d.ts +17 -17
  46. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -11
  47. package/System.IO.Pipelines/internal/index.d.ts +13 -13
  48. package/System.IO.Pipes/internal/index.d.ts +32 -32
  49. package/System.Linq/internal/index.d.ts +187 -187
  50. package/System.Linq.Expressions/internal/index.d.ts +203 -203
  51. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  52. package/System.Net/internal/index.d.ts +218 -220
  53. package/System.Net.Cache/internal/index.d.ts +10 -10
  54. package/System.Net.Http/internal/index.d.ts +89 -89
  55. package/System.Net.Http.Headers/internal/index.d.ts +86 -86
  56. package/System.Net.Http.Json/internal/index.d.ts +59 -59
  57. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  58. package/System.Net.Mail/internal/index.d.ts +92 -92
  59. package/System.Net.Mime/internal/index.d.ts +6 -6
  60. package/System.Net.NetworkInformation/internal/index.d.ts +39 -39
  61. package/System.Net.Quic/internal/index.d.ts +13 -13
  62. package/System.Net.Security/internal/index.d.ts +70 -70
  63. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -3
  64. package/System.Net.Sockets/internal/index.d.ts +94 -94
  65. package/System.Net.WebSockets/internal/index.d.ts +46 -46
  66. package/System.Numerics/bindings.json +384 -0
  67. package/System.Numerics/internal/index.d.ts +128 -130
  68. package/System.Numerics/internal/metadata.json +256 -0
  69. package/System.Reflection/internal/index.d.ts +271 -271
  70. package/System.Reflection.Emit/internal/index.d.ts +123 -123
  71. package/System.Reflection.Metadata/bindings.json +48 -0
  72. package/System.Reflection.Metadata/internal/index.d.ts +179 -179
  73. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  74. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +40 -40
  75. package/System.Reflection.PortableExecutable/internal/index.d.ts +26 -26
  76. package/System.Resources/internal/index.d.ts +38 -38
  77. package/System.Runtime/internal/index.d.ts +9 -9
  78. package/System.Runtime.CompilerServices/internal/index.d.ts +168 -168
  79. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  80. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  81. package/System.Runtime.InteropServices/bindings.json +22 -22
  82. package/System.Runtime.InteropServices/internal/index.d.ts +184 -184
  83. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  84. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +30 -30
  85. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  86. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +50 -50
  87. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +63 -63
  88. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  89. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  90. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  91. package/System.Runtime.Loader/internal/index.d.ts +9 -9
  92. package/System.Runtime.Remoting/internal/index.d.ts +2 -2
  93. package/System.Runtime.Serialization/internal/index.d.ts +113 -115
  94. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +19 -19
  95. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  96. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -5
  97. package/System.Runtime.Serialization.Json/internal/index.d.ts +28 -28
  98. package/System.Runtime.Versioning/internal/index.d.ts +22 -22
  99. package/System.Security/internal/index.d.ts +63 -63
  100. package/System.Security.AccessControl/internal/index.d.ts +84 -84
  101. package/System.Security.Authentication/internal/index.d.ts +6 -6
  102. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +13 -13
  103. package/System.Security.Claims/internal/index.d.ts +38 -40
  104. package/System.Security.Cryptography/internal/index.d.ts +378 -378
  105. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +172 -172
  106. package/System.Security.Permissions/internal/index.d.ts +1 -1
  107. package/System.Security.Policy/internal/index.d.ts +6 -6
  108. package/System.Security.Principal/internal/index.d.ts +29 -31
  109. package/System.Text/internal/index.d.ts +94 -94
  110. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  111. package/System.Text.Json/internal/index.d.ts +103 -103
  112. package/System.Text.Json.Nodes/internal/index.d.ts +73 -73
  113. package/System.Text.Json.Schema/internal/index.d.ts +7 -7
  114. package/System.Text.Json.Serialization/internal/index.d.ts +34 -34
  115. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +57 -57
  116. package/System.Text.RegularExpressions/internal/index.d.ts +29 -29
  117. package/System.Text.Unicode/internal/index.d.ts +6 -6
  118. package/System.Threading/internal/index.d.ts +160 -160
  119. package/System.Threading.Channels/internal/index.d.ts +12 -12
  120. package/System.Threading.Tasks/internal/index.d.ts +125 -135
  121. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +54 -51
  122. package/System.Threading.Tasks.Sources/internal/index.d.ts +5 -5
  123. package/System.Timers/internal/index.d.ts +8 -8
  124. package/System.Transactions/internal/index.d.ts +51 -51
  125. package/System.Web/internal/index.d.ts +32 -32
  126. package/System.Windows.Input/internal/index.d.ts +2 -2
  127. package/System.Windows.Markup/internal/index.d.ts +2 -2
  128. package/System.Xml/internal/index.d.ts +281 -281
  129. package/System.Xml.Linq/internal/index.d.ts +76 -76
  130. package/System.Xml.Resolvers/internal/index.d.ts +8 -8
  131. package/System.Xml.Schema/internal/index.d.ts +173 -173
  132. package/System.Xml.Serialization/internal/index.d.ts +200 -200
  133. package/System.Xml.XPath/internal/index.d.ts +28 -28
  134. package/System.Xml.Xsl/internal/index.d.ts +53 -53
  135. package/System.Xml.Xsl.Runtime/internal/index.d.ts +72 -72
  136. package/__internal/extensions/index.d.ts +415 -414
  137. package/package.json +1 -1
@@ -52,8 +52,8 @@ export interface SafeAccessTokenHandle$instance extends SafeHandle {
52
52
 
53
53
 
54
54
  export const SafeAccessTokenHandle: {
55
- new(): SafeAccessTokenHandle$instance;
56
- new(handle: nint): SafeAccessTokenHandle$instance;
55
+ new(): SafeAccessTokenHandle;
56
+ new(handle: nint): SafeAccessTokenHandle;
57
57
  readonly invalidHandle: SafeAccessTokenHandle;
58
58
  };
59
59
 
@@ -73,8 +73,8 @@ export interface SafeFileHandle$instance extends SafeHandleZeroOrMinusOneIsInval
73
73
 
74
74
 
75
75
  export const SafeFileHandle: {
76
- new(preexistingHandle: nint, ownsHandle: boolean): SafeFileHandle$instance;
77
- new(): SafeFileHandle$instance;
76
+ new(preexistingHandle: nint, ownsHandle: boolean): SafeFileHandle;
77
+ new(): SafeFileHandle;
78
78
  };
79
79
 
80
80
 
@@ -126,7 +126,7 @@ export interface SafeMemoryMappedFileHandle$instance extends SafeHandleZeroOrMin
126
126
 
127
127
 
128
128
  export const SafeMemoryMappedFileHandle: {
129
- new(): SafeMemoryMappedFileHandle$instance;
129
+ new(): SafeMemoryMappedFileHandle;
130
130
  };
131
131
 
132
132
 
@@ -143,7 +143,7 @@ export interface SafeMemoryMappedViewHandle$instance extends SafeBuffer {
143
143
 
144
144
 
145
145
  export const SafeMemoryMappedViewHandle: {
146
- new(): SafeMemoryMappedViewHandle$instance;
146
+ new(): SafeMemoryMappedViewHandle;
147
147
  };
148
148
 
149
149
 
@@ -176,8 +176,8 @@ export interface SafeNCryptKeyHandle$instance extends SafeNCryptHandle$instance
176
176
 
177
177
 
178
178
  export const SafeNCryptKeyHandle: {
179
- new(): SafeNCryptKeyHandle$instance;
180
- new(handle: nint, parentHandle: SafeHandle): SafeNCryptKeyHandle$instance;
179
+ new(): SafeNCryptKeyHandle;
180
+ new(handle: nint, parentHandle: SafeHandle): SafeNCryptKeyHandle;
181
181
  };
182
182
 
183
183
 
@@ -194,7 +194,7 @@ export interface SafeNCryptProviderHandle$instance extends SafeNCryptHandle$inst
194
194
 
195
195
 
196
196
  export const SafeNCryptProviderHandle: {
197
- new(): SafeNCryptProviderHandle$instance;
197
+ new(): SafeNCryptProviderHandle;
198
198
  };
199
199
 
200
200
 
@@ -211,7 +211,7 @@ export interface SafeNCryptSecretHandle$instance extends SafeNCryptHandle$instan
211
211
 
212
212
 
213
213
  export const SafeNCryptSecretHandle: {
214
- new(): SafeNCryptSecretHandle$instance;
214
+ new(): SafeNCryptSecretHandle;
215
215
  };
216
216
 
217
217
 
@@ -229,8 +229,8 @@ export interface SafePipeHandle$instance extends SafeHandleZeroOrMinusOneIsInval
229
229
 
230
230
 
231
231
  export const SafePipeHandle: {
232
- new(): SafePipeHandle$instance;
233
- new(preexistingHandle: nint, ownsHandle: boolean): SafePipeHandle$instance;
232
+ new(): SafePipeHandle;
233
+ new(preexistingHandle: nint, ownsHandle: boolean): SafePipeHandle;
234
234
  };
235
235
 
236
236
 
@@ -247,8 +247,8 @@ export interface SafeProcessHandle$instance extends SafeHandleZeroOrMinusOneIsIn
247
247
 
248
248
 
249
249
  export const SafeProcessHandle: {
250
- new(): SafeProcessHandle$instance;
251
- new(existingHandle: nint, ownsHandle: boolean): SafeProcessHandle$instance;
250
+ new(): SafeProcessHandle;
251
+ new(existingHandle: nint, ownsHandle: boolean): SafeProcessHandle;
252
252
  };
253
253
 
254
254
 
@@ -265,8 +265,8 @@ export interface SafeRegistryHandle$instance extends SafeHandleZeroOrMinusOneIsI
265
265
 
266
266
 
267
267
  export const SafeRegistryHandle: {
268
- new(): SafeRegistryHandle$instance;
269
- new(preexistingHandle: nint, ownsHandle: boolean): SafeRegistryHandle$instance;
268
+ new(): SafeRegistryHandle;
269
+ new(preexistingHandle: nint, ownsHandle: boolean): SafeRegistryHandle;
270
270
  };
271
271
 
272
272
 
@@ -283,8 +283,8 @@ export interface SafeWaitHandle$instance extends SafeHandleZeroOrMinusOneIsInval
283
283
 
284
284
 
285
285
  export const SafeWaitHandle: {
286
- new(): SafeWaitHandle$instance;
287
- new(existingHandle: nint, ownsHandle: boolean): SafeWaitHandle$instance;
286
+ new(): SafeWaitHandle;
287
+ new(existingHandle: nint, ownsHandle: boolean): SafeWaitHandle;
288
288
  };
289
289
 
290
290
 
@@ -301,7 +301,7 @@ export interface SafeX509ChainHandle$instance extends SafeHandleZeroOrMinusOneIs
301
301
 
302
302
 
303
303
  export const SafeX509ChainHandle: {
304
- new(): SafeX509ChainHandle$instance;
304
+ new(): SafeX509ChainHandle;
305
305
  };
306
306
 
307
307
 
@@ -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,