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