1 implementation of OnDefinitionFoundAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder.CallbackDispatcher.cs (1)
44
public ValueTask
OnDefinitionFoundAsync
(RemoteServiceCallbackId callbackId, SerializableSymbolGroup symbolGroup, CancellationToken cancellationToken)
1 reference to OnDefinitionFoundAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SymbolFinder\RemoteSymbolFinderService.cs (1)
223
(callback, cancellationToken) => callback.
OnDefinitionFoundAsync
(_callbackId, dehydratedGroup, cancellationToken), cancellationToken);