1 write to _undoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\AbstractDocumentationCommentCommandHandler.cs (1)
46
_undoHistoryRegistry
= undoHistoryRegistry;
1 reference to _undoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\AbstractDocumentationCommentCommandHandler.cs (1)
180
using var transaction =
_undoHistoryRegistry
.GetHistory(args.TextView.TextBuffer).CreateTransaction(EditorFeaturesResources.Insert_new_line);