6 references to FindDeclarationsAsync
Microsoft.CodeAnalysis.Features (6)
AddImport\SymbolReferenceFinder.cs (6)
194var symbols = await searchScope.FindDeclarationsAsync(name, nameNode, SymbolFilter.Type, cancellationToken).ConfigureAwait(false); 199var attributeSymbols = await searchScope.FindDeclarationsAsync( 272var symbols = await searchScope.FindDeclarationsAsync(name, nameNode, SymbolFilter.Namespace, cancellationToken).ConfigureAwait(false); 365var symbols = await searchScope.FindDeclarationsAsync(name, nameNode, SymbolFilter.Member, cancellationToken).ConfigureAwait(false); 417var symbols = await searchScope.FindDeclarationsAsync( 564var symbols = await searchScope.FindDeclarationsAsync(