1 implementation of OnReferenceFoundAsync
Microsoft.CodeAnalysis.Features (1)
FindUsages\IRemoteFindUsagesService.cs (1)
74
public ValueTask
OnReferenceFoundAsync
(RemoteServiceCallbackId callbackId, SerializableSourceReferenceItem reference, CancellationToken cancellationToken)
1 reference to OnReferenceFoundAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\FindUsages\RemoteFindUsagesService.cs (1)
138
return _callback.InvokeAsync((callback, cancellationToken) => callback.
OnReferenceFoundAsync
(_callbackId, dehydratedReference, cancellationToken), cancellationToken);