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