1 write to _isNameOnlyMatch
Microsoft.TemplateEngine.Utils (1)
Glob.cs (1)
21_isNameOnlyMatch = canBeNameOnlyMatch && !_matchers.Any(x => x is PathMatcher || x is ExactPathMatcher || (x as LiteralMatcher)?.Char?.FirstOrDefault() == '/');
1 reference to _isNameOnlyMatch
Microsoft.TemplateEngine.Utils (1)
Glob.cs (1)
142if (_isNameOnlyMatch)