4 references to IsIdentifierName
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindReferences\Finders\AbstractTypeParameterSymbolReferenceFinder.cs (1)
50
return syntaxFacts.
IsIdentifierName
(token.Parent) &&
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (2)
246
if (!syntaxFacts.
IsIdentifierName
(name))
309
if (!syntaxFacts.
IsIdentifierName
(attributeName))
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\MoveDeclarationNearReference\AbstractMoveDeclarationNearReferenceService.cs (1)
218
if (syntaxFacts.
IsIdentifierName
(left))