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)
142
if (
_isNameOnlyMatch
)