@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
@@ -995,6 +995,22 @@
995
995
  "parameterCount": 1,
996
996
  "isExtensionMethod": false
997
997
  },
998
+ {
999
+ "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
1000
+ "clrName": "Log2",
1001
+ "tsEmitName": "log2",
1002
+ "normalizedSignature": "Log2|(TSelf):TSelf|static=true",
1003
+ "provenance": "Original",
1004
+ "emitScope": "ClassSurface",
1005
+ "isStatic": true,
1006
+ "isAbstract": true,
1007
+ "isVirtual": true,
1008
+ "isOverride": true,
1009
+ "isSealed": false,
1010
+ "arity": 0,
1011
+ "parameterCount": 1,
1012
+ "isExtensionMethod": false
1013
+ },
998
1014
  {
999
1015
  "stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::Clamp(TSelf,TSelf,TSelf):TSelf",
1000
1016
  "clrName": "Clamp",
@@ -1879,6 +1895,22 @@
1879
1895
  "parameterCount": 1,
1880
1896
  "isExtensionMethod": false
1881
1897
  },
1898
+ {
1899
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
1900
+ "clrName": "Abs",
1901
+ "tsEmitName": "abs",
1902
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
1903
+ "provenance": "Original",
1904
+ "emitScope": "ClassSurface",
1905
+ "isStatic": true,
1906
+ "isAbstract": true,
1907
+ "isVirtual": true,
1908
+ "isOverride": true,
1909
+ "isSealed": false,
1910
+ "arity": 0,
1911
+ "parameterCount": 1,
1912
+ "isExtensionMethod": false
1913
+ },
1882
1914
  {
1883
1915
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
1884
1916
  "clrName": "CreateChecked",
@@ -2437,6 +2469,22 @@
2437
2469
  "parameterCount": 1,
2438
2470
  "isExtensionMethod": false
2439
2471
  },
2472
+ {
2473
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
2474
+ "clrName": "Abs",
2475
+ "tsEmitName": "abs",
2476
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
2477
+ "provenance": "Original",
2478
+ "emitScope": "ClassSurface",
2479
+ "isStatic": true,
2480
+ "isAbstract": true,
2481
+ "isVirtual": true,
2482
+ "isOverride": true,
2483
+ "isSealed": false,
2484
+ "arity": 0,
2485
+ "parameterCount": 1,
2486
+ "isExtensionMethod": false
2487
+ },
2440
2488
  {
2441
2489
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
2442
2490
  "clrName": "CreateChecked",
@@ -3364,6 +3412,22 @@
3364
3412
  "parameterCount": 2,
3365
3413
  "isExtensionMethod": false
3366
3414
  },
3415
+ {
3416
+ "stableId": "System.Private.CoreLib:System.Numerics.IExponentialFunctions\u00601::Exp(TSelf):TSelf",
3417
+ "clrName": "Exp",
3418
+ "tsEmitName": "exp",
3419
+ "normalizedSignature": "Exp|(TSelf):TSelf|static=true",
3420
+ "provenance": "Original",
3421
+ "emitScope": "ClassSurface",
3422
+ "isStatic": true,
3423
+ "isAbstract": true,
3424
+ "isVirtual": true,
3425
+ "isOverride": true,
3426
+ "isSealed": false,
3427
+ "arity": 0,
3428
+ "parameterCount": 1,
3429
+ "isExtensionMethod": false
3430
+ },
3367
3431
  {
3368
3432
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
3369
3433
  "clrName": "CreateChecked",
@@ -3396,6 +3460,38 @@
3396
3460
  "parameterCount": 1,
3397
3461
  "isExtensionMethod": false
3398
3462
  },
3463
+ {
3464
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
3465
+ "clrName": "MaxMagnitude",
3466
+ "tsEmitName": "maxMagnitude",
3467
+ "normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
3468
+ "provenance": "Original",
3469
+ "emitScope": "ClassSurface",
3470
+ "isStatic": true,
3471
+ "isAbstract": true,
3472
+ "isVirtual": true,
3473
+ "isOverride": true,
3474
+ "isSealed": false,
3475
+ "arity": 0,
3476
+ "parameterCount": 2,
3477
+ "isExtensionMethod": false
3478
+ },
3479
+ {
3480
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
3481
+ "clrName": "MultiplyAddEstimate",
3482
+ "tsEmitName": "multiplyAddEstimate",
3483
+ "normalizedSignature": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
3484
+ "provenance": "Original",
3485
+ "emitScope": "ClassSurface",
3486
+ "isStatic": true,
3487
+ "isAbstract": false,
3488
+ "isVirtual": true,
3489
+ "isOverride": true,
3490
+ "isSealed": false,
3491
+ "arity": 0,
3492
+ "parameterCount": 3,
3493
+ "isExtensionMethod": false
3494
+ },
3399
3495
  {
3400
3496
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf",
3401
3497
  "clrName": "Parse",
@@ -3602,6 +3698,22 @@
3602
3698
  "parameterCount": 1,
3603
3699
  "isExtensionMethod": false
3604
3700
  },
