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