7 references to All
Microsoft.CodeAnalysis.Workspaces (7)
FindSymbols\SymbolFinder_Declarations_AllDeclarations.cs (1)
21
project, query, SymbolFilter.
All
, cancellationToken).ConfigureAwait(false);
FindSymbols\SymbolFinder_Declarations_CustomQueries.cs (2)
29
=> FindSourceDeclarationsAsync(solution, predicate, SymbolFilter.
All
, cancellationToken);
74
=> FindSourceDeclarationsAsync(project, predicate, SymbolFilter.
All
, cancellationToken);
FindSymbols\SymbolFinder_Declarations_SourceDeclarations.cs (4)
21
=> FindSourceDeclarationsAsync(solution, name, ignoreCase, SymbolFilter.
All
, cancellationToken);
41
=> FindSourceDeclarationsAsync(project, name, ignoreCase, SymbolFilter.
All
, cancellationToken);
68
=> FindSourceDeclarationsWithPatternAsync(solution, pattern, SymbolFilter.
All
, cancellationToken);
96
=> FindSourceDeclarationsWithPatternAsync(project, pattern, SymbolFilter.
All
, cancellationToken);