1 write to callStack
System.Activities (1)
System\Activities\Debugger\StateManager.cs (1)
363this.callStack = new Stack<VirtualStackFrame>();
6 references to callStack
System.Activities (6)
System\Activities\Debugger\StateManager.cs (6)
371while (this.callStack.Count > 0) 373this.LeaveState(this.callStack.Peek().State); 390this.callStack.Push(stackFrame); 395this.callStack.Push(null); 403if (this.callStack.Count > 0) 405VirtualStackFrame stackFrame = this.callStack.Pop();