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