1 write to _undoHistory
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs (1)
27
=>
_undoHistory
= undoHistory;
1 reference to _undoHistory
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs (1)
89
using var transaction =
_undoHistory
.GetHistory(textView.TextBuffer).CreateTransaction("XmlTagCompletion");