2 instantiations of ActiveSpanState
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (2)
83
this.currentState = new
ActiveSpanState
()
109
this.currentState = new
ActiveSpanState
()
6 references to ActiveSpanState
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\AbstractInlineRenameUndoManager.cs (6)
34
protected readonly Stack<
ActiveSpanState
> UndoStack = new Stack<
ActiveSpanState
>();
35
protected readonly Stack<
ActiveSpanState
> RedoStack = new Stack<
ActiveSpanState
>();
36
protected
ActiveSpanState
initialState;
37
protected
ActiveSpanState
currentState;