1 write to EnterKeyRule
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionItemRules.cs (1)
89
EnterKeyRule
= enterKeyRule;
5 references to EnterKeyRule
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
386
var rule = item.Rules.
EnterKeyRule
;
Microsoft.CodeAnalysis.Features (4)
Completion\CompletionItemRules.cs (4)
137
enterKeyRule == Default.
EnterKeyRule
&&
182
var newEnterKeyRule = enterKeyRule.HasValue ? enterKeyRule.Value :
EnterKeyRule
;
189
newEnterKeyRule ==
EnterKeyRule
&&
224
/// Creates a copy of this <see cref="CompletionItemRules"/> with the <see cref="
EnterKeyRule
"/> property changed.