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