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