6 references to FindDeclarationsAsync
Microsoft.CodeAnalysis.Features (6)
AddImport\SymbolReferenceFinder.cs (6)
184
var symbols = await searchScope.
FindDeclarationsAsync
(name, nameNode, SymbolFilter.Type, cancellationToken).ConfigureAwait(false);
189
var attributeSymbols = await searchScope.
FindDeclarationsAsync
(
262
var symbols = await searchScope.
FindDeclarationsAsync
(name, nameNode, SymbolFilter.Namespace, cancellationToken).ConfigureAwait(false);
355
var symbols = await searchScope.
FindDeclarationsAsync
(name, nameNode, SymbolFilter.Member, cancellationToken).ConfigureAwait(false);
407
var symbols = await searchScope.
FindDeclarationsAsync
(
554
var symbols = await searchScope.
FindDeclarationsAsync
(