4 references to IsWordChar
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\TopLevelSyntaxTree\NavigateToSearchIndex.NavigateToSearchInfo.cs (2)
446
while (pattern.Length > 0 && !PatternMatcher.
IsWordChar
(pattern[0]))
449
while (pattern.Length > 0 && !PatternMatcher.
IsWordChar
(pattern[^1]))
PatternMatching\PatternMatcher.PatternSegment.cs (2)
49
if (
IsWordChar
(pattern[i]))
88
if (
IsWordChar
(ch))