3 references to FindAsync
Microsoft.CodeAnalysis.Features (1)
AddImport\SearchScopes\SourceSymbolsProjectSearchScope.cs (1)
45
var declarations = await info.
FindAsync
(
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\Declarations\DeclarationFinder.cs (1)
87
var symbols = await info.
FindAsync
(query, lazyAssembly, filter, cancellationToken).ConfigureAwait(false);
FindSymbols\SymbolTree\SymbolTreeInfo.cs (1)
126
return this.
FindAsync
(