1 write to _undoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveGlobalUndoServiceFactory.cs (1)
38
=>
_undoHistoryRegistry
= undoHistoryRegistry;
1 reference to _undoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveGlobalUndoServiceFactory.cs (1)
65
Contract.ThrowIfFalse(
_undoHistoryRegistry
.TryGetHistory(textBuffer, out var textUndoHistory));