@tsonic/dotnet 10.0.40 → 10.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -543,322 +543,6 @@
|
|
|
543
543
|
"events": [],
|
|
544
544
|
"constructors": []
|
|
545
545
|
},
|
|
546
|
-
{
|
|
547
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
548
|
-
"clrName": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
549
|
-
"assemblyName": "System.Private.CoreLib",
|
|
550
|
-
"metadataToken": 0,
|
|
551
|
-
"kind": "Delegate",
|
|
552
|
-
"accessibility": "Public",
|
|
553
|
-
"isAbstract": false,
|
|
554
|
-
"isSealed": true,
|
|
555
|
-
"isStatic": false,
|
|
556
|
-
"arity": 2,
|
|
557
|
-
"baseType": {
|
|
558
|
-
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
559
|
-
"clrName": "System.MulticastDelegate"
|
|
560
|
-
},
|
|
561
|
-
"interfaces": [
|
|
562
|
-
{
|
|
563
|
-
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
564
|
-
"clrName": "System.ICloneable"
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
568
|
-
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
569
|
-
}
|
|
570
|
-
],
|
|
571
|
-
"typeParameters": [
|
|
572
|
-
"TKey",
|
|
573
|
-
"TValue"
|
|
574
|
-
],
|
|
575
|
-
"methods": [
|
|
576
|
-
{
|
|
577
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::Invoke(TKey):TValue",
|
|
578
|
-
"clrName": "Invoke",
|
|
579
|
-
"metadataToken": 100695954,
|
|
580
|
-
"canonicalSignature": "(TKey):TValue",
|
|
581
|
-
"normalizedSignature": "Invoke|(TKey):TValue|static=false",
|
|
582
|
-
"emitScope": "ClassSurface",
|
|
583
|
-
"provenance": "Original",
|
|
584
|
-
"arity": 0,
|
|
585
|
-
"parameterCount": 1,
|
|
586
|
-
"isStatic": false,
|
|
587
|
-
"isAbstract": false,
|
|
588
|
-
"isVirtual": true,
|
|
589
|
-
"isOverride": false,
|
|
590
|
-
"isSealed": false,
|
|
591
|
-
"visibility": "Public",
|
|
592
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
593
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
594
|
-
"isExtensionMethod": false
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::BeginInvoke(TKey,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
598
|
-
"clrName": "BeginInvoke",
|
|
599
|
-
"metadataToken": 100695955,
|
|
600
|
-
"canonicalSignature": "(TKey,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
601
|
-
"normalizedSignature": "BeginInvoke|(TKey,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
602
|
-
"emitScope": "ClassSurface",
|
|
603
|
-
"provenance": "Original",
|
|
604
|
-
"arity": 0,
|
|
605
|
-
"parameterCount": 3,
|
|
606
|
-
"isStatic": false,
|
|
607
|
-
"isAbstract": false,
|
|
608
|
-
"isVirtual": true,
|
|
609
|
-
"isOverride": false,
|
|
610
|
-
"isSealed": false,
|
|
611
|
-
"visibility": "Public",
|
|
612
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
613
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
614
|
-
"isExtensionMethod": false
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::EndInvoke(System.IAsyncResult):TValue",
|
|
618
|
-
"clrName": "EndInvoke",
|
|
619
|
-
"metadataToken": 100695956,
|
|
620
|
-
"canonicalSignature": "(System.IAsyncResult):TValue",
|
|
621
|
-
"normalizedSignature": "EndInvoke|(System.IAsyncResult):TValue|static=false",
|
|
622
|
-
"emitScope": "ClassSurface",
|
|
623
|
-
"provenance": "Original",
|
|
624
|
-
"arity": 0,
|
|
625
|
-
"parameterCount": 1,
|
|
626
|
-
"isStatic": false,
|
|
627
|
-
"isAbstract": false,
|
|
628
|
-
"isVirtual": true,
|
|
629
|
-
"isOverride": false,
|
|
630
|
-
"isSealed": false,
|
|
631
|
-
"visibility": "Public",
|
|
632
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
633
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
634
|
-
"isExtensionMethod": false
|
|
635
|
-
}
|
|
636
|
-
],
|
|
637
|
-
"properties": [],
|
|
638
|
-
"fields": [],
|
|
639
|
-
"events": [],
|
|
640
|
-
"constructors": [
|
|
641
|
-
{
|
|
642
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::.ctor(System.Object,System.IntPtr):void",
|
|
643
|
-
"metadataToken": 100695953,
|
|
644
|
-
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
645
|
-
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
646
|
-
"isStatic": false,
|
|
647
|
-
"parameterCount": 2,
|
|
648
|
-
"visibility": "Public",
|
|
649
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
650
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
651
|
-
}
|
|
652
|
-
]
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
656
|
-
"clrName": "System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
657
|
-
"assemblyName": "System.Private.CoreLib",
|
|
658
|
-
"metadataToken": 0,
|
|
659
|
-
"kind": "Delegate",
|
|
660
|
-
"accessibility": "Public",
|
|
661
|
-
"isAbstract": false,
|
|
662
|
-
"isSealed": true,
|
|
663
|
-
"isStatic": false,
|
|
664
|
-
"arity": 0,
|
|
665
|
-
"baseType": {
|
|
666
|
-
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
667
|
-
"clrName": "System.MulticastDelegate"
|
|
668
|
-
},
|
|
669
|
-
"interfaces": [
|
|
670
|
-
{
|
|
671
|
-
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
672
|
-
"clrName": "System.ICloneable"
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
676
|
-
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
677
|
-
}
|
|
678
|
-
],
|
|
679
|
-
"methods": [
|
|
680
|
-
{
|
|
681
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::Invoke(System.Object,System.Boolean):System.Void",
|
|
682
|
-
"clrName": "Invoke",
|
|
683
|
-
"metadataToken": 100695696,
|
|
684
|
-
"canonicalSignature": "(System.Object,System.Boolean):System.Void",
|
|
685
|
-
"normalizedSignature": "Invoke|(System.Object,System.Boolean):System.Void|static=false",
|
|
686
|
-
"emitScope": "ClassSurface",
|
|
687
|
-
"provenance": "Original",
|
|
688
|
-
"arity": 0,
|
|
689
|
-
"parameterCount": 2,
|
|
690
|
-
"isStatic": false,
|
|
691
|
-
"isAbstract": false,
|
|
692
|
-
"isVirtual": true,
|
|
693
|
-
"isOverride": false,
|
|
694
|
-
"isSealed": false,
|
|
695
|
-
"visibility": "Public",
|
|
696
|
-
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
697
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
698
|
-
"isExtensionMethod": false
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::BeginInvoke(System.Object,System.Boolean,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
702
|
-
"clrName": "BeginInvoke",
|
|
703
|
-
"metadataToken": 100695697,
|
|
704
|
-
"canonicalSignature": "(System.Object,System.Boolean,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
705
|
-
"normalizedSignature": "BeginInvoke|(System.Object,System.Boolean,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
706
|
-
"emitScope": "ClassSurface",
|
|
707
|
-
"provenance": "Original",
|
|
708
|
-
"arity": 0,
|
|
709
|
-
"parameterCount": 4,
|
|
710
|
-
"isStatic": false,
|
|
711
|
-
"isAbstract": false,
|
|
712
|
-
"isVirtual": true,
|
|
713
|
-
"isOverride": false,
|
|
714
|
-
"isSealed": false,
|
|
715
|
-
"visibility": "Public",
|
|
716
|
-
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
717
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
718
|
-
"isExtensionMethod": false
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::EndInvoke(System.IAsyncResult):System.Void",
|
|
722
|
-
"clrName": "EndInvoke",
|
|
723
|
-
"metadataToken": 100695698,
|
|
724
|
-
"canonicalSignature": "(System.IAsyncResult):System.Void",
|
|
725
|
-
"normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
|
|
726
|
-
"emitScope": "ClassSurface",
|
|
727
|
-
"provenance": "Original",
|
|
728
|
-
"arity": 0,
|
|
729
|
-
"parameterCount": 1,
|
|
730
|
-
"isStatic": false,
|
|
731
|
-
"isAbstract": false,
|
|
732
|
-
"isVirtual": true,
|
|
733
|
-
"isOverride": false,
|
|
734
|
-
"isSealed": false,
|
|
735
|
-
"visibility": "Public",
|
|
736
|
-
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
737
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
738
|
-
"isExtensionMethod": false
|
|
739
|
-
}
|
|
740
|
-
],
|
|
741
|
-
"properties": [],
|
|
742
|
-
"fields": [],
|
|
743
|
-
"events": [],
|
|
744
|
-
"constructors": [
|
|
745
|
-
{
|
|
746
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::.ctor(System.Object,System.IntPtr):void",
|
|
747
|
-
"metadataToken": 100695695,
|
|
748
|
-
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
749
|
-
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
750
|
-
"isStatic": false,
|
|
751
|
-
"parameterCount": 2,
|
|
752
|
-
"visibility": "Public",
|
|
753
|
-
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
754
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
755
|
-
}
|
|
756
|
-
]
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
760
|
-
"clrName": "System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
761
|
-
"assemblyName": "System.Private.CoreLib",
|
|
762
|
-
"metadataToken": 0,
|
|
763
|
-
"kind": "Delegate",
|
|
764
|
-
"accessibility": "Public",
|
|
765
|
-
"isAbstract": false,
|
|
766
|
-
"isSealed": true,
|
|
767
|
-
"isStatic": false,
|
|
768
|
-
"arity": 0,
|
|
769
|
-
"baseType": {
|
|
770
|
-
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
771
|
-
"clrName": "System.MulticastDelegate"
|
|
772
|
-
},
|
|
773
|
-
"interfaces": [
|
|
774
|
-
{
|
|
775
|
-
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
776
|
-
"clrName": "System.ICloneable"
|
|
777
|
-
},
|
|
778
|
-
{
|
|
779
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
780
|
-
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
781
|
-
}
|
|
782
|
-
],
|
|
783
|
-
"methods": [
|
|
784
|
-
{
|
|
785
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::Invoke(System.Object):System.Void",
|
|
786
|
-
"clrName": "Invoke",
|
|
787
|
-
"metadataToken": 100695692,
|
|
788
|
-
"canonicalSignature": "(System.Object):System.Void",
|
|
789
|
-
"normalizedSignature": "Invoke|(System.Object):System.Void|static=false",
|
|
790
|
-
"emitScope": "ClassSurface",
|
|
791
|
-
"provenance": "Original",
|
|
792
|
-
"arity": 0,
|
|
793
|
-
"parameterCount": 1,
|
|
794
|
-
"isStatic": false,
|
|
795
|
-
"isAbstract": false,
|
|
796
|
-
"isVirtual": true,
|
|
797
|
-
"isOverride": false,
|
|
798
|
-
"isSealed": false,
|
|
799
|
-
"visibility": "Public",
|
|
800
|
-
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
801
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
802
|
-
"isExtensionMethod": false
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::BeginInvoke(System.Object,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
806
|
-
"clrName": "BeginInvoke",
|
|
807
|
-
"metadataToken": 100695693,
|
|
808
|
-
"canonicalSignature": "(System.Object,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
809
|
-
"normalizedSignature": "BeginInvoke|(System.Object,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
810
|
-
"emitScope": "ClassSurface",
|
|
811
|
-
"provenance": "Original",
|
|
812
|
-
"arity": 0,
|
|
813
|
-
"parameterCount": 3,
|
|
814
|
-
"isStatic": false,
|
|
815
|
-
"isAbstract": false,
|
|
816
|
-
"isVirtual": true,
|
|
817
|
-
"isOverride": false,
|
|
818
|
-
"isSealed": false,
|
|
819
|
-
"visibility": "Public",
|
|
820
|
-
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
821
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
822
|
-
"isExtensionMethod": false
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::EndInvoke(System.IAsyncResult):System.Void",
|
|
826
|
-
"clrName": "EndInvoke",
|
|
827
|
-
"metadataToken": 100695694,
|
|
828
|
-
"canonicalSignature": "(System.IAsyncResult):System.Void",
|
|
829
|
-
"normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
|
|
830
|
-
"emitScope": "ClassSurface",
|
|
831
|
-
"provenance": "Original",
|
|
832
|
-
"arity": 0,
|
|
833
|
-
"parameterCount": 1,
|
|
834
|
-
"isStatic": false,
|
|
835
|
-
"isAbstract": false,
|
|
836
|
-
"isVirtual": true,
|
|
837
|
-
"isOverride": false,
|
|
838
|
-
"isSealed": false,
|
|
839
|
-
"visibility": "Public",
|
|
840
|
-
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
841
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
842
|
-
"isExtensionMethod": false
|
|
843
|
-
}
|
|
844
|
-
],
|
|
845
|
-
"properties": [],
|
|
846
|
-
"fields": [],
|
|
847
|
-
"events": [],
|
|
848
|
-
"constructors": [
|
|
849
|
-
{
|
|
850
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::.ctor(System.Object,System.IntPtr):void",
|
|
851
|
-
"metadataToken": 100695691,
|
|
852
|
-
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
853
|
-
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
854
|
-
"isStatic": false,
|
|
855
|
-
"parameterCount": 2,
|
|
856
|
-
"visibility": "Public",
|
|
857
|
-
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
858
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
859
|
-
}
|
|
860
|
-
]
|
|
861
|
-
},
|
|
862
546
|
{
|
|
863
547
|
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.IAsyncStateMachine",
|
|
864
548
|
"clrName": "System.Runtime.CompilerServices.IAsyncStateMachine",
|
|
@@ -2577,53 +2261,8 @@
|
|
|
2577
2261
|
"constructors": []
|
|
2578
2262
|
},
|
|
2579
2263
|
{
|
|
2580
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\
|
|
2581
|
-
"clrName": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\
|
|
2582
|
-
"assemblyName": "System.Private.CoreLib",
|
|
2583
|
-
"metadataToken": 0,
|
|
2584
|
-
"kind": "Struct",
|
|
2585
|
-
"accessibility": "Public",
|
|
2586
|
-
"isAbstract": false,
|
|
2587
|
-
"isSealed": true,
|
|
2588
|
-
"isStatic": false,
|
|
2589
|
-
"arity": 1,
|
|
2590
|
-
"baseType": {
|
|
2591
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2592
|
-
"clrName": "System.ValueType"
|
|
2593
|
-
},
|
|
2594
|
-
"typeParameters": [
|
|
2595
|
-
"TResult"
|
|
2596
|
-
],
|
|
2597
|
-
"methods": [
|
|
2598
|
-
{
|
|
2599
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601::GetAwaiter():ConfiguredTaskAwaiter",
|
|
2600
|
-
"clrName": "GetAwaiter",
|
|
2601
|
-
"metadataToken": 100696228,
|
|
2602
|
-
"canonicalSignature": "():ConfiguredTaskAwaiter",
|
|
2603
|
-
"normalizedSignature": "GetAwaiter|():ConfiguredTaskAwaiter|static=false",
|
|
2604
|
-
"emitScope": "ClassSurface",
|
|
2605
|
-
"provenance": "Original",
|
|
2606
|
-
"arity": 0,
|
|
2607
|
-
"parameterCount": 0,
|
|
2608
|
-
"isStatic": false,
|
|
2609
|
-
"isAbstract": false,
|
|
2610
|
-
"isVirtual": false,
|
|
2611
|
-
"isOverride": false,
|
|
2612
|
-
"isSealed": false,
|
|
2613
|
-
"visibility": "Public",
|
|
2614
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601",
|
|
2615
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2616
|
-
"isExtensionMethod": false
|
|
2617
|
-
}
|
|
2618
|
-
],
|
|
2619
|
-
"properties": [],
|
|
2620
|
-
"fields": [],
|
|
2621
|
-
"events": [],
|
|
2622
|
-
"constructors": []
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter",
|
|
2626
|
-
"clrName": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter",
|
|
2264
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2265
|
+
"clrName": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2627
2266
|
"assemblyName": "System.Private.CoreLib",
|
|
2628
2267
|
"metadataToken": 0,
|
|
2629
2268
|
"kind": "Struct",
|
|
@@ -2631,7 +2270,7 @@
|
|
|
2631
2270
|
"isAbstract": false,
|
|
2632
2271
|
"isSealed": true,
|
|
2633
2272
|
"isStatic": false,
|
|
2634
|
-
"arity":
|
|
2273
|
+
"arity": 0,
|
|
2635
2274
|
"baseType": {
|
|
2636
2275
|
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2637
2276
|
"clrName": "System.ValueType"
|
|
@@ -2650,14 +2289,11 @@
|
|
|
2650
2289
|
"clrName": "System.Runtime.CompilerServices.IConfiguredTaskAwaiter"
|
|
2651
2290
|
}
|
|
2652
2291
|
],
|
|
2653
|
-
"typeParameters": [
|
|
2654
|
-
"TResult"
|
|
2655
|
-
],
|
|
2656
2292
|
"methods": [
|
|
2657
2293
|
{
|
|
2658
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\
|
|
2294
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter::OnCompleted(System.Action):System.Void",
|
|
2659
2295
|
"clrName": "OnCompleted",
|
|
2660
|
-
"metadataToken":
|
|
2296
|
+
"metadataToken": 100696224,
|
|
2661
2297
|
"canonicalSignature": "(System.Action):System.Void",
|
|
2662
2298
|
"normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
|
|
2663
2299
|
"emitScope": "ClassSurface",
|
|
@@ -2670,14 +2306,14 @@
|
|
|
2670
2306
|
"isOverride": false,
|
|
2671
2307
|
"isSealed": true,
|
|
2672
2308
|
"visibility": "Public",
|
|
2673
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\
|
|
2309
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2674
2310
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2675
2311
|
"isExtensionMethod": false
|
|
2676
2312
|
},
|
|
2677
2313
|
{
|
|
2678
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\
|
|
2314
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
|
|
2679
2315
|
"clrName": "UnsafeOnCompleted",
|
|
2680
|
-
"metadataToken":
|
|
2316
|
+
"metadataToken": 100696225,
|
|
2681
2317
|
"canonicalSignature": "(System.Action):System.Void",
|
|
2682
2318
|
"normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
|
|
2683
2319
|
"emitScope": "ClassSurface",
|
|
@@ -2690,16 +2326,16 @@
|
|
|
2690
2326
|
"isOverride": false,
|
|
2691
2327
|
"isSealed": true,
|
|
2692
2328
|
"visibility": "Public",
|
|
2693
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\
|
|
2329
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2694
2330
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2695
2331
|
"isExtensionMethod": false
|
|
2696
2332
|
},
|
|
2697
2333
|
{
|
|
2698
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\
|
|
2334
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter::GetResult():System.Void",
|
|
2699
2335
|
"clrName": "GetResult",
|
|
2700
|
-
"metadataToken":
|
|
2701
|
-
"canonicalSignature": "():
|
|
2702
|
-
"normalizedSignature": "GetResult|():
|
|
2336
|
+
"metadataToken": 100696226,
|
|
2337
|
+
"canonicalSignature": "():System.Void",
|
|
2338
|
+
"normalizedSignature": "GetResult|():System.Void|static=false",
|
|
2703
2339
|
"emitScope": "ClassSurface",
|
|
2704
2340
|
"provenance": "Original",
|
|
2705
2341
|
"arity": 0,
|
|
@@ -2710,81 +2346,84 @@
|
|
|
2710
2346
|
"isOverride": false,
|
|
2711
2347
|
"isSealed": false,
|
|
2712
2348
|
"visibility": "Public",
|
|
2713
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\
|
|
2349
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2714
2350
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2715
2351
|
"isExtensionMethod": false
|
|
2716
|
-
}
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
"clrName": "UnsafeOnCompleted",
|
|
2720
|
-
"metadataToken": 100696054,
|
|
2721
|
-
"canonicalSignature": "(System.Action):System.Void",
|
|
2722
|
-
"normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
|
|
2723
|
-
"emitScope": "ViewOnly",
|
|
2724
|
-
"provenance": "ExplicitView",
|
|
2725
|
-
"arity": 0,
|
|
2726
|
-
"parameterCount": 1,
|
|
2727
|
-
"isStatic": false,
|
|
2728
|
-
"isAbstract": false,
|
|
2729
|
-
"isVirtual": true,
|
|
2730
|
-
"isOverride": false,
|
|
2731
|
-
"isSealed": false,
|
|
2732
|
-
"visibility": "Public",
|
|
2733
|
-
"declaringClrType": "System.Runtime.CompilerServices.ICriticalNotifyCompletion",
|
|
2734
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2735
|
-
"isExtensionMethod": false,
|
|
2736
|
-
"sourceInterface": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
2737
|
-
},
|
|
2352
|
+
}
|
|
2353
|
+
],
|
|
2354
|
+
"properties": [
|
|
2738
2355
|
{
|
|
2739
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.
|
|
2740
|
-
"clrName": "
|
|
2741
|
-
"metadataToken":
|
|
2742
|
-
"canonicalSignature": "
|
|
2743
|
-
"normalizedSignature": "
|
|
2744
|
-
"emitScope": "
|
|
2745
|
-
"provenance": "
|
|
2746
|
-
"
|
|
2747
|
-
"
|
|
2356
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter::IsCompleted:System.Boolean",
|
|
2357
|
+
"clrName": "IsCompleted",
|
|
2358
|
+
"metadataToken": 385879810,
|
|
2359
|
+
"canonicalSignature": ":System.Boolean",
|
|
2360
|
+
"normalizedSignature": "IsCompleted|:System.Boolean|static=false|accessor=get",
|
|
2361
|
+
"emitScope": "ClassSurface",
|
|
2362
|
+
"provenance": "Original",
|
|
2363
|
+
"isIndexer": false,
|
|
2364
|
+
"hasGetter": true,
|
|
2365
|
+
"hasSetter": false,
|
|
2748
2366
|
"isStatic": false,
|
|
2749
2367
|
"isAbstract": false,
|
|
2750
|
-
"isVirtual":
|
|
2368
|
+
"isVirtual": false,
|
|
2751
2369
|
"isOverride": false,
|
|
2752
|
-
"isSealed": false,
|
|
2753
2370
|
"visibility": "Public",
|
|
2754
|
-
"declaringClrType": "System.Runtime.CompilerServices.
|
|
2755
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2756
|
-
"isExtensionMethod": false,
|
|
2757
|
-
"sourceInterface": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
2371
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2372
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2758
2373
|
}
|
|
2759
2374
|
],
|
|
2760
|
-
"
|
|
2375
|
+
"fields": [],
|
|
2376
|
+
"events": [],
|
|
2377
|
+
"constructors": []
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601",
|
|
2381
|
+
"clrName": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601",
|
|
2382
|
+
"assemblyName": "System.Private.CoreLib",
|
|
2383
|
+
"metadataToken": 0,
|
|
2384
|
+
"kind": "Struct",
|
|
2385
|
+
"accessibility": "Public",
|
|
2386
|
+
"isAbstract": false,
|
|
2387
|
+
"isSealed": true,
|
|
2388
|
+
"isStatic": false,
|
|
2389
|
+
"arity": 1,
|
|
2390
|
+
"baseType": {
|
|
2391
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2392
|
+
"clrName": "System.ValueType"
|
|
2393
|
+
},
|
|
2394
|
+
"typeParameters": [
|
|
2395
|
+
"TResult"
|
|
2396
|
+
],
|
|
2397
|
+
"methods": [
|
|
2761
2398
|
{
|
|
2762
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601
|
|
2763
|
-
"clrName": "
|
|
2764
|
-
"metadataToken":
|
|
2765
|
-
"canonicalSignature": ":
|
|
2766
|
-
"normalizedSignature": "
|
|
2399
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601::GetAwaiter():ConfiguredTaskAwaiter",
|
|
2400
|
+
"clrName": "GetAwaiter",
|
|
2401
|
+
"metadataToken": 100696228,
|
|
2402
|
+
"canonicalSignature": "():ConfiguredTaskAwaiter",
|
|
2403
|
+
"normalizedSignature": "GetAwaiter|():ConfiguredTaskAwaiter|static=false",
|
|
2767
2404
|
"emitScope": "ClassSurface",
|
|
2768
2405
|
"provenance": "Original",
|
|
2769
|
-
"
|
|
2770
|
-
"
|
|
2771
|
-
"hasSetter": false,
|
|
2406
|
+
"arity": 0,
|
|
2407
|
+
"parameterCount": 0,
|
|
2772
2408
|
"isStatic": false,
|
|
2773
2409
|
"isAbstract": false,
|
|
2774
2410
|
"isVirtual": false,
|
|
2775
2411
|
"isOverride": false,
|
|
2412
|
+
"isSealed": false,
|
|
2776
2413
|
"visibility": "Public",
|
|
2777
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601
|
|
2778
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2414
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601",
|
|
2415
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2416
|
+
"isExtensionMethod": false
|
|
2779
2417
|
}
|
|
2780
2418
|
],
|
|
2419
|
+
"properties": [],
|
|
2781
2420
|
"fields": [],
|
|
2782
2421
|
"events": [],
|
|
2783
2422
|
"constructors": []
|
|
2784
2423
|
},
|
|
2785
2424
|
{
|
|
2786
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2787
|
-
"clrName": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2425
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter",
|
|
2426
|
+
"clrName": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter",
|
|
2788
2427
|
"assemblyName": "System.Private.CoreLib",
|
|
2789
2428
|
"metadataToken": 0,
|
|
2790
2429
|
"kind": "Struct",
|
|
@@ -2792,7 +2431,7 @@
|
|
|
2792
2431
|
"isAbstract": false,
|
|
2793
2432
|
"isSealed": true,
|
|
2794
2433
|
"isStatic": false,
|
|
2795
|
-
"arity":
|
|
2434
|
+
"arity": 1,
|
|
2796
2435
|
"baseType": {
|
|
2797
2436
|
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2798
2437
|
"clrName": "System.ValueType"
|
|
@@ -2811,11 +2450,14 @@
|
|
|
2811
2450
|
"clrName": "System.Runtime.CompilerServices.IConfiguredTaskAwaiter"
|
|
2812
2451
|
}
|
|
2813
2452
|
],
|
|
2453
|
+
"typeParameters": [
|
|
2454
|
+
"TResult"
|
|
2455
|
+
],
|
|
2814
2456
|
"methods": [
|
|
2815
2457
|
{
|
|
2816
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter::OnCompleted(System.Action):System.Void",
|
|
2458
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter::OnCompleted(System.Action):System.Void",
|
|
2817
2459
|
"clrName": "OnCompleted",
|
|
2818
|
-
"metadataToken":
|
|
2460
|
+
"metadataToken": 100696231,
|
|
2819
2461
|
"canonicalSignature": "(System.Action):System.Void",
|
|
2820
2462
|
"normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
|
|
2821
2463
|
"emitScope": "ClassSurface",
|
|
@@ -2828,14 +2470,14 @@
|
|
|
2828
2470
|
"isOverride": false,
|
|
2829
2471
|
"isSealed": true,
|
|
2830
2472
|
"visibility": "Public",
|
|
2831
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2473
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter",
|
|
2832
2474
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2833
2475
|
"isExtensionMethod": false
|
|
2834
2476
|
},
|
|
2835
2477
|
{
|
|
2836
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
|
|
2478
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
|
|
2837
2479
|
"clrName": "UnsafeOnCompleted",
|
|
2838
|
-
"metadataToken":
|
|
2480
|
+
"metadataToken": 100696232,
|
|
2839
2481
|
"canonicalSignature": "(System.Action):System.Void",
|
|
2840
2482
|
"normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
|
|
2841
2483
|
"emitScope": "ClassSurface",
|
|
@@ -2848,16 +2490,16 @@
|
|
|
2848
2490
|
"isOverride": false,
|
|
2849
2491
|
"isSealed": true,
|
|
2850
2492
|
"visibility": "Public",
|
|
2851
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2493
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter",
|
|
2852
2494
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2853
2495
|
"isExtensionMethod": false
|
|
2854
2496
|
},
|
|
2855
2497
|
{
|
|
2856
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter::GetResult():
|
|
2498
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter::GetResult():TResult",
|
|
2857
2499
|
"clrName": "GetResult",
|
|
2858
|
-
"metadataToken":
|
|
2859
|
-
"canonicalSignature": "():
|
|
2860
|
-
"normalizedSignature": "GetResult|():
|
|
2500
|
+
"metadataToken": 100696233,
|
|
2501
|
+
"canonicalSignature": "():TResult",
|
|
2502
|
+
"normalizedSignature": "GetResult|():TResult|static=false",
|
|
2861
2503
|
"emitScope": "ClassSurface",
|
|
2862
2504
|
"provenance": "Original",
|
|
2863
2505
|
"arity": 0,
|
|
@@ -2868,58 +2510,16 @@
|
|
|
2868
2510
|
"isOverride": false,
|
|
2869
2511
|
"isSealed": false,
|
|
2870
2512
|
"visibility": "Public",
|
|
2871
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2513
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter",
|
|
2872
2514
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2873
2515
|
"isExtensionMethod": false
|
|
2874
|
-
},
|
|
2875
|
-
{
|
|
2876
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ICriticalNotifyCompletion::UnsafeOnCompleted(System.Action):System.Void",
|
|
2877
|
-
"clrName": "UnsafeOnCompleted",
|
|
2878
|
-
"metadataToken": 100696054,
|
|
2879
|
-
"canonicalSignature": "(System.Action):System.Void",
|
|
2880
|
-
"normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
|
|
2881
|
-
"emitScope": "ViewOnly",
|
|
2882
|
-
"provenance": "ExplicitView",
|
|
2883
|
-
"arity": 0,
|
|
2884
|
-
"parameterCount": 1,
|
|
2885
|
-
"isStatic": false,
|
|
2886
|
-
"isAbstract": false,
|
|
2887
|
-
"isVirtual": true,
|
|
2888
|
-
"isOverride": false,
|
|
2889
|
-
"isSealed": false,
|
|
2890
|
-
"visibility": "Public",
|
|
2891
|
-
"declaringClrType": "System.Runtime.CompilerServices.ICriticalNotifyCompletion",
|
|
2892
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2893
|
-
"isExtensionMethod": false,
|
|
2894
|
-
"sourceInterface": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.INotifyCompletion::OnCompleted(System.Action):System.Void",
|
|
2898
|
-
"clrName": "OnCompleted",
|
|
2899
|
-
"metadataToken": 100696053,
|
|
2900
|
-
"canonicalSignature": "(System.Action):System.Void",
|
|
2901
|
-
"normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
|
|
2902
|
-
"emitScope": "ViewOnly",
|
|
2903
|
-
"provenance": "ExplicitView",
|
|
2904
|
-
"arity": 0,
|
|
2905
|
-
"parameterCount": 1,
|
|
2906
|
-
"isStatic": false,
|
|
2907
|
-
"isAbstract": false,
|
|
2908
|
-
"isVirtual": true,
|
|
2909
|
-
"isOverride": false,
|
|
2910
|
-
"isSealed": false,
|
|
2911
|
-
"visibility": "Public",
|
|
2912
|
-
"declaringClrType": "System.Runtime.CompilerServices.INotifyCompletion",
|
|
2913
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2914
|
-
"isExtensionMethod": false,
|
|
2915
|
-
"sourceInterface": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
2916
2516
|
}
|
|
2917
2517
|
],
|
|
2918
2518
|
"properties": [
|
|
2919
2519
|
{
|
|
2920
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter::IsCompleted:System.Boolean",
|
|
2520
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter::IsCompleted:System.Boolean",
|
|
2921
2521
|
"clrName": "IsCompleted",
|
|
2922
|
-
"metadataToken":
|
|
2522
|
+
"metadataToken": 385879811,
|
|
2923
2523
|
"canonicalSignature": ":System.Boolean",
|
|
2924
2524
|
"normalizedSignature": "IsCompleted|:System.Boolean|static=false|accessor=get",
|
|
2925
2525
|
"emitScope": "ClassSurface",
|
|
@@ -2932,7 +2532,7 @@
|
|
|
2932
2532
|
"isVirtual": false,
|
|
2933
2533
|
"isOverride": false,
|
|
2934
2534
|
"visibility": "Public",
|
|
2935
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u002BConfiguredTaskAwaiter",
|
|
2535
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredTaskAwaitable\u00601\u002BConfiguredTaskAwaiter",
|
|
2936
2536
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2937
2537
|
}
|
|
2938
2538
|
],
|
|
@@ -2983,53 +2583,8 @@
|
|
|
2983
2583
|
"constructors": []
|
|
2984
2584
|
},
|
|
2985
2585
|
{
|
|
2986
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\
|
|
2987
|
-
"clrName": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\
|
|
2988
|
-
"assemblyName": "System.Private.CoreLib",
|
|
2989
|
-
"metadataToken": 0,
|
|
2990
|
-
"kind": "Struct",
|
|
2991
|
-
"accessibility": "Public",
|
|
2992
|
-
"isAbstract": false,
|
|
2993
|
-
"isSealed": true,
|
|
2994
|
-
"isStatic": false,
|
|
2995
|
-
"arity": 1,
|
|
2996
|
-
"baseType": {
|
|
2997
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2998
|
-
"clrName": "System.ValueType"
|
|
2999
|
-
},
|
|
3000
|
-
"typeParameters": [
|
|
3001
|
-
"TResult"
|
|
3002
|
-
],
|
|
3003
|
-
"methods": [
|
|
3004
|
-
{
|
|
3005
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601::GetAwaiter():ConfiguredValueTaskAwaiter",
|
|
3006
|
-
"clrName": "GetAwaiter",
|
|
3007
|
-
"metadataToken": 100696002,
|
|
3008
|
-
"canonicalSignature": "():ConfiguredValueTaskAwaiter",
|
|
3009
|
-
"normalizedSignature": "GetAwaiter|():ConfiguredValueTaskAwaiter|static=false",
|
|
3010
|
-
"emitScope": "ClassSurface",
|
|
3011
|
-
"provenance": "Original",
|
|
3012
|
-
"arity": 0,
|
|
3013
|
-
"parameterCount": 0,
|
|
3014
|
-
"isStatic": false,
|
|
3015
|
-
"isAbstract": false,
|
|
3016
|
-
"isVirtual": false,
|
|
3017
|
-
"isOverride": false,
|
|
3018
|
-
"isSealed": false,
|
|
3019
|
-
"visibility": "Public",
|
|
3020
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601",
|
|
3021
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3022
|
-
"isExtensionMethod": false
|
|
3023
|
-
}
|
|
3024
|
-
],
|
|
3025
|
-
"properties": [],
|
|
3026
|
-
"fields": [],
|
|
3027
|
-
"events": [],
|
|
3028
|
-
"constructors": []
|
|
3029
|
-
},
|
|
3030
|
-
{
|
|
3031
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter",
|
|
3032
|
-
"clrName": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter",
|
|
2586
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
2587
|
+
"clrName": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
3033
2588
|
"assemblyName": "System.Private.CoreLib",
|
|
3034
2589
|
"metadataToken": 0,
|
|
3035
2590
|
"kind": "Struct",
|
|
@@ -3037,7 +2592,7 @@
|
|
|
3037
2592
|
"isAbstract": false,
|
|
3038
2593
|
"isSealed": true,
|
|
3039
2594
|
"isStatic": false,
|
|
3040
|
-
"arity":
|
|
2595
|
+
"arity": 0,
|
|
3041
2596
|
"baseType": {
|
|
3042
2597
|
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
3043
2598
|
"clrName": "System.ValueType"
|
|
@@ -3050,18 +2605,19 @@
|
|
|
3050
2605
|
{
|
|
3051
2606
|
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.INotifyCompletion",
|
|
3052
2607
|
"clrName": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.IStateMachineBoxAwareAwaiter",
|
|
2611
|
+
"clrName": "System.Runtime.CompilerServices.IStateMachineBoxAwareAwaiter"
|
|
3053
2612
|
}
|
|
3054
2613
|
],
|
|
3055
|
-
"typeParameters": [
|
|
3056
|
-
"TResult"
|
|
3057
|
-
],
|
|
3058
2614
|
"methods": [
|
|
3059
2615
|
{
|
|
3060
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\
|
|
2616
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter::GetResult():System.Void",
|
|
3061
2617
|
"clrName": "GetResult",
|
|
3062
|
-
"metadataToken":
|
|
3063
|
-
"canonicalSignature": "():
|
|
3064
|
-
"normalizedSignature": "GetResult|():
|
|
2618
|
+
"metadataToken": 100695997,
|
|
2619
|
+
"canonicalSignature": "():System.Void",
|
|
2620
|
+
"normalizedSignature": "GetResult|():System.Void|static=false",
|
|
3065
2621
|
"emitScope": "ClassSurface",
|
|
3066
2622
|
"provenance": "Original",
|
|
3067
2623
|
"arity": 0,
|
|
@@ -3072,14 +2628,14 @@
|
|
|
3072
2628
|
"isOverride": false,
|
|
3073
2629
|
"isSealed": false,
|
|
3074
2630
|
"visibility": "Public",
|
|
3075
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\
|
|
2631
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
3076
2632
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3077
2633
|
"isExtensionMethod": false
|
|
3078
2634
|
},
|
|
3079
2635
|
{
|
|
3080
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\
|
|
2636
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter::OnCompleted(System.Action):System.Void",
|
|
3081
2637
|
"clrName": "OnCompleted",
|
|
3082
|
-
"metadataToken":
|
|
2638
|
+
"metadataToken": 100695998,
|
|
3083
2639
|
"canonicalSignature": "(System.Action):System.Void",
|
|
3084
2640
|
"normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
|
|
3085
2641
|
"emitScope": "ClassSurface",
|
|
@@ -3092,14 +2648,14 @@
|
|
|
3092
2648
|
"isOverride": false,
|
|
3093
2649
|
"isSealed": true,
|
|
3094
2650
|
"visibility": "Public",
|
|
3095
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\
|
|
2651
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
3096
2652
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3097
2653
|
"isExtensionMethod": false
|
|
3098
2654
|
},
|
|
3099
2655
|
{
|
|
3100
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\
|
|
2656
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
|
|
3101
2657
|
"clrName": "UnsafeOnCompleted",
|
|
3102
|
-
"metadataToken":
|
|
2658
|
+
"metadataToken": 100695999,
|
|
3103
2659
|
"canonicalSignature": "(System.Action):System.Void",
|
|
3104
2660
|
"normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
|
|
3105
2661
|
"emitScope": "ClassSurface",
|
|
@@ -3112,81 +2668,84 @@
|
|
|
3112
2668
|
"isOverride": false,
|
|
3113
2669
|
"isSealed": true,
|
|
3114
2670
|
"visibility": "Public",
|
|
3115
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\
|
|
2671
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
3116
2672
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3117
2673
|
"isExtensionMethod": false
|
|
3118
|
-
}
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
"clrName": "UnsafeOnCompleted",
|
|
3122
|
-
"metadataToken": 100696054,
|
|
3123
|
-
"canonicalSignature": "(System.Action):System.Void",
|
|
3124
|
-
"normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
|
|
3125
|
-
"emitScope": "ViewOnly",
|
|
3126
|
-
"provenance": "ExplicitView",
|
|
3127
|
-
"arity": 0,
|
|
3128
|
-
"parameterCount": 1,
|
|
3129
|
-
"isStatic": false,
|
|
3130
|
-
"isAbstract": false,
|
|
3131
|
-
"isVirtual": true,
|
|
3132
|
-
"isOverride": false,
|
|
3133
|
-
"isSealed": false,
|
|
3134
|
-
"visibility": "Public",
|
|
3135
|
-
"declaringClrType": "System.Runtime.CompilerServices.ICriticalNotifyCompletion",
|
|
3136
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3137
|
-
"isExtensionMethod": false,
|
|
3138
|
-
"sourceInterface": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
3139
|
-
},
|
|
2674
|
+
}
|
|
2675
|
+
],
|
|
2676
|
+
"properties": [
|
|
3140
2677
|
{
|
|
3141
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.
|
|
3142
|
-
"clrName": "
|
|
3143
|
-
"metadataToken":
|
|
3144
|
-
"canonicalSignature": "
|
|
3145
|
-
"normalizedSignature": "
|
|
3146
|
-
"emitScope": "
|
|
3147
|
-
"provenance": "
|
|
3148
|
-
"
|
|
3149
|
-
"
|
|
2678
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter::IsCompleted:System.Boolean",
|
|
2679
|
+
"clrName": "IsCompleted",
|
|
2680
|
+
"metadataToken": 385879768,
|
|
2681
|
+
"canonicalSignature": ":System.Boolean",
|
|
2682
|
+
"normalizedSignature": "IsCompleted|:System.Boolean|static=false|accessor=get",
|
|
2683
|
+
"emitScope": "ClassSurface",
|
|
2684
|
+
"provenance": "Original",
|
|
2685
|
+
"isIndexer": false,
|
|
2686
|
+
"hasGetter": true,
|
|
2687
|
+
"hasSetter": false,
|
|
3150
2688
|
"isStatic": false,
|
|
3151
2689
|
"isAbstract": false,
|
|
3152
|
-
"isVirtual":
|
|
2690
|
+
"isVirtual": false,
|
|
3153
2691
|
"isOverride": false,
|
|
3154
|
-
"isSealed": false,
|
|
3155
2692
|
"visibility": "Public",
|
|
3156
|
-
"declaringClrType": "System.Runtime.CompilerServices.
|
|
3157
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3158
|
-
"isExtensionMethod": false,
|
|
3159
|
-
"sourceInterface": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
2693
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
2694
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3160
2695
|
}
|
|
3161
2696
|
],
|
|
3162
|
-
"
|
|
2697
|
+
"fields": [],
|
|
2698
|
+
"events": [],
|
|
2699
|
+
"constructors": []
|
|
2700
|
+
},
|
|
2701
|
+
{
|
|
2702
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601",
|
|
2703
|
+
"clrName": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601",
|
|
2704
|
+
"assemblyName": "System.Private.CoreLib",
|
|
2705
|
+
"metadataToken": 0,
|
|
2706
|
+
"kind": "Struct",
|
|
2707
|
+
"accessibility": "Public",
|
|
2708
|
+
"isAbstract": false,
|
|
2709
|
+
"isSealed": true,
|
|
2710
|
+
"isStatic": false,
|
|
2711
|
+
"arity": 1,
|
|
2712
|
+
"baseType": {
|
|
2713
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
2714
|
+
"clrName": "System.ValueType"
|
|
2715
|
+
},
|
|
2716
|
+
"typeParameters": [
|
|
2717
|
+
"TResult"
|
|
2718
|
+
],
|
|
2719
|
+
"methods": [
|
|
3163
2720
|
{
|
|
3164
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601
|
|
3165
|
-
"clrName": "
|
|
3166
|
-
"metadataToken":
|
|
3167
|
-
"canonicalSignature": ":
|
|
3168
|
-
"normalizedSignature": "
|
|
2721
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601::GetAwaiter():ConfiguredValueTaskAwaiter",
|
|
2722
|
+
"clrName": "GetAwaiter",
|
|
2723
|
+
"metadataToken": 100696002,
|
|
2724
|
+
"canonicalSignature": "():ConfiguredValueTaskAwaiter",
|
|
2725
|
+
"normalizedSignature": "GetAwaiter|():ConfiguredValueTaskAwaiter|static=false",
|
|
3169
2726
|
"emitScope": "ClassSurface",
|
|
3170
2727
|
"provenance": "Original",
|
|
3171
|
-
"
|
|
3172
|
-
"
|
|
3173
|
-
"hasSetter": false,
|
|
2728
|
+
"arity": 0,
|
|
2729
|
+
"parameterCount": 0,
|
|
3174
2730
|
"isStatic": false,
|
|
3175
2731
|
"isAbstract": false,
|
|
3176
2732
|
"isVirtual": false,
|
|
3177
2733
|
"isOverride": false,
|
|
2734
|
+
"isSealed": false,
|
|
3178
2735
|
"visibility": "Public",
|
|
3179
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601
|
|
3180
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2736
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601",
|
|
2737
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
2738
|
+
"isExtensionMethod": false
|
|
3181
2739
|
}
|
|
3182
2740
|
],
|
|
2741
|
+
"properties": [],
|
|
3183
2742
|
"fields": [],
|
|
3184
2743
|
"events": [],
|
|
3185
2744
|
"constructors": []
|
|
3186
2745
|
},
|
|
3187
2746
|
{
|
|
3188
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
3189
|
-
"clrName": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
2747
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter",
|
|
2748
|
+
"clrName": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter",
|
|
3190
2749
|
"assemblyName": "System.Private.CoreLib",
|
|
3191
2750
|
"metadataToken": 0,
|
|
3192
2751
|
"kind": "Struct",
|
|
@@ -3194,7 +2753,7 @@
|
|
|
3194
2753
|
"isAbstract": false,
|
|
3195
2754
|
"isSealed": true,
|
|
3196
2755
|
"isStatic": false,
|
|
3197
|
-
"arity":
|
|
2756
|
+
"arity": 1,
|
|
3198
2757
|
"baseType": {
|
|
3199
2758
|
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
3200
2759
|
"clrName": "System.ValueType"
|
|
@@ -3207,15 +2766,22 @@
|
|
|
3207
2766
|
{
|
|
3208
2767
|
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.INotifyCompletion",
|
|
3209
2768
|
"clrName": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.IStateMachineBoxAwareAwaiter",
|
|
2772
|
+
"clrName": "System.Runtime.CompilerServices.IStateMachineBoxAwareAwaiter"
|
|
3210
2773
|
}
|
|
3211
2774
|
],
|
|
2775
|
+
"typeParameters": [
|
|
2776
|
+
"TResult"
|
|
2777
|
+
],
|
|
3212
2778
|
"methods": [
|
|
3213
2779
|
{
|
|
3214
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter::GetResult():
|
|
2780
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter::GetResult():TResult",
|
|
3215
2781
|
"clrName": "GetResult",
|
|
3216
|
-
"metadataToken":
|
|
3217
|
-
"canonicalSignature": "():
|
|
3218
|
-
"normalizedSignature": "GetResult|():
|
|
2782
|
+
"metadataToken": 100696005,
|
|
2783
|
+
"canonicalSignature": "():TResult",
|
|
2784
|
+
"normalizedSignature": "GetResult|():TResult|static=false",
|
|
3219
2785
|
"emitScope": "ClassSurface",
|
|
3220
2786
|
"provenance": "Original",
|
|
3221
2787
|
"arity": 0,
|
|
@@ -3226,14 +2792,14 @@
|
|
|
3226
2792
|
"isOverride": false,
|
|
3227
2793
|
"isSealed": false,
|
|
3228
2794
|
"visibility": "Public",
|
|
3229
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
2795
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter",
|
|
3230
2796
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3231
2797
|
"isExtensionMethod": false
|
|
3232
2798
|
},
|
|
3233
2799
|
{
|
|
3234
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter::OnCompleted(System.Action):System.Void",
|
|
2800
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter::OnCompleted(System.Action):System.Void",
|
|
3235
2801
|
"clrName": "OnCompleted",
|
|
3236
|
-
"metadataToken":
|
|
2802
|
+
"metadataToken": 100696006,
|
|
3237
2803
|
"canonicalSignature": "(System.Action):System.Void",
|
|
3238
2804
|
"normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
|
|
3239
2805
|
"emitScope": "ClassSurface",
|
|
@@ -3246,14 +2812,14 @@
|
|
|
3246
2812
|
"isOverride": false,
|
|
3247
2813
|
"isSealed": true,
|
|
3248
2814
|
"visibility": "Public",
|
|
3249
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
2815
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter",
|
|
3250
2816
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3251
2817
|
"isExtensionMethod": false
|
|
3252
2818
|
},
|
|
3253
2819
|
{
|
|
3254
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
|
|
2820
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter::UnsafeOnCompleted(System.Action):System.Void",
|
|
3255
2821
|
"clrName": "UnsafeOnCompleted",
|
|
3256
|
-
"metadataToken":
|
|
2822
|
+
"metadataToken": 100696007,
|
|
3257
2823
|
"canonicalSignature": "(System.Action):System.Void",
|
|
3258
2824
|
"normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
|
|
3259
2825
|
"emitScope": "ClassSurface",
|
|
@@ -3266,58 +2832,16 @@
|
|
|
3266
2832
|
"isOverride": false,
|
|
3267
2833
|
"isSealed": true,
|
|
3268
2834
|
"visibility": "Public",
|
|
3269
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
2835
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter",
|
|
3270
2836
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3271
2837
|
"isExtensionMethod": false
|
|
3272
|
-
},
|
|
3273
|
-
{
|
|
3274
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ICriticalNotifyCompletion::UnsafeOnCompleted(System.Action):System.Void",
|
|
3275
|
-
"clrName": "UnsafeOnCompleted",
|
|
3276
|
-
"metadataToken": 100696054,
|
|
3277
|
-
"canonicalSignature": "(System.Action):System.Void",
|
|
3278
|
-
"normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
|
|
3279
|
-
"emitScope": "ViewOnly",
|
|
3280
|
-
"provenance": "ExplicitView",
|
|
3281
|
-
"arity": 0,
|
|
3282
|
-
"parameterCount": 1,
|
|
3283
|
-
"isStatic": false,
|
|
3284
|
-
"isAbstract": false,
|
|
3285
|
-
"isVirtual": true,
|
|
3286
|
-
"isOverride": false,
|
|
3287
|
-
"isSealed": false,
|
|
3288
|
-
"visibility": "Public",
|
|
3289
|
-
"declaringClrType": "System.Runtime.CompilerServices.ICriticalNotifyCompletion",
|
|
3290
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3291
|
-
"isExtensionMethod": false,
|
|
3292
|
-
"sourceInterface": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.INotifyCompletion::OnCompleted(System.Action):System.Void",
|
|
3296
|
-
"clrName": "OnCompleted",
|
|
3297
|
-
"metadataToken": 100696053,
|
|
3298
|
-
"canonicalSignature": "(System.Action):System.Void",
|
|
3299
|
-
"normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
|
|
3300
|
-
"emitScope": "ViewOnly",
|
|
3301
|
-
"provenance": "ExplicitView",
|
|
3302
|
-
"arity": 0,
|
|
3303
|
-
"parameterCount": 1,
|
|
3304
|
-
"isStatic": false,
|
|
3305
|
-
"isAbstract": false,
|
|
3306
|
-
"isVirtual": true,
|
|
3307
|
-
"isOverride": false,
|
|
3308
|
-
"isSealed": false,
|
|
3309
|
-
"visibility": "Public",
|
|
3310
|
-
"declaringClrType": "System.Runtime.CompilerServices.INotifyCompletion",
|
|
3311
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3312
|
-
"isExtensionMethod": false,
|
|
3313
|
-
"sourceInterface": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
3314
2838
|
}
|
|
3315
2839
|
],
|
|
3316
2840
|
"properties": [
|
|
3317
2841
|
{
|
|
3318
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter::IsCompleted:System.Boolean",
|
|
2842
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter::IsCompleted:System.Boolean",
|
|
3319
2843
|
"clrName": "IsCompleted",
|
|
3320
|
-
"metadataToken":
|
|
2844
|
+
"metadataToken": 385879769,
|
|
3321
2845
|
"canonicalSignature": ":System.Boolean",
|
|
3322
2846
|
"normalizedSignature": "IsCompleted|:System.Boolean|static=false|accessor=get",
|
|
3323
2847
|
"emitScope": "ClassSurface",
|
|
@@ -3330,7 +2854,7 @@
|
|
|
3330
2854
|
"isVirtual": false,
|
|
3331
2855
|
"isOverride": false,
|
|
3332
2856
|
"visibility": "Public",
|
|
3333
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u002BConfiguredValueTaskAwaiter",
|
|
2857
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable\u00601\u002BConfiguredValueTaskAwaiter",
|
|
3334
2858
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3335
2859
|
}
|
|
3336
2860
|
],
|
|
@@ -5140,6 +4664,10 @@
|
|
|
5140
4664
|
{
|
|
5141
4665
|
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.INotifyCompletion",
|
|
5142
4666
|
"clrName": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
4667
|
+
},
|
|
4668
|
+
{
|
|
4669
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.IStateMachineBoxAwareAwaiter",
|
|
4670
|
+
"clrName": "System.Runtime.CompilerServices.IStateMachineBoxAwareAwaiter"
|
|
5143
4671
|
}
|
|
5144
4672
|
],
|
|
5145
4673
|
"methods": [
|
|
@@ -5202,48 +4730,6 @@
|
|
|
5202
4730
|
"declaringClrType": "System.Runtime.CompilerServices.YieldAwaitable\u002BYieldAwaiter",
|
|
5203
4731
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5204
4732
|
"isExtensionMethod": false
|
|
5205
|
-
},
|
|
5206
|
-
{
|
|
5207
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ICriticalNotifyCompletion::UnsafeOnCompleted(System.Action):System.Void",
|
|
5208
|
-
"clrName": "UnsafeOnCompleted",
|
|
5209
|
-
"metadataToken": 100696054,
|
|
5210
|
-
"canonicalSignature": "(System.Action):System.Void",
|
|
5211
|
-
"normalizedSignature": "UnsafeOnCompleted|(System.Action):System.Void|static=false",
|
|
5212
|
-
"emitScope": "ViewOnly",
|
|
5213
|
-
"provenance": "ExplicitView",
|
|
5214
|
-
"arity": 0,
|
|
5215
|
-
"parameterCount": 1,
|
|
5216
|
-
"isStatic": false,
|
|
5217
|
-
"isAbstract": false,
|
|
5218
|
-
"isVirtual": true,
|
|
5219
|
-
"isOverride": false,
|
|
5220
|
-
"isSealed": false,
|
|
5221
|
-
"visibility": "Public",
|
|
5222
|
-
"declaringClrType": "System.Runtime.CompilerServices.ICriticalNotifyCompletion",
|
|
5223
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5224
|
-
"isExtensionMethod": false,
|
|
5225
|
-
"sourceInterface": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
5226
|
-
},
|
|
5227
|
-
{
|
|
5228
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.INotifyCompletion::OnCompleted(System.Action):System.Void",
|
|
5229
|
-
"clrName": "OnCompleted",
|
|
5230
|
-
"metadataToken": 100696053,
|
|
5231
|
-
"canonicalSignature": "(System.Action):System.Void",
|
|
5232
|
-
"normalizedSignature": "OnCompleted|(System.Action):System.Void|static=false",
|
|
5233
|
-
"emitScope": "ViewOnly",
|
|
5234
|
-
"provenance": "ExplicitView",
|
|
5235
|
-
"arity": 0,
|
|
5236
|
-
"parameterCount": 1,
|
|
5237
|
-
"isStatic": false,
|
|
5238
|
-
"isAbstract": false,
|
|
5239
|
-
"isVirtual": true,
|
|
5240
|
-
"isOverride": false,
|
|
5241
|
-
"isSealed": false,
|
|
5242
|
-
"visibility": "Public",
|
|
5243
|
-
"declaringClrType": "System.Runtime.CompilerServices.INotifyCompletion",
|
|
5244
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
5245
|
-
"isExtensionMethod": false,
|
|
5246
|
-
"sourceInterface": "System.Runtime.CompilerServices.INotifyCompletion"
|
|
5247
4733
|
}
|
|
5248
4734
|
],
|
|
5249
4735
|
"properties": [
|
|
@@ -6764,38 +6250,146 @@
|
|
|
6764
6250
|
"emitScope": "ViewOnly",
|
|
6765
6251
|
"provenance": "ExplicitView",
|
|
6766
6252
|
"arity": 0,
|
|
6767
|
-
"parameterCount": 0,
|
|
6253
|
+
"parameterCount": 0,
|
|
6254
|
+
"isStatic": false,
|
|
6255
|
+
"isAbstract": false,
|
|
6256
|
+
"isVirtual": true,
|
|
6257
|
+
"isOverride": false,
|
|
6258
|
+
"isSealed": false,
|
|
6259
|
+
"visibility": "Public",
|
|
6260
|
+
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
6261
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6262
|
+
"isExtensionMethod": false,
|
|
6263
|
+
"sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
|
|
6264
|
+
},
|
|
6265
|
+
{
|
|
6266
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
6267
|
+
"clrName": "GetEnumerator",
|
|
6268
|
+
"metadataToken": 100703845,
|
|
6269
|
+
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
6270
|
+
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
6271
|
+
"emitScope": "ViewOnly",
|
|
6272
|
+
"provenance": "ExplicitView",
|
|
6273
|
+
"arity": 0,
|
|
6274
|
+
"parameterCount": 0,
|
|
6275
|
+
"isStatic": false,
|
|
6276
|
+
"isAbstract": false,
|
|
6277
|
+
"isVirtual": true,
|
|
6278
|
+
"isOverride": false,
|
|
6279
|
+
"isSealed": false,
|
|
6280
|
+
"visibility": "Public",
|
|
6281
|
+
"declaringClrType": "System.Collections.IEnumerable",
|
|
6282
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6283
|
+
"isExtensionMethod": false,
|
|
6284
|
+
"sourceInterface": "System.Collections.IEnumerable"
|
|
6285
|
+
}
|
|
6286
|
+
],
|
|
6287
|
+
"properties": [],
|
|
6288
|
+
"fields": [],
|
|
6289
|
+
"events": [],
|
|
6290
|
+
"constructors": [
|
|
6291
|
+
{
|
|
6292
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::.ctor():void",
|
|
6293
|
+
"metadataToken": 100695936,
|
|
6294
|
+
"canonicalSignature": "():void",
|
|
6295
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
6296
|
+
"isStatic": false,
|
|
6297
|
+
"parameterCount": 0,
|
|
6298
|
+
"visibility": "Public",
|
|
6299
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602",
|
|
6300
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6301
|
+
}
|
|
6302
|
+
]
|
|
6303
|
+
},
|
|
6304
|
+
{
|
|
6305
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
6306
|
+
"clrName": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
6307
|
+
"assemblyName": "System.Private.CoreLib",
|
|
6308
|
+
"metadataToken": 0,
|
|
6309
|
+
"kind": "Delegate",
|
|
6310
|
+
"accessibility": "Public",
|
|
6311
|
+
"isAbstract": false,
|
|
6312
|
+
"isSealed": true,
|
|
6313
|
+
"isStatic": false,
|
|
6314
|
+
"arity": 2,
|
|
6315
|
+
"baseType": {
|
|
6316
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
6317
|
+
"clrName": "System.MulticastDelegate"
|
|
6318
|
+
},
|
|
6319
|
+
"interfaces": [
|
|
6320
|
+
{
|
|
6321
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
6322
|
+
"clrName": "System.ICloneable"
|
|
6323
|
+
},
|
|
6324
|
+
{
|
|
6325
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
6326
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
6327
|
+
}
|
|
6328
|
+
],
|
|
6329
|
+
"typeParameters": [
|
|
6330
|
+
"TKey",
|
|
6331
|
+
"TValue"
|
|
6332
|
+
],
|
|
6333
|
+
"methods": [
|
|
6334
|
+
{
|
|
6335
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::Invoke(TKey):TValue",
|
|
6336
|
+
"clrName": "Invoke",
|
|
6337
|
+
"metadataToken": 100695954,
|
|
6338
|
+
"canonicalSignature": "(TKey):TValue",
|
|
6339
|
+
"normalizedSignature": "Invoke|(TKey):TValue|static=false",
|
|
6340
|
+
"emitScope": "ClassSurface",
|
|
6341
|
+
"provenance": "Original",
|
|
6342
|
+
"arity": 0,
|
|
6343
|
+
"parameterCount": 1,
|
|
6344
|
+
"isStatic": false,
|
|
6345
|
+
"isAbstract": false,
|
|
6346
|
+
"isVirtual": true,
|
|
6347
|
+
"isOverride": false,
|
|
6348
|
+
"isSealed": false,
|
|
6349
|
+
"visibility": "Public",
|
|
6350
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
6351
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6352
|
+
"isExtensionMethod": false
|
|
6353
|
+
},
|
|
6354
|
+
{
|
|
6355
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::BeginInvoke(TKey,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
6356
|
+
"clrName": "BeginInvoke",
|
|
6357
|
+
"metadataToken": 100695955,
|
|
6358
|
+
"canonicalSignature": "(TKey,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
6359
|
+
"normalizedSignature": "BeginInvoke|(TKey,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
6360
|
+
"emitScope": "ClassSurface",
|
|
6361
|
+
"provenance": "Original",
|
|
6362
|
+
"arity": 0,
|
|
6363
|
+
"parameterCount": 3,
|
|
6768
6364
|
"isStatic": false,
|
|
6769
6365
|
"isAbstract": false,
|
|
6770
6366
|
"isVirtual": true,
|
|
6771
6367
|
"isOverride": false,
|
|
6772
6368
|
"isSealed": false,
|
|
6773
6369
|
"visibility": "Public",
|
|
6774
|
-
"declaringClrType": "System.
|
|
6370
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
6775
6371
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6776
|
-
"isExtensionMethod": false
|
|
6777
|
-
"sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
|
|
6372
|
+
"isExtensionMethod": false
|
|
6778
6373
|
},
|
|
6779
6374
|
{
|
|
6780
|
-
"stableId": "System.Private.CoreLib:System.
|
|
6781
|
-
"clrName": "
|
|
6782
|
-
"metadataToken":
|
|
6783
|
-
"canonicalSignature": "():
|
|
6784
|
-
"normalizedSignature": "
|
|
6785
|
-
"emitScope": "
|
|
6786
|
-
"provenance": "
|
|
6375
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::EndInvoke(System.IAsyncResult):TValue",
|
|
6376
|
+
"clrName": "EndInvoke",
|
|
6377
|
+
"metadataToken": 100695956,
|
|
6378
|
+
"canonicalSignature": "(System.IAsyncResult):TValue",
|
|
6379
|
+
"normalizedSignature": "EndInvoke|(System.IAsyncResult):TValue|static=false",
|
|
6380
|
+
"emitScope": "ClassSurface",
|
|
6381
|
+
"provenance": "Original",
|
|
6787
6382
|
"arity": 0,
|
|
6788
|
-
"parameterCount":
|
|
6383
|
+
"parameterCount": 1,
|
|
6789
6384
|
"isStatic": false,
|
|
6790
6385
|
"isAbstract": false,
|
|
6791
6386
|
"isVirtual": true,
|
|
6792
6387
|
"isOverride": false,
|
|
6793
6388
|
"isSealed": false,
|
|
6794
6389
|
"visibility": "Public",
|
|
6795
|
-
"declaringClrType": "System.
|
|
6390
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
6796
6391
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
6797
|
-
"isExtensionMethod": false
|
|
6798
|
-
"sourceInterface": "System.Collections.IEnumerable"
|
|
6392
|
+
"isExtensionMethod": false
|
|
6799
6393
|
}
|
|
6800
6394
|
],
|
|
6801
6395
|
"properties": [],
|
|
@@ -6803,14 +6397,14 @@
|
|
|
6803
6397
|
"events": [],
|
|
6804
6398
|
"constructors": [
|
|
6805
6399
|
{
|
|
6806
|
-
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602::.ctor():void",
|
|
6807
|
-
"metadataToken":
|
|
6808
|
-
"canonicalSignature": "():void",
|
|
6809
|
-
"normalizedSignature": "constructor|():void|static=false",
|
|
6400
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback::.ctor(System.Object,System.IntPtr):void",
|
|
6401
|
+
"metadataToken": 100695953,
|
|
6402
|
+
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
6403
|
+
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
6810
6404
|
"isStatic": false,
|
|
6811
|
-
"parameterCount":
|
|
6405
|
+
"parameterCount": 2,
|
|
6812
6406
|
"visibility": "Public",
|
|
6813
|
-
"declaringClrType": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602",
|
|
6407
|
+
"declaringClrType": "System.Runtime.CompilerServices.ConditionalWeakTable\u00602\u002BCreateValueCallback",
|
|
6814
6408
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
6815
6409
|
}
|
|
6816
6410
|
]
|
|
@@ -12382,6 +11976,214 @@
|
|
|
12382
11976
|
"events": [],
|
|
12383
11977
|
"constructors": []
|
|
12384
11978
|
},
|
|
11979
|
+
{
|
|
11980
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
11981
|
+
"clrName": "System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
11982
|
+
"assemblyName": "System.Private.CoreLib",
|
|
11983
|
+
"metadataToken": 0,
|
|
11984
|
+
"kind": "Delegate",
|
|
11985
|
+
"accessibility": "Public",
|
|
11986
|
+
"isAbstract": false,
|
|
11987
|
+
"isSealed": true,
|
|
11988
|
+
"isStatic": false,
|
|
11989
|
+
"arity": 0,
|
|
11990
|
+
"baseType": {
|
|
11991
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
11992
|
+
"clrName": "System.MulticastDelegate"
|
|
11993
|
+
},
|
|
11994
|
+
"interfaces": [
|
|
11995
|
+
{
|
|
11996
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
11997
|
+
"clrName": "System.ICloneable"
|
|
11998
|
+
},
|
|
11999
|
+
{
|
|
12000
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
12001
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
12002
|
+
}
|
|
12003
|
+
],
|
|
12004
|
+
"methods": [
|
|
12005
|
+
{
|
|
12006
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::Invoke(System.Object,System.Boolean):System.Void",
|
|
12007
|
+
"clrName": "Invoke",
|
|
12008
|
+
"metadataToken": 100695696,
|
|
12009
|
+
"canonicalSignature": "(System.Object,System.Boolean):System.Void",
|
|
12010
|
+
"normalizedSignature": "Invoke|(System.Object,System.Boolean):System.Void|static=false",
|
|
12011
|
+
"emitScope": "ClassSurface",
|
|
12012
|
+
"provenance": "Original",
|
|
12013
|
+
"arity": 0,
|
|
12014
|
+
"parameterCount": 2,
|
|
12015
|
+
"isStatic": false,
|
|
12016
|
+
"isAbstract": false,
|
|
12017
|
+
"isVirtual": true,
|
|
12018
|
+
"isOverride": false,
|
|
12019
|
+
"isSealed": false,
|
|
12020
|
+
"visibility": "Public",
|
|
12021
|
+
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
12022
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12023
|
+
"isExtensionMethod": false
|
|
12024
|
+
},
|
|
12025
|
+
{
|
|
12026
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::BeginInvoke(System.Object,System.Boolean,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
12027
|
+
"clrName": "BeginInvoke",
|
|
12028
|
+
"metadataToken": 100695697,
|
|
12029
|
+
"canonicalSignature": "(System.Object,System.Boolean,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
12030
|
+
"normalizedSignature": "BeginInvoke|(System.Object,System.Boolean,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
12031
|
+
"emitScope": "ClassSurface",
|
|
12032
|
+
"provenance": "Original",
|
|
12033
|
+
"arity": 0,
|
|
12034
|
+
"parameterCount": 4,
|
|
12035
|
+
"isStatic": false,
|
|
12036
|
+
"isAbstract": false,
|
|
12037
|
+
"isVirtual": true,
|
|
12038
|
+
"isOverride": false,
|
|
12039
|
+
"isSealed": false,
|
|
12040
|
+
"visibility": "Public",
|
|
12041
|
+
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
12042
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12043
|
+
"isExtensionMethod": false
|
|
12044
|
+
},
|
|
12045
|
+
{
|
|
12046
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::EndInvoke(System.IAsyncResult):System.Void",
|
|
12047
|
+
"clrName": "EndInvoke",
|
|
12048
|
+
"metadataToken": 100695698,
|
|
12049
|
+
"canonicalSignature": "(System.IAsyncResult):System.Void",
|
|
12050
|
+
"normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
|
|
12051
|
+
"emitScope": "ClassSurface",
|
|
12052
|
+
"provenance": "Original",
|
|
12053
|
+
"arity": 0,
|
|
12054
|
+
"parameterCount": 1,
|
|
12055
|
+
"isStatic": false,
|
|
12056
|
+
"isAbstract": false,
|
|
12057
|
+
"isVirtual": true,
|
|
12058
|
+
"isOverride": false,
|
|
12059
|
+
"isSealed": false,
|
|
12060
|
+
"visibility": "Public",
|
|
12061
|
+
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
12062
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12063
|
+
"isExtensionMethod": false
|
|
12064
|
+
}
|
|
12065
|
+
],
|
|
12066
|
+
"properties": [],
|
|
12067
|
+
"fields": [],
|
|
12068
|
+
"events": [],
|
|
12069
|
+
"constructors": [
|
|
12070
|
+
{
|
|
12071
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode::.ctor(System.Object,System.IntPtr):void",
|
|
12072
|
+
"metadataToken": 100695695,
|
|
12073
|
+
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
12074
|
+
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
12075
|
+
"isStatic": false,
|
|
12076
|
+
"parameterCount": 2,
|
|
12077
|
+
"visibility": "Public",
|
|
12078
|
+
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BCleanupCode",
|
|
12079
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12080
|
+
}
|
|
12081
|
+
]
|
|
12082
|
+
},
|
|
12083
|
+
{
|
|
12084
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
12085
|
+
"clrName": "System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
12086
|
+
"assemblyName": "System.Private.CoreLib",
|
|
12087
|
+
"metadataToken": 0,
|
|
12088
|
+
"kind": "Delegate",
|
|
12089
|
+
"accessibility": "Public",
|
|
12090
|
+
"isAbstract": false,
|
|
12091
|
+
"isSealed": true,
|
|
12092
|
+
"isStatic": false,
|
|
12093
|
+
"arity": 0,
|
|
12094
|
+
"baseType": {
|
|
12095
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
12096
|
+
"clrName": "System.MulticastDelegate"
|
|
12097
|
+
},
|
|
12098
|
+
"interfaces": [
|
|
12099
|
+
{
|
|
12100
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
12101
|
+
"clrName": "System.ICloneable"
|
|
12102
|
+
},
|
|
12103
|
+
{
|
|
12104
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
12105
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
12106
|
+
}
|
|
12107
|
+
],
|
|
12108
|
+
"methods": [
|
|
12109
|
+
{
|
|
12110
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::Invoke(System.Object):System.Void",
|
|
12111
|
+
"clrName": "Invoke",
|
|
12112
|
+
"metadataToken": 100695692,
|
|
12113
|
+
"canonicalSignature": "(System.Object):System.Void",
|
|
12114
|
+
"normalizedSignature": "Invoke|(System.Object):System.Void|static=false",
|
|
12115
|
+
"emitScope": "ClassSurface",
|
|
12116
|
+
"provenance": "Original",
|
|
12117
|
+
"arity": 0,
|
|
12118
|
+
"parameterCount": 1,
|
|
12119
|
+
"isStatic": false,
|
|
12120
|
+
"isAbstract": false,
|
|
12121
|
+
"isVirtual": true,
|
|
12122
|
+
"isOverride": false,
|
|
12123
|
+
"isSealed": false,
|
|
12124
|
+
"visibility": "Public",
|
|
12125
|
+
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
12126
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12127
|
+
"isExtensionMethod": false
|
|
12128
|
+
},
|
|
12129
|
+
{
|
|
12130
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::BeginInvoke(System.Object,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
12131
|
+
"clrName": "BeginInvoke",
|
|
12132
|
+
"metadataToken": 100695693,
|
|
12133
|
+
"canonicalSignature": "(System.Object,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
12134
|
+
"normalizedSignature": "BeginInvoke|(System.Object,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
12135
|
+
"emitScope": "ClassSurface",
|
|
12136
|
+
"provenance": "Original",
|
|
12137
|
+
"arity": 0,
|
|
12138
|
+
"parameterCount": 3,
|
|
12139
|
+
"isStatic": false,
|
|
12140
|
+
"isAbstract": false,
|
|
12141
|
+
"isVirtual": true,
|
|
12142
|
+
"isOverride": false,
|
|
12143
|
+
"isSealed": false,
|
|
12144
|
+
"visibility": "Public",
|
|
12145
|
+
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
12146
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12147
|
+
"isExtensionMethod": false
|
|
12148
|
+
},
|
|
12149
|
+
{
|
|
12150
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::EndInvoke(System.IAsyncResult):System.Void",
|
|
12151
|
+
"clrName": "EndInvoke",
|
|
12152
|
+
"metadataToken": 100695694,
|
|
12153
|
+
"canonicalSignature": "(System.IAsyncResult):System.Void",
|
|
12154
|
+
"normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
|
|
12155
|
+
"emitScope": "ClassSurface",
|
|
12156
|
+
"provenance": "Original",
|
|
12157
|
+
"arity": 0,
|
|
12158
|
+
"parameterCount": 1,
|
|
12159
|
+
"isStatic": false,
|
|
12160
|
+
"isAbstract": false,
|
|
12161
|
+
"isVirtual": true,
|
|
12162
|
+
"isOverride": false,
|
|
12163
|
+
"isSealed": false,
|
|
12164
|
+
"visibility": "Public",
|
|
12165
|
+
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
12166
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12167
|
+
"isExtensionMethod": false
|
|
12168
|
+
}
|
|
12169
|
+
],
|
|
12170
|
+
"properties": [],
|
|
12171
|
+
"fields": [],
|
|
12172
|
+
"events": [],
|
|
12173
|
+
"constructors": [
|
|
12174
|
+
{
|
|
12175
|
+
"stableId": "System.Private.CoreLib:System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode::.ctor(System.Object,System.IntPtr):void",
|
|
12176
|
+
"metadataToken": 100695691,
|
|
12177
|
+
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
12178
|
+
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
12179
|
+
"isStatic": false,
|
|
12180
|
+
"parameterCount": 2,
|
|
12181
|
+
"visibility": "Public",
|
|
12182
|
+
"declaringClrType": "System.Runtime.CompilerServices.RuntimeHelpers\u002BTryCode",
|
|
12183
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12184
|
+
}
|
|
12185
|
+
]
|
|
12186
|
+
},
|
|
12385
12187
|
{
|
|
12386
12188
|
"stableId": "System.Linq.Expressions:System.Runtime.CompilerServices.RuntimeOps",
|
|
12387
12189
|
"clrName": "System.Runtime.CompilerServices.RuntimeOps",
|