@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.
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +1 -1
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/System/bindings.json +114 -114
- package/System/internal/index.d.ts +156 -154
- package/System/internal/metadata.json +73 -73
- package/System.Buffers/internal/index.d.ts +1 -1
- package/System.CodeDom.Compiler/internal/index.d.ts +1 -1
- package/System.Collections/internal/index.d.ts +12 -8
- package/System.Collections.Generic/internal/index.d.ts +22 -14
- package/System.Collections.Immutable/internal/index.d.ts +11 -11
- package/System.Collections.Specialized/internal/index.d.ts +20 -18
- package/System.ComponentModel/internal/index.d.ts +219 -209
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +42 -32
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +2 -1
- package/System.ComponentModel.Design/internal/index.d.ts +40 -40
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -17
- package/System.Data/internal/index.d.ts +54 -46
- package/System.Data.Common/internal/index.d.ts +52 -44
- package/System.Data.SqlTypes/internal/index.d.ts +2 -2
- package/System.Diagnostics/internal/index.d.ts +85 -63
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +30 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +14 -9
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +5 -5
- package/System.Diagnostics.Tracing/internal/index.d.ts +11 -9
- package/System.Drawing/internal/index.d.ts +33 -33
- package/System.Dynamic/internal/index.d.ts +1 -1
- package/System.Formats.Tar/internal/index.d.ts +3 -2
- package/System.Globalization/internal/index.d.ts +8 -6
- package/System.IO/internal/index.d.ts +30 -27
- package/System.IO.Compression/internal/index.d.ts +1 -1
- package/System.IO.Enumeration/internal/index.d.ts +4 -2
- package/System.Linq/internal/index.d.ts +63 -63
- package/System.Linq.Expressions/internal/index.d.ts +13 -13
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/internal/index.d.ts +87 -63
- package/System.Net.Http/internal/index.d.ts +37 -21
- package/System.Net.Http.Headers/internal/index.d.ts +37 -20
- package/System.Net.Http.Json/internal/index.d.ts +39 -39
- package/System.Net.Mail/internal/index.d.ts +22 -12
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +1 -1
- package/System.Net.Quic/internal/index.d.ts +3 -2
- package/System.Net.Security/internal/index.d.ts +38 -22
- package/System.Net.ServerSentEvents/internal/index.d.ts +2 -1
- package/System.Net.Sockets/internal/index.d.ts +23 -16
- package/System.Net.WebSockets/internal/index.d.ts +17 -11
- package/System.Numerics/bindings.json +408 -0
- package/System.Numerics/internal/metadata.json +272 -0
- package/System.Reflection/internal/index.d.ts +185 -182
- package/System.Reflection.Emit/internal/index.d.ts +82 -82
- package/System.Reflection.Metadata/bindings.json +48 -0
- package/System.Reflection.Metadata/internal/index.d.ts +5 -5
- package/System.Reflection.Metadata/internal/metadata.json +32 -0
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +1 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +13 -12
- package/System.Runtime/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -13
- package/System.Runtime.InteropServices/bindings.json +22 -22
- package/System.Runtime.InteropServices/internal/index.d.ts +46 -44
- package/System.Runtime.InteropServices/internal/metadata.json +13 -13
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +1 -1
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +3 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +16 -14
- package/System.Runtime.Loader/internal/index.d.ts +4 -4
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +53 -43
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +14 -14
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -1
- package/System.Runtime.Serialization.Json/internal/index.d.ts +9 -8
- package/System.Runtime.Versioning/internal/index.d.ts +6 -3
- package/System.Security/internal/index.d.ts +35 -25
- package/System.Security.AccessControl/internal/index.d.ts +14 -10
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +4 -4
- package/System.Security.Claims/internal/index.d.ts +16 -12
- package/System.Security.Cryptography/internal/index.d.ts +80 -66
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +33 -32
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Policy/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +8 -10
- package/System.Text/internal/index.d.ts +13 -11
- package/System.Text.Json/internal/index.d.ts +67 -61
- package/System.Text.Json.Nodes/internal/index.d.ts +31 -31
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -42
- package/System.Threading/internal/index.d.ts +16 -15
- package/System.Threading.Tasks/internal/index.d.ts +4 -14
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +3 -1
- package/System.Timers/internal/index.d.ts +4 -2
- package/System.Transactions/internal/index.d.ts +8 -6
- package/System.Web/internal/index.d.ts +24 -24
- package/System.Xml/internal/index.d.ts +100 -99
- package/System.Xml.Linq/internal/index.d.ts +16 -15
- package/System.Xml.Resolvers/internal/index.d.ts +1 -1
- package/System.Xml.Schema/internal/index.d.ts +129 -84
- package/System.Xml.Serialization/internal/index.d.ts +68 -47
- package/System.Xml.XPath/internal/index.d.ts +10 -10
- package/System.Xml.Xsl/internal/index.d.ts +7 -7
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +8 -8
- package/__internal/extensions/index.d.ts +177 -176
- 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",
|
|
@@ -1469,6 +1485,22 @@
|
|
|
1469
1485
|
"parameterCount": 1,
|
|
1470
1486
|
"isExtensionMethod": false
|
|
1471
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
1490
|
+
"clrName": "Abs",
|
|
1491
|
+
"tsEmitName": "abs",
|
|
1492
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
1493
|
+
"provenance": "Original",
|
|
1494
|
+
"emitScope": "ClassSurface",
|
|
1495
|
+
"isStatic": true,
|
|
1496
|
+
"isAbstract": true,
|
|
1497
|
+
"isVirtual": true,
|
|
1498
|
+
"isOverride": true,
|
|
1499
|
+
"isSealed": false,
|
|
1500
|
+
"arity": 0,
|
|
1501
|
+
"parameterCount": 1,
|
|
1502
|
+
"isExtensionMethod": false
|
|
1503
|
+
},
|
|
1472
1504
|
{
|
|
1473
1505
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
1474
1506
|
"clrName": "CreateChecked",
|
|
@@ -1879,6 +1911,22 @@
|
|
|
1879
1911
|
"parameterCount": 1,
|
|
1880
1912
|
"isExtensionMethod": false
|
|
1881
1913
|
},
|
|
1914
|
+
{
|
|
1915
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
1916
|
+
"clrName": "Abs",
|
|
1917
|
+
"tsEmitName": "abs",
|
|
1918
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
1919
|
+
"provenance": "Original",
|
|
1920
|
+
"emitScope": "ClassSurface",
|
|
1921
|
+
"isStatic": true,
|
|
1922
|
+
"isAbstract": true,
|
|
1923
|
+
"isVirtual": true,
|
|
1924
|
+
"isOverride": true,
|
|
1925
|
+
"isSealed": false,
|
|
1926
|
+
"arity": 0,
|
|
1927
|
+
"parameterCount": 1,
|
|
1928
|
+
"isExtensionMethod": false
|
|
1929
|
+
},
|
|
1882
1930
|
{
|
|
1883
1931
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
1884
1932
|
"clrName": "CreateChecked",
|
|
@@ -2437,6 +2485,22 @@
|
|
|
2437
2485
|
"parameterCount": 1,
|
|
2438
2486
|
"isExtensionMethod": false
|
|
2439
2487
|
},
|
|
2488
|
+
{
|
|
2489
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
2490
|
+
"clrName": "Abs",
|
|
2491
|
+
"tsEmitName": "abs",
|
|
2492
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
2493
|
+
"provenance": "Original",
|
|
2494
|
+
"emitScope": "ClassSurface",
|
|
2495
|
+
"isStatic": true,
|
|
2496
|
+
"isAbstract": true,
|
|
2497
|
+
"isVirtual": true,
|
|
2498
|
+
"isOverride": true,
|
|
2499
|
+
"isSealed": false,
|
|
2500
|
+
"arity": 0,
|
|
2501
|
+
"parameterCount": 1,
|
|
2502
|
+
"isExtensionMethod": false
|
|
2503
|
+
},
|
|
2440
2504
|
{
|
|
2441
2505
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
2442
2506
|
"clrName": "CreateChecked",
|
|
@@ -3364,6 +3428,22 @@
|
|
|
3364
3428
|
"parameterCount": 2,
|
|
3365
3429
|
"isExtensionMethod": false
|
|
3366
3430
|
},
|
|
3431
|
+
{
|
|
3432
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IExponentialFunctions\u00601::Exp(TSelf):TSelf",
|
|
3433
|
+
"clrName": "Exp",
|
|
3434
|
+
"tsEmitName": "exp",
|
|
3435
|
+
"normalizedSignature": "Exp|(TSelf):TSelf|static=true",
|
|
3436
|
+
"provenance": "Original",
|
|
3437
|
+
"emitScope": "ClassSurface",
|
|
3438
|
+
"isStatic": true,
|
|
3439
|
+
"isAbstract": true,
|
|
3440
|
+
"isVirtual": true,
|
|
3441
|
+
"isOverride": true,
|
|
3442
|
+
"isSealed": false,
|
|
3443
|
+
"arity": 0,
|
|
3444
|
+
"parameterCount": 1,
|
|
3445
|
+
"isExtensionMethod": false
|
|
3446
|
+
},
|
|
3367
3447
|
{
|
|
3368
3448
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
3369
3449
|
"clrName": "CreateChecked",
|
|
@@ -3396,6 +3476,38 @@
|
|
|
3396
3476
|
"parameterCount": 1,
|
|
3397
3477
|
"isExtensionMethod": false
|
|
3398
3478
|
},
|
|
3479
|
+
{
|
|
3480
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
|
|
3481
|
+
"clrName": "MaxMagnitude",
|
|
3482
|
+
"tsEmitName": "maxMagnitude",
|
|
3483
|
+
"normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
3484
|
+
"provenance": "Original",
|
|
3485
|
+
"emitScope": "ClassSurface",
|
|
3486
|
+
"isStatic": true,
|
|
3487
|
+
"isAbstract": true,
|
|
3488
|
+
"isVirtual": true,
|
|
3489
|
+
"isOverride": true,
|
|
3490
|
+
"isSealed": false,
|
|
3491
|
+
"arity": 0,
|
|
3492
|
+
"parameterCount": 2,
|
|
3493
|
+
"isExtensionMethod": false
|
|
3494
|
+
},
|
|
3495
|
+
{
|
|
3496
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
3497
|
+
"clrName": "MultiplyAddEstimate",
|
|
3498
|
+
"tsEmitName": "multiplyAddEstimate",
|
|
3499
|
+
"normalizedSignature": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
|
|
3500
|
+
"provenance": "Original",
|
|
3501
|
+
"emitScope": "ClassSurface",
|
|
3502
|
+
"isStatic": true,
|
|
3503
|
+
"isAbstract": false,
|
|
3504
|
+
"isVirtual": true,
|
|
3505
|
+
"isOverride": true,
|
|
3506
|
+
"isSealed": false,
|
|
3507
|
+
"arity": 0,
|
|
3508
|
+
"parameterCount": 3,
|
|
3509
|
+
"isExtensionMethod": false
|
|
3510
|
+
},
|
|
3399
3511
|
{
|
|
3400
3512
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf",
|
|
3401
3513
|
"clrName": "Parse",
|
|
@@ -3602,6 +3714,22 @@
|
|
|
3602
3714
|
"parameterCount": 1,
|
|
3603
3715
|
"isExtensionMethod": false
|
|
3604
3716
|
},
|
|
3717
|
+
{
|
|
3718
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
|
|
3719
|
+
"clrName": "Round",
|
|
3720
|
+
"tsEmitName": "round",
|
|
3721
|
+
"normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=true",
|
|
3722
|
+
"provenance": "Original",
|
|
3723
|
+
"emitScope": "ClassSurface",
|
|
3724
|
+
"isStatic": true,
|
|
3725
|
+
"isAbstract": false,
|
|
3726
|
+
"isVirtual": true,
|
|
3727
|
+
"isOverride": true,
|
|
3728
|
+
"isSealed": false,
|
|
3729
|
+
"arity": 0,
|
|
3730
|
+
"parameterCount": 2,
|
|
3731
|
+
"isExtensionMethod": false
|
|
3732
|
+
},
|
|
3605
3733
|
{
|
|
3606
3734
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
|
|
3607
3735
|
"clrName": "Round",
|
|
@@ -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",
|
|
@@ -5035,6 +5211,38 @@
|
|
|
5035
5211
|
"parameterCount": 1,
|
|
5036
5212
|
"isExtensionMethod": false
|
|
5037
5213
|
},
|
|
5214
|
+
{
|
|
5215
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
|
|
5216
|
+
"clrName": "MaxMagnitude",
|
|
5217
|
+
"tsEmitName": "maxMagnitude",
|
|
5218
|
+
"normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
5219
|
+
"provenance": "Original",
|
|
5220
|
+
"emitScope": "ClassSurface",
|
|
5221
|
+
"isStatic": true,
|
|
5222
|
+
"isAbstract": true,
|
|
5223
|
+
"isVirtual": true,
|
|
5224
|
+
"isOverride": true,
|
|
5225
|
+
"isSealed": false,
|
|
5226
|
+
"arity": 0,
|
|
5227
|
+
"parameterCount": 2,
|
|
5228
|
+
"isExtensionMethod": false
|
|
5229
|
+
},
|
|
5230
|
+
{
|
|
5231
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
5232
|
+
"clrName": "MultiplyAddEstimate",
|
|
5233
|
+
"tsEmitName": "multiplyAddEstimate",
|
|
5234
|
+
"normalizedSignature": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
|
|
5235
|
+
"provenance": "Original",
|
|
5236
|
+
"emitScope": "ClassSurface",
|
|
5237
|
+
"isStatic": true,
|
|
5238
|
+
"isAbstract": false,
|
|
5239
|
+
"isVirtual": true,
|
|
5240
|
+
"isOverride": true,
|
|
5241
|
+
"isSealed": false,
|
|
5242
|
+
"arity": 0,
|
|
5243
|
+
"parameterCount": 3,
|
|
5244
|
+
"isExtensionMethod": false
|
|
5245
|
+
},
|
|
5038
5246
|
{
|
|
5039
5247
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf",
|
|
5040
5248
|
"clrName": "Parse",
|
|
@@ -5745,6 +5953,22 @@
|
|
|
5745
5953
|
"parameterCount": 1,
|
|
5746
5954
|
"isExtensionMethod": false
|
|
5747
5955
|
},
|
|
5956
|
+
{
|
|
5957
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
|
|
5958
|
+
"clrName": "MaxMagnitude",
|
|
5959
|
+
"tsEmitName": "maxMagnitude",
|
|
5960
|
+
"normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
5961
|
+
"provenance": "Original",
|
|
5962
|
+
"emitScope": "ClassSurface",
|
|
5963
|
+
"isStatic": true,
|
|
5964
|
+
"isAbstract": true,
|
|
5965
|
+
"isVirtual": true,
|
|
5966
|
+
"isOverride": true,
|
|
5967
|
+
"isSealed": false,
|
|
5968
|
+
"arity": 0,
|
|
5969
|
+
"parameterCount": 2,
|
|
5970
|
+
"isExtensionMethod": false
|
|
5971
|
+
},
|
|
5748
5972
|
{
|
|
5749
5973
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
5750
5974
|
"clrName": "MultiplyAddEstimate",
|
|
@@ -6092,6 +6316,22 @@
|
|
|
6092
6316
|
"parameterCount": 2,
|
|
6093
6317
|
"isExtensionMethod": false
|
|
6094
6318
|
},
|
|
6319
|
+
{
|
|
6320
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
6321
|
+
"clrName": "Abs",
|
|
6322
|
+
"tsEmitName": "abs",
|
|
6323
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
6324
|
+
"provenance": "Original",
|
|
6325
|
+
"emitScope": "ClassSurface",
|
|
6326
|
+
"isStatic": true,
|
|
6327
|
+
"isAbstract": true,
|
|
6328
|
+
"isVirtual": true,
|
|
6329
|
+
"isOverride": true,
|
|
6330
|
+
"isSealed": false,
|
|
6331
|
+
"arity": 0,
|
|
6332
|
+
"parameterCount": 1,
|
|
6333
|
+
"isExtensionMethod": false
|
|
6334
|
+
},
|
|
6095
6335
|
{
|
|
6096
6336
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
6097
6337
|
"clrName": "CreateChecked",
|
|
@@ -6124,6 +6364,22 @@
|
|
|
6124
6364
|
"parameterCount": 1,
|
|
6125
6365
|
"isExtensionMethod": false
|
|
6126
6366
|
},
|
|
6367
|
+
{
|
|
6368
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
|
|
6369
|
+
"clrName": "MaxMagnitude",
|
|
6370
|
+
"tsEmitName": "maxMagnitude",
|
|
6371
|
+
"normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
6372
|
+
"provenance": "Original",
|
|
6373
|
+
"emitScope": "ClassSurface",
|
|
6374
|
+
"isStatic": true,
|
|
6375
|
+
"isAbstract": true,
|
|
6376
|
+
"isVirtual": true,
|
|
6377
|
+
"isOverride": true,
|
|
6378
|
+
"isSealed": false,
|
|
6379
|
+
"arity": 0,
|
|
6380
|
+
"parameterCount": 2,
|
|
6381
|
+
"isExtensionMethod": false
|
|
6382
|
+
},
|
|
6127
6383
|
{
|
|
6128
6384
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
6129
6385
|
"clrName": "MultiplyAddEstimate",
|
|
@@ -6910,6 +7166,22 @@
|
|
|
6910
7166
|
"parameterCount": 1,
|
|
6911
7167
|
"isExtensionMethod": false
|
|
6912
7168
|
},
|
|
7169
|
+
{
|
|
7170
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
7171
|
+
"clrName": "Abs",
|
|
7172
|
+
"tsEmitName": "abs",
|
|
7173
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
7174
|
+
"provenance": "Original",
|
|
7175
|
+
"emitScope": "ClassSurface",
|
|
7176
|
+
"isStatic": true,
|
|
7177
|
+
"isAbstract": true,
|
|
7178
|
+
"isVirtual": true,
|
|
7179
|
+
"isOverride": true,
|
|
7180
|
+
"isSealed": false,
|
|
7181
|
+
"arity": 0,
|
|
7182
|
+
"parameterCount": 1,
|
|
7183
|
+
"isExtensionMethod": false
|
|
7184
|
+
},
|
|
6913
7185
|
{
|
|
6914
7186
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
6915
7187
|
"clrName": "CreateChecked",
|