2 references to FindSourceDeclarationsAsync
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_Declarations_SourceDeclarations.cs (1)
41
=>
FindSourceDeclarationsAsync
(project, name, ignoreCase, SymbolFilter.All, cancellationToken);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
FindAllDeclarationsTests.cs (1)
290
var declarations = await SymbolFinder.
FindSourceDeclarationsAsync
(project, "Test", true, SymbolFilter.All, new CancellationToken(true));