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