1 write to _undoHistoryRegistry
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (1)
48
_undoHistoryRegistry
= undoHistoryRegistry;
1 reference to _undoHistoryRegistry
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (1)
74
using var transaction =
_undoHistoryRegistry
.GetHistory(textView.TextBuffer).CreateTransaction(EditorFeaturesResources.Insert_new_line);