3 references to IsIdentifierName
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (2)
225
if (!syntaxFacts.
IsIdentifierName
(name))
288
if (!syntaxFacts.
IsIdentifierName
(attributeName))
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\MoveDeclarationNearReference\AbstractMoveDeclarationNearReferenceService.cs (1)
217
if (syntaxFacts.
IsIdentifierName
(left))