3 implementations of FindPackagesWithAssemblyAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (1)
111public ValueTask<ImmutableArray<PackageWithAssemblyResult>> FindPackagesWithAssemblyAsync(string source, string assemblyName, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Workspaces (1)
SymbolSearch\ISymbolSearchService.cs (1)
169public ValueTask<ImmutableArray<PackageWithAssemblyResult>> FindPackagesWithAssemblyAsync(string source, string assemblyName, CancellationToken cancellationToken)
Microsoft.VisualStudio.LanguageServices (1)
SymbolSearch\VisualStudioSymbolSearchService.cs (1)
125public async ValueTask<ImmutableArray<PackageWithAssemblyResult>> FindPackagesWithAssemblyAsync(
2 references to FindPackagesWithAssemblyAsync
Microsoft.CodeAnalysis.Features (2)
AddImport\Remote\AbstractAddImportFeatureService_Remote.cs (1)
43=> GetService(callbackId).FindPackagesWithAssemblyAsync(source, name, cancellationToken);
AddPackage\AbstractAddPackageCodeFixProvider.cs (1)
91var packagesWithAssembly = await searchService.FindPackagesWithAssemblyAsync(