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