4 references to DebugStartedAtRoot
System.Activities (4)
System\Activities\Debugger\DebugManager.cs (4)
383
Fx.Assert(!this.
DebugStartedAtRoot
|| threadId >= 0, "Leaving from an unknown state");
513
if (!this.
DebugStartedAtRoot
)
562
if (!this.
DebugStartedAtRoot
&& ancestors != null)
574
Fx.Assert(!this.
DebugStartedAtRoot
, "Priming should not be called if the debugging is attached from the start of the workflow");