@tsonic/dotnet 0.8.1 → 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 (127) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +18 -18
  2. package/Microsoft.VisualBasic/internal/index.d.ts +1 -1
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +1 -1
  5. package/Microsoft.Win32/internal/index.d.ts +11 -11
  6. package/System/bindings.json +114 -114
  7. package/System/internal/index.d.ts +994 -1006
  8. package/System/internal/metadata.json +73 -73
  9. package/System.Buffers/internal/index.d.ts +3 -3
  10. package/System.CodeDom.Compiler/internal/index.d.ts +11 -11
  11. package/System.Collections/internal/index.d.ts +26 -28
  12. package/System.Collections.Concurrent/internal/index.d.ts +10 -10
  13. package/System.Collections.Frozen/bindings.json +20 -20
  14. package/System.Collections.Frozen/internal/index.d.ts +6 -6
  15. package/System.Collections.Frozen/internal/metadata.json +10 -10
  16. package/System.Collections.Generic/bindings.json +44 -20
  17. package/System.Collections.Generic/internal/index.d.ts +68 -60
  18. package/System.Collections.Generic/internal/metadata.json +26 -10
  19. package/System.Collections.Immutable/internal/index.d.ts +99 -99
  20. package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
  21. package/System.Collections.Specialized/internal/index.d.ts +63 -65
  22. package/System.ComponentModel/internal/index.d.ts +428 -430
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +66 -66
  24. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +2 -2
  25. package/System.ComponentModel.Design/internal/index.d.ts +72 -72
  26. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +33 -33
  27. package/System.Data/internal/index.d.ts +168 -168
  28. package/System.Data.Common/internal/index.d.ts +48 -48
  29. package/System.Data.SqlTypes/internal/index.d.ts +21 -21
  30. package/System.Diagnostics/internal/index.d.ts +262 -262
  31. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +25 -25
  32. package/System.Diagnostics.Contracts/internal/index.d.ts +8 -8
  33. package/System.Diagnostics.Metrics/internal/index.d.ts +33 -33
  34. package/System.Diagnostics.SymbolStore/internal/index.d.ts +5 -5
  35. package/System.Diagnostics.Tracing/internal/index.d.ts +28 -28
  36. package/System.Drawing/internal/index.d.ts +77 -77
  37. package/System.Dynamic/internal/index.d.ts +27 -27
  38. package/System.Formats.Asn1/internal/index.d.ts +4 -4
  39. package/System.Formats.Tar/internal/index.d.ts +3 -3
  40. package/System.Globalization/internal/index.d.ts +18 -18
  41. package/System.IO/internal/index.d.ts +107 -107
  42. package/System.IO.Compression/internal/index.d.ts +25 -25
  43. package/System.IO.Enumeration/internal/index.d.ts +5 -5
  44. package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
  45. package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
  46. package/System.IO.Pipelines/internal/index.d.ts +5 -5
  47. package/System.IO.Pipes/internal/index.d.ts +4 -4
  48. package/System.Linq/internal/index.d.ts +180 -180
  49. package/System.Linq.Expressions/internal/index.d.ts +169 -169
  50. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  51. package/System.Net/internal/index.d.ts +151 -153
  52. package/System.Net.Cache/internal/index.d.ts +2 -2
  53. package/System.Net.Http/internal/index.d.ts +58 -58
  54. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  55. package/System.Net.Http.Json/internal/index.d.ts +58 -58
  56. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  57. package/System.Net.Mail/internal/index.d.ts +72 -72
  58. package/System.Net.Mime/internal/index.d.ts +2 -2
  59. package/System.Net.NetworkInformation/internal/index.d.ts +24 -24
  60. package/System.Net.Quic/internal/index.d.ts +4 -4
  61. package/System.Net.Security/internal/index.d.ts +52 -52
  62. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  63. package/System.Net.Sockets/internal/index.d.ts +41 -41
  64. package/System.Net.WebSockets/internal/index.d.ts +34 -34
  65. package/System.Numerics/bindings.json +384 -0
  66. package/System.Numerics/internal/index.d.ts +91 -93
  67. package/System.Numerics/internal/metadata.json +256 -0
  68. package/System.Reflection/internal/index.d.ts +219 -219
  69. package/System.Reflection.Emit/internal/index.d.ts +118 -118
  70. package/System.Reflection.Metadata/bindings.json +48 -0
  71. package/System.Reflection.Metadata/internal/index.d.ts +14 -14
  72. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  73. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +5 -5
  74. package/System.Reflection.PortableExecutable/internal/index.d.ts +4 -4
  75. package/System.Resources/internal/index.d.ts +24 -24
  76. package/System.Runtime/internal/index.d.ts +5 -5
  77. package/System.Runtime.CompilerServices/internal/index.d.ts +31 -31
  78. package/System.Runtime.InteropServices/bindings.json +22 -22
  79. package/System.Runtime.InteropServices/internal/index.d.ts +93 -93
  80. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  81. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +10 -10
  82. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +23 -23
  83. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +36 -36
  84. package/System.Runtime.Loader/internal/index.d.ts +6 -6
  85. package/System.Runtime.Remoting/internal/index.d.ts +2 -2
  86. package/System.Runtime.Serialization/internal/index.d.ts +77 -79
  87. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +16 -16
  88. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  89. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +4 -4
  90. package/System.Runtime.Serialization.Json/internal/index.d.ts +26 -26
  91. package/System.Runtime.Versioning/internal/index.d.ts +9 -9
  92. package/System.Security/internal/index.d.ts +49 -49
  93. package/System.Security.AccessControl/internal/index.d.ts +31 -31
  94. package/System.Security.Authentication/internal/index.d.ts +4 -4
  95. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +10 -10
  96. package/System.Security.Claims/internal/index.d.ts +23 -25
  97. package/System.Security.Cryptography/internal/index.d.ts +189 -189
  98. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +71 -71
  99. package/System.Security.Policy/internal/index.d.ts +2 -2
  100. package/System.Security.Principal/internal/index.d.ts +9 -11
  101. package/System.Text/internal/index.d.ts +51 -51
  102. package/System.Text.Json/internal/index.d.ts +83 -83
  103. package/System.Text.Json.Nodes/internal/index.d.ts +65 -65
  104. package/System.Text.Json.Schema/internal/index.d.ts +5 -5
  105. package/System.Text.Json.Serialization/internal/index.d.ts +10 -10
  106. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +47 -47
  107. package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
  108. package/System.Text.Unicode/internal/index.d.ts +4 -4
  109. package/System.Threading/internal/index.d.ts +87 -87
  110. package/System.Threading.Channels/internal/index.d.ts +8 -8
  111. package/System.Threading.Tasks/internal/index.d.ts +84 -94
  112. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -26
  113. package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
  114. package/System.Timers/internal/index.d.ts +3 -3
  115. package/System.Transactions/internal/index.d.ts +20 -20
  116. package/System.Web/internal/index.d.ts +31 -31
  117. package/System.Windows.Input/internal/index.d.ts +2 -2
  118. package/System.Xml/internal/index.d.ts +215 -215
  119. package/System.Xml.Linq/internal/index.d.ts +51 -51
  120. package/System.Xml.Resolvers/internal/index.d.ts +4 -4
  121. package/System.Xml.Schema/internal/index.d.ts +105 -105
  122. package/System.Xml.Serialization/internal/index.d.ts +136 -136
  123. package/System.Xml.XPath/internal/index.d.ts +19 -19
  124. package/System.Xml.Xsl/internal/index.d.ts +41 -41
  125. package/System.Xml.Xsl.Runtime/internal/index.d.ts +20 -20
  126. package/__internal/extensions/index.d.ts +415 -414
  127. package/package.json +1 -1
