4 references to IsQualifiedName
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (3)
222
if (syntaxFacts.
IsQualifiedName
(name))
285
if (syntaxFacts.
IsQualifiedName
(attributeName))
319
if (syntaxFacts.
IsQualifiedName
(usingTarget))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
651
if (!syntaxFacts.
IsQualifiedName
(parent))