1 write to DismissIfLastCharacterDeleted
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionRules.cs (1)
50DismissIfLastCharacterDeleted = 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)
104var newDismissIfLastCharacterDeleted = dismissIfLastCharacterDeleted.HasValue ? dismissIfLastCharacterDeleted.Value : DismissIfLastCharacterDeleted; 110newDismissIfLastCharacterDeleted == DismissIfLastCharacterDeleted && 135/// Creates a copy of this <see cref="CompletionRules"/> with the <see cref="DismissIfLastCharacterDeleted"/> property changed.