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