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