@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
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
{
|
|
626
626
|
"stableId": "System.Console:System.ConsoleKey::D0System.ConsoleKey",
|
|
627
627
|
"clrName": "D0",
|
|
628
|
-
"tsEmitName": "
|
|
628
|
+
"tsEmitName": "D0",
|
|
629
629
|
"normalizedSignature": "D0|System.ConsoleKey|static=true|const=true",
|
|
630
630
|
"isStatic": true,
|
|
631
631
|
"isReadOnly": false,
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
{
|
|
635
635
|
"stableId": "System.Console:System.ConsoleKey::D1System.ConsoleKey",
|
|
636
636
|
"clrName": "D1",
|
|
637
|
-
"tsEmitName": "
|
|
637
|
+
"tsEmitName": "D1",
|
|
638
638
|
"normalizedSignature": "D1|System.ConsoleKey|static=true|const=true",
|
|
639
639
|
"isStatic": true,
|
|
640
640
|
"isReadOnly": false,
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
{
|
|
644
644
|
"stableId": "System.Console:System.ConsoleKey::D2System.ConsoleKey",
|
|
645
645
|
"clrName": "D2",
|
|
646
|
-
"tsEmitName": "
|
|
646
|
+
"tsEmitName": "D2",
|
|
647
647
|
"normalizedSignature": "D2|System.ConsoleKey|static=true|const=true",
|
|
648
648
|
"isStatic": true,
|
|
649
649
|
"isReadOnly": false,
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
{
|
|
653
653
|
"stableId": "System.Console:System.ConsoleKey::D3System.ConsoleKey",
|
|
654
654
|
"clrName": "D3",
|
|
655
|
-
"tsEmitName": "
|
|
655
|
+
"tsEmitName": "D3",
|
|
656
656
|
"normalizedSignature": "D3|System.ConsoleKey|static=true|const=true",
|
|
657
657
|
"isStatic": true,
|
|
658
658
|
"isReadOnly": false,
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
{
|
|
662
662
|
"stableId": "System.Console:System.ConsoleKey::D4System.ConsoleKey",
|
|
663
663
|
"clrName": "D4",
|
|
664
|
-
"tsEmitName": "
|
|
664
|
+
"tsEmitName": "D4",
|
|
665
665
|
"normalizedSignature": "D4|System.ConsoleKey|static=true|const=true",
|
|
666
666
|
"isStatic": true,
|
|
667
667
|
"isReadOnly": false,
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
{
|
|
671
671
|
"stableId": "System.Console:System.ConsoleKey::D5System.ConsoleKey",
|
|
672
672
|
"clrName": "D5",
|
|
673
|
-
"tsEmitName": "
|
|
673
|
+
"tsEmitName": "D5",
|
|
674
674
|
"normalizedSignature": "D5|System.ConsoleKey|static=true|const=true",
|
|
675
675
|
"isStatic": true,
|
|
676
676
|
"isReadOnly": false,
|
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
{
|
|
680
680
|
"stableId": "System.Console:System.ConsoleKey::D6System.ConsoleKey",
|
|
681
681
|
"clrName": "D6",
|
|
682
|
-
"tsEmitName": "
|
|
682
|
+
"tsEmitName": "D6",
|
|
683
683
|
"normalizedSignature": "D6|System.ConsoleKey|static=true|const=true",
|
|
684
684
|
"isStatic": true,
|
|
685
685
|
"isReadOnly": false,
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
{
|
|
689
689
|
"stableId": "System.Console:System.ConsoleKey::D7System.ConsoleKey",
|
|
690
690
|
"clrName": "D7",
|
|
691
|
-
"tsEmitName": "
|
|
691
|
+
"tsEmitName": "D7",
|
|
692
692
|
"normalizedSignature": "D7|System.ConsoleKey|static=true|const=true",
|
|
693
693
|
"isStatic": true,
|
|
694
694
|
"isReadOnly": false,
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
{
|
|
698
698
|
"stableId": "System.Console:System.ConsoleKey::D8System.ConsoleKey",
|
|
699
699
|
"clrName": "D8",
|
|
700
|
-
"tsEmitName": "
|
|
700
|
+
"tsEmitName": "D8",
|
|
701
701
|
"normalizedSignature": "D8|System.ConsoleKey|static=true|const=true",
|
|
702
702
|
"isStatic": true,
|
|
703
703
|
"isReadOnly": false,
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
{
|
|
707
707
|
"stableId": "System.Console:System.ConsoleKey::D9System.ConsoleKey",
|
|
708
708
|
"clrName": "D9",
|
|
709
|
-
"tsEmitName": "
|
|
709
|
+
"tsEmitName": "D9",
|
|
710
710
|
"normalizedSignature": "D9|System.ConsoleKey|static=true|const=true",
|
|
711
711
|
"isStatic": true,
|
|
712
712
|
"isReadOnly": false,
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
{
|
|
716
716
|
"stableId": "System.Console:System.ConsoleKey::ASystem.ConsoleKey",
|
|
717
717
|
"clrName": "A",
|
|
718
|
-
"tsEmitName": "
|
|
718
|
+
"tsEmitName": "A",
|
|
719
719
|
"normalizedSignature": "A|System.ConsoleKey|static=true|const=true",
|
|
720
720
|
"isStatic": true,
|
|
721
721
|
"isReadOnly": false,
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
{
|
|
725
725
|
"stableId": "System.Console:System.ConsoleKey::BSystem.ConsoleKey",
|
|
726
726
|
"clrName": "B",
|
|
727
|
-
"tsEmitName": "
|
|
727
|
+
"tsEmitName": "B",
|
|
728
728
|
"normalizedSignature": "B|System.ConsoleKey|static=true|const=true",
|
|
729
729
|
"isStatic": true,
|
|
730
730
|
"isReadOnly": false,
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
{
|
|
734
734
|
"stableId": "System.Console:System.ConsoleKey::CSystem.ConsoleKey",
|
|
735
735
|
"clrName": "C",
|
|
736
|
-
"tsEmitName": "
|
|
736
|
+
"tsEmitName": "C",
|
|
737
737
|
"normalizedSignature": "C|System.ConsoleKey|static=true|const=true",
|
|
738
738
|
"isStatic": true,
|
|
739
739
|
"isReadOnly": false,
|
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
{
|
|
743
743
|
"stableId": "System.Console:System.ConsoleKey::DSystem.ConsoleKey",
|
|
744
744
|
"clrName": "D",
|
|
745
|
-
"tsEmitName": "
|
|
745
|
+
"tsEmitName": "D",
|
|
746
746
|
"normalizedSignature": "D|System.ConsoleKey|static=true|const=true",
|
|
747
747
|
"isStatic": true,
|
|
748
748
|
"isReadOnly": false,
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
{
|
|
752
752
|
"stableId": "System.Console:System.ConsoleKey::ESystem.ConsoleKey",
|
|
753
753
|
"clrName": "E",
|
|
754
|
-
"tsEmitName": "
|
|
754
|
+
"tsEmitName": "E",
|
|
755
755
|
"normalizedSignature": "E|System.ConsoleKey|static=true|const=true",
|
|
756
756
|
"isStatic": true,
|
|
757
757
|
"isReadOnly": false,
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
{
|
|
761
761
|
"stableId": "System.Console:System.ConsoleKey::FSystem.ConsoleKey",
|
|
762
762
|
"clrName": "F",
|
|
763
|
-
"tsEmitName": "
|
|
763
|
+
"tsEmitName": "F",
|
|
764
764
|
"normalizedSignature": "F|System.ConsoleKey|static=true|const=true",
|
|
765
765
|
"isStatic": true,
|
|
766
766
|
"isReadOnly": false,
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
{
|
|
770
770
|
"stableId": "System.Console:System.ConsoleKey::GSystem.ConsoleKey",
|
|
771
771
|
"clrName": "G",
|
|
772
|
-
"tsEmitName": "
|
|
772
|
+
"tsEmitName": "G",
|
|
773
773
|
"normalizedSignature": "G|System.ConsoleKey|static=true|const=true",
|
|
774
774
|
"isStatic": true,
|
|
775
775
|
"isReadOnly": false,
|
|
@@ -778,7 +778,7 @@
|
|
|
778
778
|
{
|
|
779
779
|
"stableId": "System.Console:System.ConsoleKey::HSystem.ConsoleKey",
|
|
780
780
|
"clrName": "H",
|
|
781
|
-
"tsEmitName": "
|
|
781
|
+
"tsEmitName": "H",
|
|
782
782
|
"normalizedSignature": "H|System.ConsoleKey|static=true|const=true",
|
|
783
783
|
"isStatic": true,
|
|
784
784
|
"isReadOnly": false,
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
{
|
|
788
788
|
"stableId": "System.Console:System.ConsoleKey::ISystem.ConsoleKey",
|
|
789
789
|
"clrName": "I",
|
|
790
|
-
"tsEmitName": "
|
|
790
|
+
"tsEmitName": "I",
|
|
791
791
|
"normalizedSignature": "I|System.ConsoleKey|static=true|const=true",
|
|
792
792
|
"isStatic": true,
|
|
793
793
|
"isReadOnly": false,
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
{
|
|
797
797
|
"stableId": "System.Console:System.ConsoleKey::JSystem.ConsoleKey",
|
|
798
798
|
"clrName": "J",
|
|
799
|
-
"tsEmitName": "
|
|
799
|
+
"tsEmitName": "J",
|
|
800
800
|
"normalizedSignature": "J|System.ConsoleKey|static=true|const=true",
|
|
801
801
|
"isStatic": true,
|
|
802
802
|
"isReadOnly": false,
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
{
|
|
806
806
|
"stableId": "System.Console:System.ConsoleKey::KSystem.ConsoleKey",
|
|
807
807
|
"clrName": "K",
|
|
808
|
-
"tsEmitName": "
|
|
808
|
+
"tsEmitName": "K",
|
|
809
809
|
"normalizedSignature": "K|System.ConsoleKey|static=true|const=true",
|
|
810
810
|
"isStatic": true,
|
|
811
811
|
"isReadOnly": false,
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
{
|
|
815
815
|
"stableId": "System.Console:System.ConsoleKey::LSystem.ConsoleKey",
|
|
816
816
|
"clrName": "L",
|
|
817
|
-
"tsEmitName": "
|
|
817
|
+
"tsEmitName": "L",
|
|
818
818
|
"normalizedSignature": "L|System.ConsoleKey|static=true|const=true",
|
|
819
819
|
"isStatic": true,
|
|
820
820
|
"isReadOnly": false,
|
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
{
|
|
824
824
|
"stableId": "System.Console:System.ConsoleKey::MSystem.ConsoleKey",
|
|
825
825
|
"clrName": "M",
|
|
826
|
-
"tsEmitName": "
|
|
826
|
+
"tsEmitName": "M",
|
|
827
827
|
"normalizedSignature": "M|System.ConsoleKey|static=true|const=true",
|
|
828
828
|
"isStatic": true,
|
|
829
829
|
"isReadOnly": false,
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
{
|
|
833
833
|
"stableId": "System.Console:System.ConsoleKey::NSystem.ConsoleKey",
|
|
834
834
|
"clrName": "N",
|
|
835
|
-
"tsEmitName": "
|
|
835
|
+
"tsEmitName": "N",
|
|
836
836
|
"normalizedSignature": "N|System.ConsoleKey|static=true|const=true",
|
|
837
837
|
"isStatic": true,
|
|
838
838
|
"isReadOnly": false,
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
{
|
|
842
842
|
"stableId": "System.Console:System.ConsoleKey::OSystem.ConsoleKey",
|
|
843
843
|
"clrName": "O",
|
|
844
|
-
"tsEmitName": "
|
|
844
|
+
"tsEmitName": "O",
|
|
845
845
|
"normalizedSignature": "O|System.ConsoleKey|static=true|const=true",
|
|
846
846
|
"isStatic": true,
|
|
847
847
|
"isReadOnly": false,
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
{
|
|
851
851
|
"stableId": "System.Console:System.ConsoleKey::PSystem.ConsoleKey",
|
|
852
852
|
"clrName": "P",
|
|
853
|
-
"tsEmitName": "
|
|
853
|
+
"tsEmitName": "P",
|
|
854
854
|
"normalizedSignature": "P|System.ConsoleKey|static=true|const=true",
|
|
855
855
|
"isStatic": true,
|
|
856
856
|
"isReadOnly": false,
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
{
|
|
860
860
|
"stableId": "System.Console:System.ConsoleKey::QSystem.ConsoleKey",
|
|
861
861
|
"clrName": "Q",
|
|
862
|
-
"tsEmitName": "
|
|
862
|
+
"tsEmitName": "Q",
|
|
863
863
|
"normalizedSignature": "Q|System.ConsoleKey|static=true|const=true",
|
|
864
864
|
"isStatic": true,
|
|
865
865
|
"isReadOnly": false,
|
|
@@ -868,7 +868,7 @@
|
|
|
868
868
|
{
|
|
869
869
|
"stableId": "System.Console:System.ConsoleKey::RSystem.ConsoleKey",
|
|
870
870
|
"clrName": "R",
|
|
871
|
-
"tsEmitName": "
|
|
871
|
+
"tsEmitName": "R",
|
|
872
872
|
"normalizedSignature": "R|System.ConsoleKey|static=true|const=true",
|
|
873
873
|
"isStatic": true,
|
|
874
874
|
"isReadOnly": false,
|
|
@@ -877,7 +877,7 @@
|
|
|
877
877
|
{
|
|
878
878
|
"stableId": "System.Console:System.ConsoleKey::SSystem.ConsoleKey",
|
|
879
879
|
"clrName": "S",
|
|
880
|
-
"tsEmitName": "
|
|
880
|
+
"tsEmitName": "S",
|
|
881
881
|
"normalizedSignature": "S|System.ConsoleKey|static=true|const=true",
|
|
882
882
|
"isStatic": true,
|
|
883
883
|
"isReadOnly": false,
|
|
@@ -886,7 +886,7 @@
|
|
|
886
886
|
{
|
|
887
887
|
"stableId": "System.Console:System.ConsoleKey::TSystem.ConsoleKey",
|
|
888
888
|
"clrName": "T",
|
|
889
|
-
"tsEmitName": "
|
|
889
|
+
"tsEmitName": "T",
|
|
890
890
|
"normalizedSignature": "T|System.ConsoleKey|static=true|const=true",
|
|
891
891
|
"isStatic": true,
|
|
892
892
|
"isReadOnly": false,
|
|
@@ -895,7 +895,7 @@
|
|
|
895
895
|
{
|
|
896
896
|
"stableId": "System.Console:System.ConsoleKey::USystem.ConsoleKey",
|
|
897
897
|
"clrName": "U",
|
|
898
|
-
"tsEmitName": "
|
|
898
|
+
"tsEmitName": "U",
|
|
899
899
|
"normalizedSignature": "U|System.ConsoleKey|static=true|const=true",
|
|
900
900
|
"isStatic": true,
|
|
901
901
|
"isReadOnly": false,
|
|
@@ -904,7 +904,7 @@
|
|
|
904
904
|
{
|
|
905
905
|
"stableId": "System.Console:System.ConsoleKey::VSystem.ConsoleKey",
|
|
906
906
|
"clrName": "V",
|
|
907
|
-
"tsEmitName": "
|
|
907
|
+
"tsEmitName": "V",
|
|
908
908
|
"normalizedSignature": "V|System.ConsoleKey|static=true|const=true",
|
|
909
909
|
"isStatic": true,
|
|
910
910
|
"isReadOnly": false,
|
|
@@ -913,7 +913,7 @@
|
|
|
913
913
|
{
|
|
914
914
|
"stableId": "System.Console:System.ConsoleKey::WSystem.ConsoleKey",
|
|
915
915
|
"clrName": "W",
|
|
916
|
-
"tsEmitName": "
|
|
916
|
+
"tsEmitName": "W",
|
|
917
917
|
"normalizedSignature": "W|System.ConsoleKey|static=true|const=true",
|
|
918
918
|
"isStatic": true,
|
|
919
919
|
"isReadOnly": false,
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
{
|
|
923
923
|
"stableId": "System.Console:System.ConsoleKey::XSystem.ConsoleKey",
|
|
924
924
|
"clrName": "X",
|
|
925
|
-
"tsEmitName": "
|
|
925
|
+
"tsEmitName": "X",
|
|
926
926
|
"normalizedSignature": "X|System.ConsoleKey|static=true|const=true",
|
|
927
927
|
"isStatic": true,
|
|
928
928
|
"isReadOnly": false,
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
{
|
|
932
932
|
"stableId": "System.Console:System.ConsoleKey::YSystem.ConsoleKey",
|
|
933
933
|
"clrName": "Y",
|
|
934
|
-
"tsEmitName": "
|
|
934
|
+
"tsEmitName": "Y",
|
|
935
935
|
"normalizedSignature": "Y|System.ConsoleKey|static=true|const=true",
|
|
936
936
|
"isStatic": true,
|
|
937
937
|
"isReadOnly": false,
|
|
@@ -940,7 +940,7 @@
|
|
|
940
940
|
{
|
|
941
941
|
"stableId": "System.Console:System.ConsoleKey::ZSystem.ConsoleKey",
|
|
942
942
|
"clrName": "Z",
|
|
943
|
-
"tsEmitName": "
|
|
943
|
+
"tsEmitName": "Z",
|
|
944
944
|
"normalizedSignature": "Z|System.ConsoleKey|static=true|const=true",
|
|
945
945
|
"isStatic": true,
|
|
946
946
|
"isReadOnly": false,
|
|
@@ -1129,7 +1129,7 @@
|
|
|
1129
1129
|
{
|
|
1130
1130
|
"stableId": "System.Console:System.ConsoleKey::F1System.ConsoleKey",
|
|
1131
1131
|
"clrName": "F1",
|
|
1132
|
-
"tsEmitName": "
|
|
1132
|
+
"tsEmitName": "F1",
|
|
1133
1133
|
"normalizedSignature": "F1|System.ConsoleKey|static=true|const=true",
|
|
1134
1134
|
"isStatic": true,
|
|
1135
1135
|
"isReadOnly": false,
|
|
@@ -1138,7 +1138,7 @@
|
|
|
1138
1138
|
{
|
|
1139
1139
|
"stableId": "System.Console:System.ConsoleKey::F2System.ConsoleKey",
|
|
1140
1140
|
"clrName": "F2",
|
|
1141
|
-
"tsEmitName": "
|
|
1141
|
+
"tsEmitName": "F2",
|
|
1142
1142
|
"normalizedSignature": "F2|System.ConsoleKey|static=true|const=true",
|
|
1143
1143
|
"isStatic": true,
|
|
1144
1144
|
"isReadOnly": false,
|
|
@@ -1147,7 +1147,7 @@
|
|
|
1147
1147
|
{
|
|
1148
1148
|
"stableId": "System.Console:System.ConsoleKey::F3System.ConsoleKey",
|
|
1149
1149
|
"clrName": "F3",
|
|
1150
|
-
"tsEmitName": "
|
|
1150
|
+
"tsEmitName": "F3",
|
|
1151
1151
|
"normalizedSignature": "F3|System.ConsoleKey|static=true|const=true",
|
|
1152
1152
|
"isStatic": true,
|
|
1153
1153
|
"isReadOnly": false,
|
|
@@ -1156,7 +1156,7 @@
|
|
|
1156
1156
|
{
|
|
1157
1157
|
"stableId": "System.Console:System.ConsoleKey::F4System.ConsoleKey",
|
|
1158
1158
|
"clrName": "F4",
|
|
1159
|
-
"tsEmitName": "
|
|
1159
|
+
"tsEmitName": "F4",
|
|
1160
1160
|
"normalizedSignature": "F4|System.ConsoleKey|static=true|const=true",
|
|
1161
1161
|
"isStatic": true,
|
|
1162
1162
|
"isReadOnly": false,
|
|
@@ -1165,7 +1165,7 @@
|
|
|
1165
1165
|
{
|
|
1166
1166
|
"stableId": "System.Console:System.ConsoleKey::F5System.ConsoleKey",
|
|
1167
1167
|
"clrName": "F5",
|
|
1168
|
-
"tsEmitName": "
|
|
1168
|
+
"tsEmitName": "F5",
|
|
1169
1169
|
"normalizedSignature": "F5|System.ConsoleKey|static=true|const=true",
|
|
1170
1170
|
"isStatic": true,
|
|
1171
1171
|
"isReadOnly": false,
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
{
|
|
1175
1175
|
"stableId": "System.Console:System.ConsoleKey::F6System.ConsoleKey",
|
|
1176
1176
|
"clrName": "F6",
|
|
1177
|
-
"tsEmitName": "
|
|
1177
|
+
"tsEmitName": "F6",
|
|
1178
1178
|
"normalizedSignature": "F6|System.ConsoleKey|static=true|const=true",
|
|
1179
1179
|
"isStatic": true,
|
|
1180
1180
|
"isReadOnly": false,
|
|
@@ -1183,7 +1183,7 @@
|
|
|
1183
1183
|
{
|
|
1184
1184
|
"stableId": "System.Console:System.ConsoleKey::F7System.ConsoleKey",
|
|
1185
1185
|
"clrName": "F7",
|
|
1186
|
-
"tsEmitName": "
|
|
1186
|
+
"tsEmitName": "F7",
|
|
1187
1187
|
"normalizedSignature": "F7|System.ConsoleKey|static=true|const=true",
|
|
1188
1188
|
"isStatic": true,
|
|
1189
1189
|
"isReadOnly": false,
|
|
@@ -1192,7 +1192,7 @@
|
|
|
1192
1192
|
{
|
|
1193
1193
|
"stableId": "System.Console:System.ConsoleKey::F8System.ConsoleKey",
|
|
1194
1194
|
"clrName": "F8",
|
|
1195
|
-
"tsEmitName": "
|
|
1195
|
+
"tsEmitName": "F8",
|
|
1196
1196
|
"normalizedSignature": "F8|System.ConsoleKey|static=true|const=true",
|
|
1197
1197
|
"isStatic": true,
|
|
1198
1198
|
"isReadOnly": false,
|
|
@@ -1201,7 +1201,7 @@
|
|
|
1201
1201
|
{
|
|
1202
1202
|
"stableId": "System.Console:System.ConsoleKey::F9System.ConsoleKey",
|
|
1203
1203
|
"clrName": "F9",
|
|
1204
|
-
"tsEmitName": "
|
|
1204
|
+
"tsEmitName": "F9",
|
|
1205
1205
|
"normalizedSignature": "F9|System.ConsoleKey|static=true|const=true",
|
|
1206
1206
|
"isStatic": true,
|
|
1207
1207
|
"isReadOnly": false,
|
|
@@ -1210,7 +1210,7 @@
|
|
|
1210
1210
|
{
|
|
1211
1211
|
"stableId": "System.Console:System.ConsoleKey::F10System.ConsoleKey",
|
|
1212
1212
|
"clrName": "F10",
|
|
1213
|
-
"tsEmitName": "
|
|
1213
|
+
"tsEmitName": "F10",
|
|
1214
1214
|
"normalizedSignature": "F10|System.ConsoleKey|static=true|const=true",
|
|
1215
1215
|
"isStatic": true,
|
|
1216
1216
|
"isReadOnly": false,
|
|
@@ -1219,7 +1219,7 @@
|
|
|
1219
1219
|
{
|
|
1220
1220
|
"stableId": "System.Console:System.ConsoleKey::F11System.ConsoleKey",
|
|
1221
1221
|
"clrName": "F11",
|
|
1222
|
-
"tsEmitName": "
|
|
1222
|
+
"tsEmitName": "F11",
|
|
1223
1223
|
"normalizedSignature": "F11|System.ConsoleKey|static=true|const=true",
|
|
1224
1224
|
"isStatic": true,
|
|
1225
1225
|
"isReadOnly": false,
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
{
|
|
1229
1229
|
"stableId": "System.Console:System.ConsoleKey::F12System.ConsoleKey",
|
|
1230
1230
|
"clrName": "F12",
|
|
1231
|
-
"tsEmitName": "
|
|
1231
|
+
"tsEmitName": "F12",
|
|
1232
1232
|
"normalizedSignature": "F12|System.ConsoleKey|static=true|const=true",
|
|
1233
1233
|
"isStatic": true,
|
|
1234
1234
|
"isReadOnly": false,
|
|
@@ -1237,7 +1237,7 @@
|
|
|
1237
1237
|
{
|
|
1238
1238
|
"stableId": "System.Console:System.ConsoleKey::F13System.ConsoleKey",
|
|
1239
1239
|
"clrName": "F13",
|
|
1240
|
-
"tsEmitName": "
|
|
1240
|
+
"tsEmitName": "F13",
|
|
1241
1241
|
"normalizedSignature": "F13|System.ConsoleKey|static=true|const=true",
|
|
1242
1242
|
"isStatic": true,
|
|
1243
1243
|
"isReadOnly": false,
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
{
|
|
1247
1247
|
"stableId": "System.Console:System.ConsoleKey::F14System.ConsoleKey",
|
|
1248
1248
|
"clrName": "F14",
|
|
1249
|
-
"tsEmitName": "
|
|
1249
|
+
"tsEmitName": "F14",
|
|
1250
1250
|
"normalizedSignature": "F14|System.ConsoleKey|static=true|const=true",
|
|
1251
1251
|
"isStatic": true,
|
|
1252
1252
|
"isReadOnly": false,
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
{
|
|
1256
1256
|
"stableId": "System.Console:System.ConsoleKey::F15System.ConsoleKey",
|
|
1257
1257
|
"clrName": "F15",
|
|
1258
|
-
"tsEmitName": "
|
|
1258
|
+
"tsEmitName": "F15",
|
|
1259
1259
|
"normalizedSignature": "F15|System.ConsoleKey|static=true|const=true",
|
|
1260
1260
|
"isStatic": true,
|
|
1261
1261
|
"isReadOnly": false,
|
|
@@ -1264,7 +1264,7 @@
|
|
|
1264
1264
|
{
|
|
1265
1265
|
"stableId": "System.Console:System.ConsoleKey::F16System.ConsoleKey",
|
|
1266
1266
|
"clrName": "F16",
|
|
1267
|
-
"tsEmitName": "
|
|
1267
|
+
"tsEmitName": "F16",
|
|
1268
1268
|
"normalizedSignature": "F16|System.ConsoleKey|static=true|const=true",
|
|
1269
1269
|
"isStatic": true,
|
|
1270
1270
|
"isReadOnly": false,
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
{
|
|
1274
1274
|
"stableId": "System.Console:System.ConsoleKey::F17System.ConsoleKey",
|
|
1275
1275
|
"clrName": "F17",
|
|
1276
|
-
"tsEmitName": "
|
|
1276
|
+
"tsEmitName": "F17",
|
|
1277
1277
|
"normalizedSignature": "F17|System.ConsoleKey|static=true|const=true",
|
|
1278
1278
|
"isStatic": true,
|
|
1279
1279
|
"isReadOnly": false,
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
{
|
|
1283
1283
|
"stableId": "System.Console:System.ConsoleKey::F18System.ConsoleKey",
|
|
1284
1284
|
"clrName": "F18",
|
|
1285
|
-
"tsEmitName": "
|
|
1285
|
+
"tsEmitName": "F18",
|
|
1286
1286
|
"normalizedSignature": "F18|System.ConsoleKey|static=true|const=true",
|
|
1287
1287
|
"isStatic": true,
|
|
1288
1288
|
"isReadOnly": false,
|
|
@@ -1291,7 +1291,7 @@
|
|
|
1291
1291
|
{
|
|
1292
1292
|
"stableId": "System.Console:System.ConsoleKey::F19System.ConsoleKey",
|
|
1293
1293
|
"clrName": "F19",
|
|
1294
|
-
"tsEmitName": "
|
|
1294
|
+
"tsEmitName": "F19",
|
|
1295
1295
|
"normalizedSignature": "F19|System.ConsoleKey|static=true|const=true",
|
|
1296
1296
|
"isStatic": true,
|
|
1297
1297
|
"isReadOnly": false,
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
{
|
|
1301
1301
|
"stableId": "System.Console:System.ConsoleKey::F20System.ConsoleKey",
|
|
1302
1302
|
"clrName": "F20",
|
|
1303
|
-
"tsEmitName": "
|
|
1303
|
+
"tsEmitName": "F20",
|
|
1304
1304
|
"normalizedSignature": "F20|System.ConsoleKey|static=true|const=true",
|
|
1305
1305
|
"isStatic": true,
|
|
1306
1306
|
"isReadOnly": false,
|
|
@@ -1309,7 +1309,7 @@
|
|
|
1309
1309
|
{
|
|
1310
1310
|
"stableId": "System.Console:System.ConsoleKey::F21System.ConsoleKey",
|
|
1311
1311
|
"clrName": "F21",
|
|
1312
|
-
"tsEmitName": "
|
|
1312
|
+
"tsEmitName": "F21",
|
|
1313
1313
|
"normalizedSignature": "F21|System.ConsoleKey|static=true|const=true",
|
|
1314
1314
|
"isStatic": true,
|
|
1315
1315
|
"isReadOnly": false,
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
{
|
|
1319
1319
|
"stableId": "System.Console:System.ConsoleKey::F22System.ConsoleKey",
|
|
1320
1320
|
"clrName": "F22",
|
|
1321
|
-
"tsEmitName": "
|
|
1321
|
+
"tsEmitName": "F22",
|
|
1322
1322
|
"normalizedSignature": "F22|System.ConsoleKey|static=true|const=true",
|
|
1323
1323
|
"isStatic": true,
|
|
1324
1324
|
"isReadOnly": false,
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
{
|
|
1328
1328
|
"stableId": "System.Console:System.ConsoleKey::F23System.ConsoleKey",
|
|
1329
1329
|
"clrName": "F23",
|
|
1330
|
-
"tsEmitName": "
|
|
1330
|
+
"tsEmitName": "F23",
|
|
1331
1331
|
"normalizedSignature": "F23|System.ConsoleKey|static=true|const=true",
|
|
1332
1332
|
"isStatic": true,
|
|
1333
1333
|
"isReadOnly": false,
|
|
@@ -1336,7 +1336,7 @@
|
|
|
1336
1336
|
{
|
|
1337
1337
|
"stableId": "System.Console:System.ConsoleKey::F24System.ConsoleKey",
|
|
1338
1338
|
"clrName": "F24",
|
|
1339
|
-
"tsEmitName": "
|
|
1339
|
+
"tsEmitName": "F24",
|
|
1340
1340
|
"normalizedSignature": "F24|System.ConsoleKey|static=true|const=true",
|
|
1341
1341
|
"isStatic": true,
|
|
1342
1342
|
"isReadOnly": false,
|
|
@@ -5535,13 +5535,6 @@
|
|
|
5535
5535
|
"isStatic": false,
|
|
5536
5536
|
"parameterCount": 3
|
|
5537
5537
|
}
|
|
5538
|
-
],
|
|
5539
|
-
"unsatisfiableInterfaces": [
|
|
5540
|
-
{
|
|
5541
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
5542
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
5543
|
-
"issueCount": 2
|
|
5544
|
-
}
|
|
5545
5538
|
]
|
|
5546
5539
|
},
|
|
5547
5540
|
{
|
|
@@ -8178,24 +8171,7 @@
|
|
|
8178
8171
|
}
|
|
8179
8172
|
],
|
|
8180
8173
|
"events": [],
|
|
8181
|
-
"constructors": []
|
|
8182
|
-
"unsatisfiableInterfaces": [
|
|
8183
|
-
{
|
|
8184
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
8185
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
8186
|
-
"issueCount": 21
|
|
8187
|
-
},
|
|
8188
|
-
{
|
|
8189
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
8190
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
8191
|
-
"issueCount": 1
|
|
8192
|
-
},
|
|
8193
|
-
{
|
|
8194
|
-
"interfaceClrName": "System.Numerics.IUnsignedNumber\u00601",
|
|
8195
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
8196
|
-
"issueCount": 19
|
|
8197
|
-
}
|
|
8198
|
-
]
|
|
8174
|
+
"constructors": []
|
|
8199
8175
|
},
|
|
8200
8176
|
{
|
|
8201
8177
|
"stableId": "System.Private.CoreLib:System.Char",
|
|
@@ -10319,24 +10295,7 @@
|
|
|
10319
10295
|
}
|
|
10320
10296
|
],
|
|
10321
10297
|
"events": [],
|
|
10322
|
-
"constructors": []
|
|
10323
|
-
"unsatisfiableInterfaces": [
|
|
10324
|
-
{
|
|
10325
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
10326
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
10327
|
-
"issueCount": 22
|
|
10328
|
-
},
|
|
10329
|
-
{
|
|
10330
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
10331
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
10332
|
-
"issueCount": 1
|
|
10333
|
-
},
|
|
10334
|
-
{
|
|
10335
|
-
"interfaceClrName": "System.Numerics.IUnsignedNumber\u00601",
|
|
10336
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
10337
|
-
"issueCount": 20
|
|
10338
|
-
}
|
|
10339
|
-
]
|
|
10298
|
+
"constructors": []
|
|
10340
10299
|
},
|
|
10341
10300
|
{
|
|
10342
10301
|
"stableId": "System.Console:System.ConsoleKeyInfo",
|
|
@@ -17227,7 +17186,7 @@
|
|
|
17227
17186
|
{
|
|
17228
17187
|
"stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::E:TSelf",
|
|
17229
17188
|
"clrName": "E",
|
|
17230
|
-
"tsEmitName": "
|
|
17189
|
+
"tsEmitName": "E",
|
|
17231
17190
|
"normalizedSignature": "E|:TSelf|static=false|accessor=get",
|
|
17232
17191
|
"provenance": "ExplicitView",
|
|
17233
17192
|
"emitScope": "ViewOnly",
|
|
@@ -17495,23 +17454,6 @@
|
|
|
17495
17454
|
"isStatic": false,
|
|
17496
17455
|
"parameterCount": 5
|
|
17497
17456
|
}
|
|
17498
|
-
],
|
|
17499
|
-
"unsatisfiableInterfaces": [
|
|
17500
|
-
{
|
|
17501
|
-
"interfaceClrName": "System.Numerics.IFloatingPointConstants\u00601",
|
|
17502
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
17503
|
-
"issueCount": 22
|
|
17504
|
-
},
|
|
17505
|
-
{
|
|
17506
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
17507
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
17508
|
-
"issueCount": 1
|
|
17509
|
-
},
|
|
17510
|
-
{
|
|
17511
|
-
"interfaceClrName": "System.Numerics.ISignedNumber\u00601",
|
|
17512
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
17513
|
-
"issueCount": 20
|
|
17514
|
-
}
|
|
17515
17457
|
]
|
|
17516
17458
|
},
|
|
17517
17459
|
{
|
|
@@ -21040,7 +20982,7 @@
|
|
|
21040
20982
|
{
|
|
21041
20983
|
"stableId": "System.Private.CoreLib:System.Double::ESystem.Double",
|
|
21042
20984
|
"clrName": "E",
|
|
21043
|
-
"tsEmitName": "
|
|
20985
|
+
"tsEmitName": "E",
|
|
21044
20986
|
"normalizedSignature": "E|System.Double|static=true|const=true",
|
|
21045
20987
|
"isStatic": true,
|
|
21046
20988
|
"isReadOnly": false,
|
|
@@ -21066,59 +21008,7 @@
|
|
|
21066
21008
|
}
|
|
21067
21009
|
],
|
|
21068
21010
|
"events": [],
|
|
21069
|
-
"constructors": []
|
|
21070
|
-
"unsatisfiableInterfaces": [
|
|
21071
|
-
{
|
|
21072
|
-
"interfaceClrName": "System.Numerics.IBinaryFloatingPointIeee754\u00601",
|
|
21073
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
21074
|
-
"issueCount": 40
|
|
21075
|
-
},
|
|
21076
|
-
{
|
|
21077
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
21078
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
21079
|
-
"issueCount": 21
|
|
21080
|
-
},
|
|
21081
|
-
{
|
|
21082
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
21083
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
21084
|
-
"issueCount": 1
|
|
21085
|
-
},
|
|
21086
|
-
{
|
|
21087
|
-
"interfaceClrName": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
21088
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
21089
|
-
"issueCount": 39
|
|
21090
|
-
},
|
|
21091
|
-
{
|
|
21092
|
-
"interfaceClrName": "System.Numerics.IExponentialFunctions\u00601",
|
|
21093
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
21094
|
-
"issueCount": 22
|
|
21095
|
-
},
|
|
21096
|
-
{
|
|
21097
|
-
"interfaceClrName": "System.Numerics.IFloatingPointConstants\u00601",
|
|
21098
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
21099
|
-
"issueCount": 22
|
|
21100
|
-
},
|
|
21101
|
-
{
|
|
21102
|
-
"interfaceClrName": "System.Numerics.ISignedNumber\u00601",
|
|
21103
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
21104
|
-
"issueCount": 20
|
|
21105
|
-
},
|
|
21106
|
-
{
|
|
21107
|
-
"interfaceClrName": "System.Numerics.IHyperbolicFunctions\u00601",
|
|
21108
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
21109
|
-
"issueCount": 22
|
|
21110
|
-
},
|
|
21111
|
-
{
|
|
21112
|
-
"interfaceClrName": "System.Numerics.ILogarithmicFunctions\u00601",
|
|
21113
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
21114
|
-
"issueCount": 22
|
|
21115
|
-
},
|
|
21116
|
-
{
|
|
21117
|
-
"interfaceClrName": "System.Numerics.IPowerFunctions\u00601",
|
|
21118
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
21119
|
-
"issueCount": 19
|
|
21120
|
-
}
|
|
21121
|
-
]
|
|
21011
|
+
"constructors": []
|
|
21122
21012
|
},
|
|
21123
21013
|
{
|
|
21124
21014
|
"stableId": "System.Private.CoreLib:System.Environment\u002BProcessCpuUsage",
|
|
@@ -25266,7 +25156,7 @@
|
|
|
25266
25156
|
{
|
|
25267
25157
|
"stableId": "System.Private.CoreLib:System.Half::E:System.Half",
|
|
25268
25158
|
"clrName": "E",
|
|
25269
|
-
"tsEmitName": "
|
|
25159
|
+
"tsEmitName": "E",
|
|
25270
25160
|
"normalizedSignature": "E|:System.Half|static=true|accessor=get",
|
|
25271
25161
|
"provenance": "Original",
|
|
25272
25162
|
"emitScope": "ClassSurface",
|
|
@@ -25658,54 +25548,7 @@
|
|
|
25658
25548
|
],
|
|
25659
25549
|
"fields": [],
|
|
25660
25550
|
"events": [],
|
|
25661
|
-
"constructors": []
|
|
25662
|
-
"unsatisfiableInterfaces": [
|
|
25663
|
-
{
|
|
25664
|
-
"interfaceClrName": "System.Numerics.IBinaryFloatingPointIeee754\u00601",
|
|
25665
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
25666
|
-
"issueCount": 28
|
|
25667
|
-
},
|
|
25668
|
-
{
|
|
25669
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
25670
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
25671
|
-
"issueCount": 18
|
|
25672
|
-
},
|
|
25673
|
-
{
|
|
25674
|
-
"interfaceClrName": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
25675
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
25676
|
-
"issueCount": 27
|
|
25677
|
-
},
|
|
25678
|
-
{
|
|
25679
|
-
"interfaceClrName": "System.Numerics.IExponentialFunctions\u00601",
|
|
25680
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
25681
|
-
"issueCount": 16
|
|
25682
|
-
},
|
|
25683
|
-
{
|
|
25684
|
-
"interfaceClrName": "System.Numerics.IFloatingPointConstants\u00601",
|
|
25685
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
25686
|
-
"issueCount": 16
|
|
25687
|
-
},
|
|
25688
|
-
{
|
|
25689
|
-
"interfaceClrName": "System.Numerics.ISignedNumber\u00601",
|
|
25690
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
25691
|
-
"issueCount": 16
|
|
25692
|
-
},
|
|
25693
|
-
{
|
|
25694
|
-
"interfaceClrName": "System.Numerics.IHyperbolicFunctions\u00601",
|
|
25695
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
25696
|
-
"issueCount": 16
|
|
25697
|
-
},
|
|
25698
|
-
{
|
|
25699
|
-
"interfaceClrName": "System.Numerics.ILogarithmicFunctions\u00601",
|
|
25700
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
25701
|
-
"issueCount": 16
|
|
25702
|
-
},
|
|
25703
|
-
{
|
|
25704
|
-
"interfaceClrName": "System.Numerics.IPowerFunctions\u00601",
|
|
25705
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
25706
|
-
"issueCount": 16
|
|
25707
|
-
}
|
|
25708
|
-
]
|
|
25551
|
+
"constructors": []
|
|
25709
25552
|
},
|
|
25710
25553
|
{
|
|
25711
25554
|
"stableId": "System.Private.CoreLib:System.HashCode",
|
|
@@ -27880,28 +27723,6 @@
|
|
|
27880
27723
|
"isStatic": false,
|
|
27881
27724
|
"parameterCount": 2
|
|
27882
27725
|
}
|
|
27883
|
-
],
|
|
27884
|
-
"unsatisfiableInterfaces": [
|
|
27885
|
-
{
|
|
27886
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
27887
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
27888
|
-
"issueCount": 19
|
|
27889
|
-
},
|
|
27890
|
-
{
|
|
27891
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
27892
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
27893
|
-
"issueCount": 1
|
|
27894
|
-
},
|
|
27895
|
-
{
|
|
27896
|
-
"interfaceClrName": "System.ISpanFormattable",
|
|
27897
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
27898
|
-
"issueCount": 1
|
|
27899
|
-
},
|
|
27900
|
-
{
|
|
27901
|
-
"interfaceClrName": "System.Numerics.ISignedNumber\u00601",
|
|
27902
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
27903
|
-
"issueCount": 17
|
|
27904
|
-
}
|
|
27905
27726
|
]
|
|
27906
27727
|
},
|
|
27907
27728
|
{
|
|
@@ -29850,24 +29671,7 @@
|
|
|
29850
29671
|
}
|
|
29851
29672
|
],
|
|
29852
29673
|
"events": [],
|
|
29853
|
-
"constructors": []
|
|
29854
|
-
"unsatisfiableInterfaces": [
|
|
29855
|
-
{
|
|
29856
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
29857
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
29858
|
-
"issueCount": 21
|
|
29859
|
-
},
|
|
29860
|
-
{
|
|
29861
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
29862
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
29863
|
-
"issueCount": 1
|
|
29864
|
-
},
|
|
29865
|
-
{
|
|
29866
|
-
"interfaceClrName": "System.Numerics.ISignedNumber\u00601",
|
|
29867
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
29868
|
-
"issueCount": 20
|
|
29869
|
-
}
|
|
29870
|
-
]
|
|
29674
|
+
"constructors": []
|
|
29871
29675
|
},
|
|
29872
29676
|
{
|
|
29873
29677
|
"stableId": "System.Private.CoreLib:System.Int32",
|
|
@@ -31831,24 +31635,7 @@
|
|
|
31831
31635
|
}
|
|
31832
31636
|
],
|
|
31833
31637
|
"events": [],
|
|
31834
|
-
"constructors": []
|
|
31835
|
-
"unsatisfiableInterfaces": [
|
|
31836
|
-
{
|
|
31837
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
31838
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
31839
|
-
"issueCount": 21
|
|
31840
|
-
},
|
|
31841
|
-
{
|
|
31842
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
31843
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
31844
|
-
"issueCount": 1
|
|
31845
|
-
},
|
|
31846
|
-
{
|
|
31847
|
-
"interfaceClrName": "System.Numerics.ISignedNumber\u00601",
|
|
31848
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
31849
|
-
"issueCount": 20
|
|
31850
|
-
}
|
|
31851
|
-
]
|
|
31638
|
+
"constructors": []
|
|
31852
31639
|
},
|
|
31853
31640
|
{
|
|
31854
31641
|
"stableId": "System.Private.CoreLib:System.Int64",
|
|
@@ -33812,24 +33599,7 @@
|
|
|
33812
33599
|
}
|
|
33813
33600
|
],
|
|
33814
33601
|
"events": [],
|
|
33815
|
-
"constructors": []
|
|
33816
|
-
"unsatisfiableInterfaces": [
|
|
33817
|
-
{
|
|
33818
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
33819
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
33820
|
-
"issueCount": 21
|
|
33821
|
-
},
|
|
33822
|
-
{
|
|
33823
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
33824
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
33825
|
-
"issueCount": 1
|
|
33826
|
-
},
|
|
33827
|
-
{
|
|
33828
|
-
"interfaceClrName": "System.Numerics.ISignedNumber\u00601",
|
|
33829
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
33830
|
-
"issueCount": 20
|
|
33831
|
-
}
|
|
33832
|
-
]
|
|
33602
|
+
"constructors": []
|
|
33833
33603
|
},
|
|
33834
33604
|
{
|
|
33835
33605
|
"stableId": "System.Private.CoreLib:System.IntPtr",
|
|
@@ -35637,23 +35407,6 @@
|
|
|
35637
35407
|
"isStatic": false,
|
|
35638
35408
|
"parameterCount": 1
|
|
35639
35409
|
}
|
|
35640
|
-
],
|
|
35641
|
-
"unsatisfiableInterfaces": [
|
|
35642
|
-
{
|
|
35643
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
35644
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
35645
|
-
"issueCount": 21
|
|
35646
|
-
},
|
|
35647
|
-
{
|
|
35648
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
35649
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
35650
|
-
"issueCount": 1
|
|
35651
|
-
},
|
|
35652
|
-
{
|
|
35653
|
-
"interfaceClrName": "System.Numerics.ISignedNumber\u00601",
|
|
35654
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
35655
|
-
"issueCount": 20
|
|
35656
|
-
}
|
|
35657
35410
|
]
|
|
35658
35411
|
},
|
|
35659
35412
|
{
|
|
@@ -40013,24 +39766,7 @@
|
|
|
40013
39766
|
}
|
|
40014
39767
|
],
|
|
40015
39768
|
"events": [],
|
|
40016
|
-
"constructors": []
|
|
40017
|
-
"unsatisfiableInterfaces": [
|
|
40018
|
-
{
|
|
40019
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
40020
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
40021
|
-
"issueCount": 21
|
|
40022
|
-
},
|
|
40023
|
-
{
|
|
40024
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
40025
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
40026
|
-
"issueCount": 1
|
|
40027
|
-
},
|
|
40028
|
-
{
|
|
40029
|
-
"interfaceClrName": "System.Numerics.ISignedNumber\u00601",
|
|
40030
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
40031
|
-
"issueCount": 20
|
|
40032
|
-
}
|
|
40033
|
-
]
|
|
39769
|
+
"constructors": []
|
|
40034
39770
|
},
|
|
40035
39771
|
{
|
|
40036
39772
|
"stableId": "System.Memory:System.SequencePosition",
|
|
@@ -43613,7 +43349,7 @@
|
|
|
43613
43349
|
{
|
|
43614
43350
|
"stableId": "System.Private.CoreLib:System.Single::ESystem.Single",
|
|
43615
43351
|
"clrName": "E",
|
|
43616
|
-
"tsEmitName": "
|
|
43352
|
+
"tsEmitName": "E",
|
|
43617
43353
|
"normalizedSignature": "E|System.Single|static=true|const=true",
|
|
43618
43354
|
"isStatic": true,
|
|
43619
43355
|
"isReadOnly": false,
|
|
@@ -43639,59 +43375,7 @@
|
|
|
43639
43375
|
}
|
|
43640
43376
|
],
|
|
43641
43377
|
"events": [],
|
|
43642
|
-
"constructors": []
|
|
43643
|
-
"unsatisfiableInterfaces": [
|
|
43644
|
-
{
|
|
43645
|
-
"interfaceClrName": "System.Numerics.IBinaryFloatingPointIeee754\u00601",
|
|
43646
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
43647
|
-
"issueCount": 40
|
|
43648
|
-
},
|
|
43649
|
-
{
|
|
43650
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
43651
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
43652
|
-
"issueCount": 21
|
|
43653
|
-
},
|
|
43654
|
-
{
|
|
43655
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
43656
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
43657
|
-
"issueCount": 1
|
|
43658
|
-
},
|
|
43659
|
-
{
|
|
43660
|
-
"interfaceClrName": "System.Numerics.IFloatingPointIeee754\u00601",
|
|
43661
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
43662
|
-
"issueCount": 39
|
|
43663
|
-
},
|
|
43664
|
-
{
|
|
43665
|
-
"interfaceClrName": "System.Numerics.IExponentialFunctions\u00601",
|
|
43666
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
43667
|
-
"issueCount": 22
|
|
43668
|
-
},
|
|
43669
|
-
{
|
|
43670
|
-
"interfaceClrName": "System.Numerics.IFloatingPointConstants\u00601",
|
|
43671
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
43672
|
-
"issueCount": 22
|
|
43673
|
-
},
|
|
43674
|
-
{
|
|
43675
|
-
"interfaceClrName": "System.Numerics.ISignedNumber\u00601",
|
|
43676
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
43677
|
-
"issueCount": 20
|
|
43678
|
-
},
|
|
43679
|
-
{
|
|
43680
|
-
"interfaceClrName": "System.Numerics.IHyperbolicFunctions\u00601",
|
|
43681
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
43682
|
-
"issueCount": 22
|
|
43683
|
-
},
|
|
43684
|
-
{
|
|
43685
|
-
"interfaceClrName": "System.Numerics.ILogarithmicFunctions\u00601",
|
|
43686
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
43687
|
-
"issueCount": 22
|
|
43688
|
-
},
|
|
43689
|
-
{
|
|
43690
|
-
"interfaceClrName": "System.Numerics.IPowerFunctions\u00601",
|
|
43691
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
43692
|
-
"issueCount": 19
|
|
43693
|
-
}
|
|
43694
|
-
]
|
|
43378
|
+
"constructors": []
|
|
43695
43379
|
},
|
|
43696
43380
|
{
|
|
43697
43381
|
"stableId": "System.Private.CoreLib:System.Span\u00601",
|
|
@@ -48866,28 +48550,6 @@
|
|
|
48866
48550
|
"isStatic": false,
|
|
48867
48551
|
"parameterCount": 2
|
|
48868
48552
|
}
|
|
48869
|
-
],
|
|
48870
|
-
"unsatisfiableInterfaces": [
|
|
48871
|
-
{
|
|
48872
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
48873
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
48874
|
-
"issueCount": 19
|
|
48875
|
-
},
|
|
48876
|
-
{
|
|
48877
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
48878
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
48879
|
-
"issueCount": 1
|
|
48880
|
-
},
|
|
48881
|
-
{
|
|
48882
|
-
"interfaceClrName": "System.ISpanFormattable",
|
|
48883
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
48884
|
-
"issueCount": 1
|
|
48885
|
-
},
|
|
48886
|
-
{
|
|
48887
|
-
"interfaceClrName": "System.Numerics.IUnsignedNumber\u00601",
|
|
48888
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
48889
|
-
"issueCount": 17
|
|
48890
|
-
}
|
|
48891
48553
|
]
|
|
48892
48554
|
},
|
|
48893
48555
|
{
|
|
@@ -50724,24 +50386,7 @@
|
|
|
50724
50386
|
}
|
|
50725
50387
|
],
|
|
50726
50388
|
"events": [],
|
|
50727
|
-
"constructors": []
|
|
50728
|
-
"unsatisfiableInterfaces": [
|
|
50729
|
-
{
|
|
50730
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
50731
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
50732
|
-
"issueCount": 21
|
|
50733
|
-
},
|
|
50734
|
-
{
|
|
50735
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
50736
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
50737
|
-
"issueCount": 1
|
|
50738
|
-
},
|
|
50739
|
-
{
|
|
50740
|
-
"interfaceClrName": "System.Numerics.IUnsignedNumber\u00601",
|
|
50741
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
50742
|
-
"issueCount": 19
|
|
50743
|
-
}
|
|
50744
|
-
]
|
|
50389
|
+
"constructors": []
|
|
50745
50390
|
},
|
|
50746
50391
|
{
|
|
50747
50392
|
"stableId": "System.Private.CoreLib:System.UInt32",
|
|
@@ -52593,24 +52238,7 @@
|
|
|
52593
52238
|
}
|
|
52594
52239
|
],
|
|
52595
52240
|
"events": [],
|
|
52596
|
-
"constructors": []
|
|
52597
|
-
"unsatisfiableInterfaces": [
|
|
52598
|
-
{
|
|
52599
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
52600
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
52601
|
-
"issueCount": 21
|
|
52602
|
-
},
|
|
52603
|
-
{
|
|
52604
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
52605
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
52606
|
-
"issueCount": 1
|
|
52607
|
-
},
|
|
52608
|
-
{
|
|
52609
|
-
"interfaceClrName": "System.Numerics.IUnsignedNumber\u00601",
|
|
52610
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
52611
|
-
"issueCount": 19
|
|
52612
|
-
}
|
|
52613
|
-
]
|
|
52241
|
+
"constructors": []
|
|
52614
52242
|
},
|
|
52615
52243
|
{
|
|
52616
52244
|
"stableId": "System.Private.CoreLib:System.UInt64",
|
|
@@ -54462,24 +54090,7 @@
|
|
|
54462
54090
|
}
|
|
54463
54091
|
],
|
|
54464
54092
|
"events": [],
|
|
54465
|
-
"constructors": []
|
|
54466
|
-
"unsatisfiableInterfaces": [
|
|
54467
|
-
{
|
|
54468
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
54469
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
54470
|
-
"issueCount": 21
|
|
54471
|
-
},
|
|
54472
|
-
{
|
|
54473
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
54474
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
54475
|
-
"issueCount": 1
|
|
54476
|
-
},
|
|
54477
|
-
{
|
|
54478
|
-
"interfaceClrName": "System.Numerics.IUnsignedNumber\u00601",
|
|
54479
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
54480
|
-
"issueCount": 19
|
|
54481
|
-
}
|
|
54482
|
-
]
|
|
54093
|
+
"constructors": []
|
|
54483
54094
|
},
|
|
54484
54095
|
{
|
|
54485
54096
|
"stableId": "System.Private.CoreLib:System.UIntPtr",
|
|
@@ -56175,23 +55786,6 @@
|
|
|
56175
55786
|
"isStatic": false,
|
|
56176
55787
|
"parameterCount": 1
|
|
56177
55788
|
}
|
|
56178
|
-
],
|
|
56179
|
-
"unsatisfiableInterfaces": [
|
|
56180
|
-
{
|
|
56181
|
-
"interfaceClrName": "System.Numerics.IBinaryNumber\u00601",
|
|
56182
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
56183
|
-
"issueCount": 21
|
|
56184
|
-
},
|
|
56185
|
-
{
|
|
56186
|
-
"interfaceClrName": "System.Numerics.IMultiplicativeIdentity\u00602",
|
|
56187
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
56188
|
-
"issueCount": 1
|
|
56189
|
-
},
|
|
56190
|
-
{
|
|
56191
|
-
"interfaceClrName": "System.Numerics.IUnsignedNumber\u00601",
|
|
56192
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
56193
|
-
"issueCount": 19
|
|
56194
|
-
}
|
|
56195
55789
|
]
|
|
56196
55790
|
},
|
|
56197
55791
|
{
|
|
@@ -87648,7 +87242,7 @@
|
|
|
87648
87242
|
{
|
|
87649
87243
|
"stableId": "System.Private.CoreLib:System.Type::GUID:System.Guid",
|
|
87650
87244
|
"clrName": "GUID",
|
|
87651
|
-
"tsEmitName": "
|
|
87245
|
+
"tsEmitName": "GUID",
|
|
87652
87246
|
"normalizedSignature": "GUID|:System.Guid|static=false|accessor=get",
|
|
87653
87247
|
"provenance": "Original",
|
|
87654
87248
|
"emitScope": "ClassSurface",
|
|
@@ -102424,7 +102018,7 @@
|
|
|
102424
102018
|
{
|
|
102425
102019
|
"stableId": "System.Private.CoreLib:System.Math::ESystem.Double",
|
|
102426
102020
|
"clrName": "E",
|
|
102427
|
-
"tsEmitName": "
|
|
102021
|
+
"tsEmitName": "E",
|
|
102428
102022
|
"normalizedSignature": "E|System.Double|static=true|const=true",
|
|
102429
102023
|
"isStatic": true,
|
|
102430
102024
|
"isReadOnly": false,
|
|
@@ -102433,7 +102027,7 @@
|
|
|
102433
102027
|
{
|
|
102434
102028
|
"stableId": "System.Private.CoreLib:System.Math::PISystem.Double",
|
|
102435
102029
|
"clrName": "PI",
|
|
102436
|
-
"tsEmitName": "
|
|
102030
|
+
"tsEmitName": "PI",
|
|
102437
102031
|
"normalizedSignature": "PI|System.Double|static=true|const=true",
|
|
102438
102032
|
"isStatic": true,
|
|
102439
102033
|
"isReadOnly": false,
|
|
@@ -103173,7 +102767,7 @@
|
|
|
103173
102767
|
{
|
|
103174
102768
|
"stableId": "System.Private.CoreLib:System.MathF::ESystem.Single",
|
|
103175
102769
|
"clrName": "E",
|
|
103176
|
-
"tsEmitName": "
|
|
102770
|
+
"tsEmitName": "E",
|
|
103177
102771
|
"normalizedSignature": "E|System.Single|static=true|const=true",
|
|
103178
102772
|
"isStatic": true,
|
|
103179
102773
|
"isReadOnly": false,
|
|
@@ -103182,7 +102776,7 @@
|
|
|
103182
102776
|
{
|
|
103183
102777
|
"stableId": "System.Private.CoreLib:System.MathF::PISystem.Single",
|
|
103184
102778
|
"clrName": "PI",
|
|
103185
|
-
"tsEmitName": "
|
|
102779
|
+
"tsEmitName": "PI",
|
|
103186
102780
|
"normalizedSignature": "PI|System.Single|static=true|const=true",
|
|
103187
102781
|
"isStatic": true,
|
|
103188
102782
|
"isReadOnly": false,
|