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