4 references to RecommendationServiceOptions
Microsoft.CodeAnalysis.Features (2)
ChangeSignature\AbstractChangeSignatureService.cs (1)
929
var recommendationOptions = new
RecommendationServiceOptions
()
Completion\CompletionOptions.cs (1)
57
=>
new
()
Microsoft.CodeAnalysis.Workspaces (2)
Recommendations\RecommendationOptions.cs (1)
32
public static readonly RecommendationServiceOptions Default =
new
();
Recommendations\Recommender.cs (1)
63
return new
RecommendationServiceOptions
()