6 references to IsMatch
Microsoft.TemplateEngine.Core (6)
Util\Orchestrator.cs (6)
134if (include.IsMatch(sourceRel)) 139if (exclude.IsMatch(sourceRel)) 205if (include.IsMatch(sourceRel)) 210if (exclude.IsMatch(sourceRel)) 222if (copyOnly.IsMatch(sourceRel)) 255IProcessor runner = (fileGlobProcessors.FirstOrDefault(x => x.Key.IsMatch(sourceRel)).Value ?? fallback)