1 write to SelectionBehavior
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionItemRules.cs (1)
92
SelectionBehavior
= selectionBehavior;
7 references to SelectionBehavior
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (2)
576
=> item.Rules.
SelectionBehavior
== CompletionItemSelectionBehavior.HardSelection ? item.Rules.MatchPriority : MatchPriority.Default;
792
if (item.Rules.
SelectionBehavior
!= CompletionItemSelectionBehavior.HardSelection)
Microsoft.CodeAnalysis.Features (4)
Completion\CompletionItemRules.cs (4)
140
selectionBehavior == Default.
SelectionBehavior
)
185
var newSelectionBehavior = selectionBehavior.HasValue ? selectionBehavior.Value :
SelectionBehavior
;
192
newSelectionBehavior ==
SelectionBehavior
)
242
/// Creates a copy of this <see cref="CompletionItemRules"/> with the <see cref="
SelectionBehavior
"/> property changed.
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionResultFactory.cs (1)
155
else if (typedText.Length == 0 && item.Rules.
SelectionBehavior
!= CompletionItemSelectionBehavior.HardSelection)