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