@tsonic/dotnet 0.8.2 → 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.CSharp.RuntimeBinder/internal/index.d.ts +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/__internal/extensions/index.d.ts +371 -371
- package/package.json +1 -1
|
@@ -2105,6 +2105,20 @@
|
|
|
2105
2105
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2106
2106
|
"isExtensionMethod": false
|
|
2107
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
|
+
},
|
|
2108
2122
|
{
|
|
2109
2123
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
2110
2124
|
"clrName": "CreateChecked",
|
|
@@ -2440,6 +2454,16 @@
|
|
|
2440
2454
|
"metadataToken": 100668510
|
|
2441
2455
|
}
|
|
2442
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
|
+
},
|
|
2443
2467
|
{
|
|
2444
2468
|
"tsName": "createChecked",
|
|
2445
2469
|
"isStatic": true,
|
|
@@ -5265,20 +5289,6 @@
|
|
|
5265
5289
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5266
5290
|
"isExtensionMethod": false
|
|
5267
5291
|
},
|
|
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
|
-
},
|
|
5282
5292
|
{
|
|
5283
5293
|
"stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
|
|
5284
5294
|
"clrName": "CompareTo",
|
|
@@ -5800,16 +5810,6 @@
|
|
|
5800
5810
|
"metadataToken": 100675867
|
|
5801
5811
|
}
|
|
5802
5812
|
},
|
|
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
|
-
},
|
|
5813
5813
|
{
|
|
5814
5814
|
"tsName": "compareTo",
|
|
5815
5815
|
"isStatic": false,
|
|
@@ -7447,20 +7447,6 @@
|
|
|
7447
7447
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7448
7448
|
"isExtensionMethod": false
|
|
7449
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
|
-
},
|
|
7464
7450
|
{
|
|
7465
7451
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
7466
7452
|
"clrName": "Abs",
|
|
@@ -7818,16 +7804,6 @@
|
|
|
7818
7804
|
"metadataToken": 100668510
|
|
7819
7805
|
}
|
|
7820
7806
|
},
|
|
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
|
-
},
|
|
7831
7807
|
{
|
|
7832
7808
|
"tsName": "abs",
|
|
7833
7809
|
"isStatic": true,
|
|
@@ -8177,20 +8153,6 @@
|
|
|
8177
8153
|
}
|
|
8178
8154
|
]
|
|
8179
8155
|
},
|
|
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
|
-
},
|
|
8194
8156
|
{
|
|
8195
8157
|
"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",
|
|
8196
8158
|
"clrName": "TryFormat",
|
|
@@ -8460,16 +8422,6 @@
|
|
|
8460
8422
|
"metadataToken": 100675966
|
|
8461
8423
|
}
|
|
8462
8424
|
},
|
|
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
|
-
},
|
|
8473
8425
|
{
|
|
8474
8426
|
"tsName": "tryFormat",
|
|
8475
8427
|
"isStatic": false,
|
|
@@ -8647,6 +8599,20 @@
|
|
|
8647
8599
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8648
8600
|
"isExtensionMethod": false
|
|
8649
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
|
+
},
|
|
8650
8616
|
{
|
|
8651
8617
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
8652
8618
|
"clrName": "MultiplyAddEstimate",
|
|
@@ -8948,6 +8914,16 @@
|
|
|
8948
8914
|
"metadataToken": 100675934
|
|
8949
8915
|
}
|
|
8950
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
|
+
},
|
|
8951
8927
|
{
|
|
8952
8928
|
"tsName": "multiplyAddEstimate",
|
|
8953
8929
|
"isStatic": true,
|
|
@@ -9161,6 +9137,20 @@
|
|
|
9161
9137
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9162
9138
|
"isExtensionMethod": false
|
|
9163
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
|
+
},
|
|
9164
9154
|
{
|
|
9165
9155
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
9166
9156
|
"clrName": "CreateChecked",
|
|
@@ -9189,6 +9179,20 @@
|
|
|
9189
9179
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9190
9180
|
"isExtensionMethod": false
|
|
9191
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
|
+
},
|
|
9192
9196
|
{
|
|
9193
9197
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
9194
9198
|
"clrName": "MultiplyAddEstimate",
|
|
@@ -9522,6 +9526,16 @@
|
|
|
9522
9526
|
"metadataToken": 100675974
|
|
9523
9527
|
}
|
|
9524
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
|
+
},
|
|
9525
9539
|
{
|
|
9526
9540
|
"tsName": "createChecked",
|
|
9527
9541
|
"isStatic": true,
|
|
@@ -9542,6 +9556,16 @@
|
|
|
9542
9556
|
"metadataToken": 100675934
|
|
9543
9557
|
}
|
|
9544
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
|
+
},
|
|
9545
9569
|
{
|
|
9546
9570
|
"tsName": "multiplyAddEstimate",
|
|
9547
9571
|
"isStatic": true,
|