1 write to SelectionBehavior
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionItemRules.cs (1)
92SelectionBehavior = selectionBehavior;
4 references to SelectionBehavior
Microsoft.CodeAnalysis.Features (4)
Completion\CompletionItemRules.cs (4)
138selectionBehavior == Default.SelectionBehavior) 182var newSelectionBehavior = selectionBehavior.HasValue ? selectionBehavior.Value : SelectionBehavior; 189newSelectionBehavior == SelectionBehavior) 239/// Creates a copy of this <see cref="CompletionItemRules"/> with the <see cref="SelectionBehavior"/> property changed.