1 implementation of FindPackagesWithAssemblyAsync
Microsoft.CodeAnalysis.Features (1)
AddImport\Remote\AbstractAddImportFeatureService_Remote.cs (1)
42public ValueTask<ImmutableArray<PackageWithAssemblyResult>> FindPackagesWithAssemblyAsync(RemoteServiceCallbackId callbackId, string source, string name, CancellationToken cancellationToken)
1 reference to FindPackagesWithAssemblyAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (1)
112=> _callback.InvokeAsync((callback, cancellationToken) => callback.FindPackagesWithAssemblyAsync(_callbackId, source, assemblyName, cancellationToken), cancellationToken);