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)
130var newRules = rules.HasValue ? rules.Value : Rules; 135newRules == Rules && 171/// Creates a copy of this <see cref="CompletionList"/> with the <see cref="Rules"/> property changed.