1 write to Rules
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionList.cs (1)
82
Rules
= rules ?? CompletionRules.Default;
3 references to Rules
Microsoft.CodeAnalysis.Features (3)
Completion\CompletionList.cs (3)
127
var newRules = rules.HasValue ? rules.Value :
Rules
;
132
newRules ==
Rules
&&
168
/// Creates a copy of this <see cref="CompletionList"/> with the <see cref="
Rules
"/> property changed.