1 write to _undoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures (1)
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCommitter.cs (1)
47
_undoHistoryRegistry
= undoHistoryRegistry;
2 references to _undoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures (2)
RenameTracking\RenameTrackingTaggerProvider.RenameTrackingCommitter.cs (2)
230
var undoHistory =
_undoHistoryRegistry
.RegisterHistory(_stateMachine.Buffer);
268
var undoHistory =
_undoHistoryRegistry
.RegisterHistory(_stateMachine.Buffer);