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