1 implementation of FindReferenceAssembliesWithTypeAsync
Microsoft.CodeAnalysis.Features (1)
AddImport\Remote\AbstractAddImportFeatureService_Remote.cs (1)
45
public ValueTask<ImmutableArray<ReferenceAssemblyWithTypeResult>>
FindReferenceAssembliesWithTypeAsync
(RemoteServiceCallbackId callbackId, string name, int arity, CancellationToken cancellationToken)
1 reference to FindReferenceAssembliesWithTypeAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (1)
115
=> _callback.InvokeAsync((callback, cancellationToken) => callback.
FindReferenceAssembliesWithTypeAsync
(_callbackId, name, arity, cancellationToken), cancellationToken);