@tsonic/dotnet 0.5.2 → 0.6.0
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 +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
package/System/bindings.json
CHANGED
|
@@ -3205,7 +3205,7 @@
|
|
|
3205
3205
|
{
|
|
3206
3206
|
"stableId": "System.Console:System.ConsoleKey::D0System.ConsoleKey",
|
|
3207
3207
|
"clrName": "D0",
|
|
3208
|
-
"tsEmitName": "
|
|
3208
|
+
"tsEmitName": "D0",
|
|
3209
3209
|
"metadataToken": 67109067,
|
|
3210
3210
|
"normalizedSignature": "D0|System.ConsoleKey|static=true|const=true",
|
|
3211
3211
|
"isStatic": true,
|
|
@@ -3216,7 +3216,7 @@
|
|
|
3216
3216
|
{
|
|
3217
3217
|
"stableId": "System.Console:System.ConsoleKey::D1System.ConsoleKey",
|
|
3218
3218
|
"clrName": "D1",
|
|
3219
|
-
"tsEmitName": "
|
|
3219
|
+
"tsEmitName": "D1",
|
|
3220
3220
|
"metadataToken": 67109068,
|
|
3221
3221
|
"normalizedSignature": "D1|System.ConsoleKey|static=true|const=true",
|
|
3222
3222
|
"isStatic": true,
|
|
@@ -3227,7 +3227,7 @@
|
|
|
3227
3227
|
{
|
|
3228
3228
|
"stableId": "System.Console:System.ConsoleKey::D2System.ConsoleKey",
|
|
3229
3229
|
"clrName": "D2",
|
|
3230
|
-
"tsEmitName": "
|
|
3230
|
+
"tsEmitName": "D2",
|
|
3231
3231
|
"metadataToken": 67109069,
|
|
3232
3232
|
"normalizedSignature": "D2|System.ConsoleKey|static=true|const=true",
|
|
3233
3233
|
"isStatic": true,
|
|
@@ -3238,7 +3238,7 @@
|
|
|
3238
3238
|
{
|
|
3239
3239
|
"stableId": "System.Console:System.ConsoleKey::D3System.ConsoleKey",
|
|
3240
3240
|
"clrName": "D3",
|
|
3241
|
-
"tsEmitName": "
|
|
3241
|
+
"tsEmitName": "D3",
|
|
3242
3242
|
"metadataToken": 67109070,
|
|
3243
3243
|
"normalizedSignature": "D3|System.ConsoleKey|static=true|const=true",
|
|
3244
3244
|
"isStatic": true,
|
|
@@ -3249,7 +3249,7 @@
|
|
|
3249
3249
|
{
|
|
3250
3250
|
"stableId": "System.Console:System.ConsoleKey::D4System.ConsoleKey",
|
|
3251
3251
|
"clrName": "D4",
|
|
3252
|
-
"tsEmitName": "
|
|
3252
|
+
"tsEmitName": "D4",
|
|
3253
3253
|
"metadataToken": 67109071,
|
|
3254
3254
|
"normalizedSignature": "D4|System.ConsoleKey|static=true|const=true",
|
|
3255
3255
|
"isStatic": true,
|
|
@@ -3260,7 +3260,7 @@
|
|
|
3260
3260
|
{
|
|
3261
3261
|
"stableId": "System.Console:System.ConsoleKey::D5System.ConsoleKey",
|
|
3262
3262
|
"clrName": "D5",
|
|
3263
|
-
"tsEmitName": "
|
|
3263
|
+
"tsEmitName": "D5",
|
|
3264
3264
|
"metadataToken": 67109072,
|
|
3265
3265
|
"normalizedSignature": "D5|System.ConsoleKey|static=true|const=true",
|
|
3266
3266
|
"isStatic": true,
|
|
@@ -3271,7 +3271,7 @@
|
|
|
3271
3271
|
{
|
|
3272
3272
|
"stableId": "System.Console:System.ConsoleKey::D6System.ConsoleKey",
|
|
3273
3273
|
"clrName": "D6",
|
|
3274
|
-
"tsEmitName": "
|
|
3274
|
+
"tsEmitName": "D6",
|
|
3275
3275
|
"metadataToken": 67109073,
|
|
3276
3276
|
"normalizedSignature": "D6|System.ConsoleKey|static=true|const=true",
|
|
3277
3277
|
"isStatic": true,
|
|
@@ -3282,7 +3282,7 @@
|
|
|
3282
3282
|
{
|
|
3283
3283
|
"stableId": "System.Console:System.ConsoleKey::D7System.ConsoleKey",
|
|
3284
3284
|
"clrName": "D7",
|
|
3285
|
-
"tsEmitName": "
|
|
3285
|
+
"tsEmitName": "D7",
|
|
3286
3286
|
"metadataToken": 67109074,
|
|
3287
3287
|
"normalizedSignature": "D7|System.ConsoleKey|static=true|const=true",
|
|
3288
3288
|
"isStatic": true,
|
|
@@ -3293,7 +3293,7 @@
|
|
|
3293
3293
|
{
|
|
3294
3294
|
"stableId": "System.Console:System.ConsoleKey::D8System.ConsoleKey",
|
|
3295
3295
|
"clrName": "D8",
|
|
3296
|
-
"tsEmitName": "
|
|
3296
|
+
"tsEmitName": "D8",
|
|
3297
3297
|
"metadataToken": 67109075,
|
|
3298
3298
|
"normalizedSignature": "D8|System.ConsoleKey|static=true|const=true",
|
|
3299
3299
|
"isStatic": true,
|
|
@@ -3304,7 +3304,7 @@
|
|
|
3304
3304
|
{
|
|
3305
3305
|
"stableId": "System.Console:System.ConsoleKey::D9System.ConsoleKey",
|
|
3306
3306
|
"clrName": "D9",
|
|
3307
|
-
"tsEmitName": "
|
|
3307
|
+
"tsEmitName": "D9",
|
|
3308
3308
|
"metadataToken": 67109076,
|
|
3309
3309
|
"normalizedSignature": "D9|System.ConsoleKey|static=true|const=true",
|
|
3310
3310
|
"isStatic": true,
|
|
@@ -3315,7 +3315,7 @@
|
|
|
3315
3315
|
{
|
|
3316
3316
|
"stableId": "System.Console:System.ConsoleKey::ASystem.ConsoleKey",
|
|
3317
3317
|
"clrName": "A",
|
|
3318
|
-
"tsEmitName": "
|
|
3318
|
+
"tsEmitName": "A",
|
|
3319
3319
|
"metadataToken": 67109077,
|
|
3320
3320
|
"normalizedSignature": "A|System.ConsoleKey|static=true|const=true",
|
|
3321
3321
|
"isStatic": true,
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
{
|
|
3327
3327
|
"stableId": "System.Console:System.ConsoleKey::BSystem.ConsoleKey",
|
|
3328
3328
|
"clrName": "B",
|
|
3329
|
-
"tsEmitName": "
|
|
3329
|
+
"tsEmitName": "B",
|
|
3330
3330
|
"metadataToken": 67109078,
|
|
3331
3331
|
"normalizedSignature": "B|System.ConsoleKey|static=true|const=true",
|
|
3332
3332
|
"isStatic": true,
|
|
@@ -3337,7 +3337,7 @@
|
|
|
3337
3337
|
{
|
|
3338
3338
|
"stableId": "System.Console:System.ConsoleKey::CSystem.ConsoleKey",
|
|
3339
3339
|
"clrName": "C",
|
|
3340
|
-
"tsEmitName": "
|
|
3340
|
+
"tsEmitName": "C",
|
|
3341
3341
|
"metadataToken": 67109079,
|
|
3342
3342
|
"normalizedSignature": "C|System.ConsoleKey|static=true|const=true",
|
|
3343
3343
|
"isStatic": true,
|
|
@@ -3348,7 +3348,7 @@
|
|
|
3348
3348
|
{
|
|
3349
3349
|
"stableId": "System.Console:System.ConsoleKey::DSystem.ConsoleKey",
|
|
3350
3350
|
"clrName": "D",
|
|
3351
|
-
"tsEmitName": "
|
|
3351
|
+
"tsEmitName": "D",
|
|
3352
3352
|
"metadataToken": 67109080,
|
|
3353
3353
|
"normalizedSignature": "D|System.ConsoleKey|static=true|const=true",
|
|
3354
3354
|
"isStatic": true,
|
|
@@ -3359,7 +3359,7 @@
|
|
|
3359
3359
|
{
|
|
3360
3360
|
"stableId": "System.Console:System.ConsoleKey::ESystem.ConsoleKey",
|
|
3361
3361
|
"clrName": "E",
|
|
3362
|
-
"tsEmitName": "
|
|
3362
|
+
"tsEmitName": "E",
|
|
3363
3363
|
"metadataToken": 67109081,
|
|
3364
3364
|
"normalizedSignature": "E|System.ConsoleKey|static=true|const=true",
|
|
3365
3365
|
"isStatic": true,
|
|
@@ -3370,7 +3370,7 @@
|
|
|
3370
3370
|
{
|
|
3371
3371
|
"stableId": "System.Console:System.ConsoleKey::FSystem.ConsoleKey",
|
|
3372
3372
|
"clrName": "F",
|
|
3373
|
-
"tsEmitName": "
|
|
3373
|
+
"tsEmitName": "F",
|
|
3374
3374
|
"metadataToken": 67109082,
|
|
3375
3375
|
"normalizedSignature": "F|System.ConsoleKey|static=true|const=true",
|
|
3376
3376
|
"isStatic": true,
|
|
@@ -3381,7 +3381,7 @@
|
|
|
3381
3381
|
{
|
|
3382
3382
|
"stableId": "System.Console:System.ConsoleKey::GSystem.ConsoleKey",
|
|
3383
3383
|
"clrName": "G",
|
|
3384
|
-
"tsEmitName": "
|
|
3384
|
+
"tsEmitName": "G",
|
|
3385
3385
|
"metadataToken": 67109083,
|
|
3386
3386
|
"normalizedSignature": "G|System.ConsoleKey|static=true|const=true",
|
|
3387
3387
|
"isStatic": true,
|
|
@@ -3392,7 +3392,7 @@
|
|
|
3392
3392
|
{
|
|
3393
3393
|
"stableId": "System.Console:System.ConsoleKey::HSystem.ConsoleKey",
|
|
3394
3394
|
"clrName": "H",
|
|
3395
|
-
"tsEmitName": "
|
|
3395
|
+
"tsEmitName": "H",
|
|
3396
3396
|
"metadataToken": 67109084,
|
|
3397
3397
|
"normalizedSignature": "H|System.ConsoleKey|static=true|const=true",
|
|
3398
3398
|
"isStatic": true,
|
|
@@ -3403,7 +3403,7 @@
|
|
|
3403
3403
|
{
|
|
3404
3404
|
"stableId": "System.Console:System.ConsoleKey::ISystem.ConsoleKey",
|
|
3405
3405
|
"clrName": "I",
|
|
3406
|
-
"tsEmitName": "
|
|
3406
|
+
"tsEmitName": "I",
|
|
3407
3407
|
"metadataToken": 67109085,
|
|
3408
3408
|
"normalizedSignature": "I|System.ConsoleKey|static=true|const=true",
|
|
3409
3409
|
"isStatic": true,
|
|
@@ -3414,7 +3414,7 @@
|
|
|
3414
3414
|
{
|
|
3415
3415
|
"stableId": "System.Console:System.ConsoleKey::JSystem.ConsoleKey",
|
|
3416
3416
|
"clrName": "J",
|
|
3417
|
-
"tsEmitName": "
|
|
3417
|
+
"tsEmitName": "J",
|
|
3418
3418
|
"metadataToken": 67109086,
|
|
3419
3419
|
"normalizedSignature": "J|System.ConsoleKey|static=true|const=true",
|
|
3420
3420
|
"isStatic": true,
|
|
@@ -3425,7 +3425,7 @@
|
|
|
3425
3425
|
{
|
|
3426
3426
|
"stableId": "System.Console:System.ConsoleKey::KSystem.ConsoleKey",
|
|
3427
3427
|
"clrName": "K",
|
|
3428
|
-
"tsEmitName": "
|
|
3428
|
+
"tsEmitName": "K",
|
|
3429
3429
|
"metadataToken": 67109087,
|
|
3430
3430
|
"normalizedSignature": "K|System.ConsoleKey|static=true|const=true",
|
|
3431
3431
|
"isStatic": true,
|
|
@@ -3436,7 +3436,7 @@
|
|
|
3436
3436
|
{
|
|
3437
3437
|
"stableId": "System.Console:System.ConsoleKey::LSystem.ConsoleKey",
|
|
3438
3438
|
"clrName": "L",
|
|
3439
|
-
"tsEmitName": "
|
|
3439
|
+
"tsEmitName": "L",
|
|
3440
3440
|
"metadataToken": 67109088,
|
|
3441
3441
|
"normalizedSignature": "L|System.ConsoleKey|static=true|const=true",
|
|
3442
3442
|
"isStatic": true,
|
|
@@ -3447,7 +3447,7 @@
|
|
|
3447
3447
|
{
|
|
3448
3448
|
"stableId": "System.Console:System.ConsoleKey::MSystem.ConsoleKey",
|
|
3449
3449
|
"clrName": "M",
|
|
3450
|
-
"tsEmitName": "
|
|
3450
|
+
"tsEmitName": "M",
|
|
3451
3451
|
"metadataToken": 67109089,
|
|
3452
3452
|
"normalizedSignature": "M|System.ConsoleKey|static=true|const=true",
|
|
3453
3453
|
"isStatic": true,
|
|
@@ -3458,7 +3458,7 @@
|
|
|
3458
3458
|
{
|
|
3459
3459
|
"stableId": "System.Console:System.ConsoleKey::NSystem.ConsoleKey",
|
|
3460
3460
|
"clrName": "N",
|
|
3461
|
-
"tsEmitName": "
|
|
3461
|
+
"tsEmitName": "N",
|
|
3462
3462
|
"metadataToken": 67109090,
|
|
3463
3463
|
"normalizedSignature": "N|System.ConsoleKey|static=true|const=true",
|
|
3464
3464
|
"isStatic": true,
|
|
@@ -3469,7 +3469,7 @@
|
|
|
3469
3469
|
{
|
|
3470
3470
|
"stableId": "System.Console:System.ConsoleKey::OSystem.ConsoleKey",
|
|
3471
3471
|
"clrName": "O",
|
|
3472
|
-
"tsEmitName": "
|
|
3472
|
+
"tsEmitName": "O",
|
|
3473
3473
|
"metadataToken": 67109091,
|
|
3474
3474
|
"normalizedSignature": "O|System.ConsoleKey|static=true|const=true",
|
|
3475
3475
|
"isStatic": true,
|
|
@@ -3480,7 +3480,7 @@
|
|
|
3480
3480
|
{
|
|
3481
3481
|
"stableId": "System.Console:System.ConsoleKey::PSystem.ConsoleKey",
|
|
3482
3482
|
"clrName": "P",
|
|
3483
|
-
"tsEmitName": "
|
|
3483
|
+
"tsEmitName": "P",
|
|
3484
3484
|
"metadataToken": 67109092,
|
|
3485
3485
|
"normalizedSignature": "P|System.ConsoleKey|static=true|const=true",
|
|
3486
3486
|
"isStatic": true,
|
|
@@ -3491,7 +3491,7 @@
|
|
|
3491
3491
|
{
|
|
3492
3492
|
"stableId": "System.Console:System.ConsoleKey::QSystem.ConsoleKey",
|
|
3493
3493
|
"clrName": "Q",
|
|
3494
|
-
"tsEmitName": "
|
|
3494
|
+
"tsEmitName": "Q",
|
|
3495
3495
|
"metadataToken": 67109093,
|
|
3496
3496
|
"normalizedSignature": "Q|System.ConsoleKey|static=true|const=true",
|
|
3497
3497
|
"isStatic": true,
|
|
@@ -3502,7 +3502,7 @@
|
|
|
3502
3502
|
{
|
|
3503
3503
|
"stableId": "System.Console:System.ConsoleKey::RSystem.ConsoleKey",
|
|
3504
3504
|
"clrName": "R",
|
|
3505
|
-
"tsEmitName": "
|
|
3505
|
+
"tsEmitName": "R",
|
|
3506
3506
|
"metadataToken": 67109094,
|
|
3507
3507
|
"normalizedSignature": "R|System.ConsoleKey|static=true|const=true",
|
|
3508
3508
|
"isStatic": true,
|
|
@@ -3513,7 +3513,7 @@
|
|
|
3513
3513
|
{
|
|
3514
3514
|
"stableId": "System.Console:System.ConsoleKey::SSystem.ConsoleKey",
|
|
3515
3515
|
"clrName": "S",
|
|
3516
|
-
"tsEmitName": "
|
|
3516
|
+
"tsEmitName": "S",
|
|
3517
3517
|
"metadataToken": 67109095,
|
|
3518
3518
|
"normalizedSignature": "S|System.ConsoleKey|static=true|const=true",
|
|
3519
3519
|
"isStatic": true,
|
|
@@ -3524,7 +3524,7 @@
|
|
|
3524
3524
|
{
|
|
3525
3525
|
"stableId": "System.Console:System.ConsoleKey::TSystem.ConsoleKey",
|
|
3526
3526
|
"clrName": "T",
|
|
3527
|
-
"tsEmitName": "
|
|
3527
|
+
"tsEmitName": "T",
|
|
3528
3528
|
"metadataToken": 67109096,
|
|
3529
3529
|
"normalizedSignature": "T|System.ConsoleKey|static=true|const=true",
|
|
3530
3530
|
"isStatic": true,
|
|
@@ -3535,7 +3535,7 @@
|
|
|
3535
3535
|
{
|
|
3536
3536
|
"stableId": "System.Console:System.ConsoleKey::USystem.ConsoleKey",
|
|
3537
3537
|
"clrName": "U",
|
|
3538
|
-
"tsEmitName": "
|
|
3538
|
+
"tsEmitName": "U",
|
|
3539
3539
|
"metadataToken": 67109097,
|
|
3540
3540
|
"normalizedSignature": "U|System.ConsoleKey|static=true|const=true",
|
|
3541
3541
|
"isStatic": true,
|
|
@@ -3546,7 +3546,7 @@
|
|
|
3546
3546
|
{
|
|
3547
3547
|
"stableId": "System.Console:System.ConsoleKey::VSystem.ConsoleKey",
|
|
3548
3548
|
"clrName": "V",
|
|
3549
|
-
"tsEmitName": "
|
|
3549
|
+
"tsEmitName": "V",
|
|
3550
3550
|
"metadataToken": 67109098,
|
|
3551
3551
|
"normalizedSignature": "V|System.ConsoleKey|static=true|const=true",
|
|
3552
3552
|
"isStatic": true,
|
|
@@ -3557,7 +3557,7 @@
|
|
|
3557
3557
|
{
|
|
3558
3558
|
"stableId": "System.Console:System.ConsoleKey::WSystem.ConsoleKey",
|
|
3559
3559
|
"clrName": "W",
|
|
3560
|
-
"tsEmitName": "
|
|
3560
|
+
"tsEmitName": "W",
|
|
3561
3561
|
"metadataToken": 67109099,
|
|
3562
3562
|
"normalizedSignature": "W|System.ConsoleKey|static=true|const=true",
|
|
3563
3563
|
"isStatic": true,
|
|
@@ -3568,7 +3568,7 @@
|
|
|
3568
3568
|
{
|
|
3569
3569
|
"stableId": "System.Console:System.ConsoleKey::XSystem.ConsoleKey",
|
|
3570
3570
|
"clrName": "X",
|
|
3571
|
-
"tsEmitName": "
|
|
3571
|
+
"tsEmitName": "X",
|
|
3572
3572
|
"metadataToken": 67109100,
|
|
3573
3573
|
"normalizedSignature": "X|System.ConsoleKey|static=true|const=true",
|
|
3574
3574
|
"isStatic": true,
|
|
@@ -3579,7 +3579,7 @@
|
|
|
3579
3579
|
{
|
|
3580
3580
|
"stableId": "System.Console:System.ConsoleKey::YSystem.ConsoleKey",
|
|
3581
3581
|
"clrName": "Y",
|
|
3582
|
-
"tsEmitName": "
|
|
3582
|
+
"tsEmitName": "Y",
|
|
3583
3583
|
"metadataToken": 67109101,
|
|
3584
3584
|
"normalizedSignature": "Y|System.ConsoleKey|static=true|const=true",
|
|
3585
3585
|
"isStatic": true,
|
|
@@ -3590,7 +3590,7 @@
|
|
|
3590
3590
|
{
|
|
3591
3591
|
"stableId": "System.Console:System.ConsoleKey::ZSystem.ConsoleKey",
|
|
3592
3592
|
"clrName": "Z",
|
|
3593
|
-
"tsEmitName": "
|
|
3593
|
+
"tsEmitName": "Z",
|
|
3594
3594
|
"metadataToken": 67109102,
|
|
3595
3595
|
"normalizedSignature": "Z|System.ConsoleKey|static=true|const=true",
|
|
3596
3596
|
"isStatic": true,
|
|
@@ -3821,7 +3821,7 @@
|
|
|
3821
3821
|
{
|
|
3822
3822
|
"stableId": "System.Console:System.ConsoleKey::F1System.ConsoleKey",
|
|
3823
3823
|
"clrName": "F1",
|
|
3824
|
-
"tsEmitName": "
|
|
3824
|
+
"tsEmitName": "F1",
|
|
3825
3825
|
"metadataToken": 67109123,
|
|
3826
3826
|
"normalizedSignature": "F1|System.ConsoleKey|static=true|const=true",
|
|
3827
3827
|
"isStatic": true,
|
|
@@ -3832,7 +3832,7 @@
|
|
|
3832
3832
|
{
|
|
3833
3833
|
"stableId": "System.Console:System.ConsoleKey::F2System.ConsoleKey",
|
|
3834
3834
|
"clrName": "F2",
|
|
3835
|
-
"tsEmitName": "
|
|
3835
|
+
"tsEmitName": "F2",
|
|
3836
3836
|
"metadataToken": 67109124,
|
|
3837
3837
|
"normalizedSignature": "F2|System.ConsoleKey|static=true|const=true",
|
|
3838
3838
|
"isStatic": true,
|
|
@@ -3843,7 +3843,7 @@
|
|
|
3843
3843
|
{
|
|
3844
3844
|
"stableId": "System.Console:System.ConsoleKey::F3System.ConsoleKey",
|
|
3845
3845
|
"clrName": "F3",
|
|
3846
|
-
"tsEmitName": "
|
|
3846
|
+
"tsEmitName": "F3",
|
|
3847
3847
|
"metadataToken": 67109125,
|
|
3848
3848
|
"normalizedSignature": "F3|System.ConsoleKey|static=true|const=true",
|
|
3849
3849
|
"isStatic": true,
|
|
@@ -3854,7 +3854,7 @@
|
|
|
3854
3854
|
{
|
|
3855
3855
|
"stableId": "System.Console:System.ConsoleKey::F4System.ConsoleKey",
|
|
3856
3856
|
"clrName": "F4",
|
|
3857
|
-
"tsEmitName": "
|
|
3857
|
+
"tsEmitName": "F4",
|
|
3858
3858
|
"metadataToken": 67109126,
|
|
3859
3859
|
"normalizedSignature": "F4|System.ConsoleKey|static=true|const=true",
|
|
3860
3860
|
"isStatic": true,
|
|
@@ -3865,7 +3865,7 @@
|
|
|
3865
3865
|
{
|
|
3866
3866
|
"stableId": "System.Console:System.ConsoleKey::F5System.ConsoleKey",
|
|
3867
3867
|
"clrName": "F5",
|
|
3868
|
-
"tsEmitName": "
|
|
3868
|
+
"tsEmitName": "F5",
|
|
3869
3869
|
"metadataToken": 67109127,
|
|
3870
3870
|
"normalizedSignature": "F5|System.ConsoleKey|static=true|const=true",
|
|
3871
3871
|
"isStatic": true,
|
|
@@ -3876,7 +3876,7 @@
|
|
|
3876
3876
|
{
|
|
3877
3877
|
"stableId": "System.Console:System.ConsoleKey::F6System.ConsoleKey",
|
|
3878
3878
|
"clrName": "F6",
|
|
3879
|
-
"tsEmitName": "
|
|
3879
|
+
"tsEmitName": "F6",
|
|
3880
3880
|
"metadataToken": 67109128,
|
|
3881
3881
|
"normalizedSignature": "F6|System.ConsoleKey|static=true|const=true",
|
|
3882
3882
|
"isStatic": true,
|
|
@@ -3887,7 +3887,7 @@
|
|
|
3887
3887
|
{
|
|
3888
3888
|
"stableId": "System.Console:System.ConsoleKey::F7System.ConsoleKey",
|
|
3889
3889
|
"clrName": "F7",
|
|
3890
|
-
"tsEmitName": "
|
|
3890
|
+
"tsEmitName": "F7",
|
|
3891
3891
|
"metadataToken": 67109129,
|
|
3892
3892
|
"normalizedSignature": "F7|System.ConsoleKey|static=true|const=true",
|
|
3893
3893
|
"isStatic": true,
|
|
@@ -3898,7 +3898,7 @@
|
|
|
3898
3898
|
{
|
|
3899
3899
|
"stableId": "System.Console:System.ConsoleKey::F8System.ConsoleKey",
|
|
3900
3900
|
"clrName": "F8",
|
|
3901
|
-
"tsEmitName": "
|
|
3901
|
+
"tsEmitName": "F8",
|
|
3902
3902
|
"metadataToken": 67109130,
|
|
3903
3903
|
"normalizedSignature": "F8|System.ConsoleKey|static=true|const=true",
|
|
3904
3904
|
"isStatic": true,
|
|
@@ -3909,7 +3909,7 @@
|
|
|
3909
3909
|
{
|
|
3910
3910
|
"stableId": "System.Console:System.ConsoleKey::F9System.ConsoleKey",
|
|
3911
3911
|
"clrName": "F9",
|
|
3912
|
-
"tsEmitName": "
|
|
3912
|
+
"tsEmitName": "F9",
|
|
3913
3913
|
"metadataToken": 67109131,
|
|
3914
3914
|
"normalizedSignature": "F9|System.ConsoleKey|static=true|const=true",
|
|
3915
3915
|
"isStatic": true,
|
|
@@ -3920,7 +3920,7 @@
|
|
|
3920
3920
|
{
|
|
3921
3921
|
"stableId": "System.Console:System.ConsoleKey::F10System.ConsoleKey",
|
|
3922
3922
|
"clrName": "F10",
|
|
3923
|
-
"tsEmitName": "
|
|
3923
|
+
"tsEmitName": "F10",
|
|
3924
3924
|
"metadataToken": 67109132,
|
|
3925
3925
|
"normalizedSignature": "F10|System.ConsoleKey|static=true|const=true",
|
|
3926
3926
|
"isStatic": true,
|
|
@@ -3931,7 +3931,7 @@
|
|
|
3931
3931
|
{
|
|
3932
3932
|
"stableId": "System.Console:System.ConsoleKey::F11System.ConsoleKey",
|
|
3933
3933
|
"clrName": "F11",
|
|
3934
|
-
"tsEmitName": "
|
|
3934
|
+
"tsEmitName": "F11",
|
|
3935
3935
|
"metadataToken": 67109133,
|
|
3936
3936
|
"normalizedSignature": "F11|System.ConsoleKey|static=true|const=true",
|
|
3937
3937
|
"isStatic": true,
|
|
@@ -3942,7 +3942,7 @@
|
|
|
3942
3942
|
{
|
|
3943
3943
|
"stableId": "System.Console:System.ConsoleKey::F12System.ConsoleKey",
|
|
3944
3944
|
"clrName": "F12",
|
|
3945
|
-
"tsEmitName": "
|
|
3945
|
+
"tsEmitName": "F12",
|
|
3946
3946
|
"metadataToken": 67109134,
|
|
3947
3947
|
"normalizedSignature": "F12|System.ConsoleKey|static=true|const=true",
|
|
3948
3948
|
"isStatic": true,
|
|
@@ -3953,7 +3953,7 @@
|
|
|
3953
3953
|
{
|
|
3954
3954
|
"stableId": "System.Console:System.ConsoleKey::F13System.ConsoleKey",
|
|
3955
3955
|
"clrName": "F13",
|
|
3956
|
-
"tsEmitName": "
|
|
3956
|
+
"tsEmitName": "F13",
|
|
3957
3957
|
"metadataToken": 67109135,
|
|
3958
3958
|
"normalizedSignature": "F13|System.ConsoleKey|static=true|const=true",
|
|
3959
3959
|
"isStatic": true,
|
|
@@ -3964,7 +3964,7 @@
|
|
|
3964
3964
|
{
|
|
3965
3965
|
"stableId": "System.Console:System.ConsoleKey::F14System.ConsoleKey",
|
|
3966
3966
|
"clrName": "F14",
|
|
3967
|
-
"tsEmitName": "
|
|
3967
|
+
"tsEmitName": "F14",
|
|
3968
3968
|
"metadataToken": 67109136,
|
|
3969
3969
|
"normalizedSignature": "F14|System.ConsoleKey|static=true|const=true",
|
|
3970
3970
|
"isStatic": true,
|
|
@@ -3975,7 +3975,7 @@
|
|
|
3975
3975
|
{
|
|
3976
3976
|
"stableId": "System.Console:System.ConsoleKey::F15System.ConsoleKey",
|
|
3977
3977
|
"clrName": "F15",
|
|
3978
|
-
"tsEmitName": "
|
|
3978
|
+
"tsEmitName": "F15",
|
|
3979
3979
|
"metadataToken": 67109137,
|
|
3980
3980
|
"normalizedSignature": "F15|System.ConsoleKey|static=true|const=true",
|
|
3981
3981
|
"isStatic": true,
|
|
@@ -3986,7 +3986,7 @@
|
|
|
3986
3986
|
{
|
|
3987
3987
|
"stableId": "System.Console:System.ConsoleKey::F16System.ConsoleKey",
|
|
3988
3988
|
"clrName": "F16",
|
|
3989
|
-
"tsEmitName": "
|
|
3989
|
+
"tsEmitName": "F16",
|
|
3990
3990
|
"metadataToken": 67109138,
|
|
3991
3991
|
"normalizedSignature": "F16|System.ConsoleKey|static=true|const=true",
|
|
3992
3992
|
"isStatic": true,
|
|
@@ -3997,7 +3997,7 @@
|
|
|
3997
3997
|
{
|
|
3998
3998
|
"stableId": "System.Console:System.ConsoleKey::F17System.ConsoleKey",
|
|
3999
3999
|
"clrName": "F17",
|
|
4000
|
-
"tsEmitName": "
|
|
4000
|
+
"tsEmitName": "F17",
|
|
4001
4001
|
"metadataToken": 67109139,
|
|
4002
4002
|
"normalizedSignature": "F17|System.ConsoleKey|static=true|const=true",
|
|
4003
4003
|
"isStatic": true,
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
{
|
|
4009
4009
|
"stableId": "System.Console:System.ConsoleKey::F18System.ConsoleKey",
|
|
4010
4010
|
"clrName": "F18",
|
|
4011
|
-
"tsEmitName": "
|
|
4011
|
+
"tsEmitName": "F18",
|
|
4012
4012
|
"metadataToken": 67109140,
|
|
4013
4013
|
"normalizedSignature": "F18|System.ConsoleKey|static=true|const=true",
|
|
4014
4014
|
"isStatic": true,
|
|
@@ -4019,7 +4019,7 @@
|
|
|
4019
4019
|
{
|
|
4020
4020
|
"stableId": "System.Console:System.ConsoleKey::F19System.ConsoleKey",
|
|
4021
4021
|
"clrName": "F19",
|
|
4022
|
-
"tsEmitName": "
|
|
4022
|
+
"tsEmitName": "F19",
|
|
4023
4023
|
"metadataToken": 67109141,
|
|
4024
4024
|
"normalizedSignature": "F19|System.ConsoleKey|static=true|const=true",
|
|
4025
4025
|
"isStatic": true,
|
|
@@ -4030,7 +4030,7 @@
|
|
|
4030
4030
|
{
|
|
4031
4031
|
"stableId": "System.Console:System.ConsoleKey::F20System.ConsoleKey",
|
|
4032
4032
|
"clrName": "F20",
|
|
4033
|
-
"tsEmitName": "
|
|
4033
|
+
"tsEmitName": "F20",
|
|
4034
4034
|
"metadataToken": 67109142,
|
|
4035
4035
|
"normalizedSignature": "F20|System.ConsoleKey|static=true|const=true",
|
|
4036
4036
|
"isStatic": true,
|
|
@@ -4041,7 +4041,7 @@
|
|
|
4041
4041
|
{
|
|
4042
4042
|
"stableId": "System.Console:System.ConsoleKey::F21System.ConsoleKey",
|
|
4043
4043
|
"clrName": "F21",
|
|
4044
|
-
"tsEmitName": "
|
|
4044
|
+
"tsEmitName": "F21",
|
|
4045
4045
|
"metadataToken": 67109143,
|
|
4046
4046
|
"normalizedSignature": "F21|System.ConsoleKey|static=true|const=true",
|
|
4047
4047
|
"isStatic": true,
|
|
@@ -4052,7 +4052,7 @@
|
|
|
4052
4052
|
{
|
|
4053
4053
|
"stableId": "System.Console:System.ConsoleKey::F22System.ConsoleKey",
|
|
4054
4054
|
"clrName": "F22",
|
|
4055
|
-
"tsEmitName": "
|
|
4055
|
+
"tsEmitName": "F22",
|
|
4056
4056
|
"metadataToken": 67109144,
|
|
4057
4057
|
"normalizedSignature": "F22|System.ConsoleKey|static=true|const=true",
|
|
4058
4058
|
"isStatic": true,
|
|
@@ -4063,7 +4063,7 @@
|
|
|
4063
4063
|
{
|
|
4064
4064
|
"stableId": "System.Console:System.ConsoleKey::F23System.ConsoleKey",
|
|
4065
4065
|
"clrName": "F23",
|
|
4066
|
-
"tsEmitName": "
|
|
4066
|
+
"tsEmitName": "F23",
|
|
4067
4067
|
"metadataToken": 67109145,
|
|
4068
4068
|
"normalizedSignature": "F23|System.ConsoleKey|static=true|const=true",
|
|
4069
4069
|
"isStatic": true,
|
|
@@ -4074,7 +4074,7 @@
|
|
|
4074
4074
|
{
|
|
4075
4075
|
"stableId": "System.Console:System.ConsoleKey::F24System.ConsoleKey",
|
|
4076
4076
|
"clrName": "F24",
|
|
4077
|
-
"tsEmitName": "
|
|
4077
|
+
"tsEmitName": "F24",
|
|
4078
4078
|
"metadataToken": 67109146,
|
|
4079
4079
|
"normalizedSignature": "F24|System.ConsoleKey|static=true|const=true",
|
|
4080
4080
|
"isStatic": true,
|
|
@@ -5491,7 +5491,7 @@
|
|
|
5491
5491
|
}
|
|
5492
5492
|
},
|
|
5493
5493
|
{
|
|
5494
|
-
"tsName": "
|
|
5494
|
+
"tsName": "D0",
|
|
5495
5495
|
"isStatic": true,
|
|
5496
5496
|
"tsSignatureId": "D0|System.ConsoleKey|static=true|const=true",
|
|
5497
5497
|
"target": {
|
|
@@ -5501,7 +5501,7 @@
|
|
|
5501
5501
|
}
|
|
5502
5502
|
},
|
|
5503
5503
|
{
|
|
5504
|
-
"tsName": "
|
|
5504
|
+
"tsName": "D1",
|
|
5505
5505
|
"isStatic": true,
|
|
5506
5506
|
"tsSignatureId": "D1|System.ConsoleKey|static=true|const=true",
|
|
5507
5507
|
"target": {
|
|
@@ -5511,7 +5511,7 @@
|
|
|
5511
5511
|
}
|
|
5512
5512
|
},
|
|
5513
5513
|
{
|
|
5514
|
-
"tsName": "
|
|
5514
|
+
"tsName": "D2",
|
|
5515
5515
|
"isStatic": true,
|
|
5516
5516
|
"tsSignatureId": "D2|System.ConsoleKey|static=true|const=true",
|
|
5517
5517
|
"target": {
|
|
@@ -5521,7 +5521,7 @@
|
|
|
5521
5521
|
}
|
|
5522
5522
|
},
|
|
5523
5523
|
{
|
|
5524
|
-
"tsName": "
|
|
5524
|
+
"tsName": "D3",
|
|
5525
5525
|
"isStatic": true,
|
|
5526
5526
|
"tsSignatureId": "D3|System.ConsoleKey|static=true|const=true",
|
|
5527
5527
|
"target": {
|
|
@@ -5531,7 +5531,7 @@
|
|
|
5531
5531
|
}
|
|
5532
5532
|
},
|
|
5533
5533
|
{
|
|
5534
|
-
"tsName": "
|
|
5534
|
+
"tsName": "D4",
|
|
5535
5535
|
"isStatic": true,
|
|
5536
5536
|
"tsSignatureId": "D4|System.ConsoleKey|static=true|const=true",
|
|
5537
5537
|
"target": {
|
|
@@ -5541,7 +5541,7 @@
|
|
|
5541
5541
|
}
|
|
5542
5542
|
},
|
|
5543
5543
|
{
|
|
5544
|
-
"tsName": "
|
|
5544
|
+
"tsName": "D5",
|
|
5545
5545
|
"isStatic": true,
|
|
5546
5546
|
"tsSignatureId": "D5|System.ConsoleKey|static=true|const=true",
|
|
5547
5547
|
"target": {
|
|
@@ -5551,7 +5551,7 @@
|
|
|
5551
5551
|
}
|
|
5552
5552
|
},
|
|
5553
5553
|
{
|
|
5554
|
-
"tsName": "
|
|
5554
|
+
"tsName": "D6",
|
|
5555
5555
|
"isStatic": true,
|
|
5556
5556
|
"tsSignatureId": "D6|System.ConsoleKey|static=true|const=true",
|
|
5557
5557
|
"target": {
|
|
@@ -5561,7 +5561,7 @@
|
|
|
5561
5561
|
}
|
|
5562
5562
|
},
|
|
5563
5563
|
{
|
|
5564
|
-
"tsName": "
|
|
5564
|
+
"tsName": "D7",
|
|
5565
5565
|
"isStatic": true,
|
|
5566
5566
|
"tsSignatureId": "D7|System.ConsoleKey|static=true|const=true",
|
|
5567
5567
|
"target": {
|
|
@@ -5571,7 +5571,7 @@
|
|
|
5571
5571
|
}
|
|
5572
5572
|
},
|
|
5573
5573
|
{
|
|
5574
|
-
"tsName": "
|
|
5574
|
+
"tsName": "D8",
|
|
5575
5575
|
"isStatic": true,
|
|
5576
5576
|
"tsSignatureId": "D8|System.ConsoleKey|static=true|const=true",
|
|
5577
5577
|
"target": {
|
|
@@ -5581,7 +5581,7 @@
|
|
|
5581
5581
|
}
|
|
5582
5582
|
},
|
|
5583
5583
|
{
|
|
5584
|
-
"tsName": "
|
|
5584
|
+
"tsName": "D9",
|
|
5585
5585
|
"isStatic": true,
|
|
5586
5586
|
"tsSignatureId": "D9|System.ConsoleKey|static=true|const=true",
|
|
5587
5587
|
"target": {
|
|
@@ -5591,7 +5591,7 @@
|
|
|
5591
5591
|
}
|
|
5592
5592
|
},
|
|
5593
5593
|
{
|
|
5594
|
-
"tsName": "
|
|
5594
|
+
"tsName": "A",
|
|
5595
5595
|
"isStatic": true,
|
|
5596
5596
|
"tsSignatureId": "A|System.ConsoleKey|static=true|const=true",
|
|
5597
5597
|
"target": {
|
|
@@ -5601,7 +5601,7 @@
|
|
|
5601
5601
|
}
|
|
5602
5602
|
},
|
|
5603
5603
|
{
|
|
5604
|
-
"tsName": "
|
|
5604
|
+
"tsName": "B",
|
|
5605
5605
|
"isStatic": true,
|
|
5606
5606
|
"tsSignatureId": "B|System.ConsoleKey|static=true|const=true",
|
|
5607
5607
|
"target": {
|
|
@@ -5611,7 +5611,7 @@
|
|
|
5611
5611
|
}
|
|
5612
5612
|
},
|
|
5613
5613
|
{
|
|
5614
|
-
"tsName": "
|
|
5614
|
+
"tsName": "C",
|
|
5615
5615
|
"isStatic": true,
|
|
5616
5616
|
"tsSignatureId": "C|System.ConsoleKey|static=true|const=true",
|
|
5617
5617
|
"target": {
|
|
@@ -5621,7 +5621,7 @@
|
|
|
5621
5621
|
}
|
|
5622
5622
|
},
|
|
5623
5623
|
{
|
|
5624
|
-
"tsName": "
|
|
5624
|
+
"tsName": "D",
|
|
5625
5625
|
"isStatic": true,
|
|
5626
5626
|
"tsSignatureId": "D|System.ConsoleKey|static=true|const=true",
|
|
5627
5627
|
"target": {
|
|
@@ -5631,7 +5631,7 @@
|
|
|
5631
5631
|
}
|
|
5632
5632
|
},
|
|
5633
5633
|
{
|
|
5634
|
-
"tsName": "
|
|
5634
|
+
"tsName": "E",
|
|
5635
5635
|
"isStatic": true,
|
|
5636
5636
|
"tsSignatureId": "E|System.ConsoleKey|static=true|const=true",
|
|
5637
5637
|
"target": {
|
|
@@ -5641,7 +5641,7 @@
|
|
|
5641
5641
|
}
|
|
5642
5642
|
},
|
|
5643
5643
|
{
|
|
5644
|
-
"tsName": "
|
|
5644
|
+
"tsName": "F",
|
|
5645
5645
|
"isStatic": true,
|
|
5646
5646
|
"tsSignatureId": "F|System.ConsoleKey|static=true|const=true",
|
|
5647
5647
|
"target": {
|
|
@@ -5651,7 +5651,7 @@
|
|
|
5651
5651
|
}
|
|
5652
5652
|
},
|
|
5653
5653
|
{
|
|
5654
|
-
"tsName": "
|
|
5654
|
+
"tsName": "G",
|
|
5655
5655
|
"isStatic": true,
|
|
5656
5656
|
"tsSignatureId": "G|System.ConsoleKey|static=true|const=true",
|
|
5657
5657
|
"target": {
|
|
@@ -5661,7 +5661,7 @@
|
|
|
5661
5661
|
}
|
|
5662
5662
|
},
|
|
5663
5663
|
{
|
|
5664
|
-
"tsName": "
|
|
5664
|
+
"tsName": "H",
|
|
5665
5665
|
"isStatic": true,
|
|
5666
5666
|
"tsSignatureId": "H|System.ConsoleKey|static=true|const=true",
|
|
5667
5667
|
"target": {
|
|
@@ -5671,7 +5671,7 @@
|
|
|
5671
5671
|
}
|
|
5672
5672
|
},
|
|
5673
5673
|
{
|
|
5674
|
-
"tsName": "
|
|
5674
|
+
"tsName": "I",
|
|
5675
5675
|
"isStatic": true,
|
|
5676
5676
|
"tsSignatureId": "I|System.ConsoleKey|static=true|const=true",
|
|
5677
5677
|
"target": {
|
|
@@ -5681,7 +5681,7 @@
|
|
|
5681
5681
|
}
|
|
5682
5682
|
},
|
|
5683
5683
|
{
|
|
5684
|
-
"tsName": "
|
|
5684
|
+
"tsName": "J",
|
|
5685
5685
|
"isStatic": true,
|
|
5686
5686
|
"tsSignatureId": "J|System.ConsoleKey|static=true|const=true",
|
|
5687
5687
|
"target": {
|
|
@@ -5691,7 +5691,7 @@
|
|
|
5691
5691
|
}
|
|
5692
5692
|
},
|
|
5693
5693
|
{
|
|
5694
|
-
"tsName": "
|
|
5694
|
+
"tsName": "K",
|
|
5695
5695
|
"isStatic": true,
|
|
5696
5696
|
"tsSignatureId": "K|System.ConsoleKey|static=true|const=true",
|
|
5697
5697
|
"target": {
|
|
@@ -5701,7 +5701,7 @@
|
|
|
5701
5701
|
}
|
|
5702
5702
|
},
|
|
5703
5703
|
{
|
|
5704
|
-
"tsName": "
|
|
5704
|
+
"tsName": "L",
|
|
5705
5705
|
"isStatic": true,
|
|
5706
5706
|
"tsSignatureId": "L|System.ConsoleKey|static=true|const=true",
|
|
5707
5707
|
"target": {
|
|
@@ -5711,7 +5711,7 @@
|
|
|
5711
5711
|
}
|
|
5712
5712
|
},
|
|
5713
5713
|
{
|
|
5714
|
-
"tsName": "
|
|
5714
|
+
"tsName": "M",
|
|
5715
5715
|
"isStatic": true,
|
|
5716
5716
|
"tsSignatureId": "M|System.ConsoleKey|static=true|const=true",
|
|
5717
5717
|
"target": {
|
|
@@ -5721,7 +5721,7 @@
|
|
|
5721
5721
|
}
|
|
5722
5722
|
},
|
|
5723
5723
|
{
|
|
5724
|
-
"tsName": "
|
|
5724
|
+
"tsName": "N",
|
|
5725
5725
|
"isStatic": true,
|
|
5726
5726
|
"tsSignatureId": "N|System.ConsoleKey|static=true|const=true",
|
|
5727
5727
|
"target": {
|
|
@@ -5731,7 +5731,7 @@
|
|
|
5731
5731
|
}
|
|
5732
5732
|
},
|
|
5733
5733
|
{
|
|
5734
|
-
"tsName": "
|
|
5734
|
+
"tsName": "O",
|
|
5735
5735
|
"isStatic": true,
|
|
5736
5736
|
"tsSignatureId": "O|System.ConsoleKey|static=true|const=true",
|
|
5737
5737
|
"target": {
|
|
@@ -5741,7 +5741,7 @@
|
|
|
5741
5741
|
}
|
|
5742
5742
|
},
|
|
5743
5743
|
{
|
|
5744
|
-
"tsName": "
|
|
5744
|
+
"tsName": "P",
|
|
5745
5745
|
"isStatic": true,
|
|
5746
5746
|
"tsSignatureId": "P|System.ConsoleKey|static=true|const=true",
|
|
5747
5747
|
"target": {
|
|
@@ -5751,7 +5751,7 @@
|
|
|
5751
5751
|
}
|
|
5752
5752
|
},
|
|
5753
5753
|
{
|
|
5754
|
-
"tsName": "
|
|
5754
|
+
"tsName": "Q",
|
|
5755
5755
|
"isStatic": true,
|
|
5756
5756
|
"tsSignatureId": "Q|System.ConsoleKey|static=true|const=true",
|
|
5757
5757
|
"target": {
|
|
@@ -5761,7 +5761,7 @@
|
|
|
5761
5761
|
}
|
|
5762
5762
|
},
|
|
5763
5763
|
{
|
|
5764
|
-
"tsName": "
|
|
5764
|
+
"tsName": "R",
|
|
5765
5765
|
"isStatic": true,
|
|
5766
5766
|
"tsSignatureId": "R|System.ConsoleKey|static=true|const=true",
|
|
5767
5767
|
"target": {
|
|
@@ -5771,7 +5771,7 @@
|
|
|
5771
5771
|
}
|
|
5772
5772
|
},
|
|
5773
5773
|
{
|
|
5774
|
-
"tsName": "
|
|
5774
|
+
"tsName": "S",
|
|
5775
5775
|
"isStatic": true,
|
|
5776
5776
|
"tsSignatureId": "S|System.ConsoleKey|static=true|const=true",
|
|
5777
5777
|
"target": {
|
|
@@ -5781,7 +5781,7 @@
|
|
|
5781
5781
|
}
|
|
5782
5782
|
},
|
|
5783
5783
|
{
|
|
5784
|
-
"tsName": "
|
|
5784
|
+
"tsName": "T",
|
|
5785
5785
|
"isStatic": true,
|
|
5786
5786
|
"tsSignatureId": "T|System.ConsoleKey|static=true|const=true",
|
|
5787
5787
|
"target": {
|
|
@@ -5791,7 +5791,7 @@
|
|
|
5791
5791
|
}
|
|
5792
5792
|
},
|
|
5793
5793
|
{
|
|
5794
|
-
"tsName": "
|
|
5794
|
+
"tsName": "U",
|
|
5795
5795
|
"isStatic": true,
|
|
5796
5796
|
"tsSignatureId": "U|System.ConsoleKey|static=true|const=true",
|
|
5797
5797
|
"target": {
|
|
@@ -5801,7 +5801,7 @@
|
|
|
5801
5801
|
}
|
|
5802
5802
|
},
|
|
5803
5803
|
{
|
|
5804
|
-
"tsName": "
|
|
5804
|
+
"tsName": "V",
|
|
5805
5805
|
"isStatic": true,
|
|
5806
5806
|
"tsSignatureId": "V|System.ConsoleKey|static=true|const=true",
|
|
5807
5807
|
"target": {
|
|
@@ -5811,7 +5811,7 @@
|
|
|
5811
5811
|
}
|
|
5812
5812
|
},
|
|
5813
5813
|
{
|
|
5814
|
-
"tsName": "
|
|
5814
|
+
"tsName": "W",
|
|
5815
5815
|
"isStatic": true,
|
|
5816
5816
|
"tsSignatureId": "W|System.ConsoleKey|static=true|const=true",
|
|
5817
5817
|
"target": {
|
|
@@ -5821,7 +5821,7 @@
|
|
|
5821
5821
|
}
|
|
5822
5822
|
},
|
|
5823
5823
|
{
|
|
5824
|
-
"tsName": "
|
|
5824
|
+
"tsName": "X",
|
|
5825
5825
|
"isStatic": true,
|
|
5826
5826
|
"tsSignatureId": "X|System.ConsoleKey|static=true|const=true",
|
|
5827
5827
|
"target": {
|
|
@@ -5831,7 +5831,7 @@
|
|
|
5831
5831
|
}
|
|
5832
5832
|
},
|
|
5833
5833
|
{
|
|
5834
|
-
"tsName": "
|
|
5834
|
+
"tsName": "Y",
|
|
5835
5835
|
"isStatic": true,
|
|
5836
5836
|
"tsSignatureId": "Y|System.ConsoleKey|static=true|const=true",
|
|
5837
5837
|
"target": {
|
|
@@ -5841,7 +5841,7 @@
|
|
|
5841
5841
|
}
|
|
5842
5842
|
},
|
|
5843
5843
|
{
|
|
5844
|
-
"tsName": "
|
|
5844
|
+
"tsName": "Z",
|
|
5845
5845
|
"isStatic": true,
|
|
5846
5846
|
"tsSignatureId": "Z|System.ConsoleKey|static=true|const=true",
|
|
5847
5847
|
"target": {
|
|
@@ -6051,7 +6051,7 @@
|
|
|
6051
6051
|
}
|
|
6052
6052
|
},
|
|
6053
6053
|
{
|
|
6054
|
-
"tsName": "
|
|
6054
|
+
"tsName": "F1",
|
|
6055
6055
|
"isStatic": true,
|
|
6056
6056
|
"tsSignatureId": "F1|System.ConsoleKey|static=true|const=true",
|
|
6057
6057
|
"target": {
|
|
@@ -6061,7 +6061,7 @@
|
|
|
6061
6061
|
}
|
|
6062
6062
|
},
|
|
6063
6063
|
{
|
|
6064
|
-
"tsName": "
|
|
6064
|
+
"tsName": "F2",
|
|
6065
6065
|
"isStatic": true,
|
|
6066
6066
|
"tsSignatureId": "F2|System.ConsoleKey|static=true|const=true",
|
|
6067
6067
|
"target": {
|
|
@@ -6071,7 +6071,7 @@
|
|
|
6071
6071
|
}
|
|
6072
6072
|
},
|
|
6073
6073
|
{
|
|
6074
|
-
"tsName": "
|
|
6074
|
+
"tsName": "F3",
|
|
6075
6075
|
"isStatic": true,
|
|
6076
6076
|
"tsSignatureId": "F3|System.ConsoleKey|static=true|const=true",
|
|
6077
6077
|
"target": {
|
|
@@ -6081,7 +6081,7 @@
|
|
|
6081
6081
|
}
|
|
6082
6082
|
},
|
|
6083
6083
|
{
|
|
6084
|
-
"tsName": "
|
|
6084
|
+
"tsName": "F4",
|
|
6085
6085
|
"isStatic": true,
|
|
6086
6086
|
"tsSignatureId": "F4|System.ConsoleKey|static=true|const=true",
|
|
6087
6087
|
"target": {
|
|
@@ -6091,7 +6091,7 @@
|
|
|
6091
6091
|
}
|
|
6092
6092
|
},
|
|
6093
6093
|
{
|
|
6094
|
-
"tsName": "
|
|
6094
|
+
"tsName": "F5",
|
|
6095
6095
|
"isStatic": true,
|
|
6096
6096
|
"tsSignatureId": "F5|System.ConsoleKey|static=true|const=true",
|
|
6097
6097
|
"target": {
|
|
@@ -6101,7 +6101,7 @@
|
|
|
6101
6101
|
}
|
|
6102
6102
|
},
|
|
6103
6103
|
{
|
|
6104
|
-
"tsName": "
|
|
6104
|
+
"tsName": "F6",
|
|
6105
6105
|
"isStatic": true,
|
|
6106
6106
|
"tsSignatureId": "F6|System.ConsoleKey|static=true|const=true",
|
|
6107
6107
|
"target": {
|
|
@@ -6111,7 +6111,7 @@
|
|
|
6111
6111
|
}
|
|
6112
6112
|
},
|
|
6113
6113
|
{
|
|
6114
|
-
"tsName": "
|
|
6114
|
+
"tsName": "F7",
|
|
6115
6115
|
"isStatic": true,
|
|
6116
6116
|
"tsSignatureId": "F7|System.ConsoleKey|static=true|const=true",
|
|
6117
6117
|
"target": {
|
|
@@ -6121,7 +6121,7 @@
|
|
|
6121
6121
|
}
|
|
6122
6122
|
},
|
|
6123
6123
|
{
|
|
6124
|
-
"tsName": "
|
|
6124
|
+
"tsName": "F8",
|
|
6125
6125
|
"isStatic": true,
|
|
6126
6126
|
"tsSignatureId": "F8|System.ConsoleKey|static=true|const=true",
|
|
6127
6127
|
"target": {
|
|
@@ -6131,7 +6131,7 @@
|
|
|
6131
6131
|
}
|
|
6132
6132
|
},
|
|
6133
6133
|
{
|
|
6134
|
-
"tsName": "
|
|
6134
|
+
"tsName": "F9",
|
|
6135
6135
|
"isStatic": true,
|
|
6136
6136
|
"tsSignatureId": "F9|System.ConsoleKey|static=true|const=true",
|
|
6137
6137
|
"target": {
|
|
@@ -6141,7 +6141,7 @@
|
|
|
6141
6141
|
}
|
|
6142
6142
|
},
|
|
6143
6143
|
{
|
|
6144
|
-
"tsName": "
|
|
6144
|
+
"tsName": "F10",
|
|
6145
6145
|
"isStatic": true,
|
|
6146
6146
|
"tsSignatureId": "F10|System.ConsoleKey|static=true|const=true",
|
|
6147
6147
|
"target": {
|
|
@@ -6151,7 +6151,7 @@
|
|
|
6151
6151
|
}
|
|
6152
6152
|
},
|
|
6153
6153
|
{
|
|
6154
|
-
"tsName": "
|
|
6154
|
+
"tsName": "F11",
|
|
6155
6155
|
"isStatic": true,
|
|
6156
6156
|
"tsSignatureId": "F11|System.ConsoleKey|static=true|const=true",
|
|
6157
6157
|
"target": {
|
|
@@ -6161,7 +6161,7 @@
|
|
|
6161
6161
|
}
|
|
6162
6162
|
},
|
|
6163
6163
|
{
|
|
6164
|
-
"tsName": "
|
|
6164
|
+
"tsName": "F12",
|
|
6165
6165
|
"isStatic": true,
|
|
6166
6166
|
"tsSignatureId": "F12|System.ConsoleKey|static=true|const=true",
|
|
6167
6167
|
"target": {
|
|
@@ -6171,7 +6171,7 @@
|
|
|
6171
6171
|
}
|
|
6172
6172
|
},
|
|
6173
6173
|
{
|
|
6174
|
-
"tsName": "
|
|
6174
|
+
"tsName": "F13",
|
|
6175
6175
|
"isStatic": true,
|
|
6176
6176
|
"tsSignatureId": "F13|System.ConsoleKey|static=true|const=true",
|
|
6177
6177
|
"target": {
|
|
@@ -6181,7 +6181,7 @@
|
|
|
6181
6181
|
}
|
|
6182
6182
|
},
|
|
6183
6183
|
{
|
|
6184
|
-
"tsName": "
|
|
6184
|
+
"tsName": "F14",
|
|
6185
6185
|
"isStatic": true,
|
|
6186
6186
|
"tsSignatureId": "F14|System.ConsoleKey|static=true|const=true",
|
|
6187
6187
|
"target": {
|
|
@@ -6191,7 +6191,7 @@
|
|
|
6191
6191
|
}
|
|
6192
6192
|
},
|
|
6193
6193
|
{
|
|
6194
|
-
"tsName": "
|
|
6194
|
+
"tsName": "F15",
|
|
6195
6195
|
"isStatic": true,
|
|
6196
6196
|
"tsSignatureId": "F15|System.ConsoleKey|static=true|const=true",
|
|
6197
6197
|
"target": {
|
|
@@ -6201,7 +6201,7 @@
|
|
|
6201
6201
|
}
|
|
6202
6202
|
},
|
|
6203
6203
|
{
|
|
6204
|
-
"tsName": "
|
|
6204
|
+
"tsName": "F16",
|
|
6205
6205
|
"isStatic": true,
|
|
6206
6206
|
"tsSignatureId": "F16|System.ConsoleKey|static=true|const=true",
|
|
6207
6207
|
"target": {
|
|
@@ -6211,7 +6211,7 @@
|
|
|
6211
6211
|
}
|
|
6212
6212
|
},
|
|
6213
6213
|
{
|
|
6214
|
-
"tsName": "
|
|
6214
|
+
"tsName": "F17",
|
|
6215
6215
|
"isStatic": true,
|
|
6216
6216
|
"tsSignatureId": "F17|System.ConsoleKey|static=true|const=true",
|
|
6217
6217
|
"target": {
|
|
@@ -6221,7 +6221,7 @@
|
|
|
6221
6221
|
}
|
|
6222
6222
|
},
|
|
6223
6223
|
{
|
|
6224
|
-
"tsName": "
|
|
6224
|
+
"tsName": "F18",
|
|
6225
6225
|
"isStatic": true,
|
|
6226
6226
|
"tsSignatureId": "F18|System.ConsoleKey|static=true|const=true",
|
|
6227
6227
|
"target": {
|
|
@@ -6231,7 +6231,7 @@
|
|
|
6231
6231
|
}
|
|
6232
6232
|
},
|
|
6233
6233
|
{
|
|
6234
|
-
"tsName": "
|
|
6234
|
+
"tsName": "F19",
|
|
6235
6235
|
"isStatic": true,
|
|
6236
6236
|
"tsSignatureId": "F19|System.ConsoleKey|static=true|const=true",
|
|
6237
6237
|
"target": {
|
|
@@ -6241,7 +6241,7 @@
|
|
|
6241
6241
|
}
|
|
6242
6242
|
},
|
|
6243
6243
|
{
|
|
6244
|
-
"tsName": "
|
|
6244
|
+
"tsName": "F20",
|
|
6245
6245
|
"isStatic": true,
|
|
6246
6246
|
"tsSignatureId": "F20|System.ConsoleKey|static=true|const=true",
|
|
6247
6247
|
"target": {
|
|
@@ -6251,7 +6251,7 @@
|
|
|
6251
6251
|
}
|
|
6252
6252
|
},
|
|
6253
6253
|
{
|
|
6254
|
-
"tsName": "
|
|
6254
|
+
"tsName": "F21",
|
|
6255
6255
|
"isStatic": true,
|
|
6256
6256
|
"tsSignatureId": "F21|System.ConsoleKey|static=true|const=true",
|
|
6257
6257
|
"target": {
|
|
@@ -6261,7 +6261,7 @@
|
|
|
6261
6261
|
}
|
|
6262
6262
|
},
|
|
6263
6263
|
{
|
|
6264
|
-
"tsName": "
|
|
6264
|
+
"tsName": "F22",
|
|
6265
6265
|
"isStatic": true,
|
|
6266
6266
|
"tsSignatureId": "F22|System.ConsoleKey|static=true|const=true",
|
|
6267
6267
|
"target": {
|
|
@@ -6271,7 +6271,7 @@
|
|
|
6271
6271
|
}
|
|
6272
6272
|
},
|
|
6273
6273
|
{
|
|
6274
|
-
"tsName": "
|
|
6274
|
+
"tsName": "F23",
|
|
6275
6275
|
"isStatic": true,
|
|
6276
6276
|
"tsSignatureId": "F23|System.ConsoleKey|static=true|const=true",
|
|
6277
6277
|
"target": {
|
|
@@ -6281,7 +6281,7 @@
|
|
|
6281
6281
|
}
|
|
6282
6282
|
},
|
|
6283
6283
|
{
|
|
6284
|
-
"tsName": "
|
|
6284
|
+
"tsName": "F24",
|
|
6285
6285
|
"isStatic": true,
|
|
6286
6286
|
"tsSignatureId": "F24|System.ConsoleKey|static=true|const=true",
|
|
6287
6287
|
"target": {
|
|
@@ -45502,7 +45502,7 @@
|
|
|
45502
45502
|
{
|
|
45503
45503
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::E:TSelf",
|
|
45504
45504
|
"clrName": "E",
|
|
45505
|
-
"tsEmitName": "
|
|
45505
|
+
"tsEmitName": "E",
|
|
45506
45506
|
"metadataToken": 385878290,
|
|
45507
45507
|
"canonicalSignature": ":TSelf",
|
|
45508
45508
|
"normalizedSignature": "E|:TSelf|static=false|accessor=get",
|
|
@@ -47158,7 +47158,7 @@
|
|
|
47158
47158
|
}
|
|
47159
47159
|
},
|
|
47160
47160
|
{
|
|
47161
|
-
"tsName": "
|
|
47161
|
+
"tsName": "E",
|
|
47162
47162
|
"isStatic": false,
|
|
47163
47163
|
"tsSignatureId": "E|:TSelf|static=false|accessor=get",
|
|
47164
47164
|
"target": {
|
|
@@ -50543,7 +50543,7 @@
|
|
|
50543
50543
|
{
|
|
50544
50544
|
"stableId": "System.Private.CoreLib:System.Double::ESystem.Double",
|
|
50545
50545
|
"clrName": "E",
|
|
50546
|
-
"tsEmitName": "
|
|
50546
|
+
"tsEmitName": "E",
|
|
50547
50547
|
"metadataToken": 67109765,
|
|
50548
50548
|
"normalizedSignature": "E|System.Double|static=true|const=true",
|
|
50549
50549
|
"isStatic": true,
|
|
@@ -52752,7 +52752,7 @@
|
|
|
52752
52752
|
}
|
|
52753
52753
|
},
|
|
52754
52754
|
{
|
|
52755
|
-
"tsName": "
|
|
52755
|
+
"tsName": "E",
|
|
52756
52756
|
"isStatic": true,
|
|
52757
52757
|
"tsSignatureId": "E|System.Double|static=true|const=true",
|
|
52758
52758
|
"target": {
|
|
@@ -57430,7 +57430,7 @@
|
|
|
57430
57430
|
{
|
|
57431
57431
|
"stableId": "System.Private.CoreLib:System.Half::E:System.Half",
|
|
57432
57432
|
"clrName": "E",
|
|
57433
|
-
"tsEmitName": "
|
|
57433
|
+
"tsEmitName": "E",
|
|
57434
57434
|
"metadataToken": 385876453,
|
|
57435
57435
|
"canonicalSignature": ":System.Half",
|
|
57436
57436
|
"normalizedSignature": "E|:System.Half|static=true|accessor=get",
|
|
@@ -59595,7 +59595,7 @@
|
|
|
59595
59595
|
}
|
|
59596
59596
|
},
|
|
59597
59597
|
{
|
|
59598
|
-
"tsName": "
|
|
59598
|
+
"tsName": "E",
|
|
59599
59599
|
"isStatic": true,
|
|
59600
59600
|
"tsSignatureId": "E|:System.Half|static=true|accessor=get",
|
|
59601
59601
|
"target": {
|
|
@@ -84866,7 +84866,7 @@
|
|
|
84866
84866
|
{
|
|
84867
84867
|
"stableId": "System.Private.CoreLib:System.Single::ESystem.Single",
|
|
84868
84868
|
"clrName": "E",
|
|
84869
|
-
"tsEmitName": "
|
|
84869
|
+
"tsEmitName": "E",
|
|
84870
84870
|
"metadataToken": 67110231,
|
|
84871
84871
|
"normalizedSignature": "E|System.Single|static=true|const=true",
|
|
84872
84872
|
"isStatic": true,
|
|
@@ -87075,7 +87075,7 @@
|
|
|
87075
87075
|
}
|
|
87076
87076
|
},
|
|
87077
87077
|
{
|
|
87078
|
-
"tsName": "
|
|
87078
|
+
"tsName": "E",
|
|
87079
87079
|
"isStatic": true,
|
|
87080
87080
|
"tsSignatureId": "E|System.Single|static=true|const=true",
|
|
87081
87081
|
"target": {
|
|
@@ -180901,7 +180901,7 @@
|
|
|
180901
180901
|
{
|
|
180902
180902
|
"stableId": "System.Private.CoreLib:System.Type::GUID:System.Guid",
|
|
180903
180903
|
"clrName": "GUID",
|
|
180904
|
-
"tsEmitName": "
|
|
180904
|
+
"tsEmitName": "GUID",
|
|
180905
180905
|
"metadataToken": 385876217,
|
|
180906
180906
|
"canonicalSignature": ":System.Guid",
|
|
180907
180907
|
"normalizedSignature": "GUID|:System.Guid|static=false|accessor=get",
|
|
@@ -183011,7 +183011,7 @@
|
|
|
183011
183011
|
}
|
|
183012
183012
|
},
|
|
183013
183013
|
{
|
|
183014
|
-
"tsName": "
|
|
183014
|
+
"tsName": "GUID",
|
|
183015
183015
|
"isStatic": false,
|
|
183016
183016
|
"tsSignatureId": "GUID|:System.Guid|static=false|accessor=get",
|
|
183017
183017
|
"target": {
|
|
@@ -206823,7 +206823,7 @@
|
|
|
206823
206823
|
{
|
|
206824
206824
|
"stableId": "System.Private.CoreLib:System.Math::ESystem.Double",
|
|
206825
206825
|
"clrName": "E",
|
|
206826
|
-
"tsEmitName": "
|
|
206826
|
+
"tsEmitName": "E",
|
|
206827
206827
|
"metadataToken": 67109464,
|
|
206828
206828
|
"normalizedSignature": "E|System.Double|static=true|const=true",
|
|
206829
206829
|
"isStatic": true,
|
|
@@ -206834,7 +206834,7 @@
|
|
|
206834
206834
|
{
|
|
206835
206835
|
"stableId": "System.Private.CoreLib:System.Math::PISystem.Double",
|
|
206836
206836
|
"clrName": "PI",
|
|
206837
|
-
"tsEmitName": "
|
|
206837
|
+
"tsEmitName": "PI",
|
|
206838
206838
|
"metadataToken": 67109465,
|
|
206839
206839
|
"normalizedSignature": "PI|System.Double|static=true|const=true",
|
|
206840
206840
|
"isStatic": true,
|
|
@@ -208120,7 +208120,7 @@
|
|
|
208120
208120
|
],
|
|
208121
208121
|
"exposedFields": [
|
|
208122
208122
|
{
|
|
208123
|
-
"tsName": "
|
|
208123
|
+
"tsName": "E",
|
|
208124
208124
|
"isStatic": true,
|
|
208125
208125
|
"tsSignatureId": "E|System.Double|static=true|const=true",
|
|
208126
208126
|
"target": {
|
|
@@ -208130,7 +208130,7 @@
|
|
|
208130
208130
|
}
|
|
208131
208131
|
},
|
|
208132
208132
|
{
|
|
208133
|
-
"tsName": "
|
|
208133
|
+
"tsName": "PI",
|
|
208134
208134
|
"isStatic": true,
|
|
208135
208135
|
"tsSignatureId": "PI|System.Double|static=true|const=true",
|
|
208136
208136
|
"target": {
|
|
@@ -208780,7 +208780,7 @@
|
|
|
208780
208780
|
{
|
|
208781
208781
|
"stableId": "System.Private.CoreLib:System.MathF::ESystem.Single",
|
|
208782
208782
|
"clrName": "E",
|
|
208783
|
-
"tsEmitName": "
|
|
208783
|
+
"tsEmitName": "E",
|
|
208784
208784
|
"metadataToken": 67109467,
|
|
208785
208785
|
"normalizedSignature": "E|System.Single|static=true|const=true",
|
|
208786
208786
|
"isStatic": true,
|
|
@@ -208791,7 +208791,7 @@
|
|
|
208791
208791
|
{
|
|
208792
208792
|
"stableId": "System.Private.CoreLib:System.MathF::PISystem.Single",
|
|
208793
208793
|
"clrName": "PI",
|
|
208794
|
-
"tsEmitName": "
|
|
208794
|
+
"tsEmitName": "PI",
|
|
208795
208795
|
"metadataToken": 67109468,
|
|
208796
208796
|
"normalizedSignature": "PI|System.Single|static=true|const=true",
|
|
208797
208797
|
"isStatic": true,
|
|
@@ -209317,7 +209317,7 @@
|
|
|
209317
209317
|
],
|
|
209318
209318
|
"exposedFields": [
|
|
209319
209319
|
{
|
|
209320
|
-
"tsName": "
|
|
209320
|
+
"tsName": "E",
|
|
209321
209321
|
"isStatic": true,
|
|
209322
209322
|
"tsSignatureId": "E|System.Single|static=true|const=true",
|
|
209323
209323
|
"target": {
|
|
@@ -209327,7 +209327,7 @@
|
|
|
209327
209327
|
}
|
|
209328
209328
|
},
|
|
209329
209329
|
{
|
|
209330
|
-
"tsName": "
|
|
209330
|
+
"tsName": "PI",
|
|
209331
209331
|
"isStatic": true,
|
|
209332
209332
|
"tsSignatureId": "PI|System.Single|static=true|const=true",
|
|
209333
209333
|
"target": {
|