1 instantiation of ExactPathMatcher
Microsoft.TemplateEngine.Utils (1)
Glob.cs (1)
106matchers.Add(new ExactPathMatcher());
1 reference to ExactPathMatcher
Microsoft.TemplateEngine.Utils (1)
Glob.cs (1)
21_isNameOnlyMatch = canBeNameOnlyMatch && !_matchers.Any(x => x is PathMatcher || x is ExactPathMatcher || (x as LiteralMatcher)?.Char?.FirstOrDefault() == '/');