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