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