@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
|
@@ -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,
|
|
@@ -2081,6 +2105,20 @@
|
|
|
2081
2105
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2082
2106
|
"isExtensionMethod": false
|
|
2083
2107
|
},
|
|
2108
|
+
{
|
|
2109
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
2110
|
+
"clrName": "Abs",
|
|
2111
|
+
"tsEmitName": "abs",
|
|
2112
|
+
"metadataToken": 100675930,
|
|
2113
|
+
"canonicalSignature": "(TSelf):TSelf",
|
|
2114
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
2115
|
+
"emitScope": "ClassSurface",
|
|
2116
|
+
"arity": 0,
|
|
2117
|
+
"parameterCount": 1,
|
|
2118
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
2119
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2120
|
+
"isExtensionMethod": false
|
|
2121
|
+
},
|
|
2084
2122
|
{
|
|
2085
2123
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
2086
2124
|
"clrName": "CreateChecked",
|
|
@@ -2416,6 +2454,16 @@
|
|
|
2416
2454
|
"metadataToken": 100668510
|
|
2417
2455
|
}
|
|
2418
2456
|
},
|
|
2457
|
+
{
|
|
2458
|
+
"tsName": "abs",
|
|
2459
|
+
"isStatic": true,
|
|
2460
|
+
"tsSignatureId": "Abs|(TSelf):TSelf|static=true",
|
|
2461
|
+
"target": {
|
|
2462
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
2463
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2464
|
+
"metadataToken": 100675930
|
|
2465
|
+
}
|
|
2466
|
+
},
|
|
2419
2467
|
{
|
|
2420
2468
|
"tsName": "createChecked",
|
|
2421
2469
|
"isStatic": true,
|
|
@@ -2671,6 +2719,20 @@
|
|
|
2671
2719
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2672
2720
|
"isExtensionMethod": false
|
|
2673
2721
|
},
|
|
2722
|
+
{
|
|
2723
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
2724
|
+
"clrName": "Abs",
|
|
2725
|
+
"tsEmitName": "abs",
|
|
2726
|
+
"metadataToken": 100675930,
|
|
2727
|
+
"canonicalSignature": "(TSelf):TSelf",
|
|
2728
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
2729
|
+
"emitScope": "ClassSurface",
|
|
2730
|
+
"arity": 0,
|
|
2731
|
+
"parameterCount": 1,
|
|
2732
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
2733
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2734
|
+
"isExtensionMethod": false
|
|
2735
|
+
},
|
|
2674
2736
|
{
|
|
2675
2737
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
2676
2738
|
"clrName": "CreateChecked",
|
|
@@ -3026,6 +3088,16 @@
|
|
|
3026
3088
|
"metadataToken": 100675842
|
|
3027
3089
|
}
|
|
3028
3090
|
},
|
|
3091
|
+
{
|
|
3092
|
+
"tsName": "abs",
|
|
3093
|
+
"isStatic": true,
|
|
3094
|
+
"tsSignatureId": "Abs|(TSelf):TSelf|static=true",
|
|
3095
|
+
"target": {
|
|
3096
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
3097
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3098
|
+
"metadataToken": 100675930
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
3029
3101
|
{
|
|
3030
3102
|
"tsName": "createChecked",
|
|
3031
3103
|
"isStatic": true,
|
|
@@ -3403,6 +3475,20 @@
|
|
|
3403
3475
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3404
3476
|
"isExtensionMethod": false
|
|
3405
3477
|
},
|
|
3478
|
+
{
|
|
3479
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
3480
|
+
"clrName": "Abs",
|
|
3481
|
+
"tsEmitName": "abs",
|
|
3482
|
+
"metadataToken": 100675930,
|
|
3483
|
+
"canonicalSignature": "(TSelf):TSelf",
|
|
3484
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
3485
|
+
"emitScope": "ClassSurface",
|
|
3486
|
+
"arity": 0,
|
|
3487
|
+
"parameterCount": 1,
|
|
3488
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
3489
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3490
|
+
"isExtensionMethod": false
|
|
3491
|
+
},
|
|
3406
3492
|
{
|
|
3407
3493
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
3408
3494
|
"clrName": "CreateChecked",
|
|
@@ -3890,6 +3976,16 @@
|
|
|
3890
3976
|
"metadataToken": 100675867
|
|
3891
3977
|
}
|
|
3892
3978
|
},
|
|
3979
|
+
{
|
|
3980
|
+
"tsName": "abs",
|
|
3981
|
+
"isStatic": true,
|
|
3982
|
+
"tsSignatureId": "Abs|(TSelf):TSelf|static=true",
|
|
3983
|
+
"target": {
|
|
3984
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
3985
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3986
|
+
"metadataToken": 100675930
|
|
3987
|
+
}
|
|
3988
|
+
},
|
|
3893
3989
|
{
|
|
3894
3990
|
"tsName": "createChecked",
|
|
3895
3991
|
"isStatic": true,
|
|
@@ -4821,6 +4917,20 @@
|
|
|
4821
4917
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4822
4918
|
"isExtensionMethod": false
|
|
4823
4919
|
},
|
|
4920
|
+
{
|
|
4921
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IExponentialFunctions\u00601::Exp(TSelf):TSelf",
|
|
4922
|
+
"clrName": "Exp",
|
|
4923
|
+
"tsEmitName": "exp",
|
|
4924
|
+
"metadataToken": 100675842,
|
|
4925
|
+
"canonicalSignature": "(TSelf):TSelf",
|
|
4926
|
+
"normalizedSignature": "Exp|(TSelf):TSelf|static=true",
|
|
4927
|
+
"emitScope": "ClassSurface",
|
|
4928
|
+
"arity": 0,
|
|
4929
|
+
"parameterCount": 1,
|
|
4930
|
+
"declaringClrType": "System.Numerics.IExponentialFunctions\u00601",
|
|
4931
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4932
|
+
"isExtensionMethod": false
|
|
4933
|
+
},
|
|
4824
4934
|
{
|
|
4825
4935
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
4826
4936
|
"clrName": "CreateChecked",
|
|
@@ -4849,6 +4959,34 @@
|
|
|
4849
4959
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4850
4960
|
"isExtensionMethod": false
|
|
4851
4961
|
},
|
|
4962
|
+
{
|
|
4963
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
|
|
4964
|
+
"clrName": "MaxMagnitude",
|
|
4965
|
+
"tsEmitName": "maxMagnitude",
|
|
4966
|
+
"metadataToken": 100675951,
|
|
4967
|
+
"canonicalSignature": "(TSelf,TSelf):TSelf",
|
|
4968
|
+
"normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
4969
|
+
"emitScope": "ClassSurface",
|
|
4970
|
+
"arity": 0,
|
|
4971
|
+
"parameterCount": 2,
|
|
4972
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
4973
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4974
|
+
"isExtensionMethod": false
|
|
4975
|
+
},
|
|
4976
|
+
{
|
|
4977
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
4978
|
+
"clrName": "MultiplyAddEstimate",
|
|
4979
|
+
"tsEmitName": "multiplyAddEstimate",
|
|
4980
|
+
"metadataToken": 100675955,
|
|
4981
|
+
"canonicalSignature": "(TSelf,TSelf,TSelf):TSelf",
|
|
4982
|
+
"normalizedSignature": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
|
|
4983
|
+
"emitScope": "ClassSurface",
|
|
4984
|
+
"arity": 0,
|
|
4985
|
+
"parameterCount": 3,
|
|
4986
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
4987
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4988
|
+
"isExtensionMethod": false
|
|
4989
|
+
},
|
|
4852
4990
|
{
|
|
4853
4991
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf",
|
|
4854
4992
|
"clrName": "Parse",
|
|
@@ -5033,6 +5171,20 @@
|
|
|
5033
5171
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5034
5172
|
"isExtensionMethod": false
|
|
5035
5173
|
},
|
|
5174
|
+
{
|
|
5175
|
+
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
|
|
5176
|
+
"clrName": "Round",
|
|
5177
|
+
"tsEmitName": "round",
|
|
5178
|
+
"metadataToken": 100675853,
|
|
5179
|
+
"canonicalSignature": "(TSelf,System.Int32):TSelf",
|
|
5180
|
+
"normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=true",
|
|
5181
|
+
"emitScope": "ClassSurface",
|
|
5182
|
+
"arity": 0,
|
|
5183
|
+
"parameterCount": 2,
|
|
5184
|
+
"declaringClrType": "System.Numerics.IFloatingPoint\u00601",
|
|
5185
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5186
|
+
"isExtensionMethod": false
|
|
5187
|
+
},
|
|
5036
5188
|
{
|
|
5037
5189
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
|
|
5038
5190
|
"clrName": "Round",
|
|
@@ -5418,6 +5570,16 @@
|
|
|
5418
5570
|
"metadataToken": 100675895
|
|
5419
5571
|
}
|
|
5420
5572
|
},
|
|
5573
|
+
{
|
|
5574
|
+
"tsName": "exp",
|
|
5575
|
+
"isStatic": true,
|
|
5576
|
+
"tsSignatureId": "Exp|(TSelf):TSelf|static=true",
|
|
5577
|
+
"target": {
|
|
5578
|
+
"declaringClrType": "System.Numerics.IExponentialFunctions\u00601",
|
|
5579
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5580
|
+
"metadataToken": 100675842
|
|
5581
|
+
}
|
|
5582
|
+
},
|
|
5421
5583
|
{
|
|
5422
5584
|
"tsName": "createChecked",
|
|
5423
5585
|
"isStatic": true,
|
|
@@ -5438,6 +5600,26 @@
|
|
|
5438
5600
|
"metadataToken": 100675934
|
|
5439
5601
|
}
|
|
5440
5602
|
},
|
|
5603
|
+
{
|
|
5604
|
+
"tsName": "maxMagnitude",
|
|
5605
|
+
"isStatic": true,
|
|
5606
|
+
"tsSignatureId": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
5607
|
+
"target": {
|
|
5608
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
5609
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5610
|
+
"metadataToken": 100675951
|
|
5611
|
+
}
|
|
5612
|
+
},
|
|
5613
|
+
{
|
|
5614
|
+
"tsName": "multiplyAddEstimate",
|
|
5615
|
+
"isStatic": true,
|
|
5616
|
+
"tsSignatureId": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
|
|
5617
|
+
"target": {
|
|
5618
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
5619
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5620
|
+
"metadataToken": 100675955
|
|
5621
|
+
}
|
|
5622
|
+
},
|
|
5441
5623
|
{
|
|
5442
5624
|
"tsName": "parse",
|
|
5443
5625
|
"isStatic": true,
|
|
@@ -5548,6 +5730,16 @@
|
|
|
5548
5730
|
"metadataToken": 100675849
|
|
5549
5731
|
}
|
|
5550
5732
|
},
|
|
5733
|
+
{
|
|
5734
|
+
"tsName": "round",
|
|
5735
|
+
"isStatic": true,
|
|
5736
|
+
"tsSignatureId": "Round|(TSelf,System.Int32):TSelf|static=true",
|
|
5737
|
+
"target": {
|
|
5738
|
+
"declaringClrType": "System.Numerics.IFloatingPoint\u00601",
|
|
5739
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5740
|
+
"metadataToken": 100675853
|
|
5741
|
+
}
|
|
5742
|
+
},
|
|
5551
5743
|
{
|
|
5552
5744
|
"tsName": "round",
|
|
5553
5745
|
"isStatic": true,
|
|
@@ -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,
|
|
@@ -7225,6 +7489,34 @@
|
|
|
7225
7489
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7226
7490
|
"isExtensionMethod": false
|
|
7227
7491
|
},
|
|
7492
|
+
{
|
|
7493
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
|
|
7494
|
+
"clrName": "MaxMagnitude",
|
|
7495
|
+
"tsEmitName": "maxMagnitude",
|
|
7496
|
+
"metadataToken": 100675951,
|
|
7497
|
+
"canonicalSignature": "(TSelf,TSelf):TSelf",
|
|
7498
|
+
"normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
7499
|
+
"emitScope": "ClassSurface",
|
|
7500
|
+
"arity": 0,
|
|
7501
|
+
"parameterCount": 2,
|
|
7502
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
7503
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7504
|
+
"isExtensionMethod": false
|
|
7505
|
+
},
|
|
7506
|
+
{
|
|
7507
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
7508
|
+
"clrName": "MultiplyAddEstimate",
|
|
7509
|
+
"tsEmitName": "multiplyAddEstimate",
|
|
7510
|
+
"metadataToken": 100675955,
|
|
7511
|
+
"canonicalSignature": "(TSelf,TSelf,TSelf):TSelf",
|
|
7512
|
+
"normalizedSignature": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
|
|
7513
|
+
"emitScope": "ClassSurface",
|
|
7514
|
+
"arity": 0,
|
|
7515
|
+
"parameterCount": 3,
|
|
7516
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
7517
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7518
|
+
"isExtensionMethod": false
|
|
7519
|
+
},
|
|
7228
7520
|
{
|
|
7229
7521
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf",
|
|
7230
7522
|
"clrName": "Parse",
|
|
@@ -7542,6 +7834,26 @@
|
|
|
7542
7834
|
"metadataToken": 100675934
|
|
7543
7835
|
}
|
|
7544
7836
|
},
|
|
7837
|
+
{
|
|
7838
|
+
"tsName": "maxMagnitude",
|
|
7839
|
+
"isStatic": true,
|
|
7840
|
+
"tsSignatureId": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
7841
|
+
"target": {
|
|
7842
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
7843
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7844
|
+
"metadataToken": 100675951
|
|
7845
|
+
}
|
|
7846
|
+
},
|
|
7847
|
+
{
|
|
7848
|
+
"tsName": "multiplyAddEstimate",
|
|
7849
|
+
"isStatic": true,
|
|
7850
|
+
"tsSignatureId": "MultiplyAddEstimate|(TSelf,TSelf,TSelf):TSelf|static=true",
|
|
7851
|
+
"target": {
|
|
7852
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
7853
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7854
|
+
"metadataToken": 100675955
|
|
7855
|
+
}
|
|
7856
|
+
},
|
|
7545
7857
|
{
|
|
7546
7858
|
"tsName": "parse",
|
|
7547
7859
|
"isStatic": true,
|
|
@@ -8287,6 +8599,20 @@
|
|
|
8287
8599
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8288
8600
|
"isExtensionMethod": false
|
|
8289
8601
|
},
|
|
8602
|
+
{
|
|
8603
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
|
|
8604
|
+
"clrName": "MaxMagnitude",
|
|
8605
|
+
"tsEmitName": "maxMagnitude",
|
|
8606
|
+
"metadataToken": 100675951,
|
|
8607
|
+
"canonicalSignature": "(TSelf,TSelf):TSelf",
|
|
8608
|
+
"normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
8609
|
+
"emitScope": "ClassSurface",
|
|
8610
|
+
"arity": 0,
|
|
8611
|
+
"parameterCount": 2,
|
|
8612
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
8613
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8614
|
+
"isExtensionMethod": false
|
|
8615
|
+
},
|
|
8290
8616
|
{
|
|
8291
8617
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
8292
8618
|
"clrName": "MultiplyAddEstimate",
|
|
@@ -8588,6 +8914,16 @@
|
|
|
8588
8914
|
"metadataToken": 100675934
|
|
8589
8915
|
}
|
|
8590
8916
|
},
|
|
8917
|
+
{
|
|
8918
|
+
"tsName": "maxMagnitude",
|
|
8919
|
+
"isStatic": true,
|
|
8920
|
+
"tsSignatureId": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
8921
|
+
"target": {
|
|
8922
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
8923
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8924
|
+
"metadataToken": 100675951
|
|
8925
|
+
}
|
|
8926
|
+
},
|
|
8591
8927
|
{
|
|
8592
8928
|
"tsName": "multiplyAddEstimate",
|
|
8593
8929
|
"isStatic": true,
|
|
@@ -8801,6 +9137,20 @@
|
|
|
8801
9137
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8802
9138
|
"isExtensionMethod": false
|
|
8803
9139
|
},
|
|
9140
|
+
{
|
|
9141
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
9142
|
+
"clrName": "Abs",
|
|
9143
|
+
"tsEmitName": "abs",
|
|
9144
|
+
"metadataToken": 100675930,
|
|
9145
|
+
"canonicalSignature": "(TSelf):TSelf",
|
|
9146
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
9147
|
+
"emitScope": "ClassSurface",
|
|
9148
|
+
"arity": 0,
|
|
9149
|
+
"parameterCount": 1,
|
|
9150
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
9151
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9152
|
+
"isExtensionMethod": false
|
|
9153
|
+
},
|
|
8804
9154
|
{
|
|
8805
9155
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
8806
9156
|
"clrName": "CreateChecked",
|
|
@@ -8829,6 +9179,20 @@
|
|
|
8829
9179
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8830
9180
|
"isExtensionMethod": false
|
|
8831
9181
|
},
|
|
9182
|
+
{
|
|
9183
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
|
|
9184
|
+
"clrName": "MaxMagnitude",
|
|
9185
|
+
"tsEmitName": "maxMagnitude",
|
|
9186
|
+
"metadataToken": 100675951,
|
|
9187
|
+
"canonicalSignature": "(TSelf,TSelf):TSelf",
|
|
9188
|
+
"normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
9189
|
+
"emitScope": "ClassSurface",
|
|
9190
|
+
"arity": 0,
|
|
9191
|
+
"parameterCount": 2,
|
|
9192
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
9193
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9194
|
+
"isExtensionMethod": false
|
|
9195
|
+
},
|
|
8832
9196
|
{
|
|
8833
9197
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
8834
9198
|
"clrName": "MultiplyAddEstimate",
|
|
@@ -9162,6 +9526,16 @@
|
|
|
9162
9526
|
"metadataToken": 100675974
|
|
9163
9527
|
}
|
|
9164
9528
|
},
|
|
9529
|
+
{
|
|
9530
|
+
"tsName": "abs",
|
|
9531
|
+
"isStatic": true,
|
|
9532
|
+
"tsSignatureId": "Abs|(TSelf):TSelf|static=true",
|
|
9533
|
+
"target": {
|
|
9534
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
9535
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9536
|
+
"metadataToken": 100675930
|
|
9537
|
+
}
|
|
9538
|
+
},
|
|
9165
9539
|
{
|
|
9166
9540
|
"tsName": "createChecked",
|
|
9167
9541
|
"isStatic": true,
|
|
@@ -9182,6 +9556,16 @@
|
|
|
9182
9556
|
"metadataToken": 100675934
|
|
9183
9557
|
}
|
|
9184
9558
|
},
|
|
9559
|
+
{
|
|
9560
|
+
"tsName": "maxMagnitude",
|
|
9561
|
+
"isStatic": true,
|
|
9562
|
+
"tsSignatureId": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
9563
|
+
"target": {
|
|
9564
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
9565
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9566
|
+
"metadataToken": 100675951
|
|
9567
|
+
}
|
|
9568
|
+
},
|
|
9185
9569
|
{
|
|
9186
9570
|
"tsName": "multiplyAddEstimate",
|
|
9187
9571
|
"isStatic": true,
|
|
@@ -9987,6 +10371,20 @@
|
|
|
9987
10371
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9988
10372
|
"isExtensionMethod": false
|
|
9989
10373
|
},
|
|
10374
|
+
{
|
|
10375
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
10376
|
+
"clrName": "Abs",
|
|
10377
|
+
"tsEmitName": "abs",
|
|
10378
|
+
"metadataToken": 100675930,
|
|
10379
|
+
"canonicalSignature": "(TSelf):TSelf",
|
|
10380
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
10381
|
+
"emitScope": "ClassSurface",
|
|
10382
|
+
"arity": 0,
|
|
10383
|
+
"parameterCount": 1,
|
|
10384
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
10385
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10386
|
+
"isExtensionMethod": false
|
|
10387
|
+
},
|
|
9990
10388
|
{
|
|
9991
10389
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
9992
10390
|
"clrName": "CreateChecked",
|
|
@@ -10352,6 +10750,16 @@
|
|
|
10352
10750
|
"metadataToken": 100675993
|
|
10353
10751
|
}
|
|
10354
10752
|
},
|
|
10753
|
+
{
|
|
10754
|
+
"tsName": "abs",
|
|
10755
|
+
"isStatic": true,
|
|
10756
|
+
"tsSignatureId": "Abs|(TSelf):TSelf|static=true",
|
|
10757
|
+
"target": {
|
|
10758
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
10759
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10760
|
+
"metadataToken": 100675930
|
|
10761
|
+
}
|
|
10762
|
+
},
|
|
10355
10763
|
{
|
|
10356
10764
|
"tsName": "createChecked",
|
|
10357
10765
|
"isStatic": true,
|