2 implementations of Test
Microsoft.Extensions.FileSystemGlobbing (2)
Internal\PatternContexts\CompositePatternContext.cs (1)
19
public bool
Test
(DirectoryInfoBase directory) =>
Internal\PatternContexts\PatternContext.cs (1)
19
public abstract bool
Test
(DirectoryInfoBase directory);
2 references to Test
Microsoft.Extensions.FileSystemGlobbing (2)
Internal\MatcherContext.cs (1)
116
if (_patternContext.
Test
(directoryInfo))
Internal\PatternContexts\CompositePatternContext.cs (1)
22
context.
Test
(dir) ? PatternTestResult.Success(stem: string.Empty) : PatternTestResult.Failed).IsSuccessful;