@tsonic/dotnet 10.0.39 → 10.0.41
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/Internal/internal/index.d.ts +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -61,7 +61,10 @@
|
|
|
61
61
|
"isOverride": true,
|
|
62
62
|
"visibility": "Public",
|
|
63
63
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
64
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
64
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
65
|
+
"emitSemantics": {
|
|
66
|
+
"callableStaticAccessorKind": "property"
|
|
67
|
+
}
|
|
65
68
|
}
|
|
66
69
|
],
|
|
67
70
|
"fields": [],
|
|
@@ -992,7 +995,10 @@
|
|
|
992
995
|
"isOverride": true,
|
|
993
996
|
"visibility": "Public",
|
|
994
997
|
"declaringClrType": "System.Numerics.IBinaryNumber\u00601",
|
|
995
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
998
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
999
|
+
"emitSemantics": {
|
|
1000
|
+
"callableStaticAccessorKind": "property"
|
|
1001
|
+
}
|
|
996
1002
|
},
|
|
997
1003
|
{
|
|
998
1004
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -1011,7 +1017,10 @@
|
|
|
1011
1017
|
"isOverride": true,
|
|
1012
1018
|
"visibility": "Public",
|
|
1013
1019
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
1014
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1020
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1021
|
+
"emitSemantics": {
|
|
1022
|
+
"callableStaticAccessorKind": "property"
|
|
1023
|
+
}
|
|
1015
1024
|
},
|
|
1016
1025
|
{
|
|
1017
1026
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -1049,7 +1058,10 @@
|
|
|
1049
1058
|
"isOverride": true,
|
|
1050
1059
|
"visibility": "Public",
|
|
1051
1060
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
1052
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1061
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1062
|
+
"emitSemantics": {
|
|
1063
|
+
"callableStaticAccessorKind": "property"
|
|
1064
|
+
}
|
|
1053
1065
|
},
|
|
1054
1066
|
{
|
|
1055
1067
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -1068,7 +1080,10 @@
|
|
|
1068
1080
|
"isOverride": true,
|
|
1069
1081
|
"visibility": "Public",
|
|
1070
1082
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
1071
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1083
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1084
|
+
"emitSemantics": {
|
|
1085
|
+
"callableStaticAccessorKind": "property"
|
|
1086
|
+
}
|
|
1072
1087
|
},
|
|
1073
1088
|
{
|
|
1074
1089
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -1087,7 +1102,10 @@
|
|
|
1087
1102
|
"isOverride": true,
|
|
1088
1103
|
"visibility": "Public",
|
|
1089
1104
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
1090
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1105
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1106
|
+
"emitSemantics": {
|
|
1107
|
+
"callableStaticAccessorKind": "property"
|
|
1108
|
+
}
|
|
1091
1109
|
},
|
|
1092
1110
|
{
|
|
1093
1111
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::Epsilon:TSelf",
|
|
@@ -1106,7 +1124,10 @@
|
|
|
1106
1124
|
"isOverride": true,
|
|
1107
1125
|
"visibility": "Public",
|
|
1108
1126
|
"declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
1109
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1127
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1128
|
+
"emitSemantics": {
|
|
1129
|
+
"callableStaticAccessorKind": "property"
|
|
1130
|
+
}
|
|
1110
1131
|
},
|
|
1111
1132
|
{
|
|
1112
1133
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::NaN:TSelf",
|
|
@@ -1125,7 +1146,10 @@
|
|
|
1125
1146
|
"isOverride": true,
|
|
1126
1147
|
"visibility": "Public",
|
|
1127
1148
|
"declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
1128
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1149
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1150
|
+
"emitSemantics": {
|
|
1151
|
+
"callableStaticAccessorKind": "property"
|
|
1152
|
+
}
|
|
1129
1153
|
},
|
|
1130
1154
|
{
|
|
1131
1155
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::NegativeInfinity:TSelf",
|
|
@@ -1144,7 +1168,10 @@
|
|
|
1144
1168
|
"isOverride": true,
|
|
1145
1169
|
"visibility": "Public",
|
|
1146
1170
|
"declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
1147
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1171
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1172
|
+
"emitSemantics": {
|
|
1173
|
+
"callableStaticAccessorKind": "property"
|
|
1174
|
+
}
|
|
1148
1175
|
},
|
|
1149
1176
|
{
|
|
1150
1177
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::NegativeZero:TSelf",
|
|
@@ -1163,7 +1190,10 @@
|
|
|
1163
1190
|
"isOverride": true,
|
|
1164
1191
|
"visibility": "Public",
|
|
1165
1192
|
"declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
1166
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1193
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1194
|
+
"emitSemantics": {
|
|
1195
|
+
"callableStaticAccessorKind": "property"
|
|
1196
|
+
}
|
|
1167
1197
|
},
|
|
1168
1198
|
{
|
|
1169
1199
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::PositiveInfinity:TSelf",
|
|
@@ -1182,7 +1212,10 @@
|
|
|
1182
1212
|
"isOverride": true,
|
|
1183
1213
|
"visibility": "Public",
|
|
1184
1214
|
"declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
1185
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1215
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1216
|
+
"emitSemantics": {
|
|
1217
|
+
"callableStaticAccessorKind": "property"
|
|
1218
|
+
}
|
|
1186
1219
|
},
|
|
1187
1220
|
{
|
|
1188
1221
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::E:TSelf",
|
|
@@ -1201,7 +1234,10 @@
|
|
|
1201
1234
|
"isOverride": true,
|
|
1202
1235
|
"visibility": "Public",
|
|
1203
1236
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
1204
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1237
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1238
|
+
"emitSemantics": {
|
|
1239
|
+
"callableStaticAccessorKind": "property"
|
|
1240
|
+
}
|
|
1205
1241
|
},
|
|
1206
1242
|
{
|
|
1207
1243
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Pi:TSelf",
|
|
@@ -1220,7 +1256,10 @@
|
|
|
1220
1256
|
"isOverride": true,
|
|
1221
1257
|
"visibility": "Public",
|
|
1222
1258
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
1223
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1259
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1260
|
+
"emitSemantics": {
|
|
1261
|
+
"callableStaticAccessorKind": "property"
|
|
1262
|
+
}
|
|
1224
1263
|
},
|
|
1225
1264
|
{
|
|
1226
1265
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Tau:TSelf",
|
|
@@ -1239,7 +1278,10 @@
|
|
|
1239
1278
|
"isOverride": true,
|
|
1240
1279
|
"visibility": "Public",
|
|
1241
1280
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
1242
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1281
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1282
|
+
"emitSemantics": {
|
|
1283
|
+
"callableStaticAccessorKind": "property"
|
|
1284
|
+
}
|
|
1243
1285
|
},
|
|
1244
1286
|
{
|
|
1245
1287
|
"stableId": "System.Private.CoreLib:System.Numerics.ISignedNumber\u00601::NegativeOne:TSelf",
|
|
@@ -1258,7 +1300,10 @@
|
|
|
1258
1300
|
"isOverride": true,
|
|
1259
1301
|
"visibility": "Public",
|
|
1260
1302
|
"declaringClrType": "System.Numerics.ISignedNumber\u00601",
|
|
1261
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
1303
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1304
|
+
"emitSemantics": {
|
|
1305
|
+
"callableStaticAccessorKind": "property"
|
|
1306
|
+
}
|
|
1262
1307
|
}
|
|
1263
1308
|
],
|
|
1264
1309
|
"fields": [],
|
|
@@ -2174,7 +2219,10 @@
|
|
|
2174
2219
|
"isOverride": true,
|
|
2175
2220
|
"visibility": "Public",
|
|
2176
2221
|
"declaringClrType": "System.Numerics.IBinaryNumber\u00601",
|
|
2177
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2222
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2223
|
+
"emitSemantics": {
|
|
2224
|
+
"callableStaticAccessorKind": "property"
|
|
2225
|
+
}
|
|
2178
2226
|
},
|
|
2179
2227
|
{
|
|
2180
2228
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -2193,7 +2241,10 @@
|
|
|
2193
2241
|
"isOverride": true,
|
|
2194
2242
|
"visibility": "Public",
|
|
2195
2243
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
2196
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2244
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2245
|
+
"emitSemantics": {
|
|
2246
|
+
"callableStaticAccessorKind": "property"
|
|
2247
|
+
}
|
|
2197
2248
|
},
|
|
2198
2249
|
{
|
|
2199
2250
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -2231,7 +2282,10 @@
|
|
|
2231
2282
|
"isOverride": true,
|
|
2232
2283
|
"visibility": "Public",
|
|
2233
2284
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
2234
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2285
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2286
|
+
"emitSemantics": {
|
|
2287
|
+
"callableStaticAccessorKind": "property"
|
|
2288
|
+
}
|
|
2235
2289
|
},
|
|
2236
2290
|
{
|
|
2237
2291
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -2250,7 +2304,10 @@
|
|
|
2250
2304
|
"isOverride": true,
|
|
2251
2305
|
"visibility": "Public",
|
|
2252
2306
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
2253
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2307
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2308
|
+
"emitSemantics": {
|
|
2309
|
+
"callableStaticAccessorKind": "property"
|
|
2310
|
+
}
|
|
2254
2311
|
},
|
|
2255
2312
|
{
|
|
2256
2313
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -2269,7 +2326,10 @@
|
|
|
2269
2326
|
"isOverride": true,
|
|
2270
2327
|
"visibility": "Public",
|
|
2271
2328
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
2272
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2329
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2330
|
+
"emitSemantics": {
|
|
2331
|
+
"callableStaticAccessorKind": "property"
|
|
2332
|
+
}
|
|
2273
2333
|
}
|
|
2274
2334
|
],
|
|
2275
2335
|
"fields": [],
|
|
@@ -2636,6 +2696,26 @@
|
|
|
2636
2696
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2637
2697
|
"isExtensionMethod": false
|
|
2638
2698
|
},
|
|
2699
|
+
{
|
|
2700
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::IsCanonical(TSelf):System.Boolean",
|
|
2701
|
+
"clrName": "IsCanonical",
|
|
2702
|
+
"metadataToken": 100675934,
|
|
2703
|
+
"canonicalSignature": "(TSelf):System.Boolean",
|
|
2704
|
+
"normalizedSignature": "IsCanonical|(TSelf):System.Boolean|static=true",
|
|
2705
|
+
"emitScope": "ClassSurface",
|
|
2706
|
+
"provenance": "Original",
|
|
2707
|
+
"arity": 0,
|
|
2708
|
+
"parameterCount": 1,
|
|
2709
|
+
"isStatic": true,
|
|
2710
|
+
"isAbstract": true,
|
|
2711
|
+
"isVirtual": true,
|
|
2712
|
+
"isOverride": true,
|
|
2713
|
+
"isSealed": false,
|
|
2714
|
+
"visibility": "Public",
|
|
2715
|
+
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
2716
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2717
|
+
"isExtensionMethod": false
|
|
2718
|
+
},
|
|
2639
2719
|
{
|
|
2640
2720
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf",
|
|
2641
2721
|
"clrName": "Parse",
|
|
@@ -2937,7 +3017,10 @@
|
|
|
2937
3017
|
"isOverride": true,
|
|
2938
3018
|
"visibility": "Public",
|
|
2939
3019
|
"declaringClrType": "System.Numerics.IBinaryNumber\u00601",
|
|
2940
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3020
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3021
|
+
"emitSemantics": {
|
|
3022
|
+
"callableStaticAccessorKind": "property"
|
|
3023
|
+
}
|
|
2941
3024
|
},
|
|
2942
3025
|
{
|
|
2943
3026
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -2956,7 +3039,10 @@
|
|
|
2956
3039
|
"isOverride": true,
|
|
2957
3040
|
"visibility": "Public",
|
|
2958
3041
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
2959
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3042
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3043
|
+
"emitSemantics": {
|
|
3044
|
+
"callableStaticAccessorKind": "property"
|
|
3045
|
+
}
|
|
2960
3046
|
},
|
|
2961
3047
|
{
|
|
2962
3048
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -2994,7 +3080,10 @@
|
|
|
2994
3080
|
"isOverride": true,
|
|
2995
3081
|
"visibility": "Public",
|
|
2996
3082
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
2997
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3083
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3084
|
+
"emitSemantics": {
|
|
3085
|
+
"callableStaticAccessorKind": "property"
|
|
3086
|
+
}
|
|
2998
3087
|
},
|
|
2999
3088
|
{
|
|
3000
3089
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -3013,7 +3102,10 @@
|
|
|
3013
3102
|
"isOverride": true,
|
|
3014
3103
|
"visibility": "Public",
|
|
3015
3104
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
3016
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3105
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3106
|
+
"emitSemantics": {
|
|
3107
|
+
"callableStaticAccessorKind": "property"
|
|
3108
|
+
}
|
|
3017
3109
|
},
|
|
3018
3110
|
{
|
|
3019
3111
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -3032,7 +3124,10 @@
|
|
|
3032
3124
|
"isOverride": true,
|
|
3033
3125
|
"visibility": "Public",
|
|
3034
3126
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
3035
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3127
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3128
|
+
"emitSemantics": {
|
|
3129
|
+
"callableStaticAccessorKind": "property"
|
|
3130
|
+
}
|
|
3036
3131
|
}
|
|
3037
3132
|
],
|
|
3038
3133
|
"fields": [],
|
|
@@ -3741,7 +3836,10 @@
|
|
|
3741
3836
|
"isOverride": true,
|
|
3742
3837
|
"visibility": "Public",
|
|
3743
3838
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
3744
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3839
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3840
|
+
"emitSemantics": {
|
|
3841
|
+
"callableStaticAccessorKind": "property"
|
|
3842
|
+
}
|
|
3745
3843
|
},
|
|
3746
3844
|
{
|
|
3747
3845
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Pi:TSelf",
|
|
@@ -3760,7 +3858,10 @@
|
|
|
3760
3858
|
"isOverride": true,
|
|
3761
3859
|
"visibility": "Public",
|
|
3762
3860
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
3763
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3861
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3862
|
+
"emitSemantics": {
|
|
3863
|
+
"callableStaticAccessorKind": "property"
|
|
3864
|
+
}
|
|
3764
3865
|
},
|
|
3765
3866
|
{
|
|
3766
3867
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Tau:TSelf",
|
|
@@ -3779,7 +3880,10 @@
|
|
|
3779
3880
|
"isOverride": true,
|
|
3780
3881
|
"visibility": "Public",
|
|
3781
3882
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
3782
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3883
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3884
|
+
"emitSemantics": {
|
|
3885
|
+
"callableStaticAccessorKind": "property"
|
|
3886
|
+
}
|
|
3783
3887
|
},
|
|
3784
3888
|
{
|
|
3785
3889
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -3798,7 +3902,10 @@
|
|
|
3798
3902
|
"isOverride": true,
|
|
3799
3903
|
"visibility": "Public",
|
|
3800
3904
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
3801
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3905
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3906
|
+
"emitSemantics": {
|
|
3907
|
+
"callableStaticAccessorKind": "property"
|
|
3908
|
+
}
|
|
3802
3909
|
},
|
|
3803
3910
|
{
|
|
3804
3911
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -3836,7 +3943,10 @@
|
|
|
3836
3943
|
"isOverride": true,
|
|
3837
3944
|
"visibility": "Public",
|
|
3838
3945
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
3839
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3946
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3947
|
+
"emitSemantics": {
|
|
3948
|
+
"callableStaticAccessorKind": "property"
|
|
3949
|
+
}
|
|
3840
3950
|
},
|
|
3841
3951
|
{
|
|
3842
3952
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -3855,7 +3965,10 @@
|
|
|
3855
3965
|
"isOverride": true,
|
|
3856
3966
|
"visibility": "Public",
|
|
3857
3967
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
3858
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3968
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3969
|
+
"emitSemantics": {
|
|
3970
|
+
"callableStaticAccessorKind": "property"
|
|
3971
|
+
}
|
|
3859
3972
|
},
|
|
3860
3973
|
{
|
|
3861
3974
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -3874,7 +3987,10 @@
|
|
|
3874
3987
|
"isOverride": true,
|
|
3875
3988
|
"visibility": "Public",
|
|
3876
3989
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
3877
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3990
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3991
|
+
"emitSemantics": {
|
|
3992
|
+
"callableStaticAccessorKind": "property"
|
|
3993
|
+
}
|
|
3878
3994
|
}
|
|
3879
3995
|
],
|
|
3880
3996
|
"fields": [],
|
|
@@ -4733,7 +4849,10 @@
|
|
|
4733
4849
|
"isOverride": true,
|
|
4734
4850
|
"visibility": "Public",
|
|
4735
4851
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
4736
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4852
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4853
|
+
"emitSemantics": {
|
|
4854
|
+
"callableStaticAccessorKind": "property"
|
|
4855
|
+
}
|
|
4737
4856
|
},
|
|
4738
4857
|
{
|
|
4739
4858
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Pi:TSelf",
|
|
@@ -4752,7 +4871,10 @@
|
|
|
4752
4871
|
"isOverride": true,
|
|
4753
4872
|
"visibility": "Public",
|
|
4754
4873
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
4755
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4874
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4875
|
+
"emitSemantics": {
|
|
4876
|
+
"callableStaticAccessorKind": "property"
|
|
4877
|
+
}
|
|
4756
4878
|
},
|
|
4757
4879
|
{
|
|
4758
4880
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Tau:TSelf",
|
|
@@ -4771,7 +4893,10 @@
|
|
|
4771
4893
|
"isOverride": true,
|
|
4772
4894
|
"visibility": "Public",
|
|
4773
4895
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
4774
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4896
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4897
|
+
"emitSemantics": {
|
|
4898
|
+
"callableStaticAccessorKind": "property"
|
|
4899
|
+
}
|
|
4775
4900
|
},
|
|
4776
4901
|
{
|
|
4777
4902
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -4790,7 +4915,10 @@
|
|
|
4790
4915
|
"isOverride": true,
|
|
4791
4916
|
"visibility": "Public",
|
|
4792
4917
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
4793
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4918
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4919
|
+
"emitSemantics": {
|
|
4920
|
+
"callableStaticAccessorKind": "property"
|
|
4921
|
+
}
|
|
4794
4922
|
},
|
|
4795
4923
|
{
|
|
4796
4924
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -4828,7 +4956,10 @@
|
|
|
4828
4956
|
"isOverride": true,
|
|
4829
4957
|
"visibility": "Public",
|
|
4830
4958
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
4831
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4959
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4960
|
+
"emitSemantics": {
|
|
4961
|
+
"callableStaticAccessorKind": "property"
|
|
4962
|
+
}
|
|
4832
4963
|
},
|
|
4833
4964
|
{
|
|
4834
4965
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -4847,7 +4978,10 @@
|
|
|
4847
4978
|
"isOverride": true,
|
|
4848
4979
|
"visibility": "Public",
|
|
4849
4980
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
4850
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
4981
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
4982
|
+
"emitSemantics": {
|
|
4983
|
+
"callableStaticAccessorKind": "property"
|
|
4984
|
+
}
|
|
4851
4985
|
},
|
|
4852
4986
|
{
|
|
4853
4987
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -4866,7 +5000,10 @@
|
|
|
4866
5000
|
"isOverride": true,
|
|
4867
5001
|
"visibility": "Public",
|
|
4868
5002
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
4869
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5003
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5004
|
+
"emitSemantics": {
|
|
5005
|
+
"callableStaticAccessorKind": "property"
|
|
5006
|
+
}
|
|
4870
5007
|
},
|
|
4871
5008
|
{
|
|
4872
5009
|
"stableId": "System.Private.CoreLib:System.Numerics.ISignedNumber\u00601::NegativeOne:TSelf",
|
|
@@ -4885,7 +5022,10 @@
|
|
|
4885
5022
|
"isOverride": true,
|
|
4886
5023
|
"visibility": "Public",
|
|
4887
5024
|
"declaringClrType": "System.Numerics.ISignedNumber\u00601",
|
|
4888
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5025
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5026
|
+
"emitSemantics": {
|
|
5027
|
+
"callableStaticAccessorKind": "property"
|
|
5028
|
+
}
|
|
4889
5029
|
}
|
|
4890
5030
|
],
|
|
4891
5031
|
"fields": [],
|
|
@@ -5448,7 +5588,10 @@
|
|
|
5448
5588
|
"isOverride": true,
|
|
5449
5589
|
"visibility": "Public",
|
|
5450
5590
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
5451
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5591
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5592
|
+
"emitSemantics": {
|
|
5593
|
+
"callableStaticAccessorKind": "property"
|
|
5594
|
+
}
|
|
5452
5595
|
},
|
|
5453
5596
|
{
|
|
5454
5597
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Pi:TSelf",
|
|
@@ -5467,7 +5610,10 @@
|
|
|
5467
5610
|
"isOverride": true,
|
|
5468
5611
|
"visibility": "Public",
|
|
5469
5612
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
5470
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5613
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5614
|
+
"emitSemantics": {
|
|
5615
|
+
"callableStaticAccessorKind": "property"
|
|
5616
|
+
}
|
|
5471
5617
|
},
|
|
5472
5618
|
{
|
|
5473
5619
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Tau:TSelf",
|
|
@@ -5486,7 +5632,10 @@
|
|
|
5486
5632
|
"isOverride": true,
|
|
5487
5633
|
"visibility": "Public",
|
|
5488
5634
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
5489
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5635
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5636
|
+
"emitSemantics": {
|
|
5637
|
+
"callableStaticAccessorKind": "property"
|
|
5638
|
+
}
|
|
5490
5639
|
},
|
|
5491
5640
|
{
|
|
5492
5641
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -5505,7 +5654,10 @@
|
|
|
5505
5654
|
"isOverride": true,
|
|
5506
5655
|
"visibility": "Public",
|
|
5507
5656
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
5508
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5657
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5658
|
+
"emitSemantics": {
|
|
5659
|
+
"callableStaticAccessorKind": "property"
|
|
5660
|
+
}
|
|
5509
5661
|
},
|
|
5510
5662
|
{
|
|
5511
5663
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -5543,7 +5695,10 @@
|
|
|
5543
5695
|
"isOverride": true,
|
|
5544
5696
|
"visibility": "Public",
|
|
5545
5697
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
5546
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5698
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5699
|
+
"emitSemantics": {
|
|
5700
|
+
"callableStaticAccessorKind": "property"
|
|
5701
|
+
}
|
|
5547
5702
|
},
|
|
5548
5703
|
{
|
|
5549
5704
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -5562,7 +5717,10 @@
|
|
|
5562
5717
|
"isOverride": true,
|
|
5563
5718
|
"visibility": "Public",
|
|
5564
5719
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
5565
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5720
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5721
|
+
"emitSemantics": {
|
|
5722
|
+
"callableStaticAccessorKind": "property"
|
|
5723
|
+
}
|
|
5566
5724
|
},
|
|
5567
5725
|
{
|
|
5568
5726
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -5581,7 +5739,10 @@
|
|
|
5581
5739
|
"isOverride": true,
|
|
5582
5740
|
"visibility": "Public",
|
|
5583
5741
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
5584
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
5742
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5743
|
+
"emitSemantics": {
|
|
5744
|
+
"callableStaticAccessorKind": "property"
|
|
5745
|
+
}
|
|
5585
5746
|
}
|
|
5586
5747
|
],
|
|
5587
5748
|
"fields": [],
|
|
@@ -6510,6 +6671,26 @@
|
|
|
6510
6671
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6511
6672
|
"isExtensionMethod": false
|
|
6512
6673
|
},
|
|
6674
|
+
{
|
|
6675
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::Sign(TSelf):System.Int32",
|
|
6676
|
+
"clrName": "Sign",
|
|
6677
|
+
"metadataToken": 100675926,
|
|
6678
|
+
"canonicalSignature": "(TSelf):System.Int32",
|
|
6679
|
+
"normalizedSignature": "Sign|(TSelf):System.Int32|static=true",
|
|
6680
|
+
"emitScope": "ClassSurface",
|
|
6681
|
+
"provenance": "Original",
|
|
6682
|
+
"arity": 0,
|
|
6683
|
+
"parameterCount": 1,
|
|
6684
|
+
"isStatic": true,
|
|
6685
|
+
"isAbstract": false,
|
|
6686
|
+
"isVirtual": true,
|
|
6687
|
+
"isOverride": true,
|
|
6688
|
+
"isSealed": false,
|
|
6689
|
+
"visibility": "Public",
|
|
6690
|
+
"declaringClrType": "System.Numerics.INumber\u00601",
|
|
6691
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6692
|
+
"isExtensionMethod": false
|
|
6693
|
+
},
|
|
6513
6694
|
{
|
|
6514
6695
|
"stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
|
|
6515
6696
|
"clrName": "CompareTo",
|
|
@@ -6569,7 +6750,10 @@
|
|
|
6569
6750
|
"isOverride": true,
|
|
6570
6751
|
"visibility": "Public",
|
|
6571
6752
|
"declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
6572
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6753
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6754
|
+
"emitSemantics": {
|
|
6755
|
+
"callableStaticAccessorKind": "property"
|
|
6756
|
+
}
|
|
6573
6757
|
},
|
|
6574
6758
|
{
|
|
6575
6759
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::NaN:TSelf",
|
|
@@ -6588,7 +6772,10 @@
|
|
|
6588
6772
|
"isOverride": true,
|
|
6589
6773
|
"visibility": "Public",
|
|
6590
6774
|
"declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
6591
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6775
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6776
|
+
"emitSemantics": {
|
|
6777
|
+
"callableStaticAccessorKind": "property"
|
|
6778
|
+
}
|
|
6592
6779
|
},
|
|
6593
6780
|
{
|
|
6594
6781
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::NegativeInfinity:TSelf",
|
|
@@ -6607,7 +6794,10 @@
|
|
|
6607
6794
|
"isOverride": true,
|
|
6608
6795
|
"visibility": "Public",
|
|
6609
6796
|
"declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
6610
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6797
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6798
|
+
"emitSemantics": {
|
|
6799
|
+
"callableStaticAccessorKind": "property"
|
|
6800
|
+
}
|
|
6611
6801
|
},
|
|
6612
6802
|
{
|
|
6613
6803
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::NegativeZero:TSelf",
|
|
@@ -6626,7 +6816,10 @@
|
|
|
6626
6816
|
"isOverride": true,
|
|
6627
6817
|
"visibility": "Public",
|
|
6628
6818
|
"declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
6629
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6819
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6820
|
+
"emitSemantics": {
|
|
6821
|
+
"callableStaticAccessorKind": "property"
|
|
6822
|
+
}
|
|
6630
6823
|
},
|
|
6631
6824
|
{
|
|
6632
6825
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::PositiveInfinity:TSelf",
|
|
@@ -6645,7 +6838,10 @@
|
|
|
6645
6838
|
"isOverride": true,
|
|
6646
6839
|
"visibility": "Public",
|
|
6647
6840
|
"declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
6648
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6841
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6842
|
+
"emitSemantics": {
|
|
6843
|
+
"callableStaticAccessorKind": "property"
|
|
6844
|
+
}
|
|
6649
6845
|
},
|
|
6650
6846
|
{
|
|
6651
6847
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::E:TSelf",
|
|
@@ -6664,7 +6860,10 @@
|
|
|
6664
6860
|
"isOverride": true,
|
|
6665
6861
|
"visibility": "Public",
|
|
6666
6862
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
6667
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6863
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6864
|
+
"emitSemantics": {
|
|
6865
|
+
"callableStaticAccessorKind": "property"
|
|
6866
|
+
}
|
|
6668
6867
|
},
|
|
6669
6868
|
{
|
|
6670
6869
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Pi:TSelf",
|
|
@@ -6683,7 +6882,10 @@
|
|
|
6683
6882
|
"isOverride": true,
|
|
6684
6883
|
"visibility": "Public",
|
|
6685
6884
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
6686
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6885
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6886
|
+
"emitSemantics": {
|
|
6887
|
+
"callableStaticAccessorKind": "property"
|
|
6888
|
+
}
|
|
6687
6889
|
},
|
|
6688
6890
|
{
|
|
6689
6891
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Tau:TSelf",
|
|
@@ -6702,7 +6904,10 @@
|
|
|
6702
6904
|
"isOverride": true,
|
|
6703
6905
|
"visibility": "Public",
|
|
6704
6906
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
6705
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6907
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6908
|
+
"emitSemantics": {
|
|
6909
|
+
"callableStaticAccessorKind": "property"
|
|
6910
|
+
}
|
|
6706
6911
|
},
|
|
6707
6912
|
{
|
|
6708
6913
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -6721,7 +6926,10 @@
|
|
|
6721
6926
|
"isOverride": true,
|
|
6722
6927
|
"visibility": "Public",
|
|
6723
6928
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
6724
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6929
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6930
|
+
"emitSemantics": {
|
|
6931
|
+
"callableStaticAccessorKind": "property"
|
|
6932
|
+
}
|
|
6725
6933
|
},
|
|
6726
6934
|
{
|
|
6727
6935
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -6759,7 +6967,10 @@
|
|
|
6759
6967
|
"isOverride": true,
|
|
6760
6968
|
"visibility": "Public",
|
|
6761
6969
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
6762
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6970
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6971
|
+
"emitSemantics": {
|
|
6972
|
+
"callableStaticAccessorKind": "property"
|
|
6973
|
+
}
|
|
6763
6974
|
},
|
|
6764
6975
|
{
|
|
6765
6976
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -6778,7 +6989,10 @@
|
|
|
6778
6989
|
"isOverride": true,
|
|
6779
6990
|
"visibility": "Public",
|
|
6780
6991
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
6781
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6992
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6993
|
+
"emitSemantics": {
|
|
6994
|
+
"callableStaticAccessorKind": "property"
|
|
6995
|
+
}
|
|
6782
6996
|
},
|
|
6783
6997
|
{
|
|
6784
6998
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -6797,7 +7011,10 @@
|
|
|
6797
7011
|
"isOverride": true,
|
|
6798
7012
|
"visibility": "Public",
|
|
6799
7013
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
6800
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7014
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7015
|
+
"emitSemantics": {
|
|
7016
|
+
"callableStaticAccessorKind": "property"
|
|
7017
|
+
}
|
|
6801
7018
|
},
|
|
6802
7019
|
{
|
|
6803
7020
|
"stableId": "System.Private.CoreLib:System.Numerics.ISignedNumber\u00601::NegativeOne:TSelf",
|
|
@@ -6816,7 +7033,10 @@
|
|
|
6816
7033
|
"isOverride": true,
|
|
6817
7034
|
"visibility": "Public",
|
|
6818
7035
|
"declaringClrType": "System.Numerics.ISignedNumber\u00601",
|
|
6819
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7036
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7037
|
+
"emitSemantics": {
|
|
7038
|
+
"callableStaticAccessorKind": "property"
|
|
7039
|
+
}
|
|
6820
7040
|
}
|
|
6821
7041
|
],
|
|
6822
7042
|
"fields": [],
|
|
@@ -7406,7 +7626,10 @@
|
|
|
7406
7626
|
"isOverride": true,
|
|
7407
7627
|
"visibility": "Public",
|
|
7408
7628
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
7409
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7629
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7630
|
+
"emitSemantics": {
|
|
7631
|
+
"callableStaticAccessorKind": "property"
|
|
7632
|
+
}
|
|
7410
7633
|
},
|
|
7411
7634
|
{
|
|
7412
7635
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Pi:TSelf",
|
|
@@ -7425,7 +7648,10 @@
|
|
|
7425
7648
|
"isOverride": true,
|
|
7426
7649
|
"visibility": "Public",
|
|
7427
7650
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
7428
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7651
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7652
|
+
"emitSemantics": {
|
|
7653
|
+
"callableStaticAccessorKind": "property"
|
|
7654
|
+
}
|
|
7429
7655
|
},
|
|
7430
7656
|
{
|
|
7431
7657
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Tau:TSelf",
|
|
@@ -7444,7 +7670,10 @@
|
|
|
7444
7670
|
"isOverride": true,
|
|
7445
7671
|
"visibility": "Public",
|
|
7446
7672
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
7447
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7673
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7674
|
+
"emitSemantics": {
|
|
7675
|
+
"callableStaticAccessorKind": "property"
|
|
7676
|
+
}
|
|
7448
7677
|
},
|
|
7449
7678
|
{
|
|
7450
7679
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -7463,7 +7692,10 @@
|
|
|
7463
7692
|
"isOverride": true,
|
|
7464
7693
|
"visibility": "Public",
|
|
7465
7694
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
7466
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7695
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7696
|
+
"emitSemantics": {
|
|
7697
|
+
"callableStaticAccessorKind": "property"
|
|
7698
|
+
}
|
|
7467
7699
|
},
|
|
7468
7700
|
{
|
|
7469
7701
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -7501,7 +7733,10 @@
|
|
|
7501
7733
|
"isOverride": true,
|
|
7502
7734
|
"visibility": "Public",
|
|
7503
7735
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
7504
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7736
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7737
|
+
"emitSemantics": {
|
|
7738
|
+
"callableStaticAccessorKind": "property"
|
|
7739
|
+
}
|
|
7505
7740
|
},
|
|
7506
7741
|
{
|
|
7507
7742
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -7520,7 +7755,10 @@
|
|
|
7520
7755
|
"isOverride": true,
|
|
7521
7756
|
"visibility": "Public",
|
|
7522
7757
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
7523
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7758
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7759
|
+
"emitSemantics": {
|
|
7760
|
+
"callableStaticAccessorKind": "property"
|
|
7761
|
+
}
|
|
7524
7762
|
},
|
|
7525
7763
|
{
|
|
7526
7764
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -7539,7 +7777,10 @@
|
|
|
7539
7777
|
"isOverride": true,
|
|
7540
7778
|
"visibility": "Public",
|
|
7541
7779
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
7542
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
7780
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
7781
|
+
"emitSemantics": {
|
|
7782
|
+
"callableStaticAccessorKind": "property"
|
|
7783
|
+
}
|
|
7543
7784
|
}
|
|
7544
7785
|
],
|
|
7545
7786
|
"fields": [],
|
|
@@ -8169,7 +8410,10 @@
|
|
|
8169
8410
|
"isOverride": true,
|
|
8170
8411
|
"visibility": "Public",
|
|
8171
8412
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
8172
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
8413
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8414
|
+
"emitSemantics": {
|
|
8415
|
+
"callableStaticAccessorKind": "property"
|
|
8416
|
+
}
|
|
8173
8417
|
},
|
|
8174
8418
|
{
|
|
8175
8419
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Pi:TSelf",
|
|
@@ -8188,7 +8432,10 @@
|
|
|
8188
8432
|
"isOverride": true,
|
|
8189
8433
|
"visibility": "Public",
|
|
8190
8434
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
8191
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
8435
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8436
|
+
"emitSemantics": {
|
|
8437
|
+
"callableStaticAccessorKind": "property"
|
|
8438
|
+
}
|
|
8192
8439
|
},
|
|
8193
8440
|
{
|
|
8194
8441
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Tau:TSelf",
|
|
@@ -8207,7 +8454,10 @@
|
|
|
8207
8454
|
"isOverride": true,
|
|
8208
8455
|
"visibility": "Public",
|
|
8209
8456
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
8210
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
8457
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8458
|
+
"emitSemantics": {
|
|
8459
|
+
"callableStaticAccessorKind": "property"
|
|
8460
|
+
}
|
|
8211
8461
|
},
|
|
8212
8462
|
{
|
|
8213
8463
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -8226,7 +8476,10 @@
|
|
|
8226
8476
|
"isOverride": true,
|
|
8227
8477
|
"visibility": "Public",
|
|
8228
8478
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
8229
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
8479
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8480
|
+
"emitSemantics": {
|
|
8481
|
+
"callableStaticAccessorKind": "property"
|
|
8482
|
+
}
|
|
8230
8483
|
},
|
|
8231
8484
|
{
|
|
8232
8485
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -8264,7 +8517,10 @@
|
|
|
8264
8517
|
"isOverride": true,
|
|
8265
8518
|
"visibility": "Public",
|
|
8266
8519
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
8267
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
8520
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8521
|
+
"emitSemantics": {
|
|
8522
|
+
"callableStaticAccessorKind": "property"
|
|
8523
|
+
}
|
|
8268
8524
|
},
|
|
8269
8525
|
{
|
|
8270
8526
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -8283,7 +8539,10 @@
|
|
|
8283
8539
|
"isOverride": true,
|
|
8284
8540
|
"visibility": "Public",
|
|
8285
8541
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
8286
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
8542
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8543
|
+
"emitSemantics": {
|
|
8544
|
+
"callableStaticAccessorKind": "property"
|
|
8545
|
+
}
|
|
8287
8546
|
},
|
|
8288
8547
|
{
|
|
8289
8548
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -8302,7 +8561,10 @@
|
|
|
8302
8561
|
"isOverride": true,
|
|
8303
8562
|
"visibility": "Public",
|
|
8304
8563
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
8305
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
8564
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8565
|
+
"emitSemantics": {
|
|
8566
|
+
"callableStaticAccessorKind": "property"
|
|
8567
|
+
}
|
|
8306
8568
|
}
|
|
8307
8569
|
],
|
|
8308
8570
|
"fields": [],
|
|
@@ -8342,7 +8604,10 @@
|
|
|
8342
8604
|
"isOverride": true,
|
|
8343
8605
|
"visibility": "Public",
|
|
8344
8606
|
"declaringClrType": "System.Numerics.IMinMaxValue\u00601",
|
|
8345
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
8607
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8608
|
+
"emitSemantics": {
|
|
8609
|
+
"callableStaticAccessorKind": "property"
|
|
8610
|
+
}
|
|
8346
8611
|
},
|
|
8347
8612
|
{
|
|
8348
8613
|
"stableId": "System.Private.CoreLib:System.Numerics.IMinMaxValue\u00601::MaxValue:TSelf",
|
|
@@ -8361,7 +8626,10 @@
|
|
|
8361
8626
|
"isOverride": true,
|
|
8362
8627
|
"visibility": "Public",
|
|
8363
8628
|
"declaringClrType": "System.Numerics.IMinMaxValue\u00601",
|
|
8364
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
8629
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8630
|
+
"emitSemantics": {
|
|
8631
|
+
"callableStaticAccessorKind": "property"
|
|
8632
|
+
}
|
|
8365
8633
|
}
|
|
8366
8634
|
],
|
|
8367
8635
|
"fields": [],
|
|
@@ -8424,7 +8692,10 @@
|
|
|
8424
8692
|
"isOverride": true,
|
|
8425
8693
|
"visibility": "Public",
|
|
8426
8694
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
8427
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
8695
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8696
|
+
"emitSemantics": {
|
|
8697
|
+
"callableStaticAccessorKind": "property"
|
|
8698
|
+
}
|
|
8428
8699
|
}
|
|
8429
8700
|
],
|
|
8430
8701
|
"fields": [],
|
|
@@ -8717,6 +8988,26 @@
|
|
|
8717
8988
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
8718
8989
|
"isExtensionMethod": false
|
|
8719
8990
|
},
|
|
8991
|
+
{
|
|
8992
|
+
"stableId": "System.Private.CoreLib:System.IComparable\u00601::CompareTo(T):System.Int32",
|
|
8993
|
+
"clrName": "CompareTo",
|
|
8994
|
+
"metadataToken": 100668511,
|
|
8995
|
+
"canonicalSignature": "(T):System.Int32",
|
|
8996
|
+
"normalizedSignature": "CompareTo|(T):System.Int32|static=false",
|
|
8997
|
+
"emitScope": "ClassSurface",
|
|
8998
|
+
"provenance": "Original",
|
|
8999
|
+
"arity": 0,
|
|
9000
|
+
"parameterCount": 1,
|
|
9001
|
+
"isStatic": false,
|
|
9002
|
+
"isAbstract": true,
|
|
9003
|
+
"isVirtual": true,
|
|
9004
|
+
"isOverride": false,
|
|
9005
|
+
"isSealed": false,
|
|
9006
|
+
"visibility": "Public",
|
|
9007
|
+
"declaringClrType": "System.IComparable\u00601",
|
|
9008
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9009
|
+
"isExtensionMethod": false
|
|
9010
|
+
},
|
|
8720
9011
|
{
|
|
8721
9012
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
8722
9013
|
"clrName": "Abs",
|
|
@@ -9118,7 +9409,10 @@
|
|
|
9118
9409
|
"isOverride": true,
|
|
9119
9410
|
"visibility": "Public",
|
|
9120
9411
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
9121
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9412
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9413
|
+
"emitSemantics": {
|
|
9414
|
+
"callableStaticAccessorKind": "property"
|
|
9415
|
+
}
|
|
9122
9416
|
},
|
|
9123
9417
|
{
|
|
9124
9418
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -9156,7 +9450,10 @@
|
|
|
9156
9450
|
"isOverride": true,
|
|
9157
9451
|
"visibility": "Public",
|
|
9158
9452
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
9159
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9453
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9454
|
+
"emitSemantics": {
|
|
9455
|
+
"callableStaticAccessorKind": "property"
|
|
9456
|
+
}
|
|
9160
9457
|
},
|
|
9161
9458
|
{
|
|
9162
9459
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -9175,7 +9472,10 @@
|
|
|
9175
9472
|
"isOverride": true,
|
|
9176
9473
|
"visibility": "Public",
|
|
9177
9474
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
9178
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9475
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9476
|
+
"emitSemantics": {
|
|
9477
|
+
"callableStaticAccessorKind": "property"
|
|
9478
|
+
}
|
|
9179
9479
|
},
|
|
9180
9480
|
{
|
|
9181
9481
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -9194,7 +9494,10 @@
|
|
|
9194
9494
|
"isOverride": true,
|
|
9195
9495
|
"visibility": "Public",
|
|
9196
9496
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
9197
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
9497
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9498
|
+
"emitSemantics": {
|
|
9499
|
+
"callableStaticAccessorKind": "property"
|
|
9500
|
+
}
|
|
9198
9501
|
}
|
|
9199
9502
|
],
|
|
9200
9503
|
"fields": [],
|
|
@@ -9593,6 +9896,26 @@
|
|
|
9593
9896
|
}
|
|
9594
9897
|
]
|
|
9595
9898
|
},
|
|
9899
|
+
{
|
|
9900
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
|
|
9901
|
+
"clrName": "Equals",
|
|
9902
|
+
"metadataToken": 100668531,
|
|
9903
|
+
"canonicalSignature": "(T):System.Boolean",
|
|
9904
|
+
"normalizedSignature": "Equals|(T):System.Boolean|static=false",
|
|
9905
|
+
"emitScope": "ClassSurface",
|
|
9906
|
+
"provenance": "Original",
|
|
9907
|
+
"arity": 0,
|
|
9908
|
+
"parameterCount": 1,
|
|
9909
|
+
"isStatic": false,
|
|
9910
|
+
"isAbstract": true,
|
|
9911
|
+
"isVirtual": true,
|
|
9912
|
+
"isOverride": false,
|
|
9913
|
+
"isSealed": false,
|
|
9914
|
+
"visibility": "Public",
|
|
9915
|
+
"declaringClrType": "System.IEquatable\u00601",
|
|
9916
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9917
|
+
"isExtensionMethod": false
|
|
9918
|
+
},
|
|
9596
9919
|
{
|
|
9597
9920
|
"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",
|
|
9598
9921
|
"clrName": "TryFormat",
|
|
@@ -9750,7 +10073,10 @@
|
|
|
9750
10073
|
"isOverride": true,
|
|
9751
10074
|
"visibility": "Public",
|
|
9752
10075
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
9753
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
10076
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10077
|
+
"emitSemantics": {
|
|
10078
|
+
"callableStaticAccessorKind": "property"
|
|
10079
|
+
}
|
|
9754
10080
|
},
|
|
9755
10081
|
{
|
|
9756
10082
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -9788,7 +10114,10 @@
|
|
|
9788
10114
|
"isOverride": true,
|
|
9789
10115
|
"visibility": "Public",
|
|
9790
10116
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
9791
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
10117
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10118
|
+
"emitSemantics": {
|
|
10119
|
+
"callableStaticAccessorKind": "property"
|
|
10120
|
+
}
|
|
9792
10121
|
},
|
|
9793
10122
|
{
|
|
9794
10123
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -9807,7 +10136,10 @@
|
|
|
9807
10136
|
"isOverride": true,
|
|
9808
10137
|
"visibility": "Public",
|
|
9809
10138
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
9810
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
10139
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10140
|
+
"emitSemantics": {
|
|
10141
|
+
"callableStaticAccessorKind": "property"
|
|
10142
|
+
}
|
|
9811
10143
|
},
|
|
9812
10144
|
{
|
|
9813
10145
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -9826,7 +10158,10 @@
|
|
|
9826
10158
|
"isOverride": true,
|
|
9827
10159
|
"visibility": "Public",
|
|
9828
10160
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
9829
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
10161
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10162
|
+
"emitSemantics": {
|
|
10163
|
+
"callableStaticAccessorKind": "property"
|
|
10164
|
+
}
|
|
9830
10165
|
}
|
|
9831
10166
|
],
|
|
9832
10167
|
"fields": [],
|
|
@@ -10409,7 +10744,10 @@
|
|
|
10409
10744
|
"isOverride": true,
|
|
10410
10745
|
"visibility": "Public",
|
|
10411
10746
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
10412
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
10747
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10748
|
+
"emitSemantics": {
|
|
10749
|
+
"callableStaticAccessorKind": "property"
|
|
10750
|
+
}
|
|
10413
10751
|
},
|
|
10414
10752
|
{
|
|
10415
10753
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -10447,7 +10785,10 @@
|
|
|
10447
10785
|
"isOverride": true,
|
|
10448
10786
|
"visibility": "Public",
|
|
10449
10787
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
10450
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
10788
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10789
|
+
"emitSemantics": {
|
|
10790
|
+
"callableStaticAccessorKind": "property"
|
|
10791
|
+
}
|
|
10451
10792
|
},
|
|
10452
10793
|
{
|
|
10453
10794
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -10466,7 +10807,10 @@
|
|
|
10466
10807
|
"isOverride": true,
|
|
10467
10808
|
"visibility": "Public",
|
|
10468
10809
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
10469
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
10810
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10811
|
+
"emitSemantics": {
|
|
10812
|
+
"callableStaticAccessorKind": "property"
|
|
10813
|
+
}
|
|
10470
10814
|
},
|
|
10471
10815
|
{
|
|
10472
10816
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -10485,7 +10829,10 @@
|
|
|
10485
10829
|
"isOverride": true,
|
|
10486
10830
|
"visibility": "Public",
|
|
10487
10831
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
10488
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
10832
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10833
|
+
"emitSemantics": {
|
|
10834
|
+
"callableStaticAccessorKind": "property"
|
|
10835
|
+
}
|
|
10489
10836
|
}
|
|
10490
10837
|
],
|
|
10491
10838
|
"fields": [],
|
|
@@ -11115,7 +11462,10 @@
|
|
|
11115
11462
|
"isOverride": true,
|
|
11116
11463
|
"visibility": "Public",
|
|
11117
11464
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
11118
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
11465
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11466
|
+
"emitSemantics": {
|
|
11467
|
+
"callableStaticAccessorKind": "property"
|
|
11468
|
+
}
|
|
11119
11469
|
},
|
|
11120
11470
|
{
|
|
11121
11471
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Pi:TSelf",
|
|
@@ -11134,7 +11484,10 @@
|
|
|
11134
11484
|
"isOverride": true,
|
|
11135
11485
|
"visibility": "Public",
|
|
11136
11486
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
11137
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
11487
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11488
|
+
"emitSemantics": {
|
|
11489
|
+
"callableStaticAccessorKind": "property"
|
|
11490
|
+
}
|
|
11138
11491
|
},
|
|
11139
11492
|
{
|
|
11140
11493
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Tau:TSelf",
|
|
@@ -11153,7 +11506,10 @@
|
|
|
11153
11506
|
"isOverride": true,
|
|
11154
11507
|
"visibility": "Public",
|
|
11155
11508
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
11156
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
11509
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11510
|
+
"emitSemantics": {
|
|
11511
|
+
"callableStaticAccessorKind": "property"
|
|
11512
|
+
}
|
|
11157
11513
|
},
|
|
11158
11514
|
{
|
|
11159
11515
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -11172,7 +11528,10 @@
|
|
|
11172
11528
|
"isOverride": true,
|
|
11173
11529
|
"visibility": "Public",
|
|
11174
11530
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
11175
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
11531
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11532
|
+
"emitSemantics": {
|
|
11533
|
+
"callableStaticAccessorKind": "property"
|
|
11534
|
+
}
|
|
11176
11535
|
},
|
|
11177
11536
|
{
|
|
11178
11537
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -11210,7 +11569,10 @@
|
|
|
11210
11569
|
"isOverride": true,
|
|
11211
11570
|
"visibility": "Public",
|
|
11212
11571
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
11213
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
11572
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11573
|
+
"emitSemantics": {
|
|
11574
|
+
"callableStaticAccessorKind": "property"
|
|
11575
|
+
}
|
|
11214
11576
|
},
|
|
11215
11577
|
{
|
|
11216
11578
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -11229,7 +11591,10 @@
|
|
|
11229
11591
|
"isOverride": true,
|
|
11230
11592
|
"visibility": "Public",
|
|
11231
11593
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
11232
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
11594
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11595
|
+
"emitSemantics": {
|
|
11596
|
+
"callableStaticAccessorKind": "property"
|
|
11597
|
+
}
|
|
11233
11598
|
},
|
|
11234
11599
|
{
|
|
11235
11600
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -11248,7 +11613,10 @@
|
|
|
11248
11613
|
"isOverride": true,
|
|
11249
11614
|
"visibility": "Public",
|
|
11250
11615
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
11251
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
11616
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11617
|
+
"emitSemantics": {
|
|
11618
|
+
"callableStaticAccessorKind": "property"
|
|
11619
|
+
}
|
|
11252
11620
|
}
|
|
11253
11621
|
],
|
|
11254
11622
|
"fields": [],
|
|
@@ -11833,7 +12201,10 @@
|
|
|
11833
12201
|
"isOverride": true,
|
|
11834
12202
|
"visibility": "Public",
|
|
11835
12203
|
"declaringClrType": "System.Numerics.ISignedNumber\u00601",
|
|
11836
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12204
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12205
|
+
"emitSemantics": {
|
|
12206
|
+
"callableStaticAccessorKind": "property"
|
|
12207
|
+
}
|
|
11837
12208
|
},
|
|
11838
12209
|
{
|
|
11839
12210
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -11852,7 +12223,10 @@
|
|
|
11852
12223
|
"isOverride": true,
|
|
11853
12224
|
"visibility": "Public",
|
|
11854
12225
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
11855
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12226
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12227
|
+
"emitSemantics": {
|
|
12228
|
+
"callableStaticAccessorKind": "property"
|
|
12229
|
+
}
|
|
11856
12230
|
},
|
|
11857
12231
|
{
|
|
11858
12232
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -11890,7 +12264,10 @@
|
|
|
11890
12264
|
"isOverride": true,
|
|
11891
12265
|
"visibility": "Public",
|
|
11892
12266
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
11893
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12267
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12268
|
+
"emitSemantics": {
|
|
12269
|
+
"callableStaticAccessorKind": "property"
|
|
12270
|
+
}
|
|
11894
12271
|
},
|
|
11895
12272
|
{
|
|
11896
12273
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -11909,7 +12286,10 @@
|
|
|
11909
12286
|
"isOverride": true,
|
|
11910
12287
|
"visibility": "Public",
|
|
11911
12288
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
11912
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12289
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12290
|
+
"emitSemantics": {
|
|
12291
|
+
"callableStaticAccessorKind": "property"
|
|
12292
|
+
}
|
|
11913
12293
|
},
|
|
11914
12294
|
{
|
|
11915
12295
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -11928,7 +12308,10 @@
|
|
|
11928
12308
|
"isOverride": true,
|
|
11929
12309
|
"visibility": "Public",
|
|
11930
12310
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
11931
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12311
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12312
|
+
"emitSemantics": {
|
|
12313
|
+
"callableStaticAccessorKind": "property"
|
|
12314
|
+
}
|
|
11932
12315
|
}
|
|
11933
12316
|
],
|
|
11934
12317
|
"fields": [],
|
|
@@ -12560,7 +12943,10 @@
|
|
|
12560
12943
|
"isOverride": true,
|
|
12561
12944
|
"visibility": "Public",
|
|
12562
12945
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
12563
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12946
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12947
|
+
"emitSemantics": {
|
|
12948
|
+
"callableStaticAccessorKind": "property"
|
|
12949
|
+
}
|
|
12564
12950
|
},
|
|
12565
12951
|
{
|
|
12566
12952
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Pi:TSelf",
|
|
@@ -12579,7 +12965,10 @@
|
|
|
12579
12965
|
"isOverride": true,
|
|
12580
12966
|
"visibility": "Public",
|
|
12581
12967
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
12582
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12968
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12969
|
+
"emitSemantics": {
|
|
12970
|
+
"callableStaticAccessorKind": "property"
|
|
12971
|
+
}
|
|
12583
12972
|
},
|
|
12584
12973
|
{
|
|
12585
12974
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Tau:TSelf",
|
|
@@ -12598,7 +12987,10 @@
|
|
|
12598
12987
|
"isOverride": true,
|
|
12599
12988
|
"visibility": "Public",
|
|
12600
12989
|
"declaringClrType": "System.Numerics.IFloatingPointConstants\u00601",
|
|
12601
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12990
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12991
|
+
"emitSemantics": {
|
|
12992
|
+
"callableStaticAccessorKind": "property"
|
|
12993
|
+
}
|
|
12602
12994
|
},
|
|
12603
12995
|
{
|
|
12604
12996
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf",
|
|
@@ -12617,7 +13009,10 @@
|
|
|
12617
13009
|
"isOverride": true,
|
|
12618
13010
|
"visibility": "Public",
|
|
12619
13011
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
12620
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
13012
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13013
|
+
"emitSemantics": {
|
|
13014
|
+
"callableStaticAccessorKind": "property"
|
|
13015
|
+
}
|
|
12621
13016
|
},
|
|
12622
13017
|
{
|
|
12623
13018
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -12655,7 +13050,10 @@
|
|
|
12655
13050
|
"isOverride": true,
|
|
12656
13051
|
"visibility": "Public",
|
|
12657
13052
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
12658
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
13053
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13054
|
+
"emitSemantics": {
|
|
13055
|
+
"callableStaticAccessorKind": "property"
|
|
13056
|
+
}
|
|
12659
13057
|
},
|
|
12660
13058
|
{
|
|
12661
13059
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -12674,7 +13072,10 @@
|
|
|
12674
13072
|
"isOverride": true,
|
|
12675
13073
|
"visibility": "Public",
|
|
12676
13074
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
12677
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
13075
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13076
|
+
"emitSemantics": {
|
|
13077
|
+
"callableStaticAccessorKind": "property"
|
|
13078
|
+
}
|
|
12678
13079
|
},
|
|
12679
13080
|
{
|
|
12680
13081
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -12693,7 +13094,10 @@
|
|
|
12693
13094
|
"isOverride": true,
|
|
12694
13095
|
"visibility": "Public",
|
|
12695
13096
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
12696
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
13097
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13098
|
+
"emitSemantics": {
|
|
13099
|
+
"callableStaticAccessorKind": "property"
|
|
13100
|
+
}
|
|
12697
13101
|
}
|
|
12698
13102
|
],
|
|
12699
13103
|
"fields": [],
|
|
@@ -13298,7 +13702,10 @@
|
|
|
13298
13702
|
"isOverride": true,
|
|
13299
13703
|
"visibility": "Public",
|
|
13300
13704
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
13301
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
13705
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13706
|
+
"emitSemantics": {
|
|
13707
|
+
"callableStaticAccessorKind": "property"
|
|
13708
|
+
}
|
|
13302
13709
|
},
|
|
13303
13710
|
{
|
|
13304
13711
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32",
|
|
@@ -13336,7 +13743,10 @@
|
|
|
13336
13743
|
"isOverride": true,
|
|
13337
13744
|
"visibility": "Public",
|
|
13338
13745
|
"declaringClrType": "System.Numerics.INumberBase\u00601",
|
|
13339
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
13746
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13747
|
+
"emitSemantics": {
|
|
13748
|
+
"callableStaticAccessorKind": "property"
|
|
13749
|
+
}
|
|
13340
13750
|
},
|
|
13341
13751
|
{
|
|
13342
13752
|
"stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult",
|
|
@@ -13355,7 +13765,10 @@
|
|
|
13355
13765
|
"isOverride": true,
|
|
13356
13766
|
"visibility": "Public",
|
|
13357
13767
|
"declaringClrType": "System.Numerics.IAdditiveIdentity\u00602",
|
|
13358
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
13768
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13769
|
+
"emitSemantics": {
|
|
13770
|
+
"callableStaticAccessorKind": "property"
|
|
13771
|
+
}
|
|
13359
13772
|
},
|
|
13360
13773
|
{
|
|
13361
13774
|
"stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult",
|
|
@@ -13374,7 +13787,10 @@
|
|
|
13374
13787
|
"isOverride": true,
|
|
13375
13788
|
"visibility": "Public",
|
|
13376
13789
|
"declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
13377
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
13790
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
13791
|
+
"emitSemantics": {
|
|
13792
|
+
"callableStaticAccessorKind": "property"
|
|
13793
|
+
}
|
|
13378
13794
|
}
|
|
13379
13795
|
],
|
|
13380
13796
|
"fields": [],
|
|
@@ -23177,7 +23593,10 @@
|
|
|
23177
23593
|
"isOverride": false,
|
|
23178
23594
|
"visibility": "Public",
|
|
23179
23595
|
"declaringClrType": "System.Numerics.Vector\u00601",
|
|
23180
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
23596
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
23597
|
+
"emitSemantics": {
|
|
23598
|
+
"callableStaticAccessorKind": "property"
|
|
23599
|
+
}
|
|
23181
23600
|
},
|
|
23182
23601
|
{
|
|
23183
23602
|
"stableId": "System.Private.CoreLib:System.Numerics.Vector\u00601::Count:System.Int32",
|
|
@@ -23215,7 +23634,10 @@
|
|
|
23215
23634
|
"isOverride": false,
|
|
23216
23635
|
"visibility": "Public",
|
|
23217
23636
|
"declaringClrType": "System.Numerics.Vector\u00601",
|
|
23218
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
23637
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
23638
|
+
"emitSemantics": {
|
|
23639
|
+
"callableStaticAccessorKind": "property"
|
|
23640
|
+
}
|
|
23219
23641
|
},
|
|
23220
23642
|
{
|
|
23221
23643
|
"stableId": "System.Private.CoreLib:System.Numerics.Vector\u00601::IsSupported:System.Boolean",
|
|
@@ -23253,7 +23675,10 @@
|
|
|
23253
23675
|
"isOverride": false,
|
|
23254
23676
|
"visibility": "Public",
|
|
23255
23677
|
"declaringClrType": "System.Numerics.Vector\u00601",
|
|
23256
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
23678
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
23679
|
+
"emitSemantics": {
|
|
23680
|
+
"callableStaticAccessorKind": "property"
|
|
23681
|
+
}
|
|
23257
23682
|
},
|
|
23258
23683
|
{
|
|
23259
23684
|
"stableId": "System.Private.CoreLib:System.Numerics.Vector\u00601::Zero:Vector_1",
|
|
@@ -23272,7 +23697,10 @@
|
|
|
23272
23697
|
"isOverride": false,
|
|
23273
23698
|
"visibility": "Public",
|
|
23274
23699
|
"declaringClrType": "System.Numerics.Vector\u00601",
|
|
23275
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
23700
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
23701
|
+
"emitSemantics": {
|
|
23702
|
+
"callableStaticAccessorKind": "property"
|
|
23703
|
+
}
|
|
23276
23704
|
},
|
|
23277
23705
|
{
|
|
23278
23706
|
"stableId": "System.Private.CoreLib:System.Numerics.Vector\u00601::Item[System.Int32]:T",
|