2 instantiations of ActiveSpanState
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
70
this.currentState = new
ActiveSpanState
()
96
this.currentState = new
ActiveSpanState
()
7 references to ActiveSpanState
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\AbstractInlineRenameUndoManager.cs (6)
33
protected readonly Stack<
ActiveSpanState
> UndoStack = new Stack<
ActiveSpanState
>();
34
protected readonly Stack<
ActiveSpanState
> RedoStack = new Stack<
ActiveSpanState
>();
35
protected
ActiveSpanState
initialState;
36
protected
ActiveSpanState
currentState;
InlineRename\UndoManagerServiceFactory.cs (1)
115
foreach (
var
state in this.RedoStack.Reverse())