4 references to FindReferencesAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
Copilot\CSharpImplementNotImplementedExceptionFixProvider.cs (1)
99var references = await SymbolFinder.FindReferencesAsync(memberSymbol, document.Project.Solution, searchOptions, cancellationToken).ConfigureAwait(false);
ImplementInterface\CSharpImplementExplicitlyCodeRefactoringProvider.cs (1)
52var references = await SymbolFinder.FindReferencesAsync(
Microsoft.CodeAnalysis.Features (1)
InlineTemporary\AbstractInlineTemporaryCodeRefactoringProvider.cs (1)
39var findReferencesResult = await SymbolFinder.FindReferencesAsync(
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_FindReferences_Legacy.cs (1)
35return await FindReferencesAsync(symbol, solution, FindReferencesSearchOptions.Default, cancellationToken).ConfigureAwait(false);