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