@tsonic/microsoft-extensions 10.0.40 → 10.0.42
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/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +11 -10
- package/Microsoft.Extensions.Caching.Distributed.d.ts +4 -0
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +12 -14
- package/Microsoft.Extensions.Caching.Hybrid.d.ts +5 -1
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +32 -34
- package/Microsoft.Extensions.Caching.Memory.d.ts +4 -0
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +72 -74
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +7 -6
- package/Microsoft.Extensions.Configuration.CommandLine.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +7 -6
- package/Microsoft.Extensions.Configuration.EnvironmentVariables.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.Configuration.Ini.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.Configuration.Json.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.Configuration.KeyPerFile.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.Configuration.Memory.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Configuration.UserSecrets.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +7 -6
- package/Microsoft.Extensions.Configuration.Xml.d.ts +4 -0
- package/Microsoft.Extensions.Configuration.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +132 -131
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +29 -28
- package/Microsoft.Extensions.DependencyInjection.Extensions.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +7 -3
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +20 -19
- package/Microsoft.Extensions.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +31 -33
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration.d.ts +4 -0
- package/Microsoft.Extensions.Diagnostics.Metrics.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileProviders.Composite.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileProviders.Embedded.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileProviders.Internal.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.FileProviders.Physical.d.ts +4 -0
- package/Microsoft.Extensions.FileProviders.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +9 -8
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +9 -8
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +4 -3
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +230 -230
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -49
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.d.ts +6 -2
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.d.ts +4 -0
- package/Microsoft.Extensions.FileSystemGlobbing.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +31 -30
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Hosting.Internal.d.ts +4 -0
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.Extensions.Http/internal/index.d.ts +7 -6
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +11 -10
- package/Microsoft.Extensions.Http.Logging.d.ts +4 -0
- package/Microsoft.Extensions.Http.d.ts +5 -1
- package/Microsoft.Extensions.Internal/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Internal.d.ts +4 -0
- package/Microsoft.Extensions.Localization/internal/index.d.ts +18 -17
- package/Microsoft.Extensions.Localization.d.ts +6 -2
- package/Microsoft.Extensions.Logging/internal/index.d.ts +91 -88
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +4 -1
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +20 -19
- package/Microsoft.Extensions.Logging.Abstractions.d.ts +6 -2
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +10 -9
- package/Microsoft.Extensions.Logging.Configuration.d.ts +5 -1
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +15 -17
- package/Microsoft.Extensions.Logging.Console.d.ts +4 -0
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Logging.Debug.d.ts +4 -0
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +12 -11
- package/Microsoft.Extensions.Logging.EventLog.d.ts +4 -0
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Logging.EventSource.d.ts +4 -0
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +4 -3
- package/Microsoft.Extensions.Logging.TraceSource.d.ts +4 -0
- package/Microsoft.Extensions.Logging.d.ts +6 -2
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +31 -30
- package/Microsoft.Extensions.ObjectPool.d.ts +7 -3
- package/Microsoft.Extensions.Options/internal/index.d.ts +239 -238
- package/Microsoft.Extensions.Options.d.ts +50 -46
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +30 -32
- package/Microsoft.Extensions.Primitives.d.ts +5 -1
- package/Microsoft.Extensions.Validation/internal/index.d.ts +14 -16
- package/Microsoft.Extensions.Validation.d.ts +4 -0
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +2 -4
- package/Microsoft.Extensions.WebEncoders.Testing.d.ts +4 -0
- package/Microsoft.Extensions.WebEncoders.d.ts +4 -0
- package/README.md +53 -15
- package/System.Diagnostics/internal/index.d.ts +3 -2
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +3 -2
- package/System.Diagnostics.Eventing.Reader.d.ts +4 -0
- package/System.Diagnostics.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +3 -2
- package/System.Net.Http.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +4 -3
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +44 -46
- package/System.Security.Cryptography.Pkcs.d.ts +4 -0
- package/System.Security.Cryptography.Xml/bindings.json +404 -404
- package/System.Security.Cryptography.Xml/internal/index.d.ts +117 -119
- package/System.Security.Cryptography.Xml.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/__internal/extensions/index.d.ts +212 -214
- package/package.json +3 -3
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileSystemGlobbing
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as Microsoft_Extensions_FileSystemGlobbing_Internal_Internal from "../../Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.js";
|
|
@@ -41,7 +42,7 @@ export interface LiteralPathSegment$instance extends Microsoft_Extensions_FileSy
|
|
|
41
42
|
|
|
42
43
|
readonly CanProduceStem: boolean;
|
|
43
44
|
readonly Value: string;
|
|
44
|
-
Equals(obj: unknown): boolean;
|
|
45
|
+
Equals(obj: unknown | null): boolean;
|
|
45
46
|
GetHashCode(): int;
|
|
46
47
|
Match(value: string): boolean;
|
|
47
48
|
}
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IPathSegment } from './Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.js';
|
|
10
14
|
import type { List } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
@@ -4,236 +4,6 @@
|
|
|
4
4
|
"Microsoft.Extensions.FileSystemGlobbing"
|
|
5
5
|
],
|
|
6
6
|
"types": [
|
|
7
|
-
{
|
|
8
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
9
|
-
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
10
|
-
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
11
|
-
"metadataToken": 0,
|
|
12
|
-
"kind": "Struct",
|
|
13
|
-
"accessibility": "Public",
|
|
14
|
-
"isAbstract": false,
|
|
15
|
-
"isSealed": true,
|
|
16
|
-
"isStatic": false,
|
|
17
|
-
"arity": 0,
|
|
18
|
-
"baseType": {
|
|
19
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
20
|
-
"clrName": "System.ValueType"
|
|
21
|
-
},
|
|
22
|
-
"methods": [],
|
|
23
|
-
"properties": [
|
|
24
|
-
{
|
|
25
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::StemItems:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
26
|
-
"clrName": "StemItems",
|
|
27
|
-
"metadataToken": 385876021,
|
|
28
|
-
"canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
29
|
-
"normalizedSignature": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
30
|
-
"emitScope": "ClassSurface",
|
|
31
|
-
"provenance": "Original",
|
|
32
|
-
"isIndexer": false,
|
|
33
|
-
"hasGetter": true,
|
|
34
|
-
"hasSetter": false,
|
|
35
|
-
"isStatic": false,
|
|
36
|
-
"isAbstract": false,
|
|
37
|
-
"isVirtual": false,
|
|
38
|
-
"isOverride": false,
|
|
39
|
-
"visibility": "Public",
|
|
40
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
41
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::Stem:System.String",
|
|
45
|
-
"clrName": "Stem",
|
|
46
|
-
"metadataToken": 385876022,
|
|
47
|
-
"canonicalSignature": ":System.String",
|
|
48
|
-
"normalizedSignature": "Stem|:System.String|static=false|accessor=get",
|
|
49
|
-
"emitScope": "ClassSurface",
|
|
50
|
-
"provenance": "Original",
|
|
51
|
-
"isIndexer": false,
|
|
52
|
-
"hasGetter": true,
|
|
53
|
-
"hasSetter": false,
|
|
54
|
-
"isStatic": false,
|
|
55
|
-
"isAbstract": false,
|
|
56
|
-
"isVirtual": false,
|
|
57
|
-
"isOverride": false,
|
|
58
|
-
"visibility": "Public",
|
|
59
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
60
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"fields": [
|
|
64
|
-
{
|
|
65
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::IsNotApplicableSystem.Boolean",
|
|
66
|
-
"clrName": "IsNotApplicable",
|
|
67
|
-
"metadataToken": 67108939,
|
|
68
|
-
"normalizedSignature": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
69
|
-
"isStatic": false,
|
|
70
|
-
"isReadOnly": false,
|
|
71
|
-
"isLiteral": false,
|
|
72
|
-
"visibility": "Public",
|
|
73
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
74
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::SegmentIndexSystem.Int32",
|
|
78
|
-
"clrName": "SegmentIndex",
|
|
79
|
-
"metadataToken": 67108940,
|
|
80
|
-
"normalizedSignature": "SegmentIndex|System.Int32|static=false|const=false",
|
|
81
|
-
"isStatic": false,
|
|
82
|
-
"isReadOnly": false,
|
|
83
|
-
"isLiteral": false,
|
|
84
|
-
"visibility": "Public",
|
|
85
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
86
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::InStemSystem.Boolean",
|
|
90
|
-
"clrName": "InStem",
|
|
91
|
-
"metadataToken": 67108941,
|
|
92
|
-
"normalizedSignature": "InStem|System.Boolean|static=false|const=false",
|
|
93
|
-
"isStatic": false,
|
|
94
|
-
"isReadOnly": false,
|
|
95
|
-
"isLiteral": false,
|
|
96
|
-
"visibility": "Public",
|
|
97
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
98
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"events": [],
|
|
102
|
-
"constructors": []
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
106
|
-
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
107
|
-
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
108
|
-
"metadataToken": 0,
|
|
109
|
-
"kind": "Struct",
|
|
110
|
-
"accessibility": "Public",
|
|
111
|
-
"isAbstract": false,
|
|
112
|
-
"isSealed": true,
|
|
113
|
-
"isStatic": false,
|
|
114
|
-
"arity": 0,
|
|
115
|
-
"baseType": {
|
|
116
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
117
|
-
"clrName": "System.ValueType"
|
|
118
|
-
},
|
|
119
|
-
"methods": [],
|
|
120
|
-
"properties": [
|
|
121
|
-
{
|
|
122
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::StemItems:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
123
|
-
"clrName": "StemItems",
|
|
124
|
-
"metadataToken": 385876023,
|
|
125
|
-
"canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
126
|
-
"normalizedSignature": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
127
|
-
"emitScope": "ClassSurface",
|
|
128
|
-
"provenance": "Original",
|
|
129
|
-
"isIndexer": false,
|
|
130
|
-
"hasGetter": true,
|
|
131
|
-
"hasSetter": false,
|
|
132
|
-
"isStatic": false,
|
|
133
|
-
"isAbstract": false,
|
|
134
|
-
"isVirtual": false,
|
|
135
|
-
"isOverride": false,
|
|
136
|
-
"visibility": "Public",
|
|
137
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
138
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::Stem:System.String",
|
|
142
|
-
"clrName": "Stem",
|
|
143
|
-
"metadataToken": 385876024,
|
|
144
|
-
"canonicalSignature": ":System.String",
|
|
145
|
-
"normalizedSignature": "Stem|:System.String|static=false|accessor=get",
|
|
146
|
-
"emitScope": "ClassSurface",
|
|
147
|
-
"provenance": "Original",
|
|
148
|
-
"isIndexer": false,
|
|
149
|
-
"hasGetter": true,
|
|
150
|
-
"hasSetter": false,
|
|
151
|
-
"isStatic": false,
|
|
152
|
-
"isAbstract": false,
|
|
153
|
-
"isVirtual": false,
|
|
154
|
-
"isOverride": false,
|
|
155
|
-
"visibility": "Public",
|
|
156
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
157
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
158
|
-
}
|
|
159
|
-
],
|
|
160
|
-
"fields": [
|
|
161
|
-
{
|
|
162
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::IsNotApplicableSystem.Boolean",
|
|
163
|
-
"clrName": "IsNotApplicable",
|
|
164
|
-
"metadataToken": 67108943,
|
|
165
|
-
"normalizedSignature": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
166
|
-
"isStatic": false,
|
|
167
|
-
"isReadOnly": false,
|
|
168
|
-
"isLiteral": false,
|
|
169
|
-
"visibility": "Public",
|
|
170
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
171
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentGroupIndexSystem.Int32",
|
|
175
|
-
"clrName": "SegmentGroupIndex",
|
|
176
|
-
"metadataToken": 67108944,
|
|
177
|
-
"normalizedSignature": "SegmentGroupIndex|System.Int32|static=false|const=false",
|
|
178
|
-
"isStatic": false,
|
|
179
|
-
"isReadOnly": false,
|
|
180
|
-
"isLiteral": false,
|
|
181
|
-
"visibility": "Public",
|
|
182
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
183
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentGroupSystem.Collections.Generic.IList\u00601[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]",
|
|
187
|
-
"clrName": "SegmentGroup",
|
|
188
|
-
"metadataToken": 67108945,
|
|
189
|
-
"normalizedSignature": "SegmentGroup|System.Collections.Generic.IList\u00601[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]|static=false|const=false",
|
|
190
|
-
"isStatic": false,
|
|
191
|
-
"isReadOnly": false,
|
|
192
|
-
"isLiteral": false,
|
|
193
|
-
"visibility": "Public",
|
|
194
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
195
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::BacktrackAvailableSystem.Int32",
|
|
199
|
-
"clrName": "BacktrackAvailable",
|
|
200
|
-
"metadataToken": 67108946,
|
|
201
|
-
"normalizedSignature": "BacktrackAvailable|System.Int32|static=false|const=false",
|
|
202
|
-
"isStatic": false,
|
|
203
|
-
"isReadOnly": false,
|
|
204
|
-
"isLiteral": false,
|
|
205
|
-
"visibility": "Public",
|
|
206
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
207
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentIndexSystem.Int32",
|
|
211
|
-
"clrName": "SegmentIndex",
|
|
212
|
-
"metadataToken": 67108947,
|
|
213
|
-
"normalizedSignature": "SegmentIndex|System.Int32|static=false|const=false",
|
|
214
|
-
"isStatic": false,
|
|
215
|
-
"isReadOnly": false,
|
|
216
|
-
"isLiteral": false,
|
|
217
|
-
"visibility": "Public",
|
|
218
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
219
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::InStemSystem.Boolean",
|
|
223
|
-
"clrName": "InStem",
|
|
224
|
-
"metadataToken": 67108948,
|
|
225
|
-
"normalizedSignature": "InStem|System.Boolean|static=false|const=false",
|
|
226
|
-
"isStatic": false,
|
|
227
|
-
"isReadOnly": false,
|
|
228
|
-
"isLiteral": false,
|
|
229
|
-
"visibility": "Public",
|
|
230
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
231
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
232
|
-
}
|
|
233
|
-
],
|
|
234
|
-
"events": [],
|
|
235
|
-
"constructors": []
|
|
236
|
-
},
|
|
237
7
|
{
|
|
238
8
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
239
9
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
@@ -823,6 +593,103 @@
|
|
|
823
593
|
}
|
|
824
594
|
]
|
|
825
595
|
},
|
|
596
|
+
{
|
|
597
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
598
|
+
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
599
|
+
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
600
|
+
"metadataToken": 0,
|
|
601
|
+
"kind": "Struct",
|
|
602
|
+
"accessibility": "Public",
|
|
603
|
+
"isAbstract": false,
|
|
604
|
+
"isSealed": true,
|
|
605
|
+
"isStatic": false,
|
|
606
|
+
"arity": 0,
|
|
607
|
+
"baseType": {
|
|
608
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
609
|
+
"clrName": "System.ValueType"
|
|
610
|
+
},
|
|
611
|
+
"methods": [],
|
|
612
|
+
"properties": [
|
|
613
|
+
{
|
|
614
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::StemItems:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
615
|
+
"clrName": "StemItems",
|
|
616
|
+
"metadataToken": 385876021,
|
|
617
|
+
"canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
618
|
+
"normalizedSignature": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
619
|
+
"emitScope": "ClassSurface",
|
|
620
|
+
"provenance": "Original",
|
|
621
|
+
"isIndexer": false,
|
|
622
|
+
"hasGetter": true,
|
|
623
|
+
"hasSetter": false,
|
|
624
|
+
"isStatic": false,
|
|
625
|
+
"isAbstract": false,
|
|
626
|
+
"isVirtual": false,
|
|
627
|
+
"isOverride": false,
|
|
628
|
+
"visibility": "Public",
|
|
629
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
630
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::Stem:System.String",
|
|
634
|
+
"clrName": "Stem",
|
|
635
|
+
"metadataToken": 385876022,
|
|
636
|
+
"canonicalSignature": ":System.String",
|
|
637
|
+
"normalizedSignature": "Stem|:System.String|static=false|accessor=get",
|
|
638
|
+
"emitScope": "ClassSurface",
|
|
639
|
+
"provenance": "Original",
|
|
640
|
+
"isIndexer": false,
|
|
641
|
+
"hasGetter": true,
|
|
642
|
+
"hasSetter": false,
|
|
643
|
+
"isStatic": false,
|
|
644
|
+
"isAbstract": false,
|
|
645
|
+
"isVirtual": false,
|
|
646
|
+
"isOverride": false,
|
|
647
|
+
"visibility": "Public",
|
|
648
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
649
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"fields": [
|
|
653
|
+
{
|
|
654
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::IsNotApplicableSystem.Boolean",
|
|
655
|
+
"clrName": "IsNotApplicable",
|
|
656
|
+
"metadataToken": 67108939,
|
|
657
|
+
"normalizedSignature": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
658
|
+
"isStatic": false,
|
|
659
|
+
"isReadOnly": false,
|
|
660
|
+
"isLiteral": false,
|
|
661
|
+
"visibility": "Public",
|
|
662
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
663
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::SegmentIndexSystem.Int32",
|
|
667
|
+
"clrName": "SegmentIndex",
|
|
668
|
+
"metadataToken": 67108940,
|
|
669
|
+
"normalizedSignature": "SegmentIndex|System.Int32|static=false|const=false",
|
|
670
|
+
"isStatic": false,
|
|
671
|
+
"isReadOnly": false,
|
|
672
|
+
"isLiteral": false,
|
|
673
|
+
"visibility": "Public",
|
|
674
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
675
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::InStemSystem.Boolean",
|
|
679
|
+
"clrName": "InStem",
|
|
680
|
+
"metadataToken": 67108941,
|
|
681
|
+
"normalizedSignature": "InStem|System.Boolean|static=false|const=false",
|
|
682
|
+
"isStatic": false,
|
|
683
|
+
"isReadOnly": false,
|
|
684
|
+
"isLiteral": false,
|
|
685
|
+
"visibility": "Public",
|
|
686
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
687
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"events": [],
|
|
691
|
+
"constructors": []
|
|
692
|
+
},
|
|
826
693
|
{
|
|
827
694
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
828
695
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
@@ -1561,6 +1428,139 @@
|
|
|
1561
1428
|
}
|
|
1562
1429
|
]
|
|
1563
1430
|
},
|
|
1431
|
+
{
|
|
1432
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1433
|
+
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1434
|
+
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1435
|
+
"metadataToken": 0,
|
|
1436
|
+
"kind": "Struct",
|
|
1437
|
+
"accessibility": "Public",
|
|
1438
|
+
"isAbstract": false,
|
|
1439
|
+
"isSealed": true,
|
|
1440
|
+
"isStatic": false,
|
|
1441
|
+
"arity": 0,
|
|
1442
|
+
"baseType": {
|
|
1443
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1444
|
+
"clrName": "System.ValueType"
|
|
1445
|
+
},
|
|
1446
|
+
"methods": [],
|
|
1447
|
+
"properties": [
|
|
1448
|
+
{
|
|
1449
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::StemItems:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1450
|
+
"clrName": "StemItems",
|
|
1451
|
+
"metadataToken": 385876023,
|
|
1452
|
+
"canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1453
|
+
"normalizedSignature": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
1454
|
+
"emitScope": "ClassSurface",
|
|
1455
|
+
"provenance": "Original",
|
|
1456
|
+
"isIndexer": false,
|
|
1457
|
+
"hasGetter": true,
|
|
1458
|
+
"hasSetter": false,
|
|
1459
|
+
"isStatic": false,
|
|
1460
|
+
"isAbstract": false,
|
|
1461
|
+
"isVirtual": false,
|
|
1462
|
+
"isOverride": false,
|
|
1463
|
+
"visibility": "Public",
|
|
1464
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1465
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::Stem:System.String",
|
|
1469
|
+
"clrName": "Stem",
|
|
1470
|
+
"metadataToken": 385876024,
|
|
1471
|
+
"canonicalSignature": ":System.String",
|
|
1472
|
+
"normalizedSignature": "Stem|:System.String|static=false|accessor=get",
|
|
1473
|
+
"emitScope": "ClassSurface",
|
|
1474
|
+
"provenance": "Original",
|
|
1475
|
+
"isIndexer": false,
|
|
1476
|
+
"hasGetter": true,
|
|
1477
|
+
"hasSetter": false,
|
|
1478
|
+
"isStatic": false,
|
|
1479
|
+
"isAbstract": false,
|
|
1480
|
+
"isVirtual": false,
|
|
1481
|
+
"isOverride": false,
|
|
1482
|
+
"visibility": "Public",
|
|
1483
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1484
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1485
|
+
}
|
|
1486
|
+
],
|
|
1487
|
+
"fields": [
|
|
1488
|
+
{
|
|
1489
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::IsNotApplicableSystem.Boolean",
|
|
1490
|
+
"clrName": "IsNotApplicable",
|
|
1491
|
+
"metadataToken": 67108943,
|
|
1492
|
+
"normalizedSignature": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
1493
|
+
"isStatic": false,
|
|
1494
|
+
"isReadOnly": false,
|
|
1495
|
+
"isLiteral": false,
|
|
1496
|
+
"visibility": "Public",
|
|
1497
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1498
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentGroupIndexSystem.Int32",
|
|
1502
|
+
"clrName": "SegmentGroupIndex",
|
|
1503
|
+
"metadataToken": 67108944,
|
|
1504
|
+
"normalizedSignature": "SegmentGroupIndex|System.Int32|static=false|const=false",
|
|
1505
|
+
"isStatic": false,
|
|
1506
|
+
"isReadOnly": false,
|
|
1507
|
+
"isLiteral": false,
|
|
1508
|
+
"visibility": "Public",
|
|
1509
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1510
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentGroupSystem.Collections.Generic.IList\u00601[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]",
|
|
1514
|
+
"clrName": "SegmentGroup",
|
|
1515
|
+
"metadataToken": 67108945,
|
|
1516
|
+
"normalizedSignature": "SegmentGroup|System.Collections.Generic.IList\u00601[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]|static=false|const=false",
|
|
1517
|
+
"isStatic": false,
|
|
1518
|
+
"isReadOnly": false,
|
|
1519
|
+
"isLiteral": false,
|
|
1520
|
+
"visibility": "Public",
|
|
1521
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1522
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::BacktrackAvailableSystem.Int32",
|
|
1526
|
+
"clrName": "BacktrackAvailable",
|
|
1527
|
+
"metadataToken": 67108946,
|
|
1528
|
+
"normalizedSignature": "BacktrackAvailable|System.Int32|static=false|const=false",
|
|
1529
|
+
"isStatic": false,
|
|
1530
|
+
"isReadOnly": false,
|
|
1531
|
+
"isLiteral": false,
|
|
1532
|
+
"visibility": "Public",
|
|
1533
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1534
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentIndexSystem.Int32",
|
|
1538
|
+
"clrName": "SegmentIndex",
|
|
1539
|
+
"metadataToken": 67108947,
|
|
1540
|
+
"normalizedSignature": "SegmentIndex|System.Int32|static=false|const=false",
|
|
1541
|
+
"isStatic": false,
|
|
1542
|
+
"isReadOnly": false,
|
|
1543
|
+
"isLiteral": false,
|
|
1544
|
+
"visibility": "Public",
|
|
1545
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1546
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::InStemSystem.Boolean",
|
|
1550
|
+
"clrName": "InStem",
|
|
1551
|
+
"metadataToken": 67108948,
|
|
1552
|
+
"normalizedSignature": "InStem|System.Boolean|static=false|const=false",
|
|
1553
|
+
"isStatic": false,
|
|
1554
|
+
"isReadOnly": false,
|
|
1555
|
+
"isLiteral": false,
|
|
1556
|
+
"visibility": "Public",
|
|
1557
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1558
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1559
|
+
}
|
|
1560
|
+
],
|
|
1561
|
+
"events": [],
|
|
1562
|
+
"constructors": []
|
|
1563
|
+
},
|
|
1564
1564
|
{
|
|
1565
1565
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1566
1566
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|