1 implementation of OnReferencesFoundAsync
Microsoft.CodeAnalysis.Features (1)
FindUsages\IRemoteFindUsagesService.cs (1)
74
public ValueTask
OnReferencesFoundAsync
(RemoteServiceCallbackId callbackId, ImmutableArray<SerializableSourceReferenceItem> references, CancellationToken cancellationToken)
1 reference to OnReferencesFoundAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\FindUsages\RemoteFindUsagesService.cs (1)
142
await _callback.InvokeAsync((callback, cancellationToken) => callback.
OnReferencesFoundAsync
(