1 implementation of OnLiteralReferenceFoundAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder.CallbackDispatcher.cs (1)
61
public ValueTask
OnLiteralReferenceFoundAsync
(RemoteServiceCallbackId callbackId, DocumentId documentId, TextSpan span, CancellationToken cancellationToken)
1 reference to OnLiteralReferenceFoundAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SymbolFinder\RemoteSymbolFinderService.cs (1)
188
=> _callback.InvokeAsync((callback, cancellationToken) => callback.
OnLiteralReferenceFoundAsync
(_callbackId, document.Id, span, cancellationToken), cancellationToken);