3 references to IsIdentifierName
Microsoft.CodeAnalysis.Workspaces (3)
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))