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