6 references to FindDeclarationsAsync
Microsoft.CodeAnalysis.Features (6)
AddImport\SymbolReferenceFinder.cs (6)
195var symbols = await searchScope.FindDeclarationsAsync(name, nameNode, SymbolFilter.Type, cancellationToken).ConfigureAwait(false); 200var attributeSymbols = await searchScope.FindDeclarationsAsync( 273var symbols = await searchScope.FindDeclarationsAsync(name, nameNode, SymbolFilter.Namespace, cancellationToken).ConfigureAwait(false); 368var symbols = await searchScope.FindDeclarationsAsync(name, nameNode, SymbolFilter.Member, cancellationToken).ConfigureAwait(false); 420var symbols = await searchScope.FindDeclarationsAsync( 567var symbols = await searchScope.FindDeclarationsAsync(