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