1 write to FilterOutOfScopeLocals
Microsoft.CodeAnalysis.Workspaces (1)
Recommendations\Recommender.cs (1)
66FilterOutOfScopeLocals = options.GetOption(RecommendationOptions.FilterOutOfScopeLocals, language),
2 references to FilterOutOfScopeLocals
Microsoft.CodeAnalysis.Workspaces (2)
Recommendations\AbstractRecommendationService.cs (1)
29var result = CreateRunner((TSyntaxContext)syntaxContext, options.FilterOutOfScopeLocals, cancellationToken).GetRecommendedSymbols();
Recommendations\RecommendationOptions.cs (1)
25"RecommendationOptions_FilterOutOfScopeLocals", RecommendationServiceOptions.Default.FilterOutOfScopeLocals)