3 references to Match
Microsoft.Extensions.FileSystemGlobbing (3)
MatcherExtensions.cs (3)
80return Match(matcher, Directory.GetCurrentDirectory(), new List<string> { file }); 92return Match(matcher, rootDir, new List<string> { file }); 103return Match(matcher, Directory.GetCurrentDirectory(), files);