3 references to GetAllMatchingGlobalAliasNamesAsync
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (1)
30
return
GetAllMatchingGlobalAliasNamesAsync
(project, containingType.Name, containingType.Arity, cancellationToken);
FindSymbols\FindReferences\Finders\NamedTypeSymbolReferenceFinder.cs (1)
24
return
GetAllMatchingGlobalAliasNamesAsync
(project, symbol.Name, symbol.Arity, cancellationToken);
FindSymbols\FindReferences\Finders\NamespaceSymbolReferenceFinder.cs (1)
23
return
GetAllMatchingGlobalAliasNamesAsync
(project, symbol.Name, arity: 0, cancellationToken);