1 implementation of OnReferenceFoundAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder.CallbackDispatcher.cs (1)
52
public ValueTask
OnReferenceFoundAsync
(RemoteServiceCallbackId callbackId, SerializableSymbolGroup symbolGroup, SerializableSymbolAndProjectId definition, SerializableReferenceLocation reference, CancellationToken cancellationToken)
1 reference to OnReferenceFoundAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SymbolFinder\RemoteSymbolFinderService.cs (1)
241
(callback, cancellationToken) => callback.
OnReferenceFoundAsync
(