3 instantiations of GlobbingPatternMatcher
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
FileSourceHierarchicalPathMatcher.cs (1)
150
paths.Add(new
GlobbingPatternMatcher
(source, false));
GlobalRunSpec.cs (1)
53
specials.Add(new KeyValuePair<IPathMatcher, IRunSpec>(new
GlobbingPatternMatcher
(glob), spec));
ListGlobbingPatternMatcher.cs (1)
21
pathMatchers.Add(new
GlobbingPatternMatcher
(pattern));