1 write to _undoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures (1)
Undo\EditorSourceTextUndoService.cs (1)
28
=>
_undoHistoryRegistry
= undoHistoryRegistry;
1 reference to _undoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures (1)
Undo\EditorSourceTextUndoService.cs (1)
50
return transaction.Begin(
_undoHistoryRegistry
?.GetHistory(snapshot.TextBuffer));