2 writes to Char
Microsoft.TemplateEngine.Utils (2)
Glob.cs (2)
261Char = new HashSet<char>(c); 266Char = new HashSet<char> { c };
3 references to Char
Microsoft.TemplateEngine.Utils (3)
Glob.cs (3)
21_isNameOnlyMatch = canBeNameOnlyMatch && !_matchers.Any(x => x is PathMatcher || x is ExactPathMatcher || (x as LiteralMatcher)?.Char?.FirstOrDefault() == '/'); 277if (Char.Contains(test[startAt])) 289return Char.ToString();