1 override of ShouldPreselect
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\ThisKeywordRecommender.cs (1)
82
protected override bool
ShouldPreselect
(CSharpSyntaxContext context, CancellationToken cancellationToken)
2 references to ShouldPreselect
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\KeywordRecommenders\AbstractSyntacticSingleKeywordRecommender.cs (2)
22
/// Matching priority for the provided item when <see cref="
ShouldPreselect
"/> returns <see langword="false"/>.
55
return
ShouldPreselect
(context, cancellationToken)