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