6 references to IsQualifiedName
Microsoft.CodeAnalysis.Workspaces (6)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (2)
607
while (syntaxFacts.
IsQualifiedName
(topNameNode.Parent))
631
while (syntaxFacts.
IsQualifiedName
(node.Parent))
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (3)
240
if (syntaxFacts.
IsQualifiedName
(name))
303
if (syntaxFacts.
IsQualifiedName
(attributeName))
337
if (syntaxFacts.
IsQualifiedName
(usingTarget))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
651
if (!syntaxFacts.
IsQualifiedName
(parent))