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