2 writes to Char
Microsoft.TemplateEngine.Utils (2)
Glob.cs (2)
261
Char
= new HashSet<char>(c);
266
Char
= 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() == '/');
277
if (
Char
.Contains(test[startAt]))
289
return
Char
.ToString();