5 instantiations of LiteralMatcher
Microsoft.TemplateEngine.Utils (5)
Glob.cs (5)
57matchers.Add(new LiteralMatcher(pattern[i + 1])); 61matchers.Add(new LiteralMatcher('\\')); 67matchers.Add(new LiteralMatcher('\\')); 99matchers.Add(new LiteralMatcher(values)); 121matchers.Add(new LiteralMatcher(pattern[i]));
1 reference to LiteralMatcher
Microsoft.TemplateEngine.Utils (1)
Glob.cs (1)
21_isNameOnlyMatch = canBeNameOnlyMatch && !_matchers.Any(x => x is PathMatcher || x is ExactPathMatcher || (x as LiteralMatcher)?.Char?.FirstOrDefault() == '/');