1 implementation of OnStartedAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder.CallbackDispatcher.cs (1)
50
public ValueTask
OnStartedAsync
(RemoteServiceCallbackId callbackId, CancellationToken cancellationToken)
1 reference to OnStartedAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SymbolFinder\RemoteSymbolFinderService.cs (1)
214
=> _callback.InvokeAsync((callback, cancellationToken) => callback.
OnStartedAsync
(_callbackId, cancellationToken), cancellationToken);