3701
+ {
3702
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
3703
+ "clrName": "Round",
3704
+ "tsEmitName": "round",
3705
+ "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=true",
3706
+ "provenance": "Original",
3707
+ "emitScope": "ClassSurface",
3708
+ "isStatic": true,
3709
+ "isAbstract": false,
3710
+ "isVirtual": true,
3711
+ "isOverride": true,
3712
+ "isSealed": false,
3713
+ "arity": 0,
3714
+ "parameterCount": 2,
3715
+ "isExtensionMethod": false
3716
+ },
3605
3717
  {
3606
3718
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
3607
3719
  "clrName": "Round",
@@ -3720,6 +3832,22 @@
3720
3832
  "parameterCount": 1,
3721
3833
  "isExtensionMethod": false
3722
3834
  },
3835
+ {
3836
+ "stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::Sign(TSelf):System.Int32",
3837
+ "clrName": "Sign",
3838
+ "tsEmitName": "sign",
3839
+ "normalizedSignature": "Sign|(TSelf):System.Int32|static=true",
3840
+ "provenance": "Original",
3841
+ "emitScope": "ClassSurface",
3842
+ "isStatic": true,
3843
+ "isAbstract": false,
3844
+ "isVirtual": true,
3845
+ "isOverride": true,
3846
+ "isSealed": false,
3847
+ "arity": 0,
3848
+ "parameterCount": 1,
3849
+ "isExtensionMethod": false
3850
+ },
3723
3851
  {
3724
3852
  "stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
3725
3853
  "clrName": "CompareTo",
@@ -3996,6 +4124,22 @@
3996
4124
  "parameterCount": 1,
3997
4125
  "isExtensionMethod": false
3998
4126
  },
4127
+ {
4128
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
4129
+ "clrName": "Abs",
4130
+ "tsEmitName": "abs",
4131
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
4132
+ "provenance": "Original",
4133
+ "emitScope": "ClassSurface",
4134
+ "isStatic": true,
4135
+ "isAbstract": true,
4136
+ "isVirtual": true,
4137
+ "isOverride": true,
4138
+ "isSealed": false,
4139
+ "arity": 0,
4140
+ "parameterCount": 1,
4141
+ "isExtensionMethod": false
4142
+ },
3999
4143
  {
4000
4144
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
4001
4145
  "clrName": "CreateChecked",
@@ -4436,6 +4580,22 @@
4436
4580
  "parameterCount": 2,
4437
4581
  "isExtensionMethod": false
4438
4582
  },
4583
+ {
4584
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
4585
+ "clrName": "Abs",
4586
+ "tsEmitName": "abs",
4587
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
4588
+ "provenance": "Original",
4589
+ "emitScope": "ClassSurface",
4590
+ "isStatic": true,
4591
+ "isAbstract": true,
4592
+ "isVirtual": true,
4593
+ "isOverride": true,
4594
+ "isSealed": false,
4595
+ "arity": 0,
4596
+ "parameterCount": 1,
4597
+ "isExtensionMethod": false
4598
+ },
4439
4599
  {
4440
4600
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
4441
4601
  "clrName": "CreateChecked",
@@ -4468,6 +4628,22 @@
4468
4628
  "parameterCount": 1,
4469
4629
  "isExtensionMethod": false
4470
4630
  },
