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