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