2 implementations of IsMatch
Microsoft.TemplateEngine.Utils (2)
Glob.cs (2)
129public bool IsMatch(string test) 341public bool IsMatch(string test) => true;