3 references to FindReferencesAsync
Microsoft.CodeAnalysis.Features (1)
CodeLens\CodeLensReferencesService.cs (1)
66await SymbolFinder.FindReferencesAsync(
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolFinder_FindReferences_Legacy.cs (2)
91return await FindReferencesAsync( 123return SymbolFinder.FindReferencesAsync(symbol, solution, progress, documents, options, cancellationToken);