4631
+ {
4632
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
4633
+ "clrName": "MaxMagnitude",
4634
+ "tsEmitName": "maxMagnitude",
4635
+ "normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
4636
+ "provenance": "Original",
4637
+ "emitScope": "ClassSurface",
4638
+ "isStatic": true,
4639
+ "isAbstract": true,
4640
+ "isVirtual": true,
4641
+ "isOverride": true,
4642
+ "isSealed": false,
4643
+ "arity": 0,
4644
+ "parameterCount": 2,
4645
+ "isExtensionMethod": false
4646
+ },
4471
4647
  {
4472
4648
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
4473
4649
  "clrName": "MultiplyAddEstimate",
@@ -4987,6 +5163,22 @@
4987
5163
  "parameterCount": 1,
4988
5164
  "isExtensionMethod": false
4989
5165
  },
5166
+ {
5167
+ "stableId": "System.Private.CoreLib:System.IComparable\u00601::CompareTo(T):System.Int32",
5168
+ "clrName": "CompareTo",
5169
+ "tsEmitName": "compareTo",
5170
+ "normalizedSignature": "CompareTo|(T):System.Int32|static=false",
5171
+ "provenance": "Original",
5172
+ "emitScope": "ClassSurface",
5173
+ "isStatic": false,
5174
+ "isAbstract": true,
5175
+ "isVirtual": true,
5176
+ "isOverride": false,
5177
+ "isSealed": false,
5178
+ "arity": 0,
5179
+ "parameterCount": 1,
5180
+ "isExtensionMethod": false
5181
+ },
4990
5182
  {
4991
5183
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
4992
5184
  "clrName": "Abs",
@@ -5035,6 +5227,38 @@
5035
5227
  "parameterCount": 1,
5036
5228
  "isExtensionMethod": false
5037
5229
  },
5230
+ {
5231
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
5232
+ "clrName": "MaxMagnitude",
5233
+ "tsEmitName": "maxMagnitude",
5234
+ "normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
5235
+ "provenance": "Original",
5236
+ "emitScope": "ClassSurface",
5237
+ "isStatic": true,
5238
+ "isAbstract": true,
5239
+ "isVirtual": true,
5240
+ "isOverride": true,
5241
+ "isSealed": false,
5242
+ "arity": 0,
5243
+ "parameterCount": 2,
5244
+ "isExtensionMethod": false
5245
+ },
5246
+ {
5247
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
5248
+ "clrName": "MultiplyAddEstimate",
5249
+ "tsEmitName": "multiplyAddEstimate",
5250
+ "normalizedSignature": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
5251
+ "provenance": "Original",
5252
+ "emitScope": "ClassSurface",
5253
+ "isStatic": true,
5254
+ "isAbstract": false,
5255
+ "isVirtual": true,
5256
+ "isOverride": true,
5257
+ "isSealed": false,
5258
+ "arity": 0,
5259
+ "parameterCount": 3,
5260
+ "isExtensionMethod": false
5261
+ },
5038
5262
  {
5039
5263
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf",
5040
5264
  "clrName": "Parse",
@@ -5474,6 +5698,22 @@
5474
5698
  }
5475
5699
  ]
5476
5700
  },
5701
+ {
5702
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
5703
+ "clrName": "Equals",
5704
+ "tsEmitName": "equals",
5705
+ "normalizedSignature": "Equals|(T):System.Boolean|static=false",
5706
+ "provenance": "Original",
5707
+ "emitScope": "ClassSurface",
5708
+ "isStatic": false,
5709
+ "isAbstract": true,
5710
+ "isVirtual": true,
5711
+ "isOverride": false,
5712
+ "isSealed": false,
5713
+ "arity": 0,
5714
+ "parameterCount": 1,
5715
+ "isExtensionMethod": false
5716
+ },
5477
5717
  {
5478
5718
  "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",
5479
5719
  "clrName": "TryFormat",
@@ -6910,6 +7150,22 @@
6910
7150
  "parameterCount": 1,
6911
7151
  "isExtensionMethod": false
6912
7152
  },
7153
+ {
7154
+ "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
7155
+ "clrName": "Abs",
7156
+ "tsEmitName": "abs",
7157
+ "normalizedSignature": "Abs|(TSelf):TSelf|static=true",
7158
+ "provenance": "Original",
7159
+ "emitScope": "ClassSurface",
7160
+ "isStatic": true,
7161
+ "isAbstract": true,
7162
+ "isVirtual": true,
7163
+ "isOverride": true,
7164
+ "isSealed": false,
7165
+ "arity": 0,
7166
+ "parameterCount": 1,
7167
+ "isExtensionMethod": false
7168
+ },
6913
7169
  {
6914
7170
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
6915
7171
  "clrName": "CreateChecked",