1 write to DismissIfLastCharacterDeleted
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionRules.cs (1)
50
DismissIfLastCharacterDeleted
= dismissIfLastCharacterDeleted;
4 references to DismissIfLastCharacterDeleted
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\ItemManager.CompletionListUpdater.cs (1)
230
_completionRules.
DismissIfLastCharacterDeleted
&&
Microsoft.CodeAnalysis.Features (3)
Completion\CompletionRules.cs (3)
104
var newDismissIfLastCharacterDeleted = dismissIfLastCharacterDeleted.HasValue ? dismissIfLastCharacterDeleted.Value :
DismissIfLastCharacterDeleted
;
110
newDismissIfLastCharacterDeleted ==
DismissIfLastCharacterDeleted
&&
135
/// Creates a copy of this <see cref="CompletionRules"/> with the <see cref="
DismissIfLastCharacterDeleted
"/> property changed.