2 references to IsIdentifierPartCharacter
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder_GlobalSuppressions.cs (1)
221if (ch == '#' || syntaxFacts.IsIdentifierPartCharacter(ch))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
263if (!syntaxFacts.IsIdentifierPartCharacter(name[i]))