@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
package/System/bindings.json
CHANGED
|
@@ -2765,710 +2765,6 @@
|
|
|
2765
2765
|
"events": [],
|
|
2766
2766
|
"constructors": []
|
|
2767
2767
|
},
|
|
2768
|
-
{
|
|
2769
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder",
|
|
2770
|
-
"clrName": "System.Environment\u002BSpecialFolder",
|
|
2771
|
-
"assemblyName": "System.Private.CoreLib",
|
|
2772
|
-
"metadataToken": 0,
|
|
2773
|
-
"kind": "Enum",
|
|
2774
|
-
"accessibility": "Public",
|
|
2775
|
-
"isAbstract": false,
|
|
2776
|
-
"isSealed": true,
|
|
2777
|
-
"isStatic": false,
|
|
2778
|
-
"arity": 0,
|
|
2779
|
-
"baseType": {
|
|
2780
|
-
"stableId": "System.Private.CoreLib:System.Enum",
|
|
2781
|
-
"clrName": "System.Enum"
|
|
2782
|
-
},
|
|
2783
|
-
"interfaces": [
|
|
2784
|
-
{
|
|
2785
|
-
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
2786
|
-
"clrName": "System.IComparable"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
2790
|
-
"clrName": "System.ISpanFormattable"
|
|
2791
|
-
},
|
|
2792
|
-
{
|
|
2793
|
-
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
2794
|
-
"clrName": "System.IFormattable"
|
|
2795
|
-
},
|
|
2796
|
-
{
|
|
2797
|
-
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
2798
|
-
"clrName": "System.IConvertible"
|
|
2799
|
-
}
|
|
2800
|
-
],
|
|
2801
|
-
"methods": [],
|
|
2802
|
-
"properties": [],
|
|
2803
|
-
"fields": [
|
|
2804
|
-
{
|
|
2805
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::value__System.Int32",
|
|
2806
|
-
"clrName": "value__",
|
|
2807
|
-
"metadataToken": 67109336,
|
|
2808
|
-
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
2809
|
-
"isStatic": false,
|
|
2810
|
-
"isReadOnly": false,
|
|
2811
|
-
"isLiteral": false,
|
|
2812
|
-
"visibility": "Public",
|
|
2813
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2814
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2815
|
-
},
|
|
2816
|
-
{
|
|
2817
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::ApplicationDataSystem.Environment\u002BSpecialFolder",
|
|
2818
|
-
"clrName": "ApplicationData",
|
|
2819
|
-
"metadataToken": 67109337,
|
|
2820
|
-
"normalizedSignature": "ApplicationData|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2821
|
-
"isStatic": true,
|
|
2822
|
-
"isReadOnly": false,
|
|
2823
|
-
"isLiteral": true,
|
|
2824
|
-
"visibility": "Public",
|
|
2825
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2826
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonApplicationDataSystem.Environment\u002BSpecialFolder",
|
|
2830
|
-
"clrName": "CommonApplicationData",
|
|
2831
|
-
"metadataToken": 67109338,
|
|
2832
|
-
"normalizedSignature": "CommonApplicationData|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2833
|
-
"isStatic": true,
|
|
2834
|
-
"isReadOnly": false,
|
|
2835
|
-
"isLiteral": true,
|
|
2836
|
-
"visibility": "Public",
|
|
2837
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2838
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2839
|
-
},
|
|
2840
|
-
{
|
|
2841
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::LocalApplicationDataSystem.Environment\u002BSpecialFolder",
|
|
2842
|
-
"clrName": "LocalApplicationData",
|
|
2843
|
-
"metadataToken": 67109339,
|
|
2844
|
-
"normalizedSignature": "LocalApplicationData|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2845
|
-
"isStatic": true,
|
|
2846
|
-
"isReadOnly": false,
|
|
2847
|
-
"isLiteral": true,
|
|
2848
|
-
"visibility": "Public",
|
|
2849
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2850
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2851
|
-
},
|
|
2852
|
-
{
|
|
2853
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CookiesSystem.Environment\u002BSpecialFolder",
|
|
2854
|
-
"clrName": "Cookies",
|
|
2855
|
-
"metadataToken": 67109340,
|
|
2856
|
-
"normalizedSignature": "Cookies|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2857
|
-
"isStatic": true,
|
|
2858
|
-
"isReadOnly": false,
|
|
2859
|
-
"isLiteral": true,
|
|
2860
|
-
"visibility": "Public",
|
|
2861
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2862
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::DesktopSystem.Environment\u002BSpecialFolder",
|
|
2866
|
-
"clrName": "Desktop",
|
|
2867
|
-
"metadataToken": 67109341,
|
|
2868
|
-
"normalizedSignature": "Desktop|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2869
|
-
"isStatic": true,
|
|
2870
|
-
"isReadOnly": false,
|
|
2871
|
-
"isLiteral": true,
|
|
2872
|
-
"visibility": "Public",
|
|
2873
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2874
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2875
|
-
},
|
|
2876
|
-
{
|
|
2877
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::FavoritesSystem.Environment\u002BSpecialFolder",
|
|
2878
|
-
"clrName": "Favorites",
|
|
2879
|
-
"metadataToken": 67109342,
|
|
2880
|
-
"normalizedSignature": "Favorites|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2881
|
-
"isStatic": true,
|
|
2882
|
-
"isReadOnly": false,
|
|
2883
|
-
"isLiteral": true,
|
|
2884
|
-
"visibility": "Public",
|
|
2885
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2886
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2887
|
-
},
|
|
2888
|
-
{
|
|
2889
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::HistorySystem.Environment\u002BSpecialFolder",
|
|
2890
|
-
"clrName": "History",
|
|
2891
|
-
"metadataToken": 67109343,
|
|
2892
|
-
"normalizedSignature": "History|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2893
|
-
"isStatic": true,
|
|
2894
|
-
"isReadOnly": false,
|
|
2895
|
-
"isLiteral": true,
|
|
2896
|
-
"visibility": "Public",
|
|
2897
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2898
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2899
|
-
},
|
|
2900
|
-
{
|
|
2901
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::InternetCacheSystem.Environment\u002BSpecialFolder",
|
|
2902
|
-
"clrName": "InternetCache",
|
|
2903
|
-
"metadataToken": 67109344,
|
|
2904
|
-
"normalizedSignature": "InternetCache|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2905
|
-
"isStatic": true,
|
|
2906
|
-
"isReadOnly": false,
|
|
2907
|
-
"isLiteral": true,
|
|
2908
|
-
"visibility": "Public",
|
|
2909
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2910
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2911
|
-
},
|
|
2912
|
-
{
|
|
2913
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::ProgramsSystem.Environment\u002BSpecialFolder",
|
|
2914
|
-
"clrName": "Programs",
|
|
2915
|
-
"metadataToken": 67109345,
|
|
2916
|
-
"normalizedSignature": "Programs|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2917
|
-
"isStatic": true,
|
|
2918
|
-
"isReadOnly": false,
|
|
2919
|
-
"isLiteral": true,
|
|
2920
|
-
"visibility": "Public",
|
|
2921
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2922
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2923
|
-
},
|
|
2924
|
-
{
|
|
2925
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::MyComputerSystem.Environment\u002BSpecialFolder",
|
|
2926
|
-
"clrName": "MyComputer",
|
|
2927
|
-
"metadataToken": 67109346,
|
|
2928
|
-
"normalizedSignature": "MyComputer|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2929
|
-
"isStatic": true,
|
|
2930
|
-
"isReadOnly": false,
|
|
2931
|
-
"isLiteral": true,
|
|
2932
|
-
"visibility": "Public",
|
|
2933
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2934
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2935
|
-
},
|
|
2936
|
-
{
|
|
2937
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::MyMusicSystem.Environment\u002BSpecialFolder",
|
|
2938
|
-
"clrName": "MyMusic",
|
|
2939
|
-
"metadataToken": 67109347,
|
|
2940
|
-
"normalizedSignature": "MyMusic|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2941
|
-
"isStatic": true,
|
|
2942
|
-
"isReadOnly": false,
|
|
2943
|
-
"isLiteral": true,
|
|
2944
|
-
"visibility": "Public",
|
|
2945
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2946
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2947
|
-
},
|
|
2948
|
-
{
|
|
2949
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::MyPicturesSystem.Environment\u002BSpecialFolder",
|
|
2950
|
-
"clrName": "MyPictures",
|
|
2951
|
-
"metadataToken": 67109348,
|
|
2952
|
-
"normalizedSignature": "MyPictures|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2953
|
-
"isStatic": true,
|
|
2954
|
-
"isReadOnly": false,
|
|
2955
|
-
"isLiteral": true,
|
|
2956
|
-
"visibility": "Public",
|
|
2957
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2958
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2959
|
-
},
|
|
2960
|
-
{
|
|
2961
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::MyVideosSystem.Environment\u002BSpecialFolder",
|
|
2962
|
-
"clrName": "MyVideos",
|
|
2963
|
-
"metadataToken": 67109349,
|
|
2964
|
-
"normalizedSignature": "MyVideos|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2965
|
-
"isStatic": true,
|
|
2966
|
-
"isReadOnly": false,
|
|
2967
|
-
"isLiteral": true,
|
|
2968
|
-
"visibility": "Public",
|
|
2969
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2970
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2971
|
-
},
|
|
2972
|
-
{
|
|
2973
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::RecentSystem.Environment\u002BSpecialFolder",
|
|
2974
|
-
"clrName": "Recent",
|
|
2975
|
-
"metadataToken": 67109350,
|
|
2976
|
-
"normalizedSignature": "Recent|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2977
|
-
"isStatic": true,
|
|
2978
|
-
"isReadOnly": false,
|
|
2979
|
-
"isLiteral": true,
|
|
2980
|
-
"visibility": "Public",
|
|
2981
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2982
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::SendToSystem.Environment\u002BSpecialFolder",
|
|
2986
|
-
"clrName": "SendTo",
|
|
2987
|
-
"metadataToken": 67109351,
|
|
2988
|
-
"normalizedSignature": "SendTo|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
2989
|
-
"isStatic": true,
|
|
2990
|
-
"isReadOnly": false,
|
|
2991
|
-
"isLiteral": true,
|
|
2992
|
-
"visibility": "Public",
|
|
2993
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
2994
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
2995
|
-
},
|
|
2996
|
-
{
|
|
2997
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::StartMenuSystem.Environment\u002BSpecialFolder",
|
|
2998
|
-
"clrName": "StartMenu",
|
|
2999
|
-
"metadataToken": 67109352,
|
|
3000
|
-
"normalizedSignature": "StartMenu|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3001
|
-
"isStatic": true,
|
|
3002
|
-
"isReadOnly": false,
|
|
3003
|
-
"isLiteral": true,
|
|
3004
|
-
"visibility": "Public",
|
|
3005
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3006
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::StartupSystem.Environment\u002BSpecialFolder",
|
|
3010
|
-
"clrName": "Startup",
|
|
3011
|
-
"metadataToken": 67109353,
|
|
3012
|
-
"normalizedSignature": "Startup|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3013
|
-
"isStatic": true,
|
|
3014
|
-
"isReadOnly": false,
|
|
3015
|
-
"isLiteral": true,
|
|
3016
|
-
"visibility": "Public",
|
|
3017
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3018
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::SystemSystem.Environment\u002BSpecialFolder",
|
|
3022
|
-
"clrName": "System",
|
|
3023
|
-
"metadataToken": 67109354,
|
|
3024
|
-
"normalizedSignature": "System|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3025
|
-
"isStatic": true,
|
|
3026
|
-
"isReadOnly": false,
|
|
3027
|
-
"isLiteral": true,
|
|
3028
|
-
"visibility": "Public",
|
|
3029
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3030
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3031
|
-
},
|
|
3032
|
-
{
|
|
3033
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::TemplatesSystem.Environment\u002BSpecialFolder",
|
|
3034
|
-
"clrName": "Templates",
|
|
3035
|
-
"metadataToken": 67109355,
|
|
3036
|
-
"normalizedSignature": "Templates|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3037
|
-
"isStatic": true,
|
|
3038
|
-
"isReadOnly": false,
|
|
3039
|
-
"isLiteral": true,
|
|
3040
|
-
"visibility": "Public",
|
|
3041
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3042
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3043
|
-
},
|
|
3044
|
-
{
|
|
3045
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::DesktopDirectorySystem.Environment\u002BSpecialFolder",
|
|
3046
|
-
"clrName": "DesktopDirectory",
|
|
3047
|
-
"metadataToken": 67109356,
|
|
3048
|
-
"normalizedSignature": "DesktopDirectory|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3049
|
-
"isStatic": true,
|
|
3050
|
-
"isReadOnly": false,
|
|
3051
|
-
"isLiteral": true,
|
|
3052
|
-
"visibility": "Public",
|
|
3053
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3054
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3055
|
-
},
|
|
3056
|
-
{
|
|
3057
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::PersonalSystem.Environment\u002BSpecialFolder",
|
|
3058
|
-
"clrName": "Personal",
|
|
3059
|
-
"metadataToken": 67109357,
|
|
3060
|
-
"normalizedSignature": "Personal|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3061
|
-
"isStatic": true,
|
|
3062
|
-
"isReadOnly": false,
|
|
3063
|
-
"isLiteral": true,
|
|
3064
|
-
"visibility": "Public",
|
|
3065
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3066
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::MyDocumentsSystem.Environment\u002BSpecialFolder",
|
|
3070
|
-
"clrName": "MyDocuments",
|
|
3071
|
-
"metadataToken": 67109358,
|
|
3072
|
-
"normalizedSignature": "MyDocuments|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3073
|
-
"isStatic": true,
|
|
3074
|
-
"isReadOnly": false,
|
|
3075
|
-
"isLiteral": true,
|
|
3076
|
-
"visibility": "Public",
|
|
3077
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3078
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3079
|
-
},
|
|
3080
|
-
{
|
|
3081
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::ProgramFilesSystem.Environment\u002BSpecialFolder",
|
|
3082
|
-
"clrName": "ProgramFiles",
|
|
3083
|
-
"metadataToken": 67109359,
|
|
3084
|
-
"normalizedSignature": "ProgramFiles|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3085
|
-
"isStatic": true,
|
|
3086
|
-
"isReadOnly": false,
|
|
3087
|
-
"isLiteral": true,
|
|
3088
|
-
"visibility": "Public",
|
|
3089
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3090
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3091
|
-
},
|
|
3092
|
-
{
|
|
3093
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonProgramFilesSystem.Environment\u002BSpecialFolder",
|
|
3094
|
-
"clrName": "CommonProgramFiles",
|
|
3095
|
-
"metadataToken": 67109360,
|
|
3096
|
-
"normalizedSignature": "CommonProgramFiles|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3097
|
-
"isStatic": true,
|
|
3098
|
-
"isReadOnly": false,
|
|
3099
|
-
"isLiteral": true,
|
|
3100
|
-
"visibility": "Public",
|
|
3101
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3102
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3103
|
-
},
|
|
3104
|
-
{
|
|
3105
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::AdminToolsSystem.Environment\u002BSpecialFolder",
|
|
3106
|
-
"clrName": "AdminTools",
|
|
3107
|
-
"metadataToken": 67109361,
|
|
3108
|
-
"normalizedSignature": "AdminTools|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3109
|
-
"isStatic": true,
|
|
3110
|
-
"isReadOnly": false,
|
|
3111
|
-
"isLiteral": true,
|
|
3112
|
-
"visibility": "Public",
|
|
3113
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3114
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3115
|
-
},
|
|
3116
|
-
{
|
|
3117
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CDBurningSystem.Environment\u002BSpecialFolder",
|
|
3118
|
-
"clrName": "CDBurning",
|
|
3119
|
-
"metadataToken": 67109362,
|
|
3120
|
-
"normalizedSignature": "CDBurning|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3121
|
-
"isStatic": true,
|
|
3122
|
-
"isReadOnly": false,
|
|
3123
|
-
"isLiteral": true,
|
|
3124
|
-
"visibility": "Public",
|
|
3125
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3126
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3127
|
-
},
|
|
3128
|
-
{
|
|
3129
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonAdminToolsSystem.Environment\u002BSpecialFolder",
|
|
3130
|
-
"clrName": "CommonAdminTools",
|
|
3131
|
-
"metadataToken": 67109363,
|
|
3132
|
-
"normalizedSignature": "CommonAdminTools|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3133
|
-
"isStatic": true,
|
|
3134
|
-
"isReadOnly": false,
|
|
3135
|
-
"isLiteral": true,
|
|
3136
|
-
"visibility": "Public",
|
|
3137
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3138
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3139
|
-
},
|
|
3140
|
-
{
|
|
3141
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonDocumentsSystem.Environment\u002BSpecialFolder",
|
|
3142
|
-
"clrName": "CommonDocuments",
|
|
3143
|
-
"metadataToken": 67109364,
|
|
3144
|
-
"normalizedSignature": "CommonDocuments|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3145
|
-
"isStatic": true,
|
|
3146
|
-
"isReadOnly": false,
|
|
3147
|
-
"isLiteral": true,
|
|
3148
|
-
"visibility": "Public",
|
|
3149
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3150
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonMusicSystem.Environment\u002BSpecialFolder",
|
|
3154
|
-
"clrName": "CommonMusic",
|
|
3155
|
-
"metadataToken": 67109365,
|
|
3156
|
-
"normalizedSignature": "CommonMusic|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3157
|
-
"isStatic": true,
|
|
3158
|
-
"isReadOnly": false,
|
|
3159
|
-
"isLiteral": true,
|
|
3160
|
-
"visibility": "Public",
|
|
3161
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3162
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3163
|
-
},
|
|
3164
|
-
{
|
|
3165
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonOemLinksSystem.Environment\u002BSpecialFolder",
|
|
3166
|
-
"clrName": "CommonOemLinks",
|
|
3167
|
-
"metadataToken": 67109366,
|
|
3168
|
-
"normalizedSignature": "CommonOemLinks|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3169
|
-
"isStatic": true,
|
|
3170
|
-
"isReadOnly": false,
|
|
3171
|
-
"isLiteral": true,
|
|
3172
|
-
"visibility": "Public",
|
|
3173
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3174
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3175
|
-
},
|
|
3176
|
-
{
|
|
3177
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonPicturesSystem.Environment\u002BSpecialFolder",
|
|
3178
|
-
"clrName": "CommonPictures",
|
|
3179
|
-
"metadataToken": 67109367,
|
|
3180
|
-
"normalizedSignature": "CommonPictures|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3181
|
-
"isStatic": true,
|
|
3182
|
-
"isReadOnly": false,
|
|
3183
|
-
"isLiteral": true,
|
|
3184
|
-
"visibility": "Public",
|
|
3185
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3186
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3187
|
-
},
|
|
3188
|
-
{
|
|
3189
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonStartMenuSystem.Environment\u002BSpecialFolder",
|
|
3190
|
-
"clrName": "CommonStartMenu",
|
|
3191
|
-
"metadataToken": 67109368,
|
|
3192
|
-
"normalizedSignature": "CommonStartMenu|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3193
|
-
"isStatic": true,
|
|
3194
|
-
"isReadOnly": false,
|
|
3195
|
-
"isLiteral": true,
|
|
3196
|
-
"visibility": "Public",
|
|
3197
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3198
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3199
|
-
},
|
|
3200
|
-
{
|
|
3201
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonProgramsSystem.Environment\u002BSpecialFolder",
|
|
3202
|
-
"clrName": "CommonPrograms",
|
|
3203
|
-
"metadataToken": 67109369,
|
|
3204
|
-
"normalizedSignature": "CommonPrograms|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3205
|
-
"isStatic": true,
|
|
3206
|
-
"isReadOnly": false,
|
|
3207
|
-
"isLiteral": true,
|
|
3208
|
-
"visibility": "Public",
|
|
3209
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3210
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3211
|
-
},
|
|
3212
|
-
{
|
|
3213
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonStartupSystem.Environment\u002BSpecialFolder",
|
|
3214
|
-
"clrName": "CommonStartup",
|
|
3215
|
-
"metadataToken": 67109370,
|
|
3216
|
-
"normalizedSignature": "CommonStartup|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3217
|
-
"isStatic": true,
|
|
3218
|
-
"isReadOnly": false,
|
|
3219
|
-
"isLiteral": true,
|
|
3220
|
-
"visibility": "Public",
|
|
3221
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3222
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonDesktopDirectorySystem.Environment\u002BSpecialFolder",
|
|
3226
|
-
"clrName": "CommonDesktopDirectory",
|
|
3227
|
-
"metadataToken": 67109371,
|
|
3228
|
-
"normalizedSignature": "CommonDesktopDirectory|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3229
|
-
"isStatic": true,
|
|
3230
|
-
"isReadOnly": false,
|
|
3231
|
-
"isLiteral": true,
|
|
3232
|
-
"visibility": "Public",
|
|
3233
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3234
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3235
|
-
},
|
|
3236
|
-
{
|
|
3237
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonTemplatesSystem.Environment\u002BSpecialFolder",
|
|
3238
|
-
"clrName": "CommonTemplates",
|
|
3239
|
-
"metadataToken": 67109372,
|
|
3240
|
-
"normalizedSignature": "CommonTemplates|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3241
|
-
"isStatic": true,
|
|
3242
|
-
"isReadOnly": false,
|
|
3243
|
-
"isLiteral": true,
|
|
3244
|
-
"visibility": "Public",
|
|
3245
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3246
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3247
|
-
},
|
|
3248
|
-
{
|
|
3249
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonVideosSystem.Environment\u002BSpecialFolder",
|
|
3250
|
-
"clrName": "CommonVideos",
|
|
3251
|
-
"metadataToken": 67109373,
|
|
3252
|
-
"normalizedSignature": "CommonVideos|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3253
|
-
"isStatic": true,
|
|
3254
|
-
"isReadOnly": false,
|
|
3255
|
-
"isLiteral": true,
|
|
3256
|
-
"visibility": "Public",
|
|
3257
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3258
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3259
|
-
},
|
|
3260
|
-
{
|
|
3261
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::FontsSystem.Environment\u002BSpecialFolder",
|
|
3262
|
-
"clrName": "Fonts",
|
|
3263
|
-
"metadataToken": 67109374,
|
|
3264
|
-
"normalizedSignature": "Fonts|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3265
|
-
"isStatic": true,
|
|
3266
|
-
"isReadOnly": false,
|
|
3267
|
-
"isLiteral": true,
|
|
3268
|
-
"visibility": "Public",
|
|
3269
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3270
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3271
|
-
},
|
|
3272
|
-
{
|
|
3273
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::NetworkShortcutsSystem.Environment\u002BSpecialFolder",
|
|
3274
|
-
"clrName": "NetworkShortcuts",
|
|
3275
|
-
"metadataToken": 67109375,
|
|
3276
|
-
"normalizedSignature": "NetworkShortcuts|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3277
|
-
"isStatic": true,
|
|
3278
|
-
"isReadOnly": false,
|
|
3279
|
-
"isLiteral": true,
|
|
3280
|
-
"visibility": "Public",
|
|
3281
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3282
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::PrinterShortcutsSystem.Environment\u002BSpecialFolder",
|
|
3286
|
-
"clrName": "PrinterShortcuts",
|
|
3287
|
-
"metadataToken": 67109376,
|
|
3288
|
-
"normalizedSignature": "PrinterShortcuts|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3289
|
-
"isStatic": true,
|
|
3290
|
-
"isReadOnly": false,
|
|
3291
|
-
"isLiteral": true,
|
|
3292
|
-
"visibility": "Public",
|
|
3293
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3294
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3295
|
-
},
|
|
3296
|
-
{
|
|
3297
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::UserProfileSystem.Environment\u002BSpecialFolder",
|
|
3298
|
-
"clrName": "UserProfile",
|
|
3299
|
-
"metadataToken": 67109377,
|
|
3300
|
-
"normalizedSignature": "UserProfile|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3301
|
-
"isStatic": true,
|
|
3302
|
-
"isReadOnly": false,
|
|
3303
|
-
"isLiteral": true,
|
|
3304
|
-
"visibility": "Public",
|
|
3305
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3306
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3307
|
-
},
|
|
3308
|
-
{
|
|
3309
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonProgramFilesX86System.Environment\u002BSpecialFolder",
|
|
3310
|
-
"clrName": "CommonProgramFilesX86",
|
|
3311
|
-
"metadataToken": 67109378,
|
|
3312
|
-
"normalizedSignature": "CommonProgramFilesX86|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3313
|
-
"isStatic": true,
|
|
3314
|
-
"isReadOnly": false,
|
|
3315
|
-
"isLiteral": true,
|
|
3316
|
-
"visibility": "Public",
|
|
3317
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3318
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3319
|
-
},
|
|
3320
|
-
{
|
|
3321
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::ProgramFilesX86System.Environment\u002BSpecialFolder",
|
|
3322
|
-
"clrName": "ProgramFilesX86",
|
|
3323
|
-
"metadataToken": 67109379,
|
|
3324
|
-
"normalizedSignature": "ProgramFilesX86|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3325
|
-
"isStatic": true,
|
|
3326
|
-
"isReadOnly": false,
|
|
3327
|
-
"isLiteral": true,
|
|
3328
|
-
"visibility": "Public",
|
|
3329
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3330
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::ResourcesSystem.Environment\u002BSpecialFolder",
|
|
3334
|
-
"clrName": "Resources",
|
|
3335
|
-
"metadataToken": 67109380,
|
|
3336
|
-
"normalizedSignature": "Resources|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3337
|
-
"isStatic": true,
|
|
3338
|
-
"isReadOnly": false,
|
|
3339
|
-
"isLiteral": true,
|
|
3340
|
-
"visibility": "Public",
|
|
3341
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3342
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3343
|
-
},
|
|
3344
|
-
{
|
|
3345
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::LocalizedResourcesSystem.Environment\u002BSpecialFolder",
|
|
3346
|
-
"clrName": "LocalizedResources",
|
|
3347
|
-
"metadataToken": 67109381,
|
|
3348
|
-
"normalizedSignature": "LocalizedResources|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3349
|
-
"isStatic": true,
|
|
3350
|
-
"isReadOnly": false,
|
|
3351
|
-
"isLiteral": true,
|
|
3352
|
-
"visibility": "Public",
|
|
3353
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3354
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3355
|
-
},
|
|
3356
|
-
{
|
|
3357
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::SystemX86System.Environment\u002BSpecialFolder",
|
|
3358
|
-
"clrName": "SystemX86",
|
|
3359
|
-
"metadataToken": 67109382,
|
|
3360
|
-
"normalizedSignature": "SystemX86|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3361
|
-
"isStatic": true,
|
|
3362
|
-
"isReadOnly": false,
|
|
3363
|
-
"isLiteral": true,
|
|
3364
|
-
"visibility": "Public",
|
|
3365
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3366
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3367
|
-
},
|
|
3368
|
-
{
|
|
3369
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::WindowsSystem.Environment\u002BSpecialFolder",
|
|
3370
|
-
"clrName": "Windows",
|
|
3371
|
-
"metadataToken": 67109383,
|
|
3372
|
-
"normalizedSignature": "Windows|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
3373
|
-
"isStatic": true,
|
|
3374
|
-
"isReadOnly": false,
|
|
3375
|
-
"isLiteral": true,
|
|
3376
|
-
"visibility": "Public",
|
|
3377
|
-
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
3378
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3379
|
-
}
|
|
3380
|
-
],
|
|
3381
|
-
"events": [],
|
|
3382
|
-
"constructors": []
|
|
3383
|
-
},
|
|
3384
|
-
{
|
|
3385
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolderOption",
|
|
3386
|
-
"clrName": "System.Environment\u002BSpecialFolderOption",
|
|
3387
|
-
"assemblyName": "System.Private.CoreLib",
|
|
3388
|
-
"metadataToken": 0,
|
|
3389
|
-
"kind": "Enum",
|
|
3390
|
-
"accessibility": "Public",
|
|
3391
|
-
"isAbstract": false,
|
|
3392
|
-
"isSealed": true,
|
|
3393
|
-
"isStatic": false,
|
|
3394
|
-
"arity": 0,
|
|
3395
|
-
"baseType": {
|
|
3396
|
-
"stableId": "System.Private.CoreLib:System.Enum",
|
|
3397
|
-
"clrName": "System.Enum"
|
|
3398
|
-
},
|
|
3399
|
-
"interfaces": [
|
|
3400
|
-
{
|
|
3401
|
-
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
3402
|
-
"clrName": "System.IComparable"
|
|
3403
|
-
},
|
|
3404
|
-
{
|
|
3405
|
-
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
3406
|
-
"clrName": "System.ISpanFormattable"
|
|
3407
|
-
},
|
|
3408
|
-
{
|
|
3409
|
-
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
3410
|
-
"clrName": "System.IFormattable"
|
|
3411
|
-
},
|
|
3412
|
-
{
|
|
3413
|
-
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
3414
|
-
"clrName": "System.IConvertible"
|
|
3415
|
-
}
|
|
3416
|
-
],
|
|
3417
|
-
"methods": [],
|
|
3418
|
-
"properties": [],
|
|
3419
|
-
"fields": [
|
|
3420
|
-
{
|
|
3421
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolderOption::value__System.Int32",
|
|
3422
|
-
"clrName": "value__",
|
|
3423
|
-
"metadataToken": 67109384,
|
|
3424
|
-
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
3425
|
-
"isStatic": false,
|
|
3426
|
-
"isReadOnly": false,
|
|
3427
|
-
"isLiteral": false,
|
|
3428
|
-
"visibility": "Public",
|
|
3429
|
-
"declaringClrType": "System.Environment\u002BSpecialFolderOption",
|
|
3430
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3431
|
-
},
|
|
3432
|
-
{
|
|
3433
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolderOption::NoneSystem.Environment\u002BSpecialFolderOption",
|
|
3434
|
-
"clrName": "None",
|
|
3435
|
-
"metadataToken": 67109385,
|
|
3436
|
-
"normalizedSignature": "None|System.Environment\u002BSpecialFolderOption|static=true|const=true",
|
|
3437
|
-
"isStatic": true,
|
|
3438
|
-
"isReadOnly": false,
|
|
3439
|
-
"isLiteral": true,
|
|
3440
|
-
"visibility": "Public",
|
|
3441
|
-
"declaringClrType": "System.Environment\u002BSpecialFolderOption",
|
|
3442
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3443
|
-
},
|
|
3444
|
-
{
|
|
3445
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolderOption::CreateSystem.Environment\u002BSpecialFolderOption",
|
|
3446
|
-
"clrName": "Create",
|
|
3447
|
-
"metadataToken": 67109386,
|
|
3448
|
-
"normalizedSignature": "Create|System.Environment\u002BSpecialFolderOption|static=true|const=true",
|
|
3449
|
-
"isStatic": true,
|
|
3450
|
-
"isReadOnly": false,
|
|
3451
|
-
"isLiteral": true,
|
|
3452
|
-
"visibility": "Public",
|
|
3453
|
-
"declaringClrType": "System.Environment\u002BSpecialFolderOption",
|
|
3454
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3455
|
-
},
|
|
3456
|
-
{
|
|
3457
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolderOption::DoNotVerifySystem.Environment\u002BSpecialFolderOption",
|
|
3458
|
-
"clrName": "DoNotVerify",
|
|
3459
|
-
"metadataToken": 67109387,
|
|
3460
|
-
"normalizedSignature": "DoNotVerify|System.Environment\u002BSpecialFolderOption|static=true|const=true",
|
|
3461
|
-
"isStatic": true,
|
|
3462
|
-
"isReadOnly": false,
|
|
3463
|
-
"isLiteral": true,
|
|
3464
|
-
"visibility": "Public",
|
|
3465
|
-
"declaringClrType": "System.Environment\u002BSpecialFolderOption",
|
|
3466
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3467
|
-
}
|
|
3468
|
-
],
|
|
3469
|
-
"events": [],
|
|
3470
|
-
"constructors": []
|
|
3471
|
-
},
|
|
3472
2768
|
{
|
|
3473
2769
|
"stableId": "System.Private.CoreLib:System.EnvironmentVariableTarget",
|
|
3474
2770
|
"clrName": "System.EnvironmentVariableTarget",
|
|
@@ -12649,7 +11945,10 @@
|
|
|
12649
11945
|
"isOverride": false,
|
|
12650
11946
|
"visibility": "Public",
|
|
12651
11947
|
"declaringClrType": "System.ArraySegment\u00601",
|
|
12652
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
11948
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
11949
|
+
"emitSemantics": {
|
|
11950
|
+
"callableStaticAccessorKind": "property"
|
|
11951
|
+
}
|
|
12653
11952
|
},
|
|
12654
11953
|
{
|
|
12655
11954
|
"stableId": "System.Private.CoreLib:System.ArraySegment\u00601::Array:T[]",
|
|
@@ -12890,68 +12189,6 @@
|
|
|
12890
12189
|
"declaringClrType": "System.ArraySegment\u00601\u002BEnumerator",
|
|
12891
12190
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12892
12191
|
"isExtensionMethod": false
|
|
12893
|
-
},
|
|
12894
|
-
{
|
|
12895
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
12896
|
-
"clrName": "Reset",
|
|
12897
|
-
"metadataToken": 100703848,
|
|
12898
|
-
"canonicalSignature": "():System.Void",
|
|
12899
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
12900
|
-
"emitScope": "ClassSurface",
|
|
12901
|
-
"provenance": "ExplicitView",
|
|
12902
|
-
"arity": 0,
|
|
12903
|
-
"parameterCount": 0,
|
|
12904
|
-
"isStatic": false,
|
|
12905
|
-
"isAbstract": false,
|
|
12906
|
-
"isVirtual": true,
|
|
12907
|
-
"isOverride": false,
|
|
12908
|
-
"isSealed": false,
|
|
12909
|
-
"visibility": "Public",
|
|
12910
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
12911
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12912
|
-
"isExtensionMethod": false
|
|
12913
|
-
},
|
|
12914
|
-
{
|
|
12915
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
12916
|
-
"clrName": "Dispose",
|
|
12917
|
-
"metadataToken": 100668530,
|
|
12918
|
-
"canonicalSignature": "():System.Void",
|
|
12919
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
12920
|
-
"emitScope": "ViewOnly",
|
|
12921
|
-
"provenance": "ExplicitView",
|
|
12922
|
-
"arity": 0,
|
|
12923
|
-
"parameterCount": 0,
|
|
12924
|
-
"isStatic": false,
|
|
12925
|
-
"isAbstract": false,
|
|
12926
|
-
"isVirtual": true,
|
|
12927
|
-
"isOverride": false,
|
|
12928
|
-
"isSealed": false,
|
|
12929
|
-
"visibility": "Public",
|
|
12930
|
-
"declaringClrType": "System.IDisposable",
|
|
12931
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12932
|
-
"isExtensionMethod": false,
|
|
12933
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
12934
|
-
},
|
|
12935
|
-
{
|
|
12936
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
12937
|
-
"clrName": "MoveNext",
|
|
12938
|
-
"metadataToken": 100703846,
|
|
12939
|
-
"canonicalSignature": "():System.Boolean",
|
|
12940
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
12941
|
-
"emitScope": "ViewOnly",
|
|
12942
|
-
"provenance": "ExplicitView",
|
|
12943
|
-
"arity": 0,
|
|
12944
|
-
"parameterCount": 0,
|
|
12945
|
-
"isStatic": false,
|
|
12946
|
-
"isAbstract": false,
|
|
12947
|
-
"isVirtual": true,
|
|
12948
|
-
"isOverride": false,
|
|
12949
|
-
"isSealed": false,
|
|
12950
|
-
"visibility": "Public",
|
|
12951
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
12952
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
12953
|
-
"isExtensionMethod": false,
|
|
12954
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
12955
12192
|
}
|
|
12956
12193
|
],
|
|
12957
12194
|
"properties": [
|
|
@@ -12973,46 +12210,6 @@
|
|
|
12973
12210
|
"visibility": "Public",
|
|
12974
12211
|
"declaringClrType": "System.ArraySegment\u00601\u002BEnumerator",
|
|
12975
12212
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12976
|
-
},
|
|
12977
|
-
{
|
|
12978
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
12979
|
-
"clrName": "Current",
|
|
12980
|
-
"metadataToken": 385881267,
|
|
12981
|
-
"canonicalSignature": ":System.Object",
|
|
12982
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
12983
|
-
"emitScope": "ViewOnly",
|
|
12984
|
-
"provenance": "ExplicitView",
|
|
12985
|
-
"isIndexer": false,
|
|
12986
|
-
"hasGetter": true,
|
|
12987
|
-
"hasSetter": false,
|
|
12988
|
-
"isStatic": false,
|
|
12989
|
-
"isAbstract": false,
|
|
12990
|
-
"isVirtual": true,
|
|
12991
|
-
"isOverride": false,
|
|
12992
|
-
"visibility": "Public",
|
|
12993
|
-
"sourceInterface": "System.Collections.IEnumerator",
|
|
12994
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
12995
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
12996
|
-
},
|
|
12997
|
-
{
|
|
12998
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
12999
|
-
"clrName": "Current",
|
|
13000
|
-
"metadataToken": 385881426,
|
|
13001
|
-
"canonicalSignature": ":T",
|
|
13002
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
13003
|
-
"emitScope": "ViewOnly",
|
|
13004
|
-
"provenance": "ExplicitView",
|
|
13005
|
-
"isIndexer": false,
|
|
13006
|
-
"hasGetter": true,
|
|
13007
|
-
"hasSetter": false,
|
|
13008
|
-
"isStatic": false,
|
|
13009
|
-
"isAbstract": false,
|
|
13010
|
-
"isVirtual": true,
|
|
13011
|
-
"isOverride": false,
|
|
13012
|
-
"visibility": "Public",
|
|
13013
|
-
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
13014
|
-
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
13015
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
13016
12213
|
}
|
|
13017
12214
|
],
|
|
13018
12215
|
"fields": [],
|
|
@@ -29606,91 +28803,6 @@
|
|
|
29606
28803
|
}
|
|
29607
28804
|
]
|
|
29608
28805
|
},
|
|
29609
|
-
{
|
|
29610
|
-
"stableId": "System.Private.CoreLib:System.Delegate\u002BInvocationListEnumerator\u00601",
|
|
29611
|
-
"clrName": "System.Delegate\u002BInvocationListEnumerator\u00601",
|
|
29612
|
-
"assemblyName": "System.Private.CoreLib",
|
|
29613
|
-
"metadataToken": 0,
|
|
29614
|
-
"kind": "Struct",
|
|
29615
|
-
"accessibility": "Public",
|
|
29616
|
-
"isAbstract": false,
|
|
29617
|
-
"isSealed": true,
|
|
29618
|
-
"isStatic": false,
|
|
29619
|
-
"arity": 1,
|
|
29620
|
-
"baseType": {
|
|
29621
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
29622
|
-
"clrName": "System.ValueType"
|
|
29623
|
-
},
|
|
29624
|
-
"typeParameters": [
|
|
29625
|
-
"TDelegate"
|
|
29626
|
-
],
|
|
29627
|
-
"methods": [
|
|
29628
|
-
{
|
|
29629
|
-
"stableId": "System.Private.CoreLib:System.Delegate\u002BInvocationListEnumerator\u00601::MoveNext():System.Boolean",
|
|
29630
|
-
"clrName": "MoveNext",
|
|
29631
|
-
"metadataToken": 100664281,
|
|
29632
|
-
"canonicalSignature": "():System.Boolean",
|
|
29633
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
29634
|
-
"emitScope": "ClassSurface",
|
|
29635
|
-
"provenance": "Original",
|
|
29636
|
-
"arity": 0,
|
|
29637
|
-
"parameterCount": 0,
|
|
29638
|
-
"isStatic": false,
|
|
29639
|
-
"isAbstract": false,
|
|
29640
|
-
"isVirtual": false,
|
|
29641
|
-
"isOverride": false,
|
|
29642
|
-
"isSealed": false,
|
|
29643
|
-
"visibility": "Public",
|
|
29644
|
-
"declaringClrType": "System.Delegate\u002BInvocationListEnumerator\u00601",
|
|
29645
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29646
|
-
"isExtensionMethod": false
|
|
29647
|
-
},
|
|
29648
|
-
{
|
|
29649
|
-
"stableId": "System.Private.CoreLib:System.Delegate\u002BInvocationListEnumerator\u00601::GetEnumerator():InvocationListEnumerator_1",
|
|
29650
|
-
"clrName": "GetEnumerator",
|
|
29651
|
-
"metadataToken": 100664282,
|
|
29652
|
-
"canonicalSignature": "():InvocationListEnumerator_1",
|
|
29653
|
-
"normalizedSignature": "GetEnumerator|():InvocationListEnumerator_1|static=false",
|
|
29654
|
-
"emitScope": "ClassSurface",
|
|
29655
|
-
"provenance": "Original",
|
|
29656
|
-
"arity": 0,
|
|
29657
|
-
"parameterCount": 0,
|
|
29658
|
-
"isStatic": false,
|
|
29659
|
-
"isAbstract": false,
|
|
29660
|
-
"isVirtual": false,
|
|
29661
|
-
"isOverride": false,
|
|
29662
|
-
"isSealed": false,
|
|
29663
|
-
"visibility": "Public",
|
|
29664
|
-
"declaringClrType": "System.Delegate\u002BInvocationListEnumerator\u00601",
|
|
29665
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
29666
|
-
"isExtensionMethod": false
|
|
29667
|
-
}
|
|
29668
|
-
],
|
|
29669
|
-
"properties": [
|
|
29670
|
-
{
|
|
29671
|
-
"stableId": "System.Private.CoreLib:System.Delegate\u002BInvocationListEnumerator\u00601::Current:TDelegate",
|
|
29672
|
-
"clrName": "Current",
|
|
29673
|
-
"metadataToken": 385876042,
|
|
29674
|
-
"canonicalSignature": ":TDelegate",
|
|
29675
|
-
"normalizedSignature": "Current|:TDelegate|static=false|accessor=get",
|
|
29676
|
-
"emitScope": "ClassSurface",
|
|
29677
|
-
"provenance": "Original",
|
|
29678
|
-
"isIndexer": false,
|
|
29679
|
-
"hasGetter": true,
|
|
29680
|
-
"hasSetter": false,
|
|
29681
|
-
"isStatic": false,
|
|
29682
|
-
"isAbstract": false,
|
|
29683
|
-
"isVirtual": false,
|
|
29684
|
-
"isOverride": false,
|
|
29685
|
-
"visibility": "Public",
|
|
29686
|
-
"declaringClrType": "System.Delegate\u002BInvocationListEnumerator\u00601",
|
|
29687
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
29688
|
-
}
|
|
29689
|
-
],
|
|
29690
|
-
"fields": [],
|
|
29691
|
-
"events": [],
|
|
29692
|
-
"constructors": []
|
|
29693
|
-
},
|
|
29694
28806
|
{
|
|
29695
28807
|
"stableId": "System.Private.CoreLib:System.Double",
|
|
29696
28808
|
"clrName": "System.Double",
|
|
@@ -34491,85 +33603,6 @@
|
|
|
34491
33603
|
"events": [],
|
|
34492
33604
|
"constructors": []
|
|
34493
33605
|
},
|
|
34494
|
-
{
|
|
34495
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BProcessCpuUsage",
|
|
34496
|
-
"clrName": "System.Environment\u002BProcessCpuUsage",
|
|
34497
|
-
"assemblyName": "System.Private.CoreLib",
|
|
34498
|
-
"metadataToken": 0,
|
|
34499
|
-
"kind": "Struct",
|
|
34500
|
-
"accessibility": "Public",
|
|
34501
|
-
"isAbstract": false,
|
|
34502
|
-
"isSealed": true,
|
|
34503
|
-
"isStatic": false,
|
|
34504
|
-
"arity": 0,
|
|
34505
|
-
"baseType": {
|
|
34506
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
34507
|
-
"clrName": "System.ValueType"
|
|
34508
|
-
},
|
|
34509
|
-
"methods": [],
|
|
34510
|
-
"properties": [
|
|
34511
|
-
{
|
|
34512
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BProcessCpuUsage::UserTime:System.TimeSpan",
|
|
34513
|
-
"clrName": "UserTime",
|
|
34514
|
-
"metadataToken": 385876070,
|
|
34515
|
-
"canonicalSignature": ":System.TimeSpan",
|
|
34516
|
-
"normalizedSignature": "UserTime|:System.TimeSpan|static=false|accessor=getset",
|
|
34517
|
-
"emitScope": "ClassSurface",
|
|
34518
|
-
"provenance": "Original",
|
|
34519
|
-
"isIndexer": false,
|
|
34520
|
-
"hasGetter": true,
|
|
34521
|
-
"hasSetter": true,
|
|
34522
|
-
"isStatic": false,
|
|
34523
|
-
"isAbstract": false,
|
|
34524
|
-
"isVirtual": false,
|
|
34525
|
-
"isOverride": false,
|
|
34526
|
-
"visibility": "Public",
|
|
34527
|
-
"declaringClrType": "System.Environment\u002BProcessCpuUsage",
|
|
34528
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
34529
|
-
},
|
|
34530
|
-
{
|
|
34531
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BProcessCpuUsage::PrivilegedTime:System.TimeSpan",
|
|
34532
|
-
"clrName": "PrivilegedTime",
|
|
34533
|
-
"metadataToken": 385876071,
|
|
34534
|
-
"canonicalSignature": ":System.TimeSpan",
|
|
34535
|
-
"normalizedSignature": "PrivilegedTime|:System.TimeSpan|static=false|accessor=getset",
|
|
34536
|
-
"emitScope": "ClassSurface",
|
|
34537
|
-
"provenance": "Original",
|
|
34538
|
-
"isIndexer": false,
|
|
34539
|
-
"hasGetter": true,
|
|
34540
|
-
"hasSetter": true,
|
|
34541
|
-
"isStatic": false,
|
|
34542
|
-
"isAbstract": false,
|
|
34543
|
-
"isVirtual": false,
|
|
34544
|
-
"isOverride": false,
|
|
34545
|
-
"visibility": "Public",
|
|
34546
|
-
"declaringClrType": "System.Environment\u002BProcessCpuUsage",
|
|
34547
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
34548
|
-
},
|
|
34549
|
-
{
|
|
34550
|
-
"stableId": "System.Private.CoreLib:System.Environment\u002BProcessCpuUsage::TotalTime:System.TimeSpan",
|
|
34551
|
-
"clrName": "TotalTime",
|
|
34552
|
-
"metadataToken": 385876072,
|
|
34553
|
-
"canonicalSignature": ":System.TimeSpan",
|
|
34554
|
-
"normalizedSignature": "TotalTime|:System.TimeSpan|static=false|accessor=get",
|
|
34555
|
-
"emitScope": "ClassSurface",
|
|
34556
|
-
"provenance": "Original",
|
|
34557
|
-
"isIndexer": false,
|
|
34558
|
-
"hasGetter": true,
|
|
34559
|
-
"hasSetter": false,
|
|
34560
|
-
"isStatic": false,
|
|
34561
|
-
"isAbstract": false,
|
|
34562
|
-
"isVirtual": false,
|
|
34563
|
-
"isOverride": false,
|
|
34564
|
-
"visibility": "Public",
|
|
34565
|
-
"declaringClrType": "System.Environment\u002BProcessCpuUsage",
|
|
34566
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
34567
|
-
}
|
|
34568
|
-
],
|
|
34569
|
-
"fields": [],
|
|
34570
|
-
"events": [],
|
|
34571
|
-
"constructors": []
|
|
34572
|
-
},
|
|
34573
33606
|
{
|
|
34574
33607
|
"stableId": "System.Private.CoreLib:System.GCGenerationInfo",
|
|
34575
33608
|
"clrName": "System.GCGenerationInfo",
|
|
@@ -55372,7 +54405,10 @@
|
|
|
55372
54405
|
"isOverride": false,
|
|
55373
54406
|
"visibility": "Public",
|
|
55374
54407
|
"declaringClrType": "System.Memory\u00601",
|
|
55375
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
54408
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
54409
|
+
"emitSemantics": {
|
|
54410
|
+
"callableStaticAccessorKind": "property"
|
|
54411
|
+
}
|
|
55376
54412
|
},
|
|
55377
54413
|
{
|
|
55378
54414
|
"stableId": "System.Private.CoreLib:System.Memory\u00601::Length:System.Int32",
|
|
@@ -55459,486 +54495,6 @@
|
|
|
55459
54495
|
}
|
|
55460
54496
|
]
|
|
55461
54497
|
},
|
|
55462
|
-
{
|
|
55463
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
55464
|
-
"clrName": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
55465
|
-
"assemblyName": "System.Private.CoreLib",
|
|
55466
|
-
"metadataToken": 0,
|
|
55467
|
-
"kind": "Struct",
|
|
55468
|
-
"accessibility": "Public",
|
|
55469
|
-
"isAbstract": false,
|
|
55470
|
-
"isSealed": true,
|
|
55471
|
-
"isStatic": false,
|
|
55472
|
-
"arity": 1,
|
|
55473
|
-
"baseType": {
|
|
55474
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
55475
|
-
"clrName": "System.ValueType"
|
|
55476
|
-
},
|
|
55477
|
-
"interfaces": [
|
|
55478
|
-
{
|
|
55479
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
55480
|
-
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
55481
|
-
"typeArguments": [
|
|
55482
|
-
"Range"
|
|
55483
|
-
]
|
|
55484
|
-
},
|
|
55485
|
-
{
|
|
55486
|
-
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
55487
|
-
"clrName": "System.IDisposable"
|
|
55488
|
-
},
|
|
55489
|
-
{
|
|
55490
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
55491
|
-
"clrName": "System.Collections.IEnumerator"
|
|
55492
|
-
}
|
|
55493
|
-
],
|
|
55494
|
-
"typeParameters": [
|
|
55495
|
-
"T"
|
|
55496
|
-
],
|
|
55497
|
-
"methods": [
|
|
55498
|
-
{
|
|
55499
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BSpanSplitEnumerator\u00601::GetEnumerator():SpanSplitEnumerator_1",
|
|
55500
|
-
"clrName": "GetEnumerator",
|
|
55501
|
-
"metadataToken": 100669784,
|
|
55502
|
-
"canonicalSignature": "():SpanSplitEnumerator_1",
|
|
55503
|
-
"normalizedSignature": "GetEnumerator|():SpanSplitEnumerator_1|static=false",
|
|
55504
|
-
"emitScope": "ClassSurface",
|
|
55505
|
-
"provenance": "Original",
|
|
55506
|
-
"arity": 0,
|
|
55507
|
-
"parameterCount": 0,
|
|
55508
|
-
"isStatic": false,
|
|
55509
|
-
"isAbstract": false,
|
|
55510
|
-
"isVirtual": false,
|
|
55511
|
-
"isOverride": false,
|
|
55512
|
-
"isSealed": false,
|
|
55513
|
-
"visibility": "Public",
|
|
55514
|
-
"declaringClrType": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
55515
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55516
|
-
"isExtensionMethod": false
|
|
55517
|
-
},
|
|
55518
|
-
{
|
|
55519
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BSpanSplitEnumerator\u00601::MoveNext():System.Boolean",
|
|
55520
|
-
"clrName": "MoveNext",
|
|
55521
|
-
"metadataToken": 100669791,
|
|
55522
|
-
"canonicalSignature": "():System.Boolean",
|
|
55523
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
55524
|
-
"emitScope": "ClassSurface",
|
|
55525
|
-
"provenance": "Original",
|
|
55526
|
-
"arity": 0,
|
|
55527
|
-
"parameterCount": 0,
|
|
55528
|
-
"isStatic": false,
|
|
55529
|
-
"isAbstract": false,
|
|
55530
|
-
"isVirtual": true,
|
|
55531
|
-
"isOverride": false,
|
|
55532
|
-
"isSealed": true,
|
|
55533
|
-
"visibility": "Public",
|
|
55534
|
-
"declaringClrType": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
55535
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55536
|
-
"isExtensionMethod": false
|
|
55537
|
-
},
|
|
55538
|
-
{
|
|
55539
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
55540
|
-
"clrName": "Dispose",
|
|
55541
|
-
"metadataToken": 100668530,
|
|
55542
|
-
"canonicalSignature": "():System.Void",
|
|
55543
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
55544
|
-
"emitScope": "ViewOnly",
|
|
55545
|
-
"provenance": "ExplicitView",
|
|
55546
|
-
"arity": 0,
|
|
55547
|
-
"parameterCount": 0,
|
|
55548
|
-
"isStatic": false,
|
|
55549
|
-
"isAbstract": false,
|
|
55550
|
-
"isVirtual": true,
|
|
55551
|
-
"isOverride": false,
|
|
55552
|
-
"isSealed": false,
|
|
55553
|
-
"visibility": "Public",
|
|
55554
|
-
"declaringClrType": "System.IDisposable",
|
|
55555
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55556
|
-
"isExtensionMethod": false,
|
|
55557
|
-
"sourceInterface": "System.IDisposable"
|
|
55558
|
-
},
|
|
55559
|
-
{
|
|
55560
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
55561
|
-
"clrName": "MoveNext",
|
|
55562
|
-
"metadataToken": 100703846,
|
|
55563
|
-
"canonicalSignature": "():System.Boolean",
|
|
55564
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
55565
|
-
"emitScope": "ViewOnly",
|
|
55566
|
-
"provenance": "ExplicitView",
|
|
55567
|
-
"arity": 0,
|
|
55568
|
-
"parameterCount": 0,
|
|
55569
|
-
"isStatic": false,
|
|
55570
|
-
"isAbstract": false,
|
|
55571
|
-
"isVirtual": true,
|
|
55572
|
-
"isOverride": false,
|
|
55573
|
-
"isSealed": false,
|
|
55574
|
-
"visibility": "Public",
|
|
55575
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
55576
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55577
|
-
"isExtensionMethod": false,
|
|
55578
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
55579
|
-
},
|
|
55580
|
-
{
|
|
55581
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
55582
|
-
"clrName": "Reset",
|
|
55583
|
-
"metadataToken": 100703848,
|
|
55584
|
-
"canonicalSignature": "():System.Void",
|
|
55585
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
55586
|
-
"emitScope": "ClassSurface",
|
|
55587
|
-
"provenance": "ExplicitView",
|
|
55588
|
-
"arity": 0,
|
|
55589
|
-
"parameterCount": 0,
|
|
55590
|
-
"isStatic": false,
|
|
55591
|
-
"isAbstract": false,
|
|
55592
|
-
"isVirtual": true,
|
|
55593
|
-
"isOverride": false,
|
|
55594
|
-
"isSealed": false,
|
|
55595
|
-
"visibility": "Public",
|
|
55596
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
55597
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55598
|
-
"isExtensionMethod": false
|
|
55599
|
-
}
|
|
55600
|
-
],
|
|
55601
|
-
"properties": [
|
|
55602
|
-
{
|
|
55603
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BSpanSplitEnumerator\u00601::Source:ReadOnlySpan_1",
|
|
55604
|
-
"clrName": "Source",
|
|
55605
|
-
"metadataToken": 385876592,
|
|
55606
|
-
"canonicalSignature": ":ReadOnlySpan_1",
|
|
55607
|
-
"normalizedSignature": "Source|:ReadOnlySpan_1|static=false|accessor=get",
|
|
55608
|
-
"emitScope": "ClassSurface",
|
|
55609
|
-
"provenance": "Original",
|
|
55610
|
-
"isIndexer": false,
|
|
55611
|
-
"hasGetter": true,
|
|
55612
|
-
"hasSetter": false,
|
|
55613
|
-
"isStatic": false,
|
|
55614
|
-
"isAbstract": false,
|
|
55615
|
-
"isVirtual": false,
|
|
55616
|
-
"isOverride": false,
|
|
55617
|
-
"visibility": "Public",
|
|
55618
|
-
"declaringClrType": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
55619
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
55620
|
-
},
|
|
55621
|
-
{
|
|
55622
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BSpanSplitEnumerator\u00601::Current:System.Range",
|
|
55623
|
-
"clrName": "Current",
|
|
55624
|
-
"metadataToken": 385876593,
|
|
55625
|
-
"canonicalSignature": ":System.Range",
|
|
55626
|
-
"normalizedSignature": "Current|:System.Range|static=false|accessor=get",
|
|
55627
|
-
"emitScope": "ClassSurface",
|
|
55628
|
-
"provenance": "Original",
|
|
55629
|
-
"isIndexer": false,
|
|
55630
|
-
"hasGetter": true,
|
|
55631
|
-
"hasSetter": false,
|
|
55632
|
-
"isStatic": false,
|
|
55633
|
-
"isAbstract": false,
|
|
55634
|
-
"isVirtual": true,
|
|
55635
|
-
"isOverride": false,
|
|
55636
|
-
"visibility": "Public",
|
|
55637
|
-
"declaringClrType": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
55638
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
55639
|
-
},
|
|
55640
|
-
{
|
|
55641
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
55642
|
-
"clrName": "Current",
|
|
55643
|
-
"metadataToken": 385881426,
|
|
55644
|
-
"canonicalSignature": ":T",
|
|
55645
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
55646
|
-
"emitScope": "ViewOnly",
|
|
55647
|
-
"provenance": "ExplicitView",
|
|
55648
|
-
"isIndexer": false,
|
|
55649
|
-
"hasGetter": true,
|
|
55650
|
-
"hasSetter": false,
|
|
55651
|
-
"isStatic": false,
|
|
55652
|
-
"isAbstract": false,
|
|
55653
|
-
"isVirtual": true,
|
|
55654
|
-
"isOverride": false,
|
|
55655
|
-
"visibility": "Public",
|
|
55656
|
-
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
55657
|
-
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
55658
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
55659
|
-
},
|
|
55660
|
-
{
|
|
55661
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
55662
|
-
"clrName": "Current",
|
|
55663
|
-
"metadataToken": 385881267,
|
|
55664
|
-
"canonicalSignature": ":System.Object",
|
|
55665
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
55666
|
-
"emitScope": "ViewOnly",
|
|
55667
|
-
"provenance": "ExplicitView",
|
|
55668
|
-
"isIndexer": false,
|
|
55669
|
-
"hasGetter": true,
|
|
55670
|
-
"hasSetter": false,
|
|
55671
|
-
"isStatic": false,
|
|
55672
|
-
"isAbstract": false,
|
|
55673
|
-
"isVirtual": true,
|
|
55674
|
-
"isOverride": false,
|
|
55675
|
-
"visibility": "Public",
|
|
55676
|
-
"sourceInterface": "System.Collections.IEnumerator",
|
|
55677
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
55678
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
55679
|
-
}
|
|
55680
|
-
],
|
|
55681
|
-
"fields": [],
|
|
55682
|
-
"events": [],
|
|
55683
|
-
"constructors": []
|
|
55684
|
-
},
|
|
55685
|
-
{
|
|
55686
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55687
|
-
"clrName": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55688
|
-
"assemblyName": "System.Private.CoreLib",
|
|
55689
|
-
"metadataToken": 0,
|
|
55690
|
-
"kind": "Struct",
|
|
55691
|
-
"accessibility": "Public",
|
|
55692
|
-
"isAbstract": false,
|
|
55693
|
-
"isSealed": true,
|
|
55694
|
-
"isStatic": false,
|
|
55695
|
-
"arity": 0,
|
|
55696
|
-
"baseType": {
|
|
55697
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
55698
|
-
"clrName": "System.ValueType"
|
|
55699
|
-
},
|
|
55700
|
-
"methods": [
|
|
55701
|
-
{
|
|
55702
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendLiteral(System.String):System.Boolean",
|
|
55703
|
-
"clrName": "AppendLiteral",
|
|
55704
|
-
"metadataToken": 100669797,
|
|
55705
|
-
"canonicalSignature": "(System.String):System.Boolean",
|
|
55706
|
-
"normalizedSignature": "AppendLiteral|(System.String):System.Boolean|static=false",
|
|
55707
|
-
"emitScope": "ClassSurface",
|
|
55708
|
-
"provenance": "Original",
|
|
55709
|
-
"arity": 0,
|
|
55710
|
-
"parameterCount": 1,
|
|
55711
|
-
"isStatic": false,
|
|
55712
|
-
"isAbstract": false,
|
|
55713
|
-
"isVirtual": false,
|
|
55714
|
-
"isOverride": false,
|
|
55715
|
-
"isSealed": false,
|
|
55716
|
-
"visibility": "Public",
|
|
55717
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55718
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55719
|
-
"isExtensionMethod": false
|
|
55720
|
-
},
|
|
55721
|
-
{
|
|
55722
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T):System.Boolean",
|
|
55723
|
-
"clrName": "AppendFormatted",
|
|
55724
|
-
"metadataToken": 100669798,
|
|
55725
|
-
"canonicalSignature": "(T):System.Boolean",
|
|
55726
|
-
"normalizedSignature": "AppendFormatted|(T):System.Boolean|static=false",
|
|
55727
|
-
"emitScope": "ClassSurface",
|
|
55728
|
-
"provenance": "Original",
|
|
55729
|
-
"arity": 1,
|
|
55730
|
-
"parameterCount": 1,
|
|
55731
|
-
"isStatic": false,
|
|
55732
|
-
"isAbstract": false,
|
|
55733
|
-
"isVirtual": false,
|
|
55734
|
-
"isOverride": false,
|
|
55735
|
-
"isSealed": false,
|
|
55736
|
-
"visibility": "Public",
|
|
55737
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55738
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55739
|
-
"isExtensionMethod": false
|
|
55740
|
-
},
|
|
55741
|
-
{
|
|
55742
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T,System.String):System.Boolean",
|
|
55743
|
-
"clrName": "AppendFormatted",
|
|
55744
|
-
"metadataToken": 100669799,
|
|
55745
|
-
"canonicalSignature": "(T,System.String):System.Boolean",
|
|
55746
|
-
"normalizedSignature": "AppendFormatted|(T,System.String):System.Boolean|static=false",
|
|
55747
|
-
"emitScope": "ClassSurface",
|
|
55748
|
-
"provenance": "Original",
|
|
55749
|
-
"arity": 1,
|
|
55750
|
-
"parameterCount": 2,
|
|
55751
|
-
"isStatic": false,
|
|
55752
|
-
"isAbstract": false,
|
|
55753
|
-
"isVirtual": false,
|
|
55754
|
-
"isOverride": false,
|
|
55755
|
-
"isSealed": false,
|
|
55756
|
-
"visibility": "Public",
|
|
55757
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55758
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55759
|
-
"isExtensionMethod": false
|
|
55760
|
-
},
|
|
55761
|
-
{
|
|
55762
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T,System.Int32):System.Boolean",
|
|
55763
|
-
"clrName": "AppendFormatted",
|
|
55764
|
-
"metadataToken": 100669800,
|
|
55765
|
-
"canonicalSignature": "(T,System.Int32):System.Boolean",
|
|
55766
|
-
"normalizedSignature": "AppendFormatted|(T,System.Int32):System.Boolean|static=false",
|
|
55767
|
-
"emitScope": "ClassSurface",
|
|
55768
|
-
"provenance": "Original",
|
|
55769
|
-
"arity": 1,
|
|
55770
|
-
"parameterCount": 2,
|
|
55771
|
-
"isStatic": false,
|
|
55772
|
-
"isAbstract": false,
|
|
55773
|
-
"isVirtual": false,
|
|
55774
|
-
"isOverride": false,
|
|
55775
|
-
"isSealed": false,
|
|
55776
|
-
"visibility": "Public",
|
|
55777
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55778
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55779
|
-
"isExtensionMethod": false
|
|
55780
|
-
},
|
|
55781
|
-
{
|
|
55782
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T,System.Int32,System.String):System.Boolean",
|
|
55783
|
-
"clrName": "AppendFormatted",
|
|
55784
|
-
"metadataToken": 100669801,
|
|
55785
|
-
"canonicalSignature": "(T,System.Int32,System.String):System.Boolean",
|
|
55786
|
-
"normalizedSignature": "AppendFormatted|(T,System.Int32,System.String):System.Boolean|static=false",
|
|
55787
|
-
"emitScope": "ClassSurface",
|
|
55788
|
-
"provenance": "Original",
|
|
55789
|
-
"arity": 1,
|
|
55790
|
-
"parameterCount": 3,
|
|
55791
|
-
"isStatic": false,
|
|
55792
|
-
"isAbstract": false,
|
|
55793
|
-
"isVirtual": false,
|
|
55794
|
-
"isOverride": false,
|
|
55795
|
-
"isSealed": false,
|
|
55796
|
-
"visibility": "Public",
|
|
55797
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55798
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55799
|
-
"isExtensionMethod": false
|
|
55800
|
-
},
|
|
55801
|
-
{
|
|
55802
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
55803
|
-
"clrName": "AppendFormatted",
|
|
55804
|
-
"metadataToken": 100669802,
|
|
55805
|
-
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
55806
|
-
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
55807
|
-
"emitScope": "ClassSurface",
|
|
55808
|
-
"provenance": "Original",
|
|
55809
|
-
"arity": 0,
|
|
55810
|
-
"parameterCount": 1,
|
|
55811
|
-
"isStatic": false,
|
|
55812
|
-
"isAbstract": false,
|
|
55813
|
-
"isVirtual": false,
|
|
55814
|
-
"isOverride": false,
|
|
55815
|
-
"isSealed": false,
|
|
55816
|
-
"visibility": "Public",
|
|
55817
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55818
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55819
|
-
"isExtensionMethod": false
|
|
55820
|
-
},
|
|
55821
|
-
{
|
|
55822
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean",
|
|
55823
|
-
"clrName": "AppendFormatted",
|
|
55824
|
-
"metadataToken": 100669803,
|
|
55825
|
-
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean",
|
|
55826
|
-
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean|static=false",
|
|
55827
|
-
"emitScope": "ClassSurface",
|
|
55828
|
-
"provenance": "Original",
|
|
55829
|
-
"arity": 0,
|
|
55830
|
-
"parameterCount": 3,
|
|
55831
|
-
"isStatic": false,
|
|
55832
|
-
"isAbstract": false,
|
|
55833
|
-
"isVirtual": false,
|
|
55834
|
-
"isOverride": false,
|
|
55835
|
-
"isSealed": false,
|
|
55836
|
-
"visibility": "Public",
|
|
55837
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55838
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55839
|
-
"isExtensionMethod": false
|
|
55840
|
-
},
|
|
55841
|
-
{
|
|
55842
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.String):System.Boolean",
|
|
55843
|
-
"clrName": "AppendFormatted",
|
|
55844
|
-
"metadataToken": 100669804,
|
|
55845
|
-
"canonicalSignature": "(System.String):System.Boolean",
|
|
55846
|
-
"normalizedSignature": "AppendFormatted|(System.String):System.Boolean|static=false",
|
|
55847
|
-
"emitScope": "ClassSurface",
|
|
55848
|
-
"provenance": "Original",
|
|
55849
|
-
"arity": 0,
|
|
55850
|
-
"parameterCount": 1,
|
|
55851
|
-
"isStatic": false,
|
|
55852
|
-
"isAbstract": false,
|
|
55853
|
-
"isVirtual": false,
|
|
55854
|
-
"isOverride": false,
|
|
55855
|
-
"isSealed": false,
|
|
55856
|
-
"visibility": "Public",
|
|
55857
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55858
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55859
|
-
"isExtensionMethod": false
|
|
55860
|
-
},
|
|
55861
|
-
{
|
|
55862
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.String,System.Int32,System.String):System.Boolean",
|
|
55863
|
-
"clrName": "AppendFormatted",
|
|
55864
|
-
"metadataToken": 100669805,
|
|
55865
|
-
"canonicalSignature": "(System.String,System.Int32,System.String):System.Boolean",
|
|
55866
|
-
"normalizedSignature": "AppendFormatted|(System.String,System.Int32,System.String):System.Boolean|static=false",
|
|
55867
|
-
"emitScope": "ClassSurface",
|
|
55868
|
-
"provenance": "Original",
|
|
55869
|
-
"arity": 0,
|
|
55870
|
-
"parameterCount": 3,
|
|
55871
|
-
"isStatic": false,
|
|
55872
|
-
"isAbstract": false,
|
|
55873
|
-
"isVirtual": false,
|
|
55874
|
-
"isOverride": false,
|
|
55875
|
-
"isSealed": false,
|
|
55876
|
-
"visibility": "Public",
|
|
55877
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55878
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55879
|
-
"isExtensionMethod": false
|
|
55880
|
-
},
|
|
55881
|
-
{
|
|
55882
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.Object,System.Int32,System.String):System.Boolean",
|
|
55883
|
-
"clrName": "AppendFormatted",
|
|
55884
|
-
"metadataToken": 100669806,
|
|
55885
|
-
"canonicalSignature": "(System.Object,System.Int32,System.String):System.Boolean",
|
|
55886
|
-
"normalizedSignature": "AppendFormatted|(System.Object,System.Int32,System.String):System.Boolean|static=false",
|
|
55887
|
-
"emitScope": "ClassSurface",
|
|
55888
|
-
"provenance": "Original",
|
|
55889
|
-
"arity": 0,
|
|
55890
|
-
"parameterCount": 3,
|
|
55891
|
-
"isStatic": false,
|
|
55892
|
-
"isAbstract": false,
|
|
55893
|
-
"isVirtual": false,
|
|
55894
|
-
"isOverride": false,
|
|
55895
|
-
"isSealed": false,
|
|
55896
|
-
"visibility": "Public",
|
|
55897
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55898
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55899
|
-
"isExtensionMethod": false
|
|
55900
|
-
}
|
|
55901
|
-
],
|
|
55902
|
-
"properties": [],
|
|
55903
|
-
"fields": [],
|
|
55904
|
-
"events": [],
|
|
55905
|
-
"constructors": [
|
|
55906
|
-
{
|
|
55907
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void",
|
|
55908
|
-
"metadataToken": 100669795,
|
|
55909
|
-
"canonicalSignature": "(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void",
|
|
55910
|
-
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void|static=false",
|
|
55911
|
-
"isStatic": false,
|
|
55912
|
-
"parameterCount": 4,
|
|
55913
|
-
"visibility": "Public",
|
|
55914
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55915
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55916
|
-
"parameterModifiers": [
|
|
55917
|
-
{
|
|
55918
|
-
"index": 3,
|
|
55919
|
-
"modifier": "out"
|
|
55920
|
-
}
|
|
55921
|
-
]
|
|
55922
|
-
},
|
|
55923
|
-
{
|
|
55924
|
-
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Boolean\u0026):void",
|
|
55925
|
-
"metadataToken": 100669796,
|
|
55926
|
-
"canonicalSignature": "(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Boolean\u0026):void",
|
|
55927
|
-
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Boolean\u0026):void|static=false",
|
|
55928
|
-
"isStatic": false,
|
|
55929
|
-
"parameterCount": 5,
|
|
55930
|
-
"visibility": "Public",
|
|
55931
|
-
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
55932
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55933
|
-
"parameterModifiers": [
|
|
55934
|
-
{
|
|
55935
|
-
"index": 4,
|
|
55936
|
-
"modifier": "out"
|
|
55937
|
-
}
|
|
55938
|
-
]
|
|
55939
|
-
}
|
|
55940
|
-
]
|
|
55941
|
-
},
|
|
55942
54498
|
{
|
|
55943
54499
|
"stableId": "System.Private.CoreLib:System.ModuleHandle",
|
|
55944
54500
|
"clrName": "System.ModuleHandle",
|
|
@@ -56970,7 +55526,10 @@
|
|
|
56970
55526
|
"isOverride": false,
|
|
56971
55527
|
"visibility": "Public",
|
|
56972
55528
|
"declaringClrType": "System.ReadOnlyMemory\u00601",
|
|
56973
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
55529
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55530
|
+
"emitSemantics": {
|
|
55531
|
+
"callableStaticAccessorKind": "property"
|
|
55532
|
+
}
|
|
56974
55533
|
},
|
|
56975
55534
|
{
|
|
56976
55535
|
"stableId": "System.Private.CoreLib:System.ReadOnlyMemory\u00601::Length:System.Int32",
|
|
@@ -57372,7 +55931,10 @@
|
|
|
57372
55931
|
"isOverride": false,
|
|
57373
55932
|
"visibility": "Public",
|
|
57374
55933
|
"declaringClrType": "System.ReadOnlySpan\u00601",
|
|
57375
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
55934
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
55935
|
+
"emitSemantics": {
|
|
55936
|
+
"callableStaticAccessorKind": "property"
|
|
55937
|
+
}
|
|
57376
55938
|
}
|
|
57377
55939
|
],
|
|
57378
55940
|
"fields": [],
|
|
@@ -57485,68 +56047,6 @@
|
|
|
57485
56047
|
"declaringClrType": "System.ReadOnlySpan\u00601\u002BEnumerator",
|
|
57486
56048
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
57487
56049
|
"isExtensionMethod": false
|
|
57488
|
-
},
|
|
57489
|
-
{
|
|
57490
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
57491
|
-
"clrName": "Dispose",
|
|
57492
|
-
"metadataToken": 100668530,
|
|
57493
|
-
"canonicalSignature": "():System.Void",
|
|
57494
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
57495
|
-
"emitScope": "ViewOnly",
|
|
57496
|
-
"provenance": "ExplicitView",
|
|
57497
|
-
"arity": 0,
|
|
57498
|
-
"parameterCount": 0,
|
|
57499
|
-
"isStatic": false,
|
|
57500
|
-
"isAbstract": false,
|
|
57501
|
-
"isVirtual": true,
|
|
57502
|
-
"isOverride": false,
|
|
57503
|
-
"isSealed": false,
|
|
57504
|
-
"visibility": "Public",
|
|
57505
|
-
"declaringClrType": "System.IDisposable",
|
|
57506
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
57507
|
-
"isExtensionMethod": false,
|
|
57508
|
-
"sourceInterface": "System.IDisposable"
|
|
57509
|
-
},
|
|
57510
|
-
{
|
|
57511
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
57512
|
-
"clrName": "MoveNext",
|
|
57513
|
-
"metadataToken": 100703846,
|
|
57514
|
-
"canonicalSignature": "():System.Boolean",
|
|
57515
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
57516
|
-
"emitScope": "ViewOnly",
|
|
57517
|
-
"provenance": "ExplicitView",
|
|
57518
|
-
"arity": 0,
|
|
57519
|
-
"parameterCount": 0,
|
|
57520
|
-
"isStatic": false,
|
|
57521
|
-
"isAbstract": false,
|
|
57522
|
-
"isVirtual": true,
|
|
57523
|
-
"isOverride": false,
|
|
57524
|
-
"isSealed": false,
|
|
57525
|
-
"visibility": "Public",
|
|
57526
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
57527
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
57528
|
-
"isExtensionMethod": false,
|
|
57529
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
57530
|
-
},
|
|
57531
|
-
{
|
|
57532
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
57533
|
-
"clrName": "Reset",
|
|
57534
|
-
"metadataToken": 100703848,
|
|
57535
|
-
"canonicalSignature": "():System.Void",
|
|
57536
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
57537
|
-
"emitScope": "ClassSurface",
|
|
57538
|
-
"provenance": "ExplicitView",
|
|
57539
|
-
"arity": 0,
|
|
57540
|
-
"parameterCount": 0,
|
|
57541
|
-
"isStatic": false,
|
|
57542
|
-
"isAbstract": false,
|
|
57543
|
-
"isVirtual": true,
|
|
57544
|
-
"isOverride": false,
|
|
57545
|
-
"isSealed": false,
|
|
57546
|
-
"visibility": "Public",
|
|
57547
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
57548
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
57549
|
-
"isExtensionMethod": false
|
|
57550
56050
|
}
|
|
57551
56051
|
],
|
|
57552
56052
|
"properties": [
|
|
@@ -57568,46 +56068,6 @@
|
|
|
57568
56068
|
"visibility": "Public",
|
|
57569
56069
|
"declaringClrType": "System.ReadOnlySpan\u00601\u002BEnumerator",
|
|
57570
56070
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
57571
|
-
},
|
|
57572
|
-
{
|
|
57573
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
57574
|
-
"clrName": "Current",
|
|
57575
|
-
"metadataToken": 385881267,
|
|
57576
|
-
"canonicalSignature": ":System.Object",
|
|
57577
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
57578
|
-
"emitScope": "ViewOnly",
|
|
57579
|
-
"provenance": "ExplicitView",
|
|
57580
|
-
"isIndexer": false,
|
|
57581
|
-
"hasGetter": true,
|
|
57582
|
-
"hasSetter": false,
|
|
57583
|
-
"isStatic": false,
|
|
57584
|
-
"isAbstract": false,
|
|
57585
|
-
"isVirtual": true,
|
|
57586
|
-
"isOverride": false,
|
|
57587
|
-
"visibility": "Public",
|
|
57588
|
-
"sourceInterface": "System.Collections.IEnumerator",
|
|
57589
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
57590
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
57591
|
-
},
|
|
57592
|
-
{
|
|
57593
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
57594
|
-
"clrName": "Current",
|
|
57595
|
-
"metadataToken": 385881426,
|
|
57596
|
-
"canonicalSignature": ":T",
|
|
57597
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
57598
|
-
"emitScope": "ViewOnly",
|
|
57599
|
-
"provenance": "ExplicitView",
|
|
57600
|
-
"isIndexer": false,
|
|
57601
|
-
"hasGetter": true,
|
|
57602
|
-
"hasSetter": false,
|
|
57603
|
-
"isStatic": false,
|
|
57604
|
-
"isAbstract": false,
|
|
57605
|
-
"isVirtual": true,
|
|
57606
|
-
"isOverride": false,
|
|
57607
|
-
"visibility": "Public",
|
|
57608
|
-
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
57609
|
-
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
57610
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
57611
56071
|
}
|
|
57612
56072
|
],
|
|
57613
56073
|
"fields": [],
|
|
@@ -66448,7 +64908,10 @@
|
|
|
66448
64908
|
"isOverride": false,
|
|
66449
64909
|
"visibility": "Public",
|
|
66450
64910
|
"declaringClrType": "System.Span\u00601",
|
|
66451
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
64911
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
64912
|
+
"emitSemantics": {
|
|
64913
|
+
"callableStaticAccessorKind": "property"
|
|
64914
|
+
}
|
|
66452
64915
|
}
|
|
66453
64916
|
],
|
|
66454
64917
|
"fields": [],
|
|
@@ -66561,68 +65024,6 @@
|
|
|
66561
65024
|
"declaringClrType": "System.Span\u00601\u002BEnumerator",
|
|
66562
65025
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
66563
65026
|
"isExtensionMethod": false
|
|
66564
|
-
},
|
|
66565
|
-
{
|
|
66566
|
-
"stableId": "System.Private.CoreLib:System.IDisposable::Dispose():System.Void",
|
|
66567
|
-
"clrName": "Dispose",
|
|
66568
|
-
"metadataToken": 100668530,
|
|
66569
|
-
"canonicalSignature": "():System.Void",
|
|
66570
|
-
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
66571
|
-
"emitScope": "ViewOnly",
|
|
66572
|
-
"provenance": "ExplicitView",
|
|
66573
|
-
"arity": 0,
|
|
66574
|
-
"parameterCount": 0,
|
|
66575
|
-
"isStatic": false,
|
|
66576
|
-
"isAbstract": false,
|
|
66577
|
-
"isVirtual": true,
|
|
66578
|
-
"isOverride": false,
|
|
66579
|
-
"isSealed": false,
|
|
66580
|
-
"visibility": "Public",
|
|
66581
|
-
"declaringClrType": "System.IDisposable",
|
|
66582
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
66583
|
-
"isExtensionMethod": false,
|
|
66584
|
-
"sourceInterface": "System.IDisposable"
|
|
66585
|
-
},
|
|
66586
|
-
{
|
|
66587
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
66588
|
-
"clrName": "MoveNext",
|
|
66589
|
-
"metadataToken": 100703846,
|
|
66590
|
-
"canonicalSignature": "():System.Boolean",
|
|
66591
|
-
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
66592
|
-
"emitScope": "ViewOnly",
|
|
66593
|
-
"provenance": "ExplicitView",
|
|
66594
|
-
"arity": 0,
|
|
66595
|
-
"parameterCount": 0,
|
|
66596
|
-
"isStatic": false,
|
|
66597
|
-
"isAbstract": false,
|
|
66598
|
-
"isVirtual": true,
|
|
66599
|
-
"isOverride": false,
|
|
66600
|
-
"isSealed": false,
|
|
66601
|
-
"visibility": "Public",
|
|
66602
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
66603
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
66604
|
-
"isExtensionMethod": false,
|
|
66605
|
-
"sourceInterface": "System.Collections.IEnumerator"
|
|
66606
|
-
},
|
|
66607
|
-
{
|
|
66608
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
66609
|
-
"clrName": "Reset",
|
|
66610
|
-
"metadataToken": 100703848,
|
|
66611
|
-
"canonicalSignature": "():System.Void",
|
|
66612
|
-
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
66613
|
-
"emitScope": "ClassSurface",
|
|
66614
|
-
"provenance": "ExplicitView",
|
|
66615
|
-
"arity": 0,
|
|
66616
|
-
"parameterCount": 0,
|
|
66617
|
-
"isStatic": false,
|
|
66618
|
-
"isAbstract": false,
|
|
66619
|
-
"isVirtual": true,
|
|
66620
|
-
"isOverride": false,
|
|
66621
|
-
"isSealed": false,
|
|
66622
|
-
"visibility": "Public",
|
|
66623
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
66624
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
66625
|
-
"isExtensionMethod": false
|
|
66626
65027
|
}
|
|
66627
65028
|
],
|
|
66628
65029
|
"properties": [
|
|
@@ -66644,46 +65045,6 @@
|
|
|
66644
65045
|
"visibility": "Public",
|
|
66645
65046
|
"declaringClrType": "System.Span\u00601\u002BEnumerator",
|
|
66646
65047
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
66647
|
-
},
|
|
66648
|
-
{
|
|
66649
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
66650
|
-
"clrName": "Current",
|
|
66651
|
-
"metadataToken": 385881267,
|
|
66652
|
-
"canonicalSignature": ":System.Object",
|
|
66653
|
-
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
66654
|
-
"emitScope": "ViewOnly",
|
|
66655
|
-
"provenance": "ExplicitView",
|
|
66656
|
-
"isIndexer": false,
|
|
66657
|
-
"hasGetter": true,
|
|
66658
|
-
"hasSetter": false,
|
|
66659
|
-
"isStatic": false,
|
|
66660
|
-
"isAbstract": false,
|
|
66661
|
-
"isVirtual": true,
|
|
66662
|
-
"isOverride": false,
|
|
66663
|
-
"visibility": "Public",
|
|
66664
|
-
"sourceInterface": "System.Collections.IEnumerator",
|
|
66665
|
-
"declaringClrType": "System.Collections.IEnumerator",
|
|
66666
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
66667
|
-
},
|
|
66668
|
-
{
|
|
66669
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
66670
|
-
"clrName": "Current",
|
|
66671
|
-
"metadataToken": 385881426,
|
|
66672
|
-
"canonicalSignature": ":T",
|
|
66673
|
-
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
66674
|
-
"emitScope": "ViewOnly",
|
|
66675
|
-
"provenance": "ExplicitView",
|
|
66676
|
-
"isIndexer": false,
|
|
66677
|
-
"hasGetter": true,
|
|
66678
|
-
"hasSetter": false,
|
|
66679
|
-
"isStatic": false,
|
|
66680
|
-
"isAbstract": false,
|
|
66681
|
-
"isVirtual": true,
|
|
66682
|
-
"isOverride": false,
|
|
66683
|
-
"visibility": "Public",
|
|
66684
|
-
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
66685
|
-
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
66686
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
66687
65048
|
}
|
|
66688
65049
|
],
|
|
66689
65050
|
"fields": [],
|
|
@@ -70647,323 +69008,6 @@
|
|
|
70647
69008
|
}
|
|
70648
69009
|
]
|
|
70649
69010
|
},
|
|
70650
|
-
{
|
|
70651
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime",
|
|
70652
|
-
"clrName": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70653
|
-
"assemblyName": "System.Private.CoreLib",
|
|
70654
|
-
"metadataToken": 0,
|
|
70655
|
-
"kind": "Struct",
|
|
70656
|
-
"accessibility": "Public",
|
|
70657
|
-
"isAbstract": false,
|
|
70658
|
-
"isSealed": true,
|
|
70659
|
-
"isStatic": false,
|
|
70660
|
-
"arity": 0,
|
|
70661
|
-
"baseType": {
|
|
70662
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
70663
|
-
"clrName": "System.ValueType"
|
|
70664
|
-
},
|
|
70665
|
-
"interfaces": [
|
|
70666
|
-
{
|
|
70667
|
-
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
70668
|
-
"clrName": "System.IEquatable\u00601",
|
|
70669
|
-
"typeArguments": [
|
|
70670
|
-
"TransitionTime"
|
|
70671
|
-
]
|
|
70672
|
-
},
|
|
70673
|
-
{
|
|
70674
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
70675
|
-
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
70676
|
-
},
|
|
70677
|
-
{
|
|
70678
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback",
|
|
70679
|
-
"clrName": "System.Runtime.Serialization.IDeserializationCallback"
|
|
70680
|
-
}
|
|
70681
|
-
],
|
|
70682
|
-
"methods": [
|
|
70683
|
-
{
|
|
70684
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::Equals(System.Object):System.Boolean",
|
|
70685
|
-
"clrName": "Equals",
|
|
70686
|
-
"metadataToken": 100672780,
|
|
70687
|
-
"canonicalSignature": "(System.Object):System.Boolean",
|
|
70688
|
-
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
70689
|
-
"emitScope": "ClassSurface",
|
|
70690
|
-
"provenance": "Original",
|
|
70691
|
-
"arity": 0,
|
|
70692
|
-
"parameterCount": 1,
|
|
70693
|
-
"isStatic": false,
|
|
70694
|
-
"isAbstract": false,
|
|
70695
|
-
"isVirtual": true,
|
|
70696
|
-
"isOverride": true,
|
|
70697
|
-
"isSealed": false,
|
|
70698
|
-
"visibility": "Public",
|
|
70699
|
-
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70700
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
70701
|
-
"isExtensionMethod": false
|
|
70702
|
-
},
|
|
70703
|
-
{
|
|
70704
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::Equals(System.TimeZoneInfo\u002BTransitionTime):System.Boolean",
|
|
70705
|
-
"clrName": "Equals",
|
|
70706
|
-
"metadataToken": 100672783,
|
|
70707
|
-
"canonicalSignature": "(System.TimeZoneInfo\u002BTransitionTime):System.Boolean",
|
|
70708
|
-
"normalizedSignature": "Equals|(System.TimeZoneInfo\u002BTransitionTime):System.Boolean|static=false",
|
|
70709
|
-
"emitScope": "ClassSurface",
|
|
70710
|
-
"provenance": "Original",
|
|
70711
|
-
"arity": 0,
|
|
70712
|
-
"parameterCount": 1,
|
|
70713
|
-
"isStatic": false,
|
|
70714
|
-
"isAbstract": false,
|
|
70715
|
-
"isVirtual": true,
|
|
70716
|
-
"isOverride": false,
|
|
70717
|
-
"isSealed": true,
|
|
70718
|
-
"visibility": "Public",
|
|
70719
|
-
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70720
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
70721
|
-
"isExtensionMethod": false
|
|
70722
|
-
},
|
|
70723
|
-
{
|
|
70724
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::GetHashCode():System.Int32",
|
|
70725
|
-
"clrName": "GetHashCode",
|
|
70726
|
-
"metadataToken": 100672784,
|
|
70727
|
-
"canonicalSignature": "():System.Int32",
|
|
70728
|
-
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
70729
|
-
"emitScope": "ClassSurface",
|
|
70730
|
-
"provenance": "Original",
|
|
70731
|
-
"arity": 0,
|
|
70732
|
-
"parameterCount": 0,
|
|
70733
|
-
"isStatic": false,
|
|
70734
|
-
"isAbstract": false,
|
|
70735
|
-
"isVirtual": true,
|
|
70736
|
-
"isOverride": true,
|
|
70737
|
-
"isSealed": false,
|
|
70738
|
-
"visibility": "Public",
|
|
70739
|
-
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70740
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
70741
|
-
"isExtensionMethod": false
|
|
70742
|
-
},
|
|
70743
|
-
{
|
|
70744
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::CreateFixedDateRule(System.DateTime,System.Int32,System.Int32):System.TimeZoneInfo\u002BTransitionTime",
|
|
70745
|
-
"clrName": "CreateFixedDateRule",
|
|
70746
|
-
"metadataToken": 100672786,
|
|
70747
|
-
"canonicalSignature": "(System.DateTime,System.Int32,System.Int32):System.TimeZoneInfo\u002BTransitionTime",
|
|
70748
|
-
"normalizedSignature": "CreateFixedDateRule|(System.DateTime,System.Int32,System.Int32):System.TimeZoneInfo\u002BTransitionTime|static=true",
|
|
70749
|
-
"emitScope": "ClassSurface",
|
|
70750
|
-
"provenance": "Original",
|
|
70751
|
-
"arity": 0,
|
|
70752
|
-
"parameterCount": 3,
|
|
70753
|
-
"isStatic": true,
|
|
70754
|
-
"isAbstract": false,
|
|
70755
|
-
"isVirtual": false,
|
|
70756
|
-
"isOverride": false,
|
|
70757
|
-
"isSealed": false,
|
|
70758
|
-
"visibility": "Public",
|
|
70759
|
-
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70760
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
70761
|
-
"isExtensionMethod": false
|
|
70762
|
-
},
|
|
70763
|
-
{
|
|
70764
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::CreateFloatingDateRule(System.DateTime,System.Int32,System.Int32,System.DayOfWeek):System.TimeZoneInfo\u002BTransitionTime",
|
|
70765
|
-
"clrName": "CreateFloatingDateRule",
|
|
70766
|
-
"metadataToken": 100672787,
|
|
70767
|
-
"canonicalSignature": "(System.DateTime,System.Int32,System.Int32,System.DayOfWeek):System.TimeZoneInfo\u002BTransitionTime",
|
|
70768
|
-
"normalizedSignature": "CreateFloatingDateRule|(System.DateTime,System.Int32,System.Int32,System.DayOfWeek):System.TimeZoneInfo\u002BTransitionTime|static=true",
|
|
70769
|
-
"emitScope": "ClassSurface",
|
|
70770
|
-
"provenance": "Original",
|
|
70771
|
-
"arity": 0,
|
|
70772
|
-
"parameterCount": 4,
|
|
70773
|
-
"isStatic": true,
|
|
70774
|
-
"isAbstract": false,
|
|
70775
|
-
"isVirtual": false,
|
|
70776
|
-
"isOverride": false,
|
|
70777
|
-
"isSealed": false,
|
|
70778
|
-
"visibility": "Public",
|
|
70779
|
-
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70780
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
70781
|
-
"isExtensionMethod": false
|
|
70782
|
-
},
|
|
70783
|
-
{
|
|
70784
|
-
"stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
|
|
70785
|
-
"clrName": "Equals",
|
|
70786
|
-
"metadataToken": 100668531,
|
|
70787
|
-
"canonicalSignature": "(T):System.Boolean",
|
|
70788
|
-
"normalizedSignature": "Equals|(T):System.Boolean|static=false",
|
|
70789
|
-
"emitScope": "ViewOnly",
|
|
70790
|
-
"provenance": "ExplicitView",
|
|
70791
|
-
"arity": 0,
|
|
70792
|
-
"parameterCount": 1,
|
|
70793
|
-
"isStatic": false,
|
|
70794
|
-
"isAbstract": false,
|
|
70795
|
-
"isVirtual": true,
|
|
70796
|
-
"isOverride": false,
|
|
70797
|
-
"isSealed": false,
|
|
70798
|
-
"visibility": "Public",
|
|
70799
|
-
"declaringClrType": "System.IEquatable\u00601",
|
|
70800
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
70801
|
-
"isExtensionMethod": false,
|
|
70802
|
-
"sourceInterface": "System.IEquatable\u00601"
|
|
70803
|
-
},
|
|
70804
|
-
{
|
|
70805
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
70806
|
-
"clrName": "GetObjectData",
|
|
70807
|
-
"metadataToken": 100682649,
|
|
70808
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
70809
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
70810
|
-
"emitScope": "ViewOnly",
|
|
70811
|
-
"provenance": "ExplicitView",
|
|
70812
|
-
"arity": 0,
|
|
70813
|
-
"parameterCount": 2,
|
|
70814
|
-
"isStatic": false,
|
|
70815
|
-
"isAbstract": false,
|
|
70816
|
-
"isVirtual": true,
|
|
70817
|
-
"isOverride": false,
|
|
70818
|
-
"isSealed": false,
|
|
70819
|
-
"visibility": "Public",
|
|
70820
|
-
"declaringClrType": "System.Runtime.Serialization.ISerializable",
|
|
70821
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
70822
|
-
"isExtensionMethod": false,
|
|
70823
|
-
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
70824
|
-
},
|
|
70825
|
-
{
|
|
70826
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback::OnDeserialization(System.Object):System.Void",
|
|
70827
|
-
"clrName": "OnDeserialization",
|
|
70828
|
-
"metadataToken": 100682629,
|
|
70829
|
-
"canonicalSignature": "(System.Object):System.Void",
|
|
70830
|
-
"normalizedSignature": "OnDeserialization|(System.Object):System.Void|static=false",
|
|
70831
|
-
"emitScope": "ViewOnly",
|
|
70832
|
-
"provenance": "ExplicitView",
|
|
70833
|
-
"arity": 0,
|
|
70834
|
-
"parameterCount": 1,
|
|
70835
|
-
"isStatic": false,
|
|
70836
|
-
"isAbstract": false,
|
|
70837
|
-
"isVirtual": true,
|
|
70838
|
-
"isOverride": false,
|
|
70839
|
-
"isSealed": false,
|
|
70840
|
-
"visibility": "Public",
|
|
70841
|
-
"declaringClrType": "System.Runtime.Serialization.IDeserializationCallback",
|
|
70842
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
70843
|
-
"isExtensionMethod": false,
|
|
70844
|
-
"sourceInterface": "System.Runtime.Serialization.IDeserializationCallback"
|
|
70845
|
-
}
|
|
70846
|
-
],
|
|
70847
|
-
"properties": [
|
|
70848
|
-
{
|
|
70849
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::TimeOfDay:System.DateTime",
|
|
70850
|
-
"clrName": "TimeOfDay",
|
|
70851
|
-
"metadataToken": 385877952,
|
|
70852
|
-
"canonicalSignature": ":System.DateTime",
|
|
70853
|
-
"normalizedSignature": "TimeOfDay|:System.DateTime|static=false|accessor=get",
|
|
70854
|
-
"emitScope": "ClassSurface",
|
|
70855
|
-
"provenance": "Original",
|
|
70856
|
-
"isIndexer": false,
|
|
70857
|
-
"hasGetter": true,
|
|
70858
|
-
"hasSetter": false,
|
|
70859
|
-
"isStatic": false,
|
|
70860
|
-
"isAbstract": false,
|
|
70861
|
-
"isVirtual": false,
|
|
70862
|
-
"isOverride": false,
|
|
70863
|
-
"visibility": "Public",
|
|
70864
|
-
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70865
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
70866
|
-
},
|
|
70867
|
-
{
|
|
70868
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::Month:System.Int32",
|
|
70869
|
-
"clrName": "Month",
|
|
70870
|
-
"metadataToken": 385877953,
|
|
70871
|
-
"canonicalSignature": ":System.Int32",
|
|
70872
|
-
"normalizedSignature": "Month|:System.Int32|static=false|accessor=get",
|
|
70873
|
-
"emitScope": "ClassSurface",
|
|
70874
|
-
"provenance": "Original",
|
|
70875
|
-
"isIndexer": false,
|
|
70876
|
-
"hasGetter": true,
|
|
70877
|
-
"hasSetter": false,
|
|
70878
|
-
"isStatic": false,
|
|
70879
|
-
"isAbstract": false,
|
|
70880
|
-
"isVirtual": false,
|
|
70881
|
-
"isOverride": false,
|
|
70882
|
-
"visibility": "Public",
|
|
70883
|
-
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70884
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
70885
|
-
},
|
|
70886
|
-
{
|
|
70887
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::Week:System.Int32",
|
|
70888
|
-
"clrName": "Week",
|
|
70889
|
-
"metadataToken": 385877954,
|
|
70890
|
-
"canonicalSignature": ":System.Int32",
|
|
70891
|
-
"normalizedSignature": "Week|:System.Int32|static=false|accessor=get",
|
|
70892
|
-
"emitScope": "ClassSurface",
|
|
70893
|
-
"provenance": "Original",
|
|
70894
|
-
"isIndexer": false,
|
|
70895
|
-
"hasGetter": true,
|
|
70896
|
-
"hasSetter": false,
|
|
70897
|
-
"isStatic": false,
|
|
70898
|
-
"isAbstract": false,
|
|
70899
|
-
"isVirtual": false,
|
|
70900
|
-
"isOverride": false,
|
|
70901
|
-
"visibility": "Public",
|
|
70902
|
-
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70903
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
70904
|
-
},
|
|
70905
|
-
{
|
|
70906
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::Day:System.Int32",
|
|
70907
|
-
"clrName": "Day",
|
|
70908
|
-
"metadataToken": 385877955,
|
|
70909
|
-
"canonicalSignature": ":System.Int32",
|
|
70910
|
-
"normalizedSignature": "Day|:System.Int32|static=false|accessor=get",
|
|
70911
|
-
"emitScope": "ClassSurface",
|
|
70912
|
-
"provenance": "Original",
|
|
70913
|
-
"isIndexer": false,
|
|
70914
|
-
"hasGetter": true,
|
|
70915
|
-
"hasSetter": false,
|
|
70916
|
-
"isStatic": false,
|
|
70917
|
-
"isAbstract": false,
|
|
70918
|
-
"isVirtual": false,
|
|
70919
|
-
"isOverride": false,
|
|
70920
|
-
"visibility": "Public",
|
|
70921
|
-
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70922
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
70923
|
-
},
|
|
70924
|
-
{
|
|
70925
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::DayOfWeek:System.DayOfWeek",
|
|
70926
|
-
"clrName": "DayOfWeek",
|
|
70927
|
-
"metadataToken": 385877956,
|
|
70928
|
-
"canonicalSignature": ":System.DayOfWeek",
|
|
70929
|
-
"normalizedSignature": "DayOfWeek|:System.DayOfWeek|static=false|accessor=get",
|
|
70930
|
-
"emitScope": "ClassSurface",
|
|
70931
|
-
"provenance": "Original",
|
|
70932
|
-
"isIndexer": false,
|
|
70933
|
-
"hasGetter": true,
|
|
70934
|
-
"hasSetter": false,
|
|
70935
|
-
"isStatic": false,
|
|
70936
|
-
"isAbstract": false,
|
|
70937
|
-
"isVirtual": false,
|
|
70938
|
-
"isOverride": false,
|
|
70939
|
-
"visibility": "Public",
|
|
70940
|
-
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70941
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
70942
|
-
},
|
|
70943
|
-
{
|
|
70944
|
-
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::IsFixedDateRule:System.Boolean",
|
|
70945
|
-
"clrName": "IsFixedDateRule",
|
|
70946
|
-
"metadataToken": 385877957,
|
|
70947
|
-
"canonicalSignature": ":System.Boolean",
|
|
70948
|
-
"normalizedSignature": "IsFixedDateRule|:System.Boolean|static=false|accessor=get",
|
|
70949
|
-
"emitScope": "ClassSurface",
|
|
70950
|
-
"provenance": "Original",
|
|
70951
|
-
"isIndexer": false,
|
|
70952
|
-
"hasGetter": true,
|
|
70953
|
-
"hasSetter": false,
|
|
70954
|
-
"isStatic": false,
|
|
70955
|
-
"isAbstract": false,
|
|
70956
|
-
"isVirtual": false,
|
|
70957
|
-
"isOverride": false,
|
|
70958
|
-
"visibility": "Public",
|
|
70959
|
-
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
70960
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
70961
|
-
}
|
|
70962
|
-
],
|
|
70963
|
-
"fields": [],
|
|
70964
|
-
"events": [],
|
|
70965
|
-
"constructors": []
|
|
70966
|
-
},
|
|
70967
69011
|
{
|
|
70968
69012
|
"stableId": "System.Private.CoreLib:System.TypedReference",
|
|
70969
69013
|
"clrName": "System.TypedReference",
|
|
@@ -96721,6 +94765,91 @@
|
|
|
96721
94765
|
}
|
|
96722
94766
|
]
|
|
96723
94767
|
},
|
|
94768
|
+
{
|
|
94769
|
+
"stableId": "System.Private.CoreLib:System.Delegate\u002BInvocationListEnumerator\u00601",
|
|
94770
|
+
"clrName": "System.Delegate\u002BInvocationListEnumerator\u00601",
|
|
94771
|
+
"assemblyName": "System.Private.CoreLib",
|
|
94772
|
+
"metadataToken": 0,
|
|
94773
|
+
"kind": "Struct",
|
|
94774
|
+
"accessibility": "Public",
|
|
94775
|
+
"isAbstract": false,
|
|
94776
|
+
"isSealed": true,
|
|
94777
|
+
"isStatic": false,
|
|
94778
|
+
"arity": 1,
|
|
94779
|
+
"baseType": {
|
|
94780
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
94781
|
+
"clrName": "System.ValueType"
|
|
94782
|
+
},
|
|
94783
|
+
"typeParameters": [
|
|
94784
|
+
"TDelegate"
|
|
94785
|
+
],
|
|
94786
|
+
"methods": [
|
|
94787
|
+
{
|
|
94788
|
+
"stableId": "System.Private.CoreLib:System.Delegate\u002BInvocationListEnumerator\u00601::MoveNext():System.Boolean",
|
|
94789
|
+
"clrName": "MoveNext",
|
|
94790
|
+
"metadataToken": 100664281,
|
|
94791
|
+
"canonicalSignature": "():System.Boolean",
|
|
94792
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
94793
|
+
"emitScope": "ClassSurface",
|
|
94794
|
+
"provenance": "Original",
|
|
94795
|
+
"arity": 0,
|
|
94796
|
+
"parameterCount": 0,
|
|
94797
|
+
"isStatic": false,
|
|
94798
|
+
"isAbstract": false,
|
|
94799
|
+
"isVirtual": false,
|
|
94800
|
+
"isOverride": false,
|
|
94801
|
+
"isSealed": false,
|
|
94802
|
+
"visibility": "Public",
|
|
94803
|
+
"declaringClrType": "System.Delegate\u002BInvocationListEnumerator\u00601",
|
|
94804
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
94805
|
+
"isExtensionMethod": false
|
|
94806
|
+
},
|
|
94807
|
+
{
|
|
94808
|
+
"stableId": "System.Private.CoreLib:System.Delegate\u002BInvocationListEnumerator\u00601::GetEnumerator():InvocationListEnumerator_1",
|
|
94809
|
+
"clrName": "GetEnumerator",
|
|
94810
|
+
"metadataToken": 100664282,
|
|
94811
|
+
"canonicalSignature": "():InvocationListEnumerator_1",
|
|
94812
|
+
"normalizedSignature": "GetEnumerator|():InvocationListEnumerator_1|static=false",
|
|
94813
|
+
"emitScope": "ClassSurface",
|
|
94814
|
+
"provenance": "Original",
|
|
94815
|
+
"arity": 0,
|
|
94816
|
+
"parameterCount": 0,
|
|
94817
|
+
"isStatic": false,
|
|
94818
|
+
"isAbstract": false,
|
|
94819
|
+
"isVirtual": false,
|
|
94820
|
+
"isOverride": false,
|
|
94821
|
+
"isSealed": false,
|
|
94822
|
+
"visibility": "Public",
|
|
94823
|
+
"declaringClrType": "System.Delegate\u002BInvocationListEnumerator\u00601",
|
|
94824
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
94825
|
+
"isExtensionMethod": false
|
|
94826
|
+
}
|
|
94827
|
+
],
|
|
94828
|
+
"properties": [
|
|
94829
|
+
{
|
|
94830
|
+
"stableId": "System.Private.CoreLib:System.Delegate\u002BInvocationListEnumerator\u00601::Current:TDelegate",
|
|
94831
|
+
"clrName": "Current",
|
|
94832
|
+
"metadataToken": 385876042,
|
|
94833
|
+
"canonicalSignature": ":TDelegate",
|
|
94834
|
+
"normalizedSignature": "Current|:TDelegate|static=false|accessor=get",
|
|
94835
|
+
"emitScope": "ClassSurface",
|
|
94836
|
+
"provenance": "Original",
|
|
94837
|
+
"isIndexer": false,
|
|
94838
|
+
"hasGetter": true,
|
|
94839
|
+
"hasSetter": false,
|
|
94840
|
+
"isStatic": false,
|
|
94841
|
+
"isAbstract": false,
|
|
94842
|
+
"isVirtual": false,
|
|
94843
|
+
"isOverride": false,
|
|
94844
|
+
"visibility": "Public",
|
|
94845
|
+
"declaringClrType": "System.Delegate\u002BInvocationListEnumerator\u00601",
|
|
94846
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
94847
|
+
}
|
|
94848
|
+
],
|
|
94849
|
+
"fields": [],
|
|
94850
|
+
"events": [],
|
|
94851
|
+
"constructors": []
|
|
94852
|
+
},
|
|
96724
94853
|
{
|
|
96725
94854
|
"stableId": "System.Private.CoreLib:System.DivideByZeroException",
|
|
96726
94855
|
"clrName": "System.DivideByZeroException",
|
|
@@ -111701,6 +109830,260 @@
|
|
|
111701
109830
|
"events": [],
|
|
111702
109831
|
"constructors": []
|
|
111703
109832
|
},
|
|
109833
|
+
{
|
|
109834
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime",
|
|
109835
|
+
"clrName": "System.TimeZoneInfo\u002BTransitionTime",
|
|
109836
|
+
"assemblyName": "System.Private.CoreLib",
|
|
109837
|
+
"metadataToken": 0,
|
|
109838
|
+
"kind": "Struct",
|
|
109839
|
+
"accessibility": "Public",
|
|
109840
|
+
"isAbstract": false,
|
|
109841
|
+
"isSealed": true,
|
|
109842
|
+
"isStatic": false,
|
|
109843
|
+
"arity": 0,
|
|
109844
|
+
"baseType": {
|
|
109845
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
109846
|
+
"clrName": "System.ValueType"
|
|
109847
|
+
},
|
|
109848
|
+
"interfaces": [
|
|
109849
|
+
{
|
|
109850
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
109851
|
+
"clrName": "System.IEquatable\u00601",
|
|
109852
|
+
"typeArguments": [
|
|
109853
|
+
"TransitionTime"
|
|
109854
|
+
]
|
|
109855
|
+
},
|
|
109856
|
+
{
|
|
109857
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
109858
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
109859
|
+
},
|
|
109860
|
+
{
|
|
109861
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback",
|
|
109862
|
+
"clrName": "System.Runtime.Serialization.IDeserializationCallback"
|
|
109863
|
+
}
|
|
109864
|
+
],
|
|
109865
|
+
"methods": [
|
|
109866
|
+
{
|
|
109867
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::Equals(System.Object):System.Boolean",
|
|
109868
|
+
"clrName": "Equals",
|
|
109869
|
+
"metadataToken": 100672780,
|
|
109870
|
+
"canonicalSignature": "(System.Object):System.Boolean",
|
|
109871
|
+
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
109872
|
+
"emitScope": "ClassSurface",
|
|
109873
|
+
"provenance": "Original",
|
|
109874
|
+
"arity": 0,
|
|
109875
|
+
"parameterCount": 1,
|
|
109876
|
+
"isStatic": false,
|
|
109877
|
+
"isAbstract": false,
|
|
109878
|
+
"isVirtual": true,
|
|
109879
|
+
"isOverride": true,
|
|
109880
|
+
"isSealed": false,
|
|
109881
|
+
"visibility": "Public",
|
|
109882
|
+
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
109883
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
109884
|
+
"isExtensionMethod": false
|
|
109885
|
+
},
|
|
109886
|
+
{
|
|
109887
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::Equals(System.TimeZoneInfo\u002BTransitionTime):System.Boolean",
|
|
109888
|
+
"clrName": "Equals",
|
|
109889
|
+
"metadataToken": 100672783,
|
|
109890
|
+
"canonicalSignature": "(System.TimeZoneInfo\u002BTransitionTime):System.Boolean",
|
|
109891
|
+
"normalizedSignature": "Equals|(System.TimeZoneInfo\u002BTransitionTime):System.Boolean|static=false",
|
|
109892
|
+
"emitScope": "ClassSurface",
|
|
109893
|
+
"provenance": "Original",
|
|
109894
|
+
"arity": 0,
|
|
109895
|
+
"parameterCount": 1,
|
|
109896
|
+
"isStatic": false,
|
|
109897
|
+
"isAbstract": false,
|
|
109898
|
+
"isVirtual": true,
|
|
109899
|
+
"isOverride": false,
|
|
109900
|
+
"isSealed": true,
|
|
109901
|
+
"visibility": "Public",
|
|
109902
|
+
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
109903
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
109904
|
+
"isExtensionMethod": false
|
|
109905
|
+
},
|
|
109906
|
+
{
|
|
109907
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::GetHashCode():System.Int32",
|
|
109908
|
+
"clrName": "GetHashCode",
|
|
109909
|
+
"metadataToken": 100672784,
|
|
109910
|
+
"canonicalSignature": "():System.Int32",
|
|
109911
|
+
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
109912
|
+
"emitScope": "ClassSurface",
|
|
109913
|
+
"provenance": "Original",
|
|
109914
|
+
"arity": 0,
|
|
109915
|
+
"parameterCount": 0,
|
|
109916
|
+
"isStatic": false,
|
|
109917
|
+
"isAbstract": false,
|
|
109918
|
+
"isVirtual": true,
|
|
109919
|
+
"isOverride": true,
|
|
109920
|
+
"isSealed": false,
|
|
109921
|
+
"visibility": "Public",
|
|
109922
|
+
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
109923
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
109924
|
+
"isExtensionMethod": false
|
|
109925
|
+
},
|
|
109926
|
+
{
|
|
109927
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::CreateFixedDateRule(System.DateTime,System.Int32,System.Int32):System.TimeZoneInfo\u002BTransitionTime",
|
|
109928
|
+
"clrName": "CreateFixedDateRule",
|
|
109929
|
+
"metadataToken": 100672786,
|
|
109930
|
+
"canonicalSignature": "(System.DateTime,System.Int32,System.Int32):System.TimeZoneInfo\u002BTransitionTime",
|
|
109931
|
+
"normalizedSignature": "CreateFixedDateRule|(System.DateTime,System.Int32,System.Int32):System.TimeZoneInfo\u002BTransitionTime|static=true",
|
|
109932
|
+
"emitScope": "ClassSurface",
|
|
109933
|
+
"provenance": "Original",
|
|
109934
|
+
"arity": 0,
|
|
109935
|
+
"parameterCount": 3,
|
|
109936
|
+
"isStatic": true,
|
|
109937
|
+
"isAbstract": false,
|
|
109938
|
+
"isVirtual": false,
|
|
109939
|
+
"isOverride": false,
|
|
109940
|
+
"isSealed": false,
|
|
109941
|
+
"visibility": "Public",
|
|
109942
|
+
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
109943
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
109944
|
+
"isExtensionMethod": false
|
|
109945
|
+
},
|
|
109946
|
+
{
|
|
109947
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::CreateFloatingDateRule(System.DateTime,System.Int32,System.Int32,System.DayOfWeek):System.TimeZoneInfo\u002BTransitionTime",
|
|
109948
|
+
"clrName": "CreateFloatingDateRule",
|
|
109949
|
+
"metadataToken": 100672787,
|
|
109950
|
+
"canonicalSignature": "(System.DateTime,System.Int32,System.Int32,System.DayOfWeek):System.TimeZoneInfo\u002BTransitionTime",
|
|
109951
|
+
"normalizedSignature": "CreateFloatingDateRule|(System.DateTime,System.Int32,System.Int32,System.DayOfWeek):System.TimeZoneInfo\u002BTransitionTime|static=true",
|
|
109952
|
+
"emitScope": "ClassSurface",
|
|
109953
|
+
"provenance": "Original",
|
|
109954
|
+
"arity": 0,
|
|
109955
|
+
"parameterCount": 4,
|
|
109956
|
+
"isStatic": true,
|
|
109957
|
+
"isAbstract": false,
|
|
109958
|
+
"isVirtual": false,
|
|
109959
|
+
"isOverride": false,
|
|
109960
|
+
"isSealed": false,
|
|
109961
|
+
"visibility": "Public",
|
|
109962
|
+
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
109963
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
109964
|
+
"isExtensionMethod": false
|
|
109965
|
+
}
|
|
109966
|
+
],
|
|
109967
|
+
"properties": [
|
|
109968
|
+
{
|
|
109969
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::TimeOfDay:System.DateTime",
|
|
109970
|
+
"clrName": "TimeOfDay",
|
|
109971
|
+
"metadataToken": 385877952,
|
|
109972
|
+
"canonicalSignature": ":System.DateTime",
|
|
109973
|
+
"normalizedSignature": "TimeOfDay|:System.DateTime|static=false|accessor=get",
|
|
109974
|
+
"emitScope": "ClassSurface",
|
|
109975
|
+
"provenance": "Original",
|
|
109976
|
+
"isIndexer": false,
|
|
109977
|
+
"hasGetter": true,
|
|
109978
|
+
"hasSetter": false,
|
|
109979
|
+
"isStatic": false,
|
|
109980
|
+
"isAbstract": false,
|
|
109981
|
+
"isVirtual": false,
|
|
109982
|
+
"isOverride": false,
|
|
109983
|
+
"visibility": "Public",
|
|
109984
|
+
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
109985
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
109986
|
+
},
|
|
109987
|
+
{
|
|
109988
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::Month:System.Int32",
|
|
109989
|
+
"clrName": "Month",
|
|
109990
|
+
"metadataToken": 385877953,
|
|
109991
|
+
"canonicalSignature": ":System.Int32",
|
|
109992
|
+
"normalizedSignature": "Month|:System.Int32|static=false|accessor=get",
|
|
109993
|
+
"emitScope": "ClassSurface",
|
|
109994
|
+
"provenance": "Original",
|
|
109995
|
+
"isIndexer": false,
|
|
109996
|
+
"hasGetter": true,
|
|
109997
|
+
"hasSetter": false,
|
|
109998
|
+
"isStatic": false,
|
|
109999
|
+
"isAbstract": false,
|
|
110000
|
+
"isVirtual": false,
|
|
110001
|
+
"isOverride": false,
|
|
110002
|
+
"visibility": "Public",
|
|
110003
|
+
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
110004
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
110005
|
+
},
|
|
110006
|
+
{
|
|
110007
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::Week:System.Int32",
|
|
110008
|
+
"clrName": "Week",
|
|
110009
|
+
"metadataToken": 385877954,
|
|
110010
|
+
"canonicalSignature": ":System.Int32",
|
|
110011
|
+
"normalizedSignature": "Week|:System.Int32|static=false|accessor=get",
|
|
110012
|
+
"emitScope": "ClassSurface",
|
|
110013
|
+
"provenance": "Original",
|
|
110014
|
+
"isIndexer": false,
|
|
110015
|
+
"hasGetter": true,
|
|
110016
|
+
"hasSetter": false,
|
|
110017
|
+
"isStatic": false,
|
|
110018
|
+
"isAbstract": false,
|
|
110019
|
+
"isVirtual": false,
|
|
110020
|
+
"isOverride": false,
|
|
110021
|
+
"visibility": "Public",
|
|
110022
|
+
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
110023
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
110024
|
+
},
|
|
110025
|
+
{
|
|
110026
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::Day:System.Int32",
|
|
110027
|
+
"clrName": "Day",
|
|
110028
|
+
"metadataToken": 385877955,
|
|
110029
|
+
"canonicalSignature": ":System.Int32",
|
|
110030
|
+
"normalizedSignature": "Day|:System.Int32|static=false|accessor=get",
|
|
110031
|
+
"emitScope": "ClassSurface",
|
|
110032
|
+
"provenance": "Original",
|
|
110033
|
+
"isIndexer": false,
|
|
110034
|
+
"hasGetter": true,
|
|
110035
|
+
"hasSetter": false,
|
|
110036
|
+
"isStatic": false,
|
|
110037
|
+
"isAbstract": false,
|
|
110038
|
+
"isVirtual": false,
|
|
110039
|
+
"isOverride": false,
|
|
110040
|
+
"visibility": "Public",
|
|
110041
|
+
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
110042
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
110043
|
+
},
|
|
110044
|
+
{
|
|
110045
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::DayOfWeek:System.DayOfWeek",
|
|
110046
|
+
"clrName": "DayOfWeek",
|
|
110047
|
+
"metadataToken": 385877956,
|
|
110048
|
+
"canonicalSignature": ":System.DayOfWeek",
|
|
110049
|
+
"normalizedSignature": "DayOfWeek|:System.DayOfWeek|static=false|accessor=get",
|
|
110050
|
+
"emitScope": "ClassSurface",
|
|
110051
|
+
"provenance": "Original",
|
|
110052
|
+
"isIndexer": false,
|
|
110053
|
+
"hasGetter": true,
|
|
110054
|
+
"hasSetter": false,
|
|
110055
|
+
"isStatic": false,
|
|
110056
|
+
"isAbstract": false,
|
|
110057
|
+
"isVirtual": false,
|
|
110058
|
+
"isOverride": false,
|
|
110059
|
+
"visibility": "Public",
|
|
110060
|
+
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
110061
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
110062
|
+
},
|
|
110063
|
+
{
|
|
110064
|
+
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BTransitionTime::IsFixedDateRule:System.Boolean",
|
|
110065
|
+
"clrName": "IsFixedDateRule",
|
|
110066
|
+
"metadataToken": 385877957,
|
|
110067
|
+
"canonicalSignature": ":System.Boolean",
|
|
110068
|
+
"normalizedSignature": "IsFixedDateRule|:System.Boolean|static=false|accessor=get",
|
|
110069
|
+
"emitScope": "ClassSurface",
|
|
110070
|
+
"provenance": "Original",
|
|
110071
|
+
"isIndexer": false,
|
|
110072
|
+
"hasGetter": true,
|
|
110073
|
+
"hasSetter": false,
|
|
110074
|
+
"isStatic": false,
|
|
110075
|
+
"isAbstract": false,
|
|
110076
|
+
"isVirtual": false,
|
|
110077
|
+
"isOverride": false,
|
|
110078
|
+
"visibility": "Public",
|
|
110079
|
+
"declaringClrType": "System.TimeZoneInfo\u002BTransitionTime",
|
|
110080
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
110081
|
+
}
|
|
110082
|
+
],
|
|
110083
|
+
"fields": [],
|
|
110084
|
+
"events": [],
|
|
110085
|
+
"constructors": []
|
|
110086
|
+
},
|
|
111704
110087
|
{
|
|
111705
110088
|
"stableId": "System.Private.CoreLib:System.TimeZoneInfo\u002BAdjustmentRule",
|
|
111706
110089
|
"clrName": "System.TimeZoneInfo\u002BAdjustmentRule",
|
|
@@ -111833,69 +110216,6 @@
|
|
|
111833
110216
|
"declaringClrType": "System.TimeZoneInfo\u002BAdjustmentRule",
|
|
111834
110217
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
111835
110218
|
"isExtensionMethod": false
|
|
111836
|
-
},
|
|
111837
|
-
{
|
|
111838
|
-
"stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
|
|
111839
|
-
"clrName": "Equals",
|
|
111840
|
-
"metadataToken": 100668531,
|
|
111841
|
-
"canonicalSignature": "(T):System.Boolean",
|
|
111842
|
-
"normalizedSignature": "Equals|(T):System.Boolean|static=false",
|
|
111843
|
-
"emitScope": "ViewOnly",
|
|
111844
|
-
"provenance": "ExplicitView",
|
|
111845
|
-
"arity": 0,
|
|
111846
|
-
"parameterCount": 1,
|
|
111847
|
-
"isStatic": false,
|
|
111848
|
-
"isAbstract": false,
|
|
111849
|
-
"isVirtual": true,
|
|
111850
|
-
"isOverride": false,
|
|
111851
|
-
"isSealed": false,
|
|
111852
|
-
"visibility": "Public",
|
|
111853
|
-
"declaringClrType": "System.IEquatable\u00601",
|
|
111854
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
111855
|
-
"isExtensionMethod": false,
|
|
111856
|
-
"sourceInterface": "System.IEquatable\u00601"
|
|
111857
|
-
},
|
|
111858
|
-
{
|
|
111859
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
111860
|
-
"clrName": "GetObjectData",
|
|
111861
|
-
"metadataToken": 100682649,
|
|
111862
|
-
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
111863
|
-
"normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
|
|
111864
|
-
"emitScope": "ViewOnly",
|
|
111865
|
-
"provenance": "ExplicitView",
|
|
111866
|
-
"arity": 0,
|
|
111867
|
-
"parameterCount": 2,
|
|
111868
|
-
"isStatic": false,
|
|
111869
|
-
"isAbstract": false,
|
|
111870
|
-
"isVirtual": true,
|
|
111871
|
-
"isOverride": false,
|
|
111872
|
-
"isSealed": false,
|
|
111873
|
-
"visibility": "Public",
|
|
111874
|
-
"declaringClrType": "System.Runtime.Serialization.ISerializable",
|
|
111875
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
111876
|
-
"isExtensionMethod": false,
|
|
111877
|
-
"sourceInterface": "System.Runtime.Serialization.ISerializable"
|
|
111878
|
-
},
|
|
111879
|
-
{
|
|
111880
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.IDeserializationCallback::OnDeserialization(System.Object):System.Void",
|
|
111881
|
-
"clrName": "OnDeserialization",
|
|
111882
|
-
"metadataToken": 100682629,
|
|
111883
|
-
"canonicalSignature": "(System.Object):System.Void",
|
|
111884
|
-
"normalizedSignature": "OnDeserialization|(System.Object):System.Void|static=false",
|
|
111885
|
-
"emitScope": "ViewOnly",
|
|
111886
|
-
"provenance": "ExplicitView",
|
|
111887
|
-
"arity": 0,
|
|
111888
|
-
"parameterCount": 1,
|
|
111889
|
-
"isStatic": false,
|
|
111890
|
-
"isAbstract": false,
|
|
111891
|
-
"isVirtual": true,
|
|
111892
|
-
"isOverride": false,
|
|
111893
|
-
"isSealed": false,
|
|
111894
|
-
"visibility": "Public",
|
|
111895
|
-
"declaringClrType": "System.Runtime.Serialization.IDeserializationCallback",
|
|
111896
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
111897
|
-
"isExtensionMethod": false,
|
|
111898
|
-
"sourceInterface": "System.Runtime.Serialization.IDeserializationCallback"
|
|
111899
110219
|
}
|
|
111900
110220
|
],
|
|
111901
110221
|
"properties": [
|
|
@@ -134689,6 +133009,789 @@
|
|
|
134689
133009
|
"events": [],
|
|
134690
133010
|
"constructors": []
|
|
134691
133011
|
},
|
|
133012
|
+
{
|
|
133013
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder",
|
|
133014
|
+
"clrName": "System.Environment\u002BSpecialFolder",
|
|
133015
|
+
"assemblyName": "System.Private.CoreLib",
|
|
133016
|
+
"metadataToken": 0,
|
|
133017
|
+
"kind": "Enum",
|
|
133018
|
+
"accessibility": "Public",
|
|
133019
|
+
"isAbstract": false,
|
|
133020
|
+
"isSealed": true,
|
|
133021
|
+
"isStatic": false,
|
|
133022
|
+
"arity": 0,
|
|
133023
|
+
"baseType": {
|
|
133024
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
133025
|
+
"clrName": "System.Enum"
|
|
133026
|
+
},
|
|
133027
|
+
"interfaces": [
|
|
133028
|
+
{
|
|
133029
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
133030
|
+
"clrName": "System.IComparable"
|
|
133031
|
+
},
|
|
133032
|
+
{
|
|
133033
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
133034
|
+
"clrName": "System.ISpanFormattable"
|
|
133035
|
+
},
|
|
133036
|
+
{
|
|
133037
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
133038
|
+
"clrName": "System.IFormattable"
|
|
133039
|
+
},
|
|
133040
|
+
{
|
|
133041
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
133042
|
+
"clrName": "System.IConvertible"
|
|
133043
|
+
}
|
|
133044
|
+
],
|
|
133045
|
+
"methods": [],
|
|
133046
|
+
"properties": [],
|
|
133047
|
+
"fields": [
|
|
133048
|
+
{
|
|
133049
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::value__System.Int32",
|
|
133050
|
+
"clrName": "value__",
|
|
133051
|
+
"metadataToken": 67109336,
|
|
133052
|
+
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
133053
|
+
"isStatic": false,
|
|
133054
|
+
"isReadOnly": false,
|
|
133055
|
+
"isLiteral": false,
|
|
133056
|
+
"visibility": "Public",
|
|
133057
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133058
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133059
|
+
},
|
|
133060
|
+
{
|
|
133061
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::ApplicationDataSystem.Environment\u002BSpecialFolder",
|
|
133062
|
+
"clrName": "ApplicationData",
|
|
133063
|
+
"metadataToken": 67109337,
|
|
133064
|
+
"normalizedSignature": "ApplicationData|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133065
|
+
"isStatic": true,
|
|
133066
|
+
"isReadOnly": false,
|
|
133067
|
+
"isLiteral": true,
|
|
133068
|
+
"visibility": "Public",
|
|
133069
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133070
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133071
|
+
},
|
|
133072
|
+
{
|
|
133073
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonApplicationDataSystem.Environment\u002BSpecialFolder",
|
|
133074
|
+
"clrName": "CommonApplicationData",
|
|
133075
|
+
"metadataToken": 67109338,
|
|
133076
|
+
"normalizedSignature": "CommonApplicationData|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133077
|
+
"isStatic": true,
|
|
133078
|
+
"isReadOnly": false,
|
|
133079
|
+
"isLiteral": true,
|
|
133080
|
+
"visibility": "Public",
|
|
133081
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133082
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133083
|
+
},
|
|
133084
|
+
{
|
|
133085
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::LocalApplicationDataSystem.Environment\u002BSpecialFolder",
|
|
133086
|
+
"clrName": "LocalApplicationData",
|
|
133087
|
+
"metadataToken": 67109339,
|
|
133088
|
+
"normalizedSignature": "LocalApplicationData|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133089
|
+
"isStatic": true,
|
|
133090
|
+
"isReadOnly": false,
|
|
133091
|
+
"isLiteral": true,
|
|
133092
|
+
"visibility": "Public",
|
|
133093
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133094
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133095
|
+
},
|
|
133096
|
+
{
|
|
133097
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CookiesSystem.Environment\u002BSpecialFolder",
|
|
133098
|
+
"clrName": "Cookies",
|
|
133099
|
+
"metadataToken": 67109340,
|
|
133100
|
+
"normalizedSignature": "Cookies|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133101
|
+
"isStatic": true,
|
|
133102
|
+
"isReadOnly": false,
|
|
133103
|
+
"isLiteral": true,
|
|
133104
|
+
"visibility": "Public",
|
|
133105
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133106
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133107
|
+
},
|
|
133108
|
+
{
|
|
133109
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::DesktopSystem.Environment\u002BSpecialFolder",
|
|
133110
|
+
"clrName": "Desktop",
|
|
133111
|
+
"metadataToken": 67109341,
|
|
133112
|
+
"normalizedSignature": "Desktop|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133113
|
+
"isStatic": true,
|
|
133114
|
+
"isReadOnly": false,
|
|
133115
|
+
"isLiteral": true,
|
|
133116
|
+
"visibility": "Public",
|
|
133117
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133118
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133119
|
+
},
|
|
133120
|
+
{
|
|
133121
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::FavoritesSystem.Environment\u002BSpecialFolder",
|
|
133122
|
+
"clrName": "Favorites",
|
|
133123
|
+
"metadataToken": 67109342,
|
|
133124
|
+
"normalizedSignature": "Favorites|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133125
|
+
"isStatic": true,
|
|
133126
|
+
"isReadOnly": false,
|
|
133127
|
+
"isLiteral": true,
|
|
133128
|
+
"visibility": "Public",
|
|
133129
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133130
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133131
|
+
},
|
|
133132
|
+
{
|
|
133133
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::HistorySystem.Environment\u002BSpecialFolder",
|
|
133134
|
+
"clrName": "History",
|
|
133135
|
+
"metadataToken": 67109343,
|
|
133136
|
+
"normalizedSignature": "History|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133137
|
+
"isStatic": true,
|
|
133138
|
+
"isReadOnly": false,
|
|
133139
|
+
"isLiteral": true,
|
|
133140
|
+
"visibility": "Public",
|
|
133141
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133142
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133143
|
+
},
|
|
133144
|
+
{
|
|
133145
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::InternetCacheSystem.Environment\u002BSpecialFolder",
|
|
133146
|
+
"clrName": "InternetCache",
|
|
133147
|
+
"metadataToken": 67109344,
|
|
133148
|
+
"normalizedSignature": "InternetCache|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133149
|
+
"isStatic": true,
|
|
133150
|
+
"isReadOnly": false,
|
|
133151
|
+
"isLiteral": true,
|
|
133152
|
+
"visibility": "Public",
|
|
133153
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133154
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133155
|
+
},
|
|
133156
|
+
{
|
|
133157
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::ProgramsSystem.Environment\u002BSpecialFolder",
|
|
133158
|
+
"clrName": "Programs",
|
|
133159
|
+
"metadataToken": 67109345,
|
|
133160
|
+
"normalizedSignature": "Programs|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133161
|
+
"isStatic": true,
|
|
133162
|
+
"isReadOnly": false,
|
|
133163
|
+
"isLiteral": true,
|
|
133164
|
+
"visibility": "Public",
|
|
133165
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133166
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133167
|
+
},
|
|
133168
|
+
{
|
|
133169
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::MyComputerSystem.Environment\u002BSpecialFolder",
|
|
133170
|
+
"clrName": "MyComputer",
|
|
133171
|
+
"metadataToken": 67109346,
|
|
133172
|
+
"normalizedSignature": "MyComputer|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133173
|
+
"isStatic": true,
|
|
133174
|
+
"isReadOnly": false,
|
|
133175
|
+
"isLiteral": true,
|
|
133176
|
+
"visibility": "Public",
|
|
133177
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133178
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133179
|
+
},
|
|
133180
|
+
{
|
|
133181
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::MyMusicSystem.Environment\u002BSpecialFolder",
|
|
133182
|
+
"clrName": "MyMusic",
|
|
133183
|
+
"metadataToken": 67109347,
|
|
133184
|
+
"normalizedSignature": "MyMusic|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133185
|
+
"isStatic": true,
|
|
133186
|
+
"isReadOnly": false,
|
|
133187
|
+
"isLiteral": true,
|
|
133188
|
+
"visibility": "Public",
|
|
133189
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133190
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133191
|
+
},
|
|
133192
|
+
{
|
|
133193
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::MyPicturesSystem.Environment\u002BSpecialFolder",
|
|
133194
|
+
"clrName": "MyPictures",
|
|
133195
|
+
"metadataToken": 67109348,
|
|
133196
|
+
"normalizedSignature": "MyPictures|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133197
|
+
"isStatic": true,
|
|
133198
|
+
"isReadOnly": false,
|
|
133199
|
+
"isLiteral": true,
|
|
133200
|
+
"visibility": "Public",
|
|
133201
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133202
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133203
|
+
},
|
|
133204
|
+
{
|
|
133205
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::MyVideosSystem.Environment\u002BSpecialFolder",
|
|
133206
|
+
"clrName": "MyVideos",
|
|
133207
|
+
"metadataToken": 67109349,
|
|
133208
|
+
"normalizedSignature": "MyVideos|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133209
|
+
"isStatic": true,
|
|
133210
|
+
"isReadOnly": false,
|
|
133211
|
+
"isLiteral": true,
|
|
133212
|
+
"visibility": "Public",
|
|
133213
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133214
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133215
|
+
},
|
|
133216
|
+
{
|
|
133217
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::RecentSystem.Environment\u002BSpecialFolder",
|
|
133218
|
+
"clrName": "Recent",
|
|
133219
|
+
"metadataToken": 67109350,
|
|
133220
|
+
"normalizedSignature": "Recent|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133221
|
+
"isStatic": true,
|
|
133222
|
+
"isReadOnly": false,
|
|
133223
|
+
"isLiteral": true,
|
|
133224
|
+
"visibility": "Public",
|
|
133225
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133226
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133227
|
+
},
|
|
133228
|
+
{
|
|
133229
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::SendToSystem.Environment\u002BSpecialFolder",
|
|
133230
|
+
"clrName": "SendTo",
|
|
133231
|
+
"metadataToken": 67109351,
|
|
133232
|
+
"normalizedSignature": "SendTo|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133233
|
+
"isStatic": true,
|
|
133234
|
+
"isReadOnly": false,
|
|
133235
|
+
"isLiteral": true,
|
|
133236
|
+
"visibility": "Public",
|
|
133237
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133238
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133239
|
+
},
|
|
133240
|
+
{
|
|
133241
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::StartMenuSystem.Environment\u002BSpecialFolder",
|
|
133242
|
+
"clrName": "StartMenu",
|
|
133243
|
+
"metadataToken": 67109352,
|
|
133244
|
+
"normalizedSignature": "StartMenu|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133245
|
+
"isStatic": true,
|
|
133246
|
+
"isReadOnly": false,
|
|
133247
|
+
"isLiteral": true,
|
|
133248
|
+
"visibility": "Public",
|
|
133249
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133250
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133251
|
+
},
|
|
133252
|
+
{
|
|
133253
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::StartupSystem.Environment\u002BSpecialFolder",
|
|
133254
|
+
"clrName": "Startup",
|
|
133255
|
+
"metadataToken": 67109353,
|
|
133256
|
+
"normalizedSignature": "Startup|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133257
|
+
"isStatic": true,
|
|
133258
|
+
"isReadOnly": false,
|
|
133259
|
+
"isLiteral": true,
|
|
133260
|
+
"visibility": "Public",
|
|
133261
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133262
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133263
|
+
},
|
|
133264
|
+
{
|
|
133265
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::SystemSystem.Environment\u002BSpecialFolder",
|
|
133266
|
+
"clrName": "System",
|
|
133267
|
+
"metadataToken": 67109354,
|
|
133268
|
+
"normalizedSignature": "System|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133269
|
+
"isStatic": true,
|
|
133270
|
+
"isReadOnly": false,
|
|
133271
|
+
"isLiteral": true,
|
|
133272
|
+
"visibility": "Public",
|
|
133273
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133274
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133275
|
+
},
|
|
133276
|
+
{
|
|
133277
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::TemplatesSystem.Environment\u002BSpecialFolder",
|
|
133278
|
+
"clrName": "Templates",
|
|
133279
|
+
"metadataToken": 67109355,
|
|
133280
|
+
"normalizedSignature": "Templates|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133281
|
+
"isStatic": true,
|
|
133282
|
+
"isReadOnly": false,
|
|
133283
|
+
"isLiteral": true,
|
|
133284
|
+
"visibility": "Public",
|
|
133285
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133286
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133287
|
+
},
|
|
133288
|
+
{
|
|
133289
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::DesktopDirectorySystem.Environment\u002BSpecialFolder",
|
|
133290
|
+
"clrName": "DesktopDirectory",
|
|
133291
|
+
"metadataToken": 67109356,
|
|
133292
|
+
"normalizedSignature": "DesktopDirectory|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133293
|
+
"isStatic": true,
|
|
133294
|
+
"isReadOnly": false,
|
|
133295
|
+
"isLiteral": true,
|
|
133296
|
+
"visibility": "Public",
|
|
133297
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133298
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133299
|
+
},
|
|
133300
|
+
{
|
|
133301
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::PersonalSystem.Environment\u002BSpecialFolder",
|
|
133302
|
+
"clrName": "Personal",
|
|
133303
|
+
"metadataToken": 67109357,
|
|
133304
|
+
"normalizedSignature": "Personal|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133305
|
+
"isStatic": true,
|
|
133306
|
+
"isReadOnly": false,
|
|
133307
|
+
"isLiteral": true,
|
|
133308
|
+
"visibility": "Public",
|
|
133309
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133310
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133311
|
+
},
|
|
133312
|
+
{
|
|
133313
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::MyDocumentsSystem.Environment\u002BSpecialFolder",
|
|
133314
|
+
"clrName": "MyDocuments",
|
|
133315
|
+
"metadataToken": 67109358,
|
|
133316
|
+
"normalizedSignature": "MyDocuments|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133317
|
+
"isStatic": true,
|
|
133318
|
+
"isReadOnly": false,
|
|
133319
|
+
"isLiteral": true,
|
|
133320
|
+
"visibility": "Public",
|
|
133321
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133322
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133323
|
+
},
|
|
133324
|
+
{
|
|
133325
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::ProgramFilesSystem.Environment\u002BSpecialFolder",
|
|
133326
|
+
"clrName": "ProgramFiles",
|
|
133327
|
+
"metadataToken": 67109359,
|
|
133328
|
+
"normalizedSignature": "ProgramFiles|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133329
|
+
"isStatic": true,
|
|
133330
|
+
"isReadOnly": false,
|
|
133331
|
+
"isLiteral": true,
|
|
133332
|
+
"visibility": "Public",
|
|
133333
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133334
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133335
|
+
},
|
|
133336
|
+
{
|
|
133337
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonProgramFilesSystem.Environment\u002BSpecialFolder",
|
|
133338
|
+
"clrName": "CommonProgramFiles",
|
|
133339
|
+
"metadataToken": 67109360,
|
|
133340
|
+
"normalizedSignature": "CommonProgramFiles|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133341
|
+
"isStatic": true,
|
|
133342
|
+
"isReadOnly": false,
|
|
133343
|
+
"isLiteral": true,
|
|
133344
|
+
"visibility": "Public",
|
|
133345
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133346
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133347
|
+
},
|
|
133348
|
+
{
|
|
133349
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::AdminToolsSystem.Environment\u002BSpecialFolder",
|
|
133350
|
+
"clrName": "AdminTools",
|
|
133351
|
+
"metadataToken": 67109361,
|
|
133352
|
+
"normalizedSignature": "AdminTools|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133353
|
+
"isStatic": true,
|
|
133354
|
+
"isReadOnly": false,
|
|
133355
|
+
"isLiteral": true,
|
|
133356
|
+
"visibility": "Public",
|
|
133357
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133358
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133359
|
+
},
|
|
133360
|
+
{
|
|
133361
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CDBurningSystem.Environment\u002BSpecialFolder",
|
|
133362
|
+
"clrName": "CDBurning",
|
|
133363
|
+
"metadataToken": 67109362,
|
|
133364
|
+
"normalizedSignature": "CDBurning|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133365
|
+
"isStatic": true,
|
|
133366
|
+
"isReadOnly": false,
|
|
133367
|
+
"isLiteral": true,
|
|
133368
|
+
"visibility": "Public",
|
|
133369
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133370
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133371
|
+
},
|
|
133372
|
+
{
|
|
133373
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonAdminToolsSystem.Environment\u002BSpecialFolder",
|
|
133374
|
+
"clrName": "CommonAdminTools",
|
|
133375
|
+
"metadataToken": 67109363,
|
|
133376
|
+
"normalizedSignature": "CommonAdminTools|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133377
|
+
"isStatic": true,
|
|
133378
|
+
"isReadOnly": false,
|
|
133379
|
+
"isLiteral": true,
|
|
133380
|
+
"visibility": "Public",
|
|
133381
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133382
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133383
|
+
},
|
|
133384
|
+
{
|
|
133385
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonDocumentsSystem.Environment\u002BSpecialFolder",
|
|
133386
|
+
"clrName": "CommonDocuments",
|
|
133387
|
+
"metadataToken": 67109364,
|
|
133388
|
+
"normalizedSignature": "CommonDocuments|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133389
|
+
"isStatic": true,
|
|
133390
|
+
"isReadOnly": false,
|
|
133391
|
+
"isLiteral": true,
|
|
133392
|
+
"visibility": "Public",
|
|
133393
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133394
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133395
|
+
},
|
|
133396
|
+
{
|
|
133397
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonMusicSystem.Environment\u002BSpecialFolder",
|
|
133398
|
+
"clrName": "CommonMusic",
|
|
133399
|
+
"metadataToken": 67109365,
|
|
133400
|
+
"normalizedSignature": "CommonMusic|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133401
|
+
"isStatic": true,
|
|
133402
|
+
"isReadOnly": false,
|
|
133403
|
+
"isLiteral": true,
|
|
133404
|
+
"visibility": "Public",
|
|
133405
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133406
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133407
|
+
},
|
|
133408
|
+
{
|
|
133409
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonOemLinksSystem.Environment\u002BSpecialFolder",
|
|
133410
|
+
"clrName": "CommonOemLinks",
|
|
133411
|
+
"metadataToken": 67109366,
|
|
133412
|
+
"normalizedSignature": "CommonOemLinks|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133413
|
+
"isStatic": true,
|
|
133414
|
+
"isReadOnly": false,
|
|
133415
|
+
"isLiteral": true,
|
|
133416
|
+
"visibility": "Public",
|
|
133417
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133418
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133419
|
+
},
|
|
133420
|
+
{
|
|
133421
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonPicturesSystem.Environment\u002BSpecialFolder",
|
|
133422
|
+
"clrName": "CommonPictures",
|
|
133423
|
+
"metadataToken": 67109367,
|
|
133424
|
+
"normalizedSignature": "CommonPictures|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133425
|
+
"isStatic": true,
|
|
133426
|
+
"isReadOnly": false,
|
|
133427
|
+
"isLiteral": true,
|
|
133428
|
+
"visibility": "Public",
|
|
133429
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133430
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133431
|
+
},
|
|
133432
|
+
{
|
|
133433
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonStartMenuSystem.Environment\u002BSpecialFolder",
|
|
133434
|
+
"clrName": "CommonStartMenu",
|
|
133435
|
+
"metadataToken": 67109368,
|
|
133436
|
+
"normalizedSignature": "CommonStartMenu|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133437
|
+
"isStatic": true,
|
|
133438
|
+
"isReadOnly": false,
|
|
133439
|
+
"isLiteral": true,
|
|
133440
|
+
"visibility": "Public",
|
|
133441
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133442
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133443
|
+
},
|
|
133444
|
+
{
|
|
133445
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonProgramsSystem.Environment\u002BSpecialFolder",
|
|
133446
|
+
"clrName": "CommonPrograms",
|
|
133447
|
+
"metadataToken": 67109369,
|
|
133448
|
+
"normalizedSignature": "CommonPrograms|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133449
|
+
"isStatic": true,
|
|
133450
|
+
"isReadOnly": false,
|
|
133451
|
+
"isLiteral": true,
|
|
133452
|
+
"visibility": "Public",
|
|
133453
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133454
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133455
|
+
},
|
|
133456
|
+
{
|
|
133457
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonStartupSystem.Environment\u002BSpecialFolder",
|
|
133458
|
+
"clrName": "CommonStartup",
|
|
133459
|
+
"metadataToken": 67109370,
|
|
133460
|
+
"normalizedSignature": "CommonStartup|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133461
|
+
"isStatic": true,
|
|
133462
|
+
"isReadOnly": false,
|
|
133463
|
+
"isLiteral": true,
|
|
133464
|
+
"visibility": "Public",
|
|
133465
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133466
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133467
|
+
},
|
|
133468
|
+
{
|
|
133469
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonDesktopDirectorySystem.Environment\u002BSpecialFolder",
|
|
133470
|
+
"clrName": "CommonDesktopDirectory",
|
|
133471
|
+
"metadataToken": 67109371,
|
|
133472
|
+
"normalizedSignature": "CommonDesktopDirectory|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133473
|
+
"isStatic": true,
|
|
133474
|
+
"isReadOnly": false,
|
|
133475
|
+
"isLiteral": true,
|
|
133476
|
+
"visibility": "Public",
|
|
133477
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133478
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133479
|
+
},
|
|
133480
|
+
{
|
|
133481
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonTemplatesSystem.Environment\u002BSpecialFolder",
|
|
133482
|
+
"clrName": "CommonTemplates",
|
|
133483
|
+
"metadataToken": 67109372,
|
|
133484
|
+
"normalizedSignature": "CommonTemplates|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133485
|
+
"isStatic": true,
|
|
133486
|
+
"isReadOnly": false,
|
|
133487
|
+
"isLiteral": true,
|
|
133488
|
+
"visibility": "Public",
|
|
133489
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133490
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133491
|
+
},
|
|
133492
|
+
{
|
|
133493
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonVideosSystem.Environment\u002BSpecialFolder",
|
|
133494
|
+
"clrName": "CommonVideos",
|
|
133495
|
+
"metadataToken": 67109373,
|
|
133496
|
+
"normalizedSignature": "CommonVideos|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133497
|
+
"isStatic": true,
|
|
133498
|
+
"isReadOnly": false,
|
|
133499
|
+
"isLiteral": true,
|
|
133500
|
+
"visibility": "Public",
|
|
133501
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133502
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133503
|
+
},
|
|
133504
|
+
{
|
|
133505
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::FontsSystem.Environment\u002BSpecialFolder",
|
|
133506
|
+
"clrName": "Fonts",
|
|
133507
|
+
"metadataToken": 67109374,
|
|
133508
|
+
"normalizedSignature": "Fonts|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133509
|
+
"isStatic": true,
|
|
133510
|
+
"isReadOnly": false,
|
|
133511
|
+
"isLiteral": true,
|
|
133512
|
+
"visibility": "Public",
|
|
133513
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133514
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133515
|
+
},
|
|
133516
|
+
{
|
|
133517
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::NetworkShortcutsSystem.Environment\u002BSpecialFolder",
|
|
133518
|
+
"clrName": "NetworkShortcuts",
|
|
133519
|
+
"metadataToken": 67109375,
|
|
133520
|
+
"normalizedSignature": "NetworkShortcuts|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133521
|
+
"isStatic": true,
|
|
133522
|
+
"isReadOnly": false,
|
|
133523
|
+
"isLiteral": true,
|
|
133524
|
+
"visibility": "Public",
|
|
133525
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133526
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133527
|
+
},
|
|
133528
|
+
{
|
|
133529
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::PrinterShortcutsSystem.Environment\u002BSpecialFolder",
|
|
133530
|
+
"clrName": "PrinterShortcuts",
|
|
133531
|
+
"metadataToken": 67109376,
|
|
133532
|
+
"normalizedSignature": "PrinterShortcuts|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133533
|
+
"isStatic": true,
|
|
133534
|
+
"isReadOnly": false,
|
|
133535
|
+
"isLiteral": true,
|
|
133536
|
+
"visibility": "Public",
|
|
133537
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133538
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133539
|
+
},
|
|
133540
|
+
{
|
|
133541
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::UserProfileSystem.Environment\u002BSpecialFolder",
|
|
133542
|
+
"clrName": "UserProfile",
|
|
133543
|
+
"metadataToken": 67109377,
|
|
133544
|
+
"normalizedSignature": "UserProfile|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133545
|
+
"isStatic": true,
|
|
133546
|
+
"isReadOnly": false,
|
|
133547
|
+
"isLiteral": true,
|
|
133548
|
+
"visibility": "Public",
|
|
133549
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133550
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133551
|
+
},
|
|
133552
|
+
{
|
|
133553
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::CommonProgramFilesX86System.Environment\u002BSpecialFolder",
|
|
133554
|
+
"clrName": "CommonProgramFilesX86",
|
|
133555
|
+
"metadataToken": 67109378,
|
|
133556
|
+
"normalizedSignature": "CommonProgramFilesX86|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133557
|
+
"isStatic": true,
|
|
133558
|
+
"isReadOnly": false,
|
|
133559
|
+
"isLiteral": true,
|
|
133560
|
+
"visibility": "Public",
|
|
133561
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133562
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133563
|
+
},
|
|
133564
|
+
{
|
|
133565
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::ProgramFilesX86System.Environment\u002BSpecialFolder",
|
|
133566
|
+
"clrName": "ProgramFilesX86",
|
|
133567
|
+
"metadataToken": 67109379,
|
|
133568
|
+
"normalizedSignature": "ProgramFilesX86|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133569
|
+
"isStatic": true,
|
|
133570
|
+
"isReadOnly": false,
|
|
133571
|
+
"isLiteral": true,
|
|
133572
|
+
"visibility": "Public",
|
|
133573
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133574
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133575
|
+
},
|
|
133576
|
+
{
|
|
133577
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::ResourcesSystem.Environment\u002BSpecialFolder",
|
|
133578
|
+
"clrName": "Resources",
|
|
133579
|
+
"metadataToken": 67109380,
|
|
133580
|
+
"normalizedSignature": "Resources|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133581
|
+
"isStatic": true,
|
|
133582
|
+
"isReadOnly": false,
|
|
133583
|
+
"isLiteral": true,
|
|
133584
|
+
"visibility": "Public",
|
|
133585
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133586
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133587
|
+
},
|
|
133588
|
+
{
|
|
133589
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::LocalizedResourcesSystem.Environment\u002BSpecialFolder",
|
|
133590
|
+
"clrName": "LocalizedResources",
|
|
133591
|
+
"metadataToken": 67109381,
|
|
133592
|
+
"normalizedSignature": "LocalizedResources|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133593
|
+
"isStatic": true,
|
|
133594
|
+
"isReadOnly": false,
|
|
133595
|
+
"isLiteral": true,
|
|
133596
|
+
"visibility": "Public",
|
|
133597
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133598
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133599
|
+
},
|
|
133600
|
+
{
|
|
133601
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::SystemX86System.Environment\u002BSpecialFolder",
|
|
133602
|
+
"clrName": "SystemX86",
|
|
133603
|
+
"metadataToken": 67109382,
|
|
133604
|
+
"normalizedSignature": "SystemX86|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133605
|
+
"isStatic": true,
|
|
133606
|
+
"isReadOnly": false,
|
|
133607
|
+
"isLiteral": true,
|
|
133608
|
+
"visibility": "Public",
|
|
133609
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133610
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133611
|
+
},
|
|
133612
|
+
{
|
|
133613
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolder::WindowsSystem.Environment\u002BSpecialFolder",
|
|
133614
|
+
"clrName": "Windows",
|
|
133615
|
+
"metadataToken": 67109383,
|
|
133616
|
+
"normalizedSignature": "Windows|System.Environment\u002BSpecialFolder|static=true|const=true",
|
|
133617
|
+
"isStatic": true,
|
|
133618
|
+
"isReadOnly": false,
|
|
133619
|
+
"isLiteral": true,
|
|
133620
|
+
"visibility": "Public",
|
|
133621
|
+
"declaringClrType": "System.Environment\u002BSpecialFolder",
|
|
133622
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133623
|
+
}
|
|
133624
|
+
],
|
|
133625
|
+
"events": [],
|
|
133626
|
+
"constructors": []
|
|
133627
|
+
},
|
|
133628
|
+
{
|
|
133629
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolderOption",
|
|
133630
|
+
"clrName": "System.Environment\u002BSpecialFolderOption",
|
|
133631
|
+
"assemblyName": "System.Private.CoreLib",
|
|
133632
|
+
"metadataToken": 0,
|
|
133633
|
+
"kind": "Enum",
|
|
133634
|
+
"accessibility": "Public",
|
|
133635
|
+
"isAbstract": false,
|
|
133636
|
+
"isSealed": true,
|
|
133637
|
+
"isStatic": false,
|
|
133638
|
+
"arity": 0,
|
|
133639
|
+
"baseType": {
|
|
133640
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
133641
|
+
"clrName": "System.Enum"
|
|
133642
|
+
},
|
|
133643
|
+
"interfaces": [
|
|
133644
|
+
{
|
|
133645
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
133646
|
+
"clrName": "System.IComparable"
|
|
133647
|
+
},
|
|
133648
|
+
{
|
|
133649
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
133650
|
+
"clrName": "System.ISpanFormattable"
|
|
133651
|
+
},
|
|
133652
|
+
{
|
|
133653
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
133654
|
+
"clrName": "System.IFormattable"
|
|
133655
|
+
},
|
|
133656
|
+
{
|
|
133657
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
133658
|
+
"clrName": "System.IConvertible"
|
|
133659
|
+
}
|
|
133660
|
+
],
|
|
133661
|
+
"methods": [],
|
|
133662
|
+
"properties": [],
|
|
133663
|
+
"fields": [
|
|
133664
|
+
{
|
|
133665
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolderOption::value__System.Int32",
|
|
133666
|
+
"clrName": "value__",
|
|
133667
|
+
"metadataToken": 67109384,
|
|
133668
|
+
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
133669
|
+
"isStatic": false,
|
|
133670
|
+
"isReadOnly": false,
|
|
133671
|
+
"isLiteral": false,
|
|
133672
|
+
"visibility": "Public",
|
|
133673
|
+
"declaringClrType": "System.Environment\u002BSpecialFolderOption",
|
|
133674
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133675
|
+
},
|
|
133676
|
+
{
|
|
133677
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolderOption::NoneSystem.Environment\u002BSpecialFolderOption",
|
|
133678
|
+
"clrName": "None",
|
|
133679
|
+
"metadataToken": 67109385,
|
|
133680
|
+
"normalizedSignature": "None|System.Environment\u002BSpecialFolderOption|static=true|const=true",
|
|
133681
|
+
"isStatic": true,
|
|
133682
|
+
"isReadOnly": false,
|
|
133683
|
+
"isLiteral": true,
|
|
133684
|
+
"visibility": "Public",
|
|
133685
|
+
"declaringClrType": "System.Environment\u002BSpecialFolderOption",
|
|
133686
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133687
|
+
},
|
|
133688
|
+
{
|
|
133689
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolderOption::CreateSystem.Environment\u002BSpecialFolderOption",
|
|
133690
|
+
"clrName": "Create",
|
|
133691
|
+
"metadataToken": 67109386,
|
|
133692
|
+
"normalizedSignature": "Create|System.Environment\u002BSpecialFolderOption|static=true|const=true",
|
|
133693
|
+
"isStatic": true,
|
|
133694
|
+
"isReadOnly": false,
|
|
133695
|
+
"isLiteral": true,
|
|
133696
|
+
"visibility": "Public",
|
|
133697
|
+
"declaringClrType": "System.Environment\u002BSpecialFolderOption",
|
|
133698
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133699
|
+
},
|
|
133700
|
+
{
|
|
133701
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BSpecialFolderOption::DoNotVerifySystem.Environment\u002BSpecialFolderOption",
|
|
133702
|
+
"clrName": "DoNotVerify",
|
|
133703
|
+
"metadataToken": 67109387,
|
|
133704
|
+
"normalizedSignature": "DoNotVerify|System.Environment\u002BSpecialFolderOption|static=true|const=true",
|
|
133705
|
+
"isStatic": true,
|
|
133706
|
+
"isReadOnly": false,
|
|
133707
|
+
"isLiteral": true,
|
|
133708
|
+
"visibility": "Public",
|
|
133709
|
+
"declaringClrType": "System.Environment\u002BSpecialFolderOption",
|
|
133710
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133711
|
+
}
|
|
133712
|
+
],
|
|
133713
|
+
"events": [],
|
|
133714
|
+
"constructors": []
|
|
133715
|
+
},
|
|
133716
|
+
{
|
|
133717
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BProcessCpuUsage",
|
|
133718
|
+
"clrName": "System.Environment\u002BProcessCpuUsage",
|
|
133719
|
+
"assemblyName": "System.Private.CoreLib",
|
|
133720
|
+
"metadataToken": 0,
|
|
133721
|
+
"kind": "Struct",
|
|
133722
|
+
"accessibility": "Public",
|
|
133723
|
+
"isAbstract": false,
|
|
133724
|
+
"isSealed": true,
|
|
133725
|
+
"isStatic": false,
|
|
133726
|
+
"arity": 0,
|
|
133727
|
+
"baseType": {
|
|
133728
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
133729
|
+
"clrName": "System.ValueType"
|
|
133730
|
+
},
|
|
133731
|
+
"methods": [],
|
|
133732
|
+
"properties": [
|
|
133733
|
+
{
|
|
133734
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BProcessCpuUsage::UserTime:System.TimeSpan",
|
|
133735
|
+
"clrName": "UserTime",
|
|
133736
|
+
"metadataToken": 385876070,
|
|
133737
|
+
"canonicalSignature": ":System.TimeSpan",
|
|
133738
|
+
"normalizedSignature": "UserTime|:System.TimeSpan|static=false|accessor=getset",
|
|
133739
|
+
"emitScope": "ClassSurface",
|
|
133740
|
+
"provenance": "Original",
|
|
133741
|
+
"isIndexer": false,
|
|
133742
|
+
"hasGetter": true,
|
|
133743
|
+
"hasSetter": true,
|
|
133744
|
+
"isStatic": false,
|
|
133745
|
+
"isAbstract": false,
|
|
133746
|
+
"isVirtual": false,
|
|
133747
|
+
"isOverride": false,
|
|
133748
|
+
"visibility": "Public",
|
|
133749
|
+
"declaringClrType": "System.Environment\u002BProcessCpuUsage",
|
|
133750
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133751
|
+
},
|
|
133752
|
+
{
|
|
133753
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BProcessCpuUsage::PrivilegedTime:System.TimeSpan",
|
|
133754
|
+
"clrName": "PrivilegedTime",
|
|
133755
|
+
"metadataToken": 385876071,
|
|
133756
|
+
"canonicalSignature": ":System.TimeSpan",
|
|
133757
|
+
"normalizedSignature": "PrivilegedTime|:System.TimeSpan|static=false|accessor=getset",
|
|
133758
|
+
"emitScope": "ClassSurface",
|
|
133759
|
+
"provenance": "Original",
|
|
133760
|
+
"isIndexer": false,
|
|
133761
|
+
"hasGetter": true,
|
|
133762
|
+
"hasSetter": true,
|
|
133763
|
+
"isStatic": false,
|
|
133764
|
+
"isAbstract": false,
|
|
133765
|
+
"isVirtual": false,
|
|
133766
|
+
"isOverride": false,
|
|
133767
|
+
"visibility": "Public",
|
|
133768
|
+
"declaringClrType": "System.Environment\u002BProcessCpuUsage",
|
|
133769
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133770
|
+
},
|
|
133771
|
+
{
|
|
133772
|
+
"stableId": "System.Private.CoreLib:System.Environment\u002BProcessCpuUsage::TotalTime:System.TimeSpan",
|
|
133773
|
+
"clrName": "TotalTime",
|
|
133774
|
+
"metadataToken": 385876072,
|
|
133775
|
+
"canonicalSignature": ":System.TimeSpan",
|
|
133776
|
+
"normalizedSignature": "TotalTime|:System.TimeSpan|static=false|accessor=get",
|
|
133777
|
+
"emitScope": "ClassSurface",
|
|
133778
|
+
"provenance": "Original",
|
|
133779
|
+
"isIndexer": false,
|
|
133780
|
+
"hasGetter": true,
|
|
133781
|
+
"hasSetter": false,
|
|
133782
|
+
"isStatic": false,
|
|
133783
|
+
"isAbstract": false,
|
|
133784
|
+
"isVirtual": false,
|
|
133785
|
+
"isOverride": false,
|
|
133786
|
+
"visibility": "Public",
|
|
133787
|
+
"declaringClrType": "System.Environment\u002BProcessCpuUsage",
|
|
133788
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
133789
|
+
}
|
|
133790
|
+
],
|
|
133791
|
+
"fields": [],
|
|
133792
|
+
"events": [],
|
|
133793
|
+
"constructors": []
|
|
133794
|
+
},
|
|
134692
133795
|
{
|
|
134693
133796
|
"stableId": "System.Private.CoreLib:System.GC",
|
|
134694
133797
|
"clrName": "System.GC",
|
|
@@ -144277,6 +143380,384 @@
|
|
|
144277
143380
|
"events": [],
|
|
144278
143381
|
"constructors": []
|
|
144279
143382
|
},
|
|
143383
|
+
{
|
|
143384
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
143385
|
+
"clrName": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
143386
|
+
"assemblyName": "System.Private.CoreLib",
|
|
143387
|
+
"metadataToken": 0,
|
|
143388
|
+
"kind": "Struct",
|
|
143389
|
+
"accessibility": "Public",
|
|
143390
|
+
"isAbstract": false,
|
|
143391
|
+
"isSealed": true,
|
|
143392
|
+
"isStatic": false,
|
|
143393
|
+
"arity": 1,
|
|
143394
|
+
"baseType": {
|
|
143395
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
143396
|
+
"clrName": "System.ValueType"
|
|
143397
|
+
},
|
|
143398
|
+
"interfaces": [
|
|
143399
|
+
{
|
|
143400
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
|
|
143401
|
+
"clrName": "System.Collections.Generic.IEnumerator\u00601",
|
|
143402
|
+
"typeArguments": [
|
|
143403
|
+
"Range"
|
|
143404
|
+
]
|
|
143405
|
+
},
|
|
143406
|
+
{
|
|
143407
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
143408
|
+
"clrName": "System.IDisposable"
|
|
143409
|
+
},
|
|
143410
|
+
{
|
|
143411
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
143412
|
+
"clrName": "System.Collections.IEnumerator"
|
|
143413
|
+
}
|
|
143414
|
+
],
|
|
143415
|
+
"typeParameters": [
|
|
143416
|
+
"T"
|
|
143417
|
+
],
|
|
143418
|
+
"methods": [
|
|
143419
|
+
{
|
|
143420
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BSpanSplitEnumerator\u00601::GetEnumerator():SpanSplitEnumerator_1",
|
|
143421
|
+
"clrName": "GetEnumerator",
|
|
143422
|
+
"metadataToken": 100669784,
|
|
143423
|
+
"canonicalSignature": "():SpanSplitEnumerator_1",
|
|
143424
|
+
"normalizedSignature": "GetEnumerator|():SpanSplitEnumerator_1|static=false",
|
|
143425
|
+
"emitScope": "ClassSurface",
|
|
143426
|
+
"provenance": "Original",
|
|
143427
|
+
"arity": 0,
|
|
143428
|
+
"parameterCount": 0,
|
|
143429
|
+
"isStatic": false,
|
|
143430
|
+
"isAbstract": false,
|
|
143431
|
+
"isVirtual": false,
|
|
143432
|
+
"isOverride": false,
|
|
143433
|
+
"isSealed": false,
|
|
143434
|
+
"visibility": "Public",
|
|
143435
|
+
"declaringClrType": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
143436
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143437
|
+
"isExtensionMethod": false
|
|
143438
|
+
},
|
|
143439
|
+
{
|
|
143440
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BSpanSplitEnumerator\u00601::MoveNext():System.Boolean",
|
|
143441
|
+
"clrName": "MoveNext",
|
|
143442
|
+
"metadataToken": 100669791,
|
|
143443
|
+
"canonicalSignature": "():System.Boolean",
|
|
143444
|
+
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
143445
|
+
"emitScope": "ClassSurface",
|
|
143446
|
+
"provenance": "Original",
|
|
143447
|
+
"arity": 0,
|
|
143448
|
+
"parameterCount": 0,
|
|
143449
|
+
"isStatic": false,
|
|
143450
|
+
"isAbstract": false,
|
|
143451
|
+
"isVirtual": true,
|
|
143452
|
+
"isOverride": false,
|
|
143453
|
+
"isSealed": true,
|
|
143454
|
+
"visibility": "Public",
|
|
143455
|
+
"declaringClrType": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
143456
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143457
|
+
"isExtensionMethod": false
|
|
143458
|
+
}
|
|
143459
|
+
],
|
|
143460
|
+
"properties": [
|
|
143461
|
+
{
|
|
143462
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BSpanSplitEnumerator\u00601::Source:ReadOnlySpan_1",
|
|
143463
|
+
"clrName": "Source",
|
|
143464
|
+
"metadataToken": 385876592,
|
|
143465
|
+
"canonicalSignature": ":ReadOnlySpan_1",
|
|
143466
|
+
"normalizedSignature": "Source|:ReadOnlySpan_1|static=false|accessor=get",
|
|
143467
|
+
"emitScope": "ClassSurface",
|
|
143468
|
+
"provenance": "Original",
|
|
143469
|
+
"isIndexer": false,
|
|
143470
|
+
"hasGetter": true,
|
|
143471
|
+
"hasSetter": false,
|
|
143472
|
+
"isStatic": false,
|
|
143473
|
+
"isAbstract": false,
|
|
143474
|
+
"isVirtual": false,
|
|
143475
|
+
"isOverride": false,
|
|
143476
|
+
"visibility": "Public",
|
|
143477
|
+
"declaringClrType": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
143478
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
143479
|
+
},
|
|
143480
|
+
{
|
|
143481
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BSpanSplitEnumerator\u00601::Current:System.Range",
|
|
143482
|
+
"clrName": "Current",
|
|
143483
|
+
"metadataToken": 385876593,
|
|
143484
|
+
"canonicalSignature": ":System.Range",
|
|
143485
|
+
"normalizedSignature": "Current|:System.Range|static=false|accessor=get",
|
|
143486
|
+
"emitScope": "ClassSurface",
|
|
143487
|
+
"provenance": "Original",
|
|
143488
|
+
"isIndexer": false,
|
|
143489
|
+
"hasGetter": true,
|
|
143490
|
+
"hasSetter": false,
|
|
143491
|
+
"isStatic": false,
|
|
143492
|
+
"isAbstract": false,
|
|
143493
|
+
"isVirtual": true,
|
|
143494
|
+
"isOverride": false,
|
|
143495
|
+
"visibility": "Public",
|
|
143496
|
+
"declaringClrType": "System.MemoryExtensions\u002BSpanSplitEnumerator\u00601",
|
|
143497
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
143498
|
+
}
|
|
143499
|
+
],
|
|
143500
|
+
"fields": [],
|
|
143501
|
+
"events": [],
|
|
143502
|
+
"constructors": []
|
|
143503
|
+
},
|
|
143504
|
+
{
|
|
143505
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143506
|
+
"clrName": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143507
|
+
"assemblyName": "System.Private.CoreLib",
|
|
143508
|
+
"metadataToken": 0,
|
|
143509
|
+
"kind": "Struct",
|
|
143510
|
+
"accessibility": "Public",
|
|
143511
|
+
"isAbstract": false,
|
|
143512
|
+
"isSealed": true,
|
|
143513
|
+
"isStatic": false,
|
|
143514
|
+
"arity": 0,
|
|
143515
|
+
"baseType": {
|
|
143516
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
143517
|
+
"clrName": "System.ValueType"
|
|
143518
|
+
},
|
|
143519
|
+
"methods": [
|
|
143520
|
+
{
|
|
143521
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendLiteral(System.String):System.Boolean",
|
|
143522
|
+
"clrName": "AppendLiteral",
|
|
143523
|
+
"metadataToken": 100669797,
|
|
143524
|
+
"canonicalSignature": "(System.String):System.Boolean",
|
|
143525
|
+
"normalizedSignature": "AppendLiteral|(System.String):System.Boolean|static=false",
|
|
143526
|
+
"emitScope": "ClassSurface",
|
|
143527
|
+
"provenance": "Original",
|
|
143528
|
+
"arity": 0,
|
|
143529
|
+
"parameterCount": 1,
|
|
143530
|
+
"isStatic": false,
|
|
143531
|
+
"isAbstract": false,
|
|
143532
|
+
"isVirtual": false,
|
|
143533
|
+
"isOverride": false,
|
|
143534
|
+
"isSealed": false,
|
|
143535
|
+
"visibility": "Public",
|
|
143536
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143537
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143538
|
+
"isExtensionMethod": false
|
|
143539
|
+
},
|
|
143540
|
+
{
|
|
143541
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T):System.Boolean",
|
|
143542
|
+
"clrName": "AppendFormatted",
|
|
143543
|
+
"metadataToken": 100669798,
|
|
143544
|
+
"canonicalSignature": "(T):System.Boolean",
|
|
143545
|
+
"normalizedSignature": "AppendFormatted|(T):System.Boolean|static=false",
|
|
143546
|
+
"emitScope": "ClassSurface",
|
|
143547
|
+
"provenance": "Original",
|
|
143548
|
+
"arity": 1,
|
|
143549
|
+
"parameterCount": 1,
|
|
143550
|
+
"isStatic": false,
|
|
143551
|
+
"isAbstract": false,
|
|
143552
|
+
"isVirtual": false,
|
|
143553
|
+
"isOverride": false,
|
|
143554
|
+
"isSealed": false,
|
|
143555
|
+
"visibility": "Public",
|
|
143556
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143557
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143558
|
+
"isExtensionMethod": false
|
|
143559
|
+
},
|
|
143560
|
+
{
|
|
143561
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T,System.String):System.Boolean",
|
|
143562
|
+
"clrName": "AppendFormatted",
|
|
143563
|
+
"metadataToken": 100669799,
|
|
143564
|
+
"canonicalSignature": "(T,System.String):System.Boolean",
|
|
143565
|
+
"normalizedSignature": "AppendFormatted|(T,System.String):System.Boolean|static=false",
|
|
143566
|
+
"emitScope": "ClassSurface",
|
|
143567
|
+
"provenance": "Original",
|
|
143568
|
+
"arity": 1,
|
|
143569
|
+
"parameterCount": 2,
|
|
143570
|
+
"isStatic": false,
|
|
143571
|
+
"isAbstract": false,
|
|
143572
|
+
"isVirtual": false,
|
|
143573
|
+
"isOverride": false,
|
|
143574
|
+
"isSealed": false,
|
|
143575
|
+
"visibility": "Public",
|
|
143576
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143577
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143578
|
+
"isExtensionMethod": false
|
|
143579
|
+
},
|
|
143580
|
+
{
|
|
143581
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T,System.Int32):System.Boolean",
|
|
143582
|
+
"clrName": "AppendFormatted",
|
|
143583
|
+
"metadataToken": 100669800,
|
|
143584
|
+
"canonicalSignature": "(T,System.Int32):System.Boolean",
|
|
143585
|
+
"normalizedSignature": "AppendFormatted|(T,System.Int32):System.Boolean|static=false",
|
|
143586
|
+
"emitScope": "ClassSurface",
|
|
143587
|
+
"provenance": "Original",
|
|
143588
|
+
"arity": 1,
|
|
143589
|
+
"parameterCount": 2,
|
|
143590
|
+
"isStatic": false,
|
|
143591
|
+
"isAbstract": false,
|
|
143592
|
+
"isVirtual": false,
|
|
143593
|
+
"isOverride": false,
|
|
143594
|
+
"isSealed": false,
|
|
143595
|
+
"visibility": "Public",
|
|
143596
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143597
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143598
|
+
"isExtensionMethod": false
|
|
143599
|
+
},
|
|
143600
|
+
{
|
|
143601
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(T,System.Int32,System.String):System.Boolean",
|
|
143602
|
+
"clrName": "AppendFormatted",
|
|
143603
|
+
"metadataToken": 100669801,
|
|
143604
|
+
"canonicalSignature": "(T,System.Int32,System.String):System.Boolean",
|
|
143605
|
+
"normalizedSignature": "AppendFormatted|(T,System.Int32,System.String):System.Boolean|static=false",
|
|
143606
|
+
"emitScope": "ClassSurface",
|
|
143607
|
+
"provenance": "Original",
|
|
143608
|
+
"arity": 1,
|
|
143609
|
+
"parameterCount": 3,
|
|
143610
|
+
"isStatic": false,
|
|
143611
|
+
"isAbstract": false,
|
|
143612
|
+
"isVirtual": false,
|
|
143613
|
+
"isOverride": false,
|
|
143614
|
+
"isSealed": false,
|
|
143615
|
+
"visibility": "Public",
|
|
143616
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143617
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143618
|
+
"isExtensionMethod": false
|
|
143619
|
+
},
|
|
143620
|
+
{
|
|
143621
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
143622
|
+
"clrName": "AppendFormatted",
|
|
143623
|
+
"metadataToken": 100669802,
|
|
143624
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean",
|
|
143625
|
+
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Boolean|static=false",
|
|
143626
|
+
"emitScope": "ClassSurface",
|
|
143627
|
+
"provenance": "Original",
|
|
143628
|
+
"arity": 0,
|
|
143629
|
+
"parameterCount": 1,
|
|
143630
|
+
"isStatic": false,
|
|
143631
|
+
"isAbstract": false,
|
|
143632
|
+
"isVirtual": false,
|
|
143633
|
+
"isOverride": false,
|
|
143634
|
+
"isSealed": false,
|
|
143635
|
+
"visibility": "Public",
|
|
143636
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143637
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143638
|
+
"isExtensionMethod": false
|
|
143639
|
+
},
|
|
143640
|
+
{
|
|
143641
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean",
|
|
143642
|
+
"clrName": "AppendFormatted",
|
|
143643
|
+
"metadataToken": 100669803,
|
|
143644
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean",
|
|
143645
|
+
"normalizedSignature": "AppendFormatted|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32,System.String):System.Boolean|static=false",
|
|
143646
|
+
"emitScope": "ClassSurface",
|
|
143647
|
+
"provenance": "Original",
|
|
143648
|
+
"arity": 0,
|
|
143649
|
+
"parameterCount": 3,
|
|
143650
|
+
"isStatic": false,
|
|
143651
|
+
"isAbstract": false,
|
|
143652
|
+
"isVirtual": false,
|
|
143653
|
+
"isOverride": false,
|
|
143654
|
+
"isSealed": false,
|
|
143655
|
+
"visibility": "Public",
|
|
143656
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143657
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143658
|
+
"isExtensionMethod": false
|
|
143659
|
+
},
|
|
143660
|
+
{
|
|
143661
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.String):System.Boolean",
|
|
143662
|
+
"clrName": "AppendFormatted",
|
|
143663
|
+
"metadataToken": 100669804,
|
|
143664
|
+
"canonicalSignature": "(System.String):System.Boolean",
|
|
143665
|
+
"normalizedSignature": "AppendFormatted|(System.String):System.Boolean|static=false",
|
|
143666
|
+
"emitScope": "ClassSurface",
|
|
143667
|
+
"provenance": "Original",
|
|
143668
|
+
"arity": 0,
|
|
143669
|
+
"parameterCount": 1,
|
|
143670
|
+
"isStatic": false,
|
|
143671
|
+
"isAbstract": false,
|
|
143672
|
+
"isVirtual": false,
|
|
143673
|
+
"isOverride": false,
|
|
143674
|
+
"isSealed": false,
|
|
143675
|
+
"visibility": "Public",
|
|
143676
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143677
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143678
|
+
"isExtensionMethod": false
|
|
143679
|
+
},
|
|
143680
|
+
{
|
|
143681
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.String,System.Int32,System.String):System.Boolean",
|
|
143682
|
+
"clrName": "AppendFormatted",
|
|
143683
|
+
"metadataToken": 100669805,
|
|
143684
|
+
"canonicalSignature": "(System.String,System.Int32,System.String):System.Boolean",
|
|
143685
|
+
"normalizedSignature": "AppendFormatted|(System.String,System.Int32,System.String):System.Boolean|static=false",
|
|
143686
|
+
"emitScope": "ClassSurface",
|
|
143687
|
+
"provenance": "Original",
|
|
143688
|
+
"arity": 0,
|
|
143689
|
+
"parameterCount": 3,
|
|
143690
|
+
"isStatic": false,
|
|
143691
|
+
"isAbstract": false,
|
|
143692
|
+
"isVirtual": false,
|
|
143693
|
+
"isOverride": false,
|
|
143694
|
+
"isSealed": false,
|
|
143695
|
+
"visibility": "Public",
|
|
143696
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143697
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143698
|
+
"isExtensionMethod": false
|
|
143699
|
+
},
|
|
143700
|
+
{
|
|
143701
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::AppendFormatted(System.Object,System.Int32,System.String):System.Boolean",
|
|
143702
|
+
"clrName": "AppendFormatted",
|
|
143703
|
+
"metadataToken": 100669806,
|
|
143704
|
+
"canonicalSignature": "(System.Object,System.Int32,System.String):System.Boolean",
|
|
143705
|
+
"normalizedSignature": "AppendFormatted|(System.Object,System.Int32,System.String):System.Boolean|static=false",
|
|
143706
|
+
"emitScope": "ClassSurface",
|
|
143707
|
+
"provenance": "Original",
|
|
143708
|
+
"arity": 0,
|
|
143709
|
+
"parameterCount": 3,
|
|
143710
|
+
"isStatic": false,
|
|
143711
|
+
"isAbstract": false,
|
|
143712
|
+
"isVirtual": false,
|
|
143713
|
+
"isOverride": false,
|
|
143714
|
+
"isSealed": false,
|
|
143715
|
+
"visibility": "Public",
|
|
143716
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143717
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143718
|
+
"isExtensionMethod": false
|
|
143719
|
+
}
|
|
143720
|
+
],
|
|
143721
|
+
"properties": [],
|
|
143722
|
+
"fields": [],
|
|
143723
|
+
"events": [],
|
|
143724
|
+
"constructors": [
|
|
143725
|
+
{
|
|
143726
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void",
|
|
143727
|
+
"metadataToken": 100669795,
|
|
143728
|
+
"canonicalSignature": "(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void",
|
|
143729
|
+
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean\u0026):void|static=false",
|
|
143730
|
+
"isStatic": false,
|
|
143731
|
+
"parameterCount": 4,
|
|
143732
|
+
"visibility": "Public",
|
|
143733
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143734
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143735
|
+
"parameterModifiers": [
|
|
143736
|
+
{
|
|
143737
|
+
"index": 3,
|
|
143738
|
+
"modifier": "out"
|
|
143739
|
+
}
|
|
143740
|
+
]
|
|
143741
|
+
},
|
|
143742
|
+
{
|
|
143743
|
+
"stableId": "System.Private.CoreLib:System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler::.ctor(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Boolean\u0026):void",
|
|
143744
|
+
"metadataToken": 100669796,
|
|
143745
|
+
"canonicalSignature": "(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Boolean\u0026):void",
|
|
143746
|
+
"normalizedSignature": "constructor|(System.Int32,System.Int32,System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,System.Boolean\u0026):void|static=false",
|
|
143747
|
+
"isStatic": false,
|
|
143748
|
+
"parameterCount": 5,
|
|
143749
|
+
"visibility": "Public",
|
|
143750
|
+
"declaringClrType": "System.MemoryExtensions\u002BTryWriteInterpolatedStringHandler",
|
|
143751
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
143752
|
+
"parameterModifiers": [
|
|
143753
|
+
{
|
|
143754
|
+
"index": 4,
|
|
143755
|
+
"modifier": "out"
|
|
143756
|
+
}
|
|
143757
|
+
]
|
|
143758
|
+
}
|
|
143759
|
+
]
|
|
143760
|
+
},
|
|
144280
143761
|
{
|
|
144281
143762
|
"stableId": "System.Private.CoreLib:System.Nullable",
|
|
144282
143763
|
"clrName": "System.Nullable",
|