1 instantiation of RecommendedSymbols
Microsoft.CodeAnalysis.Workspaces (1)
Recommendations\AbstractRecommendationService.cs (1)
37
return new
RecommendedSymbols
(namedSymbols, unnamedSymbols);
4 references to RecommendedSymbols
Microsoft.CodeAnalysis.Workspaces (4)
Recommendations\AbstractRecommendationService.cs (2)
25
public
RecommendedSymbols
GetRecommendedSymbolsInContext(SyntaxContext syntaxContext, RecommendationServiceOptions options, CancellationToken cancellationToken)
28
var
result = CreateRunner((TSyntaxContext)syntaxContext, options.FilterOutOfScopeLocals, cancellationToken).GetRecommendedSymbols();
Recommendations\AbstractRecommendationServiceRunner.cs (1)
40
public abstract
RecommendedSymbols
GetRecommendedSymbols();
Recommendations\IRecommendationService.cs (1)
14
RecommendedSymbols
GetRecommendedSymbolsInContext(