2 references to FindSourceDeclarationsAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_Declarations_CustomQueries.cs (1)
29
=>
FindSourceDeclarationsAsync
(solution, predicate, SymbolFilter.All, cancellationToken);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
FindAllDeclarationsTests.cs (1)
529
await SymbolFinder.
FindSourceDeclarationsAsync
(solution, str => str.Contains("Test"), SymbolFilter.All, new CancellationToken(true));