1 implementation of FindPackagesWithAssemblyAsync
Microsoft.CodeAnalysis.Workspaces (1)
SymbolSearch\ISymbolSearchService.cs (1)
161public async ValueTask<ImmutableArray<PackageWithAssemblyResult>> FindPackagesWithAssemblyAsync(string source, string assemblyName, CancellationToken cancellationToken)
2 references to FindPackagesWithAssemblyAsync
Microsoft.CodeAnalysis.Features (2)
AddImport\Remote\RemoteMissingImportDiscoveryServiceCallbackDispatcher.cs (1)
38=> GetService(callbackId).FindPackagesWithAssemblyAsync(source, name, cancellationToken);
AddPackage\AbstractAddPackageCodeFixProvider.cs (1)
83var packagesWithAssembly = await searchService.FindPackagesWithAssemblyAsync(