@@ -1315,6 +1315,20 @@
1315
1315
  "declaringAssemblyName": "System.Private.CoreLib",
1316
1316
  "isExtensionMethod": false
1317
1317
  },
1318
+ {
1319
+ "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
1320
+ "clrName": "Log2",
1321
+ "tsEmitName": "log2",
1322
+ "metadataToken": 100675827,
1323
+ "canonicalSignature": "(TSelf):TSelf",
1324
+ "normalizedSignature": "Log2|(TSelf):TSelf|static=true",
1325
+ "emitScope": "ClassSurface",
1326
+ "arity": 0,
1327
+ "parameterCount": 1,
1328
+ "declaringClrType": "System.Numerics.IBinaryNumber\u00601",
1329
+ "declaringAssemblyName": "System.Private.CoreLib",
1330
+ "isExtensionMethod": false
1331
+ },
1318
1332
  {
1319
1333
  "stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::Clamp(TSelf,TSelf,TSelf):TSelf",
1320
1334
  "clrName": "Clamp",
@@ -1776,6 +1790,16 @@
1776
1790
  "metadataToken": 100675826
1777
1791
  }
1778
1792
  },
1793
+ {
1794
+ "tsName": "log2",
1795
+ "isStatic": true,
1796
+ "tsSignatureId": "Log2|(TSelf):TSelf|static=true",
1797
+ "target": {
1798
+ "declaringClrType": "System.Numerics.IBinaryNumber\u00601",
1799
+ "declaringAssemblyName": "System.Private.CoreLib",
1800
+ "metadataToken": 100675827
1801
+ }
1802
+ },
1779
1803
  {
1780
1804
  "tsName": "clamp",
1781
1805
  "isStatic": true,
@@ -2671,6 +2695,20 @@
2671
2695
  "declaringAssemblyName": "System.Private.CoreLib",
2672
2696
  "isExtensionMethod": false
2673
2697
  },
2698
+ {
2699
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
2700
+ "clrName": "Abs",
2701
+ "tsEmitName": "abs",
2702
+ "metadataToken": 100675930,
2703
+ "canonicalSignature": "(TSelf):TSelf",
2704
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
2705
+ "emitScope": "ClassSurface",
2706
+ "arity": 0,
2707
+ "parameterCount": 1,
2708
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
2709
+ "declaringAssemblyName": "System.Private.CoreLib",
2710
+ "isExtensionMethod": false
2711
+ },
2674
2712
  {
2675
2713
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
2676
2714
  "clrName": "CreateChecked",
@@ -3026,6 +3064,16 @@
3026
3064
  "metadataToken": 100675842
3027
3065
  }
3028
3066
  },
3067
+ {
3068
+ "tsName": "abs",
3069
+ "isStatic": true,
3070
+ "tsSignatureId": "Abs|(TSelf):TSelf|static=true",
3071
+ "target": {
3072
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
3073
+ "declaringAssemblyName": "System.Private.CoreLib",
3074
+ "metadataToken": 100675930
3075
+ }
3076
+ },
3029
3077
  {
3030
3078
  "tsName": "createChecked",
3031
3079
  "isStatic": true,
@@ -3403,6 +3451,20 @@
3403
3451
  "declaringAssemblyName": "System.Private.CoreLib",
3404
3452
  "isExtensionMethod": false
3405
3453
  },
3454
+ {
3455
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
3456
+ "clrName": "Abs",
3457
+ "tsEmitName": "abs",
3458
+ "metadataToken": 100675930,
3459
+ "canonicalSignature": "(TSelf):TSelf",
3460
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
3461
+ "emitScope": "ClassSurface",
3462
+ "arity": 0,
3463
+ "parameterCount": 1,
3464
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
3465
+ "declaringAssemblyName": "System.Private.CoreLib",
3466
+ "isExtensionMethod": false
3467
+ },
3406
3468
  {
3407
3469
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
3408
3470
  "clrName": "CreateChecked",
@@ -3890,6 +3952,16 @@
3890
3952
  "metadataToken": 100675867
3891
3953
  }
3892
3954
  },
3955
+ {
3956
+ "tsName": "abs",
3957
+ "isStatic": true,
3958
+ "tsSignatureId": "Abs|(TSelf):TSelf|static=true",
3959
+ "target": {
3960
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
3961
+ "declaringAssemblyName": "System.Private.CoreLib",
3962
+ "metadataToken": 100675930
3963
+ }
3964
+ },
3893
3965
  {
3894
3966
  "tsName": "createChecked",
3895
3967
  "isStatic": true,
@@ -4821,6 +4893,20 @@
4821
4893
  "declaringAssemblyName": "System.Private.CoreLib",
4822
4894
  "isExtensionMethod": false
4823
4895
  },
4896
+ {
4897
+ "stableId": "System.Private.CoreLib:System.Numerics.IExponentialFunctions\u00601::Exp(TSelf):TSelf",
4898
+ "clrName": "Exp",
4899
+ "tsEmitName": "exp",
4900
+ "metadataToken": 100675842,
4901
+ "canonicalSignature": "(TSelf):TSelf",
4902
+ "normalizedSignature": "Exp|(TSelf):TSelf|static=true",
4903
+ "emitScope": "ClassSurface",
4904
+ "arity": 0,
4905
+ "parameterCount": 1,
4906
+ "declaringClrType": "System.Numerics.IExponentialFunctions\u00601",
4907
+ "declaringAssemblyName": "System.Private.CoreLib",
4908
+ "isExtensionMethod": false
4909
+ },
4824
4910
  {
4825
4911
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
4826
4912
  "clrName": "CreateChecked",
@@ -4849,6 +4935,34 @@
4849
4935
  "declaringAssemblyName": "System.Private.CoreLib",
4850
4936
  "isExtensionMethod": false
4851
4937
  },
4938
+ {
4939
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
4940
+ "clrName": "MaxMagnitude",
4941
+ "tsEmitName": "maxMagnitude",
4942
+ "metadataToken": 100675951,
4943
+ "canonicalSignature": "(TSelf,TSelf):TSelf",
4944
+ "normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
4945
+ "emitScope": "ClassSurface",
4946
+ "arity": 0,
4947
+ "parameterCount": 2,
4948
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
4949
+ "declaringAssemblyName": "System.Private.CoreLib",
4950
+ "isExtensionMethod": false
4951
+ },
4952
+ {
4953
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
4954
+ "clrName": "MultiplyAddEstimate",
4955
+ "tsEmitName": "multiplyAddEstimate",
4956
+ "metadataToken": 100675955,
4957
+ "canonicalSignature": "(TSelf,TSelf,TSelf):TSelf",
4958
+ "normalizedSignature": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
4959
+ "emitScope": "ClassSurface",
4960
+ "arity": 0,
4961
+ "parameterCount": 3,
4962
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
4963
+ "declaringAssemblyName": "System.Private.CoreLib",
4964
+ "isExtensionMethod": false
4965
+ },
4852
4966
  {
4853
4967
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf",
4854
4968
  "clrName": "Parse",
@@ -5033,6 +5147,20 @@
5033
5147
  "declaringAssemblyName": "System.Private.CoreLib",
5034
5148
  "isExtensionMethod": false
5035
5149
  },
5150
+ {
5151
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
5152
+ "clrName": "Round",
5153
+ "tsEmitName": "round",
5154
+ "metadataToken": 100675853,
5155
+ "canonicalSignature": "(TSelf,System.Int32):TSelf",
5156
+ "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=true",
5157
+ "emitScope": "ClassSurface",
5158
+ "arity": 0,
5159
+ "parameterCount": 2,
5160
+ "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
5161
+ "declaringAssemblyName": "System.Private.CoreLib",
5162
+ "isExtensionMethod": false
5163
+ },
5036
5164
  {
5037
5165
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
5038
5166
  "clrName": "Round",
@@ -5137,6 +5265,20 @@
5137
5265
  "declaringAssemblyName": "System.Private.CoreLib",
5138
5266
  "isExtensionMethod": false
5139
5267
  },
5268
+ {
5269
+ "stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::Sign(TSelf):System.Int32",
5270
+ "clrName": "Sign",
5271
+ "tsEmitName": "sign",
5272
+ "metadataToken": 100675926,
5273
+ "canonicalSignature": "(TSelf):System.Int32",
5274
+ "normalizedSignature": "Sign|(TSelf):System.Int32|static=true",
5275
+ "emitScope": "ClassSurface",
5276
+ "arity": 0,
5277
+ "parameterCount": 1,
5278
+ "declaringClrType": "System.Numerics.INumber\u00601",
5279
+ "declaringAssemblyName": "System.Private.CoreLib",
5280
+ "isExtensionMethod": false
5281
+ },
5140
5282
  {
5141
5283
  "stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
5142
5284
  "clrName": "CompareTo",
@@ -5418,6 +5560,16 @@
5418
5560
  "metadataToken": 100675895
5419
5561
  }
5420
5562
  },
5563
+ {
5564
+ "tsName": "exp",
5565
+ "isStatic": true,
5566
+ "tsSignatureId": "Exp|(TSelf):TSelf|static=true",
5567
+ "target": {
5568
+ "declaringClrType": "System.Numerics.IExponentialFunctions\u00601",
5569
+ "declaringAssemblyName": "System.Private.CoreLib",
5570
+ "metadataToken": 100675842
5571
+ }
5572
+ },
5421
5573
  {
5422
5574
  "tsName": "createChecked",
5423
5575
  "isStatic": true,
@@ -5438,6 +5590,26 @@
5438
5590
  "metadataToken": 100675934
5439
5591
  }
5440
5592
  },
5593
+ {
5594
+ "tsName": "maxMagnitude",
5595
+ "isStatic": true,
5596
+ "tsSignatureId": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
5597
+ "target": {
5598
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
5599
+ "declaringAssemblyName": "System.Private.CoreLib",
5600
+ "metadataToken": 100675951
5601
+ }
5602
+ },
5603
+ {
5604
+ "tsName": "multiplyAddEstimate",
5605
+ "isStatic": true,
5606
+ "tsSignatureId": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
5607
+ "target": {
5608
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
5609
+ "declaringAssemblyName": "System.Private.CoreLib",
5610
+ "metadataToken": 100675955
5611
+ }
5612
+ },
5441
5613
  {
5442
5614
  "tsName": "parse",
5443
5615
  "isStatic": true,
@@ -5548,6 +5720,16 @@
5548
5720
  "metadataToken": 100675849
5549
5721
  }
5550
5722
  },
5723
+ {
5724
+ "tsName": "round",
5725
+ "isStatic": true,
5726
+ "tsSignatureId": "Round|(TSelf,System.Int32):TSelf|static=true",
5727
+ "target": {
5728
+ "declaringClrType": "System.Numerics.IFloatingPoint\u00601",
5729
+ "declaringAssemblyName": "System.Private.CoreLib",
5730
+ "metadataToken": 100675853
5731
+ }
5732
+ },
5551
5733
  {
5552
5734
  "tsName": "round",
5553
5735
  "isStatic": true,
@@ -5618,6 +5800,16 @@
5618
5800
  "metadataToken": 100675867
5619
5801
  }
5620
5802
  },
5803
+ {
5804
+ "tsName": "sign",
5805
+ "isStatic": true,
5806
+ "tsSignatureId": "Sign|(TSelf):System.Int32|static=true",
5807
+ "target": {
5808
+ "declaringClrType": "System.Numerics.INumber\u00601",
5809
+ "declaringAssemblyName": "System.Private.CoreLib",
5810
+ "metadataToken": 100675926
5811
+ }
5812
+ },
5621
5813
  {
5622
5814
  "tsName": "compareTo",
5623
5815
  "isStatic": false,
@@ -5803,6 +5995,20 @@
5803
5995
  "declaringAssemblyName": "System.Private.CoreLib",
5804
5996
  "isExtensionMethod": false
5805
5997
  },
5998
+ {
5999
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
6000
+ "clrName": "Abs",
6001
+ "tsEmitName": "abs",
6002
+ "metadataToken": 100675930,
6003
+ "canonicalSignature": "(TSelf):TSelf",
6004
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
6005
+ "emitScope": "ClassSurface",
6006
+ "arity": 0,
6007
+ "parameterCount": 1,
6008
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
6009
+ "declaringAssemblyName": "System.Private.CoreLib",
6010
+ "isExtensionMethod": false
6011
+ },
5806
6012
  {
5807
6013
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
5808
6014
  "clrName": "CreateChecked",
@@ -6158,6 +6364,16 @@
6158
6364
  "metadataToken": 100675896
6159
6365
  }
6160
6366
  },
6367
+ {
6368
+ "tsName": "abs",
6369
+ "isStatic": true,
6370
+ "tsSignatureId": "Abs|(TSelf):TSelf|static=true",
6371
+ "target": {
6372
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
6373
+ "declaringAssemblyName": "System.Private.CoreLib",
6374
+ "metadataToken": 100675930
6375
+ }
6376
+ },
6161
6377
  {
6162
6378
  "tsName": "createChecked",
6163
6379
  "isStatic": true,
@@ -6429,6 +6645,20 @@
6429
6645
  "declaringAssemblyName": "System.Private.CoreLib",
6430
6646
  "isExtensionMethod": false
6431
6647
  },
6648
+ {
6649
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
6650
+ "clrName": "Abs",
6651
+ "tsEmitName": "abs",
6652
+ "metadataToken": 100675930,
6653
+ "canonicalSignature": "(TSelf):TSelf",
6654
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
6655
+ "emitScope": "ClassSurface",
6656
+ "arity": 0,
6657
+ "parameterCount": 1,
6658
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
6659
+ "declaringAssemblyName": "System.Private.CoreLib",
6660
+ "isExtensionMethod": false
6661
+ },
6432
6662
  {
6433
6663
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
6434
6664
  "clrName": "CreateChecked",
@@ -6457,6 +6687,20 @@
6457
6687
  "declaringAssemblyName": "System.Private.CoreLib",
6458
6688
  "isExtensionMethod": false
6459
6689
  },
6690
+ {
6691
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
6692
+ "clrName": "MaxMagnitude",
6693
+ "tsEmitName": "maxMagnitude",
6694
+ "metadataToken": 100675951,
6695
+ "canonicalSignature": "(TSelf,TSelf):TSelf",
6696
+ "normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
6697
+ "emitScope": "ClassSurface",
6698
+ "arity": 0,
6699
+ "parameterCount": 2,
6700
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
6701
+ "declaringAssemblyName": "System.Private.CoreLib",
6702
+ "isExtensionMethod": false
6703
+ },
6460
6704
  {
6461
6705
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
6462
6706
  "clrName": "MultiplyAddEstimate",
@@ -6780,6 +7024,16 @@
6780
7024
  "metadataToken": 100675905
6781
7025
  }
6782
7026
  },
7027
+ {
7028
+ "tsName": "abs",
7029
+ "isStatic": true,
7030
+ "tsSignatureId": "Abs|(TSelf):TSelf|static=true",
7031
+ "target": {
7032
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
7033
+ "declaringAssemblyName": "System.Private.CoreLib",
7034
+ "metadataToken": 100675930
7035
+ }
7036
+ },
6783
7037
  {
6784
7038
  "tsName": "createChecked",
6785
7039
  "isStatic": true,
@@ -6800,6 +7054,16 @@
6800
7054
  "metadataToken": 100675934
6801
7055
  }
6802
7056
  },
7057
+ {
7058
+ "tsName": "maxMagnitude",
7059
+ "isStatic": true,
7060
+ "tsSignatureId": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
7061
+ "target": {
7062
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
7063
+ "declaringAssemblyName": "System.Private.CoreLib",
7064
+ "metadataToken": 100675951
7065
+ }
7066
+ },
6803
7067
  {
6804
7068
  "tsName": "multiplyAddEstimate",
6805
7069
  "isStatic": true,
@@ -7183,6 +7447,20 @@
7183
7447
  "declaringAssemblyName": "System.Private.CoreLib",
7184
7448
  "isExtensionMethod": false
7185
7449
  },
7450
+ {
7451
+ "stableId": "System.Private.CoreLib:System.IComparable\u00601::CompareTo(T):System.Int32",
7452
+ "clrName": "CompareTo",
7453
+ "tsEmitName": "compareTo",
7454
+ "metadataToken": 100668511,
7455
+ "canonicalSignature": "(T):System.Int32",
7456
+ "normalizedSignature": "CompareTo|(T):System.Int32|static=false",
7457
+ "emitScope": "ClassSurface",
7458
+ "arity": 0,
7459
+ "parameterCount": 1,
7460
+ "declaringClrType": "System.IComparable\u00601",
7461
+ "declaringAssemblyName": "System.Private.CoreLib",
7462
+ "isExtensionMethod": false
7463
+ },
7186
7464
  {
7187
7465
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
7188
7466
  "clrName": "Abs",
@@ -7225,6 +7503,34 @@
7225
7503
  "declaringAssemblyName": "System.Private.CoreLib",
7226
7504
  "isExtensionMethod": false
7227
7505
  },
7506
+ {
7507
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
7508
+ "clrName": "MaxMagnitude",
7509
+ "tsEmitName": "maxMagnitude",
7510
+ "metadataToken": 100675951,
7511
+ "canonicalSignature": "(TSelf,TSelf):TSelf",
7512
+ "normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
7513
+ "emitScope": "ClassSurface",
7514
+ "arity": 0,
7515
+ "parameterCount": 2,
7516
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
7517
+ "declaringAssemblyName": "System.Private.CoreLib",
7518
+ "isExtensionMethod": false
7519
+ },
7520
+ {
7521
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
7522
+ "clrName": "MultiplyAddEstimate",
7523
+ "tsEmitName": "multiplyAddEstimate",
7524
+ "metadataToken": 100675955,
7525
+ "canonicalSignature": "(TSelf,TSelf,TSelf):TSelf",
7526
+ "normalizedSignature": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
7527
+ "emitScope": "ClassSurface",
7528
+ "arity": 0,
7529
+ "parameterCount": 3,
7530
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
7531
+ "declaringAssemblyName": "System.Private.CoreLib",
7532
+ "isExtensionMethod": false
7533
+ },
7228
7534
  {
7229
7535
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf",
7230
7536
  "clrName": "Parse",
@@ -7512,6 +7818,16 @@
7512
7818
  "metadataToken": 100668510
7513
7819
  }
7514
7820
  },
7821
+ {
7822
+ "tsName": "compareTo",
7823
+ "isStatic": false,
7824
+ "tsSignatureId": "CompareTo|(T):System.Int32|static=false",
7825
+ "target": {
7826
+ "declaringClrType": "System.IComparable\u00601",
7827
+ "declaringAssemblyName": "System.Private.CoreLib",
7828
+ "metadataToken": 100668511
7829
+ }
7830
+ },
7515
7831
  {
7516
7832
  "tsName": "abs",
7517
7833
  "isStatic": true,
@@ -7542,6 +7858,26 @@
7542
7858
  "metadataToken": 100675934
7543
7859
  }
7544
7860
  },
7861
+ {
7862
+ "tsName": "maxMagnitude",
7863
+ "isStatic": true,
7864
+ "tsSignatureId": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
7865
+ "target": {
7866
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
7867
+ "declaringAssemblyName": "System.Private.CoreLib",
7868
+ "metadataToken": 100675951
7869
+ }
7870
+ },
7871
+ {
7872
+ "tsName": "multiplyAddEstimate",
7873
+ "isStatic": true,
7874
+ "tsSignatureId": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
7875
+ "target": {
7876
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
7877
+ "declaringAssemblyName": "System.Private.CoreLib",
7878
+ "metadataToken": 100675955
7879
+ }
7880
+ },
7545
7881
  {
7546
7882
  "tsName": "parse",
7547
7883
  "isStatic": true,
@@ -7841,6 +8177,20 @@
7841
8177
  }
7842
8178
  ]
7843
8179
  },
8180
+ {
8181
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
8182
+ "clrName": "Equals",
8183
+ "tsEmitName": "equals",
8184
+ "metadataToken": 100668531,
8185
+ "canonicalSignature": "(T):System.Boolean",
8186
+ "normalizedSignature": "Equals|(T):System.Boolean|static=false",
8187
+ "emitScope": "ClassSurface",
8188
+ "arity": 0,
8189
+ "parameterCount": 1,
8190
+ "declaringClrType": "System.IEquatable\u00601",
8191
+ "declaringAssemblyName": "System.Private.CoreLib",
8192
+ "isExtensionMethod": false
8193
+ },
7844
8194
  {
7845
8195
  "stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
7846
8196
  "clrName": "TryFormat",
@@ -8110,6 +8460,16 @@
8110
8460
  "metadataToken": 100675966
8111
8461
  }
8112
8462
  },
8463
+ {
8464
+ "tsName": "equals",
8465
+ "isStatic": false,
8466
+ "tsSignatureId": "Equals|(T):System.Boolean|static=false",
8467
+ "target": {
8468
+ "declaringClrType": "System.IEquatable\u00601",
8469
+ "declaringAssemblyName": "System.Private.CoreLib",
8470
+ "metadataToken": 100668531
8471
+ }
8472
+ },
8113
8473
  {
8114
8474
  "tsName": "tryFormat",
8115
8475
  "isStatic": false,
@@ -9987,6 +10347,20 @@
9987
10347
  "declaringAssemblyName": "System.Private.CoreLib",
9988
10348
  "isExtensionMethod": false
9989
10349
  },
10350
+ {
10351
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
10352
+ "clrName": "Abs",
10353
+ "tsEmitName": "abs",
10354
+ "metadataToken": 100675930,
10355
+ "canonicalSignature": "(TSelf):TSelf",
10356
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
10357
+ "emitScope": "ClassSurface",
10358
+ "arity": 0,
10359
+ "parameterCount": 1,
10360
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
10361
+ "declaringAssemblyName": "System.Private.CoreLib",
10362
+ "isExtensionMethod": false
10363
+ },
9990
10364
  {
9991
10365
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
9992
10366
  "clrName": "CreateChecked",
@@ -10352,6 +10726,16 @@
10352
10726
  "metadataToken": 100675993
10353
10727
  }
10354
10728
  },
10729
+ {
10730
+ "tsName": "abs",
10731
+ "isStatic": true,
10732
+ "tsSignatureId": "Abs|(TSelf):TSelf|static=true",
10733
+ "target": {
10734
+ "declaringClrType": "System.Numerics.INumberBase\u00601",
10735
+ "declaringAssemblyName": "System.Private.CoreLib",
10736
+ "metadataToken": 100675930
10737
+ }
10738
+ },
10355
10739
  {
10356
10740
  "tsName": "createChecked",
10357
10741
  "isStatic": true,