1 write to _textUndoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveTextUndoHistoryWorkspaceServiceFactory.cs (1)
35
=>
_textUndoHistoryRegistry
= textUndoHistoryRegistry;
1 reference to _textUndoHistoryRegistry
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveTextUndoHistoryWorkspaceServiceFactory.cs (1)
46
return
_textUndoHistoryRegistry
.TryGetHistory(textBuffer, out undoHistory);