2 writes to debugController
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (2)
967this.debugController = new DebugController(this.host); 1036this.debugController = null;
8 references to debugController
System.Activities (8)
System\Activities\Runtime\ActivityExecutor.cs (8)
957if (this.debugController == null) 970return this.debugController != null; 975if (this.debugController != null) // Don't use IsDebugged() for perf reason. 977this.debugController.ActivityCompleted(instance); 1020this.debugController.WorkflowStarted(); 1033if (this.debugController != null) // Don't use IsDebugged() because it may create debugController unnecessarily. 1035this.debugController.WorkflowCompleted(); 3495executor.debugController.ActivityStarted(this.ActivityInstance);