1 implementation of FindReferencesAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SymbolFinder\RemoteSymbolFinderService.cs (1)
34public ValueTask FindReferencesAsync(
1 reference to FindReferencesAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_FindReferences_Current.cs (1)
55(service, solutionInfo, callbackId, cancellationToken) => service.FindReferencesAsync(solutionInfo, callbackId, serializedSymbol, documentIds, options, cancellationToken),