1 implementation of FindPackagesAsync
Microsoft.CodeAnalysis.Workspaces (1)
SymbolSearch\ISymbolSearchService.cs (1)
158public async ValueTask<ImmutableArray<PackageResult>> FindPackagesAsync(string source, TypeQuery typeQuery, NamespaceQuery namespaceQuery, CancellationToken cancellationToken)
2 references to FindPackagesAsync
Microsoft.CodeAnalysis.Features (2)
AddImport\Remote\RemoteMissingImportDiscoveryServiceCallbackDispatcher.cs (1)
35=> GetService(callbackId).FindPackagesAsync(source, typeQuery, namespaceQuery, cancellationToken);
AddImport\SymbolReferenceFinder_PackageAssemblySearch.cs (1)
165var results = await _symbolSearchService.FindPackagesAsync(