3 references to FindSourceDeclarationsAsync
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
FindAllDeclarationsTests.cs (3)
255
var declarations = await SymbolFinder.
FindSourceDeclarationsAsync
(project, searchTerm, ignoreCase).ConfigureAwait(false);
263
var declarations = await SymbolFinder.
FindSourceDeclarationsAsync
((Project)null, "Test", true);
271
var declarations = await SymbolFinder.
FindSourceDeclarationsAsync
(project, null, true);