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