1 instantiation of ExactPathMatcher
Microsoft.TemplateEngine.Utils (1)
Glob.cs (1)
106
matchers.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() == '/');