@tsonic/microsoft-extensions 10.0.11 → 10.0.16
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.Configuration/bindings.json +0 -172
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +2 -8
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +0 -86
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +0 -7
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +0 -86
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +0 -7
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +0 -172
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +0 -11
- package/Microsoft.Extensions.Configuration.Json/bindings.json +0 -172
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +0 -11
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +0 -86
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +0 -7
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +0 -106
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +1 -9
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +0 -172
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +0 -11
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +0 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +0 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +0 -300
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +0 -15
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +0 -20
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +1 -2
- package/Microsoft.Extensions.ObjectPool/bindings.json +12 -52
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +2 -0
- package/Microsoft.Extensions.Options/bindings.json +0 -60
- package/Microsoft.Extensions.Options/internal/index.d.ts +1 -4
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +1 -1
- package/README.md +59 -2
- package/System.Diagnostics.Eventing.Reader/bindings.json +1 -21
- package/package.json +3 -3
|
@@ -161,46 +161,6 @@
|
|
|
161
161
|
"isExtensionMethod": false,
|
|
162
162
|
"sourceInterface": "Microsoft.Extensions.Configuration.IConfigurationProvider"
|
|
163
163
|
},
|
|
164
|
-
{
|
|
165
|
-
"stableId": "Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider::GetChildKeys(System.Collections.Generic.IEnumerable_1,System.String):System.Collections.Generic.IEnumerable_1",
|
|
166
|
-
"clrName": "GetChildKeys",
|
|
167
|
-
"metadataToken": 0,
|
|
168
|
-
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1,System.String):System.Collections.Generic.IEnumerable_1",
|
|
169
|
-
"normalizedSignature": "GetChildKeys|(System.Collections.Generic.IEnumerable_1,System.String):System.Collections.Generic.IEnumerable_1|static=false",
|
|
170
|
-
"emitScope": "ClassSurface",
|
|
171
|
-
"provenance": "BaseOverload",
|
|
172
|
-
"arity": 0,
|
|
173
|
-
"parameterCount": 2,
|
|
174
|
-
"isStatic": false,
|
|
175
|
-
"isAbstract": false,
|
|
176
|
-
"isVirtual": true,
|
|
177
|
-
"isOverride": false,
|
|
178
|
-
"isSealed": false,
|
|
179
|
-
"visibility": "Public",
|
|
180
|
-
"declaringClrType": "Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider",
|
|
181
|
-
"declaringAssemblyName": "Microsoft.Extensions.Configuration.Xml",
|
|
182
|
-
"isExtensionMethod": false
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"stableId": "Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider::GetReloadToken():Microsoft.Extensions.Primitives.IChangeToken",
|
|
186
|
-
"clrName": "GetReloadToken",
|
|
187
|
-
"metadataToken": 0,
|
|
188
|
-
"canonicalSignature": "():Microsoft.Extensions.Primitives.IChangeToken",
|
|
189
|
-
"normalizedSignature": "GetReloadToken|():Microsoft.Extensions.Primitives.IChangeToken|static=false",
|
|
190
|
-
"emitScope": "ClassSurface",
|
|
191
|
-
"provenance": "BaseOverload",
|
|
192
|
-
"arity": 0,
|
|
193
|
-
"parameterCount": 0,
|
|
194
|
-
"isStatic": false,
|
|
195
|
-
"isAbstract": false,
|
|
196
|
-
"isVirtual": true,
|
|
197
|
-
"isOverride": false,
|
|
198
|
-
"isSealed": false,
|
|
199
|
-
"visibility": "Public",
|
|
200
|
-
"declaringClrType": "Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider",
|
|
201
|
-
"declaringAssemblyName": "Microsoft.Extensions.Configuration.Xml",
|
|
202
|
-
"isExtensionMethod": false
|
|
203
|
-
},
|
|
204
164
|
{
|
|
205
165
|
"stableId": "Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider::Load():System.Void",
|
|
206
166
|
"clrName": "Load",
|
|
@@ -220,52 +180,6 @@
|
|
|
220
180
|
"declaringClrType": "Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider",
|
|
221
181
|
"declaringAssemblyName": "Microsoft.Extensions.Configuration.Xml",
|
|
222
182
|
"isExtensionMethod": false
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"stableId": "Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider::Set(System.String,System.String):System.Void",
|
|
226
|
-
"clrName": "Set",
|
|
227
|
-
"metadataToken": 0,
|
|
228
|
-
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
229
|
-
"normalizedSignature": "Set|(System.String,System.String):System.Void|static=false",
|
|
230
|
-
"emitScope": "ClassSurface",
|
|
231
|
-
"provenance": "BaseOverload",
|
|
232
|
-
"arity": 0,
|
|
233
|
-
"parameterCount": 2,
|
|
234
|
-
"isStatic": false,
|
|
235
|
-
"isAbstract": false,
|
|
236
|
-
"isVirtual": true,
|
|
237
|
-
"isOverride": false,
|
|
238
|
-
"isSealed": false,
|
|
239
|
-
"visibility": "Public",
|
|
240
|
-
"declaringClrType": "Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider",
|
|
241
|
-
"declaringAssemblyName": "Microsoft.Extensions.Configuration.Xml",
|
|
242
|
-
"isExtensionMethod": false
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"stableId": "Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider::TryGet(System.String,System.String\u0026):System.Boolean",
|
|
246
|
-
"clrName": "TryGet",
|
|
247
|
-
"metadataToken": 0,
|
|
248
|
-
"canonicalSignature": "(System.String,System.String\u0026):System.Boolean",
|
|
249
|
-
"normalizedSignature": "TryGet|(System.String,System.String\u0026):System.Boolean|static=false",
|
|
250
|
-
"emitScope": "ClassSurface",
|
|
251
|
-
"provenance": "BaseOverload",
|
|
252
|
-
"arity": 0,
|
|
253
|
-
"parameterCount": 2,
|
|
254
|
-
"isStatic": false,
|
|
255
|
-
"isAbstract": false,
|
|
256
|
-
"isVirtual": true,
|
|
257
|
-
"isOverride": false,
|
|
258
|
-
"isSealed": false,
|
|
259
|
-
"visibility": "Public",
|
|
260
|
-
"declaringClrType": "Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider",
|
|
261
|
-
"declaringAssemblyName": "Microsoft.Extensions.Configuration.Xml",
|
|
262
|
-
"isExtensionMethod": false,
|
|
263
|
-
"parameterModifiers": [
|
|
264
|
-
{
|
|
265
|
-
"index": 1,
|
|
266
|
-
"modifier": "out"
|
|
267
|
-
}
|
|
268
|
-
]
|
|
269
183
|
}
|
|
270
184
|
],
|
|
271
185
|
"properties": [],
|
|
@@ -626,46 +540,6 @@
|
|
|
626
540
|
"isExtensionMethod": false,
|
|
627
541
|
"sourceInterface": "Microsoft.Extensions.Configuration.IConfigurationProvider"
|
|
628
542
|
},
|
|
629
|
-
{
|
|
630
|
-
"stableId": "Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider::GetChildKeys(System.Collections.Generic.IEnumerable_1,System.String):System.Collections.Generic.IEnumerable_1",
|
|
631
|
-
"clrName": "GetChildKeys",
|
|
632
|
-
"metadataToken": 0,
|
|
633
|
-
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1,System.String):System.Collections.Generic.IEnumerable_1",
|
|
634
|
-
"normalizedSignature": "GetChildKeys|(System.Collections.Generic.IEnumerable_1,System.String):System.Collections.Generic.IEnumerable_1|static=false",
|
|
635
|
-
"emitScope": "ClassSurface",
|
|
636
|
-
"provenance": "BaseOverload",
|
|
637
|
-
"arity": 0,
|
|
638
|
-
"parameterCount": 2,
|
|
639
|
-
"isStatic": false,
|
|
640
|
-
"isAbstract": false,
|
|
641
|
-
"isVirtual": true,
|
|
642
|
-
"isOverride": false,
|
|
643
|
-
"isSealed": false,
|
|
644
|
-
"visibility": "Public",
|
|
645
|
-
"declaringClrType": "Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider",
|
|
646
|
-
"declaringAssemblyName": "Microsoft.Extensions.Configuration.Xml",
|
|
647
|
-
"isExtensionMethod": false
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"stableId": "Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider::GetReloadToken():Microsoft.Extensions.Primitives.IChangeToken",
|
|
651
|
-
"clrName": "GetReloadToken",
|
|
652
|
-
"metadataToken": 0,
|
|
653
|
-
"canonicalSignature": "():Microsoft.Extensions.Primitives.IChangeToken",
|
|
654
|
-
"normalizedSignature": "GetReloadToken|():Microsoft.Extensions.Primitives.IChangeToken|static=false",
|
|
655
|
-
"emitScope": "ClassSurface",
|
|
656
|
-
"provenance": "BaseOverload",
|
|
657
|
-
"arity": 0,
|
|
658
|
-
"parameterCount": 0,
|
|
659
|
-
"isStatic": false,
|
|
660
|
-
"isAbstract": false,
|
|
661
|
-
"isVirtual": true,
|
|
662
|
-
"isOverride": false,
|
|
663
|
-
"isSealed": false,
|
|
664
|
-
"visibility": "Public",
|
|
665
|
-
"declaringClrType": "Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider",
|
|
666
|
-
"declaringAssemblyName": "Microsoft.Extensions.Configuration.Xml",
|
|
667
|
-
"isExtensionMethod": false
|
|
668
|
-
},
|
|
669
543
|
{
|
|
670
544
|
"stableId": "Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider::Load():System.Void",
|
|
671
545
|
"clrName": "Load",
|
|
@@ -685,52 +559,6 @@
|
|
|
685
559
|
"declaringClrType": "Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider",
|
|
686
560
|
"declaringAssemblyName": "Microsoft.Extensions.Configuration.Xml",
|
|
687
561
|
"isExtensionMethod": false
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"stableId": "Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider::Set(System.String,System.String):System.Void",
|
|
691
|
-
"clrName": "Set",
|
|
692
|
-
"metadataToken": 0,
|
|
693
|
-
"canonicalSignature": "(System.String,System.String):System.Void",
|
|
694
|
-
"normalizedSignature": "Set|(System.String,System.String):System.Void|static=false",
|
|
695
|
-
"emitScope": "ClassSurface",
|
|
696
|
-
"provenance": "BaseOverload",
|
|
697
|
-
"arity": 0,
|
|
698
|
-
"parameterCount": 2,
|
|
699
|
-
"isStatic": false,
|
|
700
|
-
"isAbstract": false,
|
|
701
|
-
"isVirtual": true,
|
|
702
|
-
"isOverride": false,
|
|
703
|
-
"isSealed": false,
|
|
704
|
-
"visibility": "Public",
|
|
705
|
-
"declaringClrType": "Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider",
|
|
706
|
-
"declaringAssemblyName": "Microsoft.Extensions.Configuration.Xml",
|
|
707
|
-
"isExtensionMethod": false
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"stableId": "Microsoft.Extensions.Configuration.Xml:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider::TryGet(System.String,System.String\u0026):System.Boolean",
|
|
711
|
-
"clrName": "TryGet",
|
|
712
|
-
"metadataToken": 0,
|
|
713
|
-
"canonicalSignature": "(System.String,System.String\u0026):System.Boolean",
|
|
714
|
-
"normalizedSignature": "TryGet|(System.String,System.String\u0026):System.Boolean|static=false",
|
|
715
|
-
"emitScope": "ClassSurface",
|
|
716
|
-
"provenance": "BaseOverload",
|
|
717
|
-
"arity": 0,
|
|
718
|
-
"parameterCount": 2,
|
|
719
|
-
"isStatic": false,
|
|
720
|
-
"isAbstract": false,
|
|
721
|
-
"isVirtual": true,
|
|
722
|
-
"isOverride": false,
|
|
723
|
-
"isSealed": false,
|
|
724
|
-
"visibility": "Public",
|
|
725
|
-
"declaringClrType": "Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider",
|
|
726
|
-
"declaringAssemblyName": "Microsoft.Extensions.Configuration.Xml",
|
|
727
|
-
"isExtensionMethod": false,
|
|
728
|
-
"parameterModifiers": [
|
|
729
|
-
{
|
|
730
|
-
"index": 1,
|
|
731
|
-
"modifier": "out"
|
|
732
|
-
}
|
|
733
|
-
]
|
|
734
562
|
}
|
|
735
563
|
],
|
|
736
564
|
"properties": [],
|
|
@@ -5,9 +5,6 @@
|
|
|
5
5
|
// Primitive type aliases from @tsonic/core
|
|
6
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';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
|
-
|
|
11
8
|
// Import types from other namespaces
|
|
12
9
|
import * as Microsoft_Extensions_Configuration_Internal from "../../Microsoft.Extensions.Configuration/internal/index.js";
|
|
13
10
|
import type { FileConfigurationProvider, FileConfigurationSource, FileLoadExceptionContext, IConfigurationBuilder, IConfigurationProvider, IConfigurationSource, StreamConfigurationProvider, StreamConfigurationSource } from "../../Microsoft.Extensions.Configuration/internal/index.js";
|
|
@@ -25,12 +22,8 @@ export interface XmlConfigurationProvider$instance extends FileConfigurationProv
|
|
|
25
22
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationProvider: never;
|
|
26
23
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
27
24
|
|
|
28
|
-
GetChildKeys(earlierKeys: IEnumerable_1<System_Internal.String>, parentPath: string): IEnumerable_1<System_Internal.String>;
|
|
29
|
-
GetReloadToken(): IChangeToken;
|
|
30
25
|
Load(stream: Stream): void;
|
|
31
26
|
Load(): void;
|
|
32
|
-
Set(key: string, value: string): void;
|
|
33
|
-
TryGet(key: string, value: string): boolean;
|
|
34
27
|
}
|
|
35
28
|
|
|
36
29
|
|
|
@@ -87,12 +80,8 @@ export interface XmlStreamConfigurationProvider$instance extends StreamConfigura
|
|
|
87
80
|
|
|
88
81
|
readonly __tsonic_iface_Microsoft_Extensions_Configuration_IConfigurationProvider: never;
|
|
89
82
|
|
|
90
|
-
GetChildKeys(earlierKeys: IEnumerable_1<System_Internal.String>, parentPath: string): IEnumerable_1<System_Internal.String>;
|
|
91
|
-
GetReloadToken(): IChangeToken;
|
|
92
83
|
Load(stream: Stream): void;
|
|
93
84
|
Load(): void;
|
|
94
|
-
Set(key: string, value: string): void;
|
|
95
|
-
TryGet(key: string, value: string): boolean;
|
|
96
85
|
}
|
|
97
86
|
|
|
98
87
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
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';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
10
10
|
import type { IConfiguration } from "../../Microsoft.Extensions.Configuration/internal/index.js";
|
|
11
11
|
import type { String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
12
12
|
|
|
@@ -221,26 +221,6 @@
|
|
|
221
221
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo",
|
|
222
222
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
223
223
|
"isExtensionMethod": false
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo::EnumerateFileSystemInfos():System.Collections.Generic.IEnumerable_1",
|
|
227
|
-
"clrName": "EnumerateFileSystemInfos",
|
|
228
|
-
"metadataToken": 0,
|
|
229
|
-
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1",
|
|
230
|
-
"normalizedSignature": "EnumerateFileSystemInfos|():System.Collections.Generic.IEnumerable_1|static=false",
|
|
231
|
-
"emitScope": "ClassSurface",
|
|
232
|
-
"provenance": "BaseOverload",
|
|
233
|
-
"arity": 0,
|
|
234
|
-
"parameterCount": 0,
|
|
235
|
-
"isStatic": false,
|
|
236
|
-
"isAbstract": true,
|
|
237
|
-
"isVirtual": true,
|
|
238
|
-
"isOverride": false,
|
|
239
|
-
"isSealed": false,
|
|
240
|
-
"visibility": "Public",
|
|
241
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo",
|
|
242
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
243
|
-
"isExtensionMethod": false
|
|
244
224
|
}
|
|
245
225
|
],
|
|
246
226
|
"properties": [
|
|
@@ -173,26 +173,6 @@
|
|
|
173
173
|
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper",
|
|
174
174
|
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
175
175
|
"isExtensionMethod": false
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper::EnumerateFileSystemInfos():System.Collections.Generic.IEnumerable_1",
|
|
179
|
-
"clrName": "EnumerateFileSystemInfos",
|
|
180
|
-
"metadataToken": 0,
|
|
181
|
-
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1",
|
|
182
|
-
"normalizedSignature": "EnumerateFileSystemInfos|():System.Collections.Generic.IEnumerable_1|static=false",
|
|
183
|
-
"emitScope": "ClassSurface",
|
|
184
|
-
"provenance": "BaseOverload",
|
|
185
|
-
"arity": 0,
|
|
186
|
-
"parameterCount": 0,
|
|
187
|
-
"isStatic": false,
|
|
188
|
-
"isAbstract": true,
|
|
189
|
-
"isVirtual": true,
|
|
190
|
-
"isOverride": false,
|
|
191
|
-
"isSealed": false,
|
|
192
|
-
"visibility": "Public",
|
|
193
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper",
|
|
194
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
195
|
-
"isExtensionMethod": false
|
|
196
176
|
}
|
|
197
177
|
],
|
|
198
178
|
"properties": [
|
|
@@ -765,46 +765,6 @@
|
|
|
765
765
|
"isExtensionMethod": false,
|
|
766
766
|
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
767
767
|
},
|
|
768
|
-
{
|
|
769
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear::Declare(System.Action_2):System.Void",
|
|
770
|
-
"clrName": "Declare",
|
|
771
|
-
"metadataToken": 0,
|
|
772
|
-
"canonicalSignature": "(System.Action_2):System.Void",
|
|
773
|
-
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
774
|
-
"emitScope": "ClassSurface",
|
|
775
|
-
"provenance": "BaseOverload",
|
|
776
|
-
"arity": 0,
|
|
777
|
-
"parameterCount": 1,
|
|
778
|
-
"isStatic": false,
|
|
779
|
-
"isAbstract": false,
|
|
780
|
-
"isVirtual": true,
|
|
781
|
-
"isOverride": false,
|
|
782
|
-
"isSealed": false,
|
|
783
|
-
"visibility": "Public",
|
|
784
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
785
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
786
|
-
"isExtensionMethod": false
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear::PopDirectory():System.Void",
|
|
790
|
-
"clrName": "PopDirectory",
|
|
791
|
-
"metadataToken": 0,
|
|
792
|
-
"canonicalSignature": "():System.Void",
|
|
793
|
-
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
794
|
-
"emitScope": "ClassSurface",
|
|
795
|
-
"provenance": "BaseOverload",
|
|
796
|
-
"arity": 0,
|
|
797
|
-
"parameterCount": 0,
|
|
798
|
-
"isStatic": false,
|
|
799
|
-
"isAbstract": false,
|
|
800
|
-
"isVirtual": true,
|
|
801
|
-
"isOverride": false,
|
|
802
|
-
"isSealed": false,
|
|
803
|
-
"visibility": "Public",
|
|
804
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear",
|
|
805
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
806
|
-
"isExtensionMethod": false
|
|
807
|
-
},
|
|
808
768
|
{
|
|
809
769
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
810
770
|
"clrName": "Test",
|
|
@@ -1010,66 +970,6 @@
|
|
|
1010
970
|
"isExtensionMethod": false,
|
|
1011
971
|
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1012
972
|
},
|
|
1013
|
-
{
|
|
1014
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude::Declare(System.Action_2):System.Void",
|
|
1015
|
-
"clrName": "Declare",
|
|
1016
|
-
"metadataToken": 0,
|
|
1017
|
-
"canonicalSignature": "(System.Action_2):System.Void",
|
|
1018
|
-
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
1019
|
-
"emitScope": "ClassSurface",
|
|
1020
|
-
"provenance": "BaseOverload",
|
|
1021
|
-
"arity": 0,
|
|
1022
|
-
"parameterCount": 1,
|
|
1023
|
-
"isStatic": false,
|
|
1024
|
-
"isAbstract": false,
|
|
1025
|
-
"isVirtual": true,
|
|
1026
|
-
"isOverride": false,
|
|
1027
|
-
"isSealed": false,
|
|
1028
|
-
"visibility": "Public",
|
|
1029
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
1030
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1031
|
-
"isExtensionMethod": false
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude::PopDirectory():System.Void",
|
|
1035
|
-
"clrName": "PopDirectory",
|
|
1036
|
-
"metadataToken": 0,
|
|
1037
|
-
"canonicalSignature": "():System.Void",
|
|
1038
|
-
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
1039
|
-
"emitScope": "ClassSurface",
|
|
1040
|
-
"provenance": "BaseOverload",
|
|
1041
|
-
"arity": 0,
|
|
1042
|
-
"parameterCount": 0,
|
|
1043
|
-
"isStatic": false,
|
|
1044
|
-
"isAbstract": false,
|
|
1045
|
-
"isVirtual": true,
|
|
1046
|
-
"isOverride": false,
|
|
1047
|
-
"isSealed": false,
|
|
1048
|
-
"visibility": "Public",
|
|
1049
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
1050
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1051
|
-
"isExtensionMethod": false
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1055
|
-
"clrName": "PushDirectory",
|
|
1056
|
-
"metadataToken": 0,
|
|
1057
|
-
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1058
|
-
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1059
|
-
"emitScope": "ClassSurface",
|
|
1060
|
-
"provenance": "BaseOverload",
|
|
1061
|
-
"arity": 0,
|
|
1062
|
-
"parameterCount": 1,
|
|
1063
|
-
"isStatic": false,
|
|
1064
|
-
"isAbstract": false,
|
|
1065
|
-
"isVirtual": true,
|
|
1066
|
-
"isOverride": false,
|
|
1067
|
-
"isSealed": false,
|
|
1068
|
-
"visibility": "Public",
|
|
1069
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
1070
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1071
|
-
"isExtensionMethod": false
|
|
1072
|
-
},
|
|
1073
973
|
{
|
|
1074
974
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1075
975
|
"clrName": "Test",
|
|
@@ -1275,66 +1175,6 @@
|
|
|
1275
1175
|
"isExtensionMethod": false,
|
|
1276
1176
|
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1277
1177
|
},
|
|
1278
|
-
{
|
|
1279
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude::Declare(System.Action_2):System.Void",
|
|
1280
|
-
"clrName": "Declare",
|
|
1281
|
-
"metadataToken": 0,
|
|
1282
|
-
"canonicalSignature": "(System.Action_2):System.Void",
|
|
1283
|
-
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
1284
|
-
"emitScope": "ClassSurface",
|
|
1285
|
-
"provenance": "BaseOverload",
|
|
1286
|
-
"arity": 0,
|
|
1287
|
-
"parameterCount": 1,
|
|
1288
|
-
"isStatic": false,
|
|
1289
|
-
"isAbstract": false,
|
|
1290
|
-
"isVirtual": true,
|
|
1291
|
-
"isOverride": false,
|
|
1292
|
-
"isSealed": false,
|
|
1293
|
-
"visibility": "Public",
|
|
1294
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1295
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1296
|
-
"isExtensionMethod": false
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude::PopDirectory():System.Void",
|
|
1300
|
-
"clrName": "PopDirectory",
|
|
1301
|
-
"metadataToken": 0,
|
|
1302
|
-
"canonicalSignature": "():System.Void",
|
|
1303
|
-
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
1304
|
-
"emitScope": "ClassSurface",
|
|
1305
|
-
"provenance": "BaseOverload",
|
|
1306
|
-
"arity": 0,
|
|
1307
|
-
"parameterCount": 0,
|
|
1308
|
-
"isStatic": false,
|
|
1309
|
-
"isAbstract": false,
|
|
1310
|
-
"isVirtual": true,
|
|
1311
|
-
"isOverride": false,
|
|
1312
|
-
"isSealed": false,
|
|
1313
|
-
"visibility": "Public",
|
|
1314
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1315
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1316
|
-
"isExtensionMethod": false
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1320
|
-
"clrName": "PushDirectory",
|
|
1321
|
-
"metadataToken": 0,
|
|
1322
|
-
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1323
|
-
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1324
|
-
"emitScope": "ClassSurface",
|
|
1325
|
-
"provenance": "BaseOverload",
|
|
1326
|
-
"arity": 0,
|
|
1327
|
-
"parameterCount": 1,
|
|
1328
|
-
"isStatic": false,
|
|
1329
|
-
"isAbstract": false,
|
|
1330
|
-
"isVirtual": true,
|
|
1331
|
-
"isOverride": false,
|
|
1332
|
-
"isSealed": false,
|
|
1333
|
-
"visibility": "Public",
|
|
1334
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude",
|
|
1335
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1336
|
-
"isExtensionMethod": false
|
|
1337
|
-
},
|
|
1338
1178
|
{
|
|
1339
1179
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1340
1180
|
"clrName": "Test",
|
|
@@ -1663,26 +1503,6 @@
|
|
|
1663
1503
|
"isExtensionMethod": false,
|
|
1664
1504
|
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1665
1505
|
},
|
|
1666
|
-
{
|
|
1667
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged::Declare(System.Action_2):System.Void",
|
|
1668
|
-
"clrName": "Declare",
|
|
1669
|
-
"metadataToken": 0,
|
|
1670
|
-
"canonicalSignature": "(System.Action_2):System.Void",
|
|
1671
|
-
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
1672
|
-
"emitScope": "ClassSurface",
|
|
1673
|
-
"provenance": "BaseOverload",
|
|
1674
|
-
"arity": 0,
|
|
1675
|
-
"parameterCount": 1,
|
|
1676
|
-
"isStatic": false,
|
|
1677
|
-
"isAbstract": false,
|
|
1678
|
-
"isVirtual": true,
|
|
1679
|
-
"isOverride": false,
|
|
1680
|
-
"isSealed": false,
|
|
1681
|
-
"visibility": "Public",
|
|
1682
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged",
|
|
1683
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1684
|
-
"isExtensionMethod": false
|
|
1685
|
-
},
|
|
1686
1506
|
{
|
|
1687
1507
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Boolean",
|
|
1688
1508
|
"clrName": "Test",
|
|
@@ -1888,66 +1708,6 @@
|
|
|
1888
1708
|
"isExtensionMethod": false,
|
|
1889
1709
|
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
1890
1710
|
},
|
|
1891
|
-
{
|
|
1892
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude::Declare(System.Action_2):System.Void",
|
|
1893
|
-
"clrName": "Declare",
|
|
1894
|
-
"metadataToken": 0,
|
|
1895
|
-
"canonicalSignature": "(System.Action_2):System.Void",
|
|
1896
|
-
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
1897
|
-
"emitScope": "ClassSurface",
|
|
1898
|
-
"provenance": "BaseOverload",
|
|
1899
|
-
"arity": 0,
|
|
1900
|
-
"parameterCount": 1,
|
|
1901
|
-
"isStatic": false,
|
|
1902
|
-
"isAbstract": false,
|
|
1903
|
-
"isVirtual": true,
|
|
1904
|
-
"isOverride": false,
|
|
1905
|
-
"isSealed": false,
|
|
1906
|
-
"visibility": "Public",
|
|
1907
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1908
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1909
|
-
"isExtensionMethod": false
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude::PopDirectory():System.Void",
|
|
1913
|
-
"clrName": "PopDirectory",
|
|
1914
|
-
"metadataToken": 0,
|
|
1915
|
-
"canonicalSignature": "():System.Void",
|
|
1916
|
-
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
1917
|
-
"emitScope": "ClassSurface",
|
|
1918
|
-
"provenance": "BaseOverload",
|
|
1919
|
-
"arity": 0,
|
|
1920
|
-
"parameterCount": 0,
|
|
1921
|
-
"isStatic": false,
|
|
1922
|
-
"isAbstract": false,
|
|
1923
|
-
"isVirtual": true,
|
|
1924
|
-
"isOverride": false,
|
|
1925
|
-
"isSealed": false,
|
|
1926
|
-
"visibility": "Public",
|
|
1927
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1928
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1929
|
-
"isExtensionMethod": false
|
|
1930
|
-
},
|
|
1931
|
-
{
|
|
1932
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1933
|
-
"clrName": "PushDirectory",
|
|
1934
|
-
"metadataToken": 0,
|
|
1935
|
-
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
1936
|
-
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
1937
|
-
"emitScope": "ClassSurface",
|
|
1938
|
-
"provenance": "BaseOverload",
|
|
1939
|
-
"arity": 0,
|
|
1940
|
-
"parameterCount": 1,
|
|
1941
|
-
"isStatic": false,
|
|
1942
|
-
"isAbstract": false,
|
|
1943
|
-
"isVirtual": true,
|
|
1944
|
-
"isOverride": false,
|
|
1945
|
-
"isSealed": false,
|
|
1946
|
-
"visibility": "Public",
|
|
1947
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1948
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1949
|
-
"isExtensionMethod": false
|
|
1950
|
-
},
|
|
1951
1711
|
{
|
|
1952
1712
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
1953
1713
|
"clrName": "Test",
|
|
@@ -2153,66 +1913,6 @@
|
|
|
2153
1913
|
"isExtensionMethod": false,
|
|
2154
1914
|
"sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext"
|
|
2155
1915
|
},
|
|
2156
|
-
{
|
|
2157
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude::Declare(System.Action_2):System.Void",
|
|
2158
|
-
"clrName": "Declare",
|
|
2159
|
-
"metadataToken": 0,
|
|
2160
|
-
"canonicalSignature": "(System.Action_2):System.Void",
|
|
2161
|
-
"normalizedSignature": "Declare|(System.Action_2):System.Void|static=false",
|
|
2162
|
-
"emitScope": "ClassSurface",
|
|
2163
|
-
"provenance": "BaseOverload",
|
|
2164
|
-
"arity": 0,
|
|
2165
|
-
"parameterCount": 1,
|
|
2166
|
-
"isStatic": false,
|
|
2167
|
-
"isAbstract": false,
|
|
2168
|
-
"isVirtual": true,
|
|
2169
|
-
"isOverride": false,
|
|
2170
|
-
"isSealed": false,
|
|
2171
|
-
"visibility": "Public",
|
|
2172
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2173
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2174
|
-
"isExtensionMethod": false
|
|
2175
|
-
},
|
|
2176
|
-
{
|
|
2177
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude::PopDirectory():System.Void",
|
|
2178
|
-
"clrName": "PopDirectory",
|
|
2179
|
-
"metadataToken": 0,
|
|
2180
|
-
"canonicalSignature": "():System.Void",
|
|
2181
|
-
"normalizedSignature": "PopDirectory|():System.Void|static=false",
|
|
2182
|
-
"emitScope": "ClassSurface",
|
|
2183
|
-
"provenance": "BaseOverload",
|
|
2184
|
-
"arity": 0,
|
|
2185
|
-
"parameterCount": 0,
|
|
2186
|
-
"isStatic": false,
|
|
2187
|
-
"isAbstract": false,
|
|
2188
|
-
"isVirtual": true,
|
|
2189
|
-
"isOverride": false,
|
|
2190
|
-
"isSealed": false,
|
|
2191
|
-
"visibility": "Public",
|
|
2192
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2193
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2194
|
-
"isExtensionMethod": false
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude::PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
2198
|
-
"clrName": "PushDirectory",
|
|
2199
|
-
"metadataToken": 0,
|
|
2200
|
-
"canonicalSignature": "(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void",
|
|
2201
|
-
"normalizedSignature": "PushDirectory|(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase):System.Void|static=false",
|
|
2202
|
-
"emitScope": "ClassSurface",
|
|
2203
|
-
"provenance": "BaseOverload",
|
|
2204
|
-
"arity": 0,
|
|
2205
|
-
"parameterCount": 1,
|
|
2206
|
-
"isStatic": false,
|
|
2207
|
-
"isAbstract": false,
|
|
2208
|
-
"isVirtual": true,
|
|
2209
|
-
"isOverride": false,
|
|
2210
|
-
"isSealed": false,
|
|
2211
|
-
"visibility": "Public",
|
|
2212
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude",
|
|
2213
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
2214
|
-
"isExtensionMethod": false
|
|
2215
|
-
},
|
|
2216
1916
|
{
|
|
2217
1917
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude::Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase):Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult",
|
|
2218
1918
|
"clrName": "Test",
|