1 write to TextUndoHistory
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UndoManagerServiceFactory.cs (1)
43
UndoManagers[subjectBuffer] = new BufferUndoState() {
TextUndoHistory
= undoHistory };
5 references to TextUndoHistory
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineRename\UndoManagerServiceFactory.cs (5)
49
var undoHistory = this.UndoManagers[subjectBuffer].
TextUndoHistory
;
61
var undoHistory = this.UndoManagers[subjectBuffer].
TextUndoHistory
;
90
var undoHistory = bufferUndoState.
TextUndoHistory
;
111
ApplyReplacementText(subjectBuffer, this.UndoManagers[subjectBuffer].
TextUndoHistory
, propagateSpansEditTag, spans, this.currentState.ReplacementText);
114
var undoHistory = this.UndoManagers[subjectBuffer].
TextUndoHistory
;