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