11 references to FindReferencesAsync
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (10)
FindReferences\FindReferencesTests.LinkedFiles.vb (10)
39
Dim references = Await SymbolFinder.
FindReferencesAsync
(symbol, document.Project.Solution, progress:=Nothing, documents:=Nothing)
71
Dim references = Await SymbolFinder.
FindReferencesAsync
(symbol, document.Project.Solution, progress:=Nothing, documents:=Nothing)
114
Dim references = Await SymbolFinder.
FindReferencesAsync
(symbol, document.Project.Solution, progress:=Nothing, documents:=Nothing)
128
references = Await SymbolFinder.
FindReferencesAsync
(symbol, document.Project.Solution, progress:=Nothing, documents:=Nothing)
224
Dim references = Await SymbolFinder.
FindReferencesAsync
(symbol, document.Project.Solution, progress:=Nothing, documents:=Nothing)
264
Dim references = (Await SymbolFinder.
FindReferencesAsync
(symbol, document.Project.Solution, progress:=Nothing, documents:=Nothing)).ToList()
306
Dim references = Await SymbolFinder.
FindReferencesAsync
(symbol, document.Project.Solution, progress:=Nothing, documents:=Nothing)
349
Dim references = Await SymbolFinder.
FindReferencesAsync
(symbol, document.Project.Solution, progress:=Nothing, documents:=Nothing)
392
Dim references = Await SymbolFinder.
FindReferencesAsync
(symbol, document.Project.Solution, progress:=Nothing, documents:=Nothing)
435
Dim references = Await SymbolFinder.
FindReferencesAsync
(symbol, document.Project.Solution, progress:=Nothing, documents:=Nothing)
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_FindReferences_Legacy.cs (1)
68
return
FindReferencesAsync
(symbol, solution, progress: null, documents: documents, cancellationToken: cancellationToken);