4 writes to controllerConduit
System.Workflow.Runtime (4)
DebugEngine\DebugController.cs (4)
276
this.
controllerConduit
= null;
402
this.
controllerConduit
= null;
487
this.
controllerConduit
= Activator.GetObject(Type.GetType(controllerConduitTypeName), url.AbsolutePath) as IWorkflowDebugger;
512
this.
controllerConduit
= Activator.GetObject(controllerConduitType, url.AbsolutePath) as IWorkflowDebugger;
16 references to controllerConduit
System.Workflow.Runtime (16)
DebugEngine\DebugController.cs (16)
492
if (this.
controllerConduit
== null)
515
Debug.Assert(this.
controllerConduit
!= null, "Failed to create Controller Conduit");
516
if (this.
controllerConduit
== null)
539
this.
controllerConduit
.AssemblyLoaded(this.programId, assembly.Location, assembly.GlobalAssemblyCache);
777
this.
controllerConduit
.BeforeActivityStatusChanged(this.programId, scheduleTypeId, workflowCoreRuntime.InstanceID, eventArgs.Activity.QualifiedName, GetHierarchicalId(eventArgs.Activity), eventArgs.Activity.ExecutionStatus, GetContextId(eventArgs.Activity));
778
this.
controllerConduit
.ActivityStatusChanged(this.programId, scheduleTypeId, workflowCoreRuntime.InstanceID, eventArgs.Activity.QualifiedName, GetHierarchicalId(eventArgs.Activity), eventArgs.Activity.ExecutionStatus, GetContextId(eventArgs.Activity));
808
this.
controllerConduit
.BeforeActivityStatusChanged(this.programId, scheduleTypeId, workflowCoreRuntime.InstanceID, eventArgs.Activity.QualifiedName, GetHierarchicalId(eventArgs.Activity), eventArgs.Activity.ExecutionStatus, GetContextId(eventArgs.Activity));
809
this.
controllerConduit
.ActivityStatusChanged(this.programId, scheduleTypeId, workflowCoreRuntime.InstanceID, eventArgs.Activity.QualifiedName, GetHierarchicalId(eventArgs.Activity), eventArgs.Activity.ExecutionStatus, GetContextId(eventArgs.Activity));
836
this.
controllerConduit
.HandlerInvoked(this.programId, workflowCoreRuntime.InstanceID, NativeMethods.GetCurrentThreadId(), GetHierarchicalId(workflowCoreRuntime.CurrentActivity));
868
this.
controllerConduit
.InstanceDynamicallyUpdated(this.programId, workflowCoreRuntime.InstanceID, scheduleTypeId);
901
this.
controllerConduit
.InstanceCreated(this.programId, instance.InstanceId, scheduleTypeId);
949
this.
controllerConduit
.SetInitialActivityStatus(this.programId, scheduleTypeId, instanceId, activity.QualifiedName, GetHierarchicalId(activity), activity.ExecutionStatus, context);
991
this.
controllerConduit
.InstanceCompleted(this.programId, instance.InstanceId);
1015
this.
controllerConduit
.ScheduleTypeLoaded(this.programId, scheduleTypeId, scheduleType.Assembly.FullName, fileName, md5Digest, isDynamic, scheduleType.FullName, scheduleType.Name, stringWriter.ToString());
1089
this.
controllerConduit
.AssemblyLoaded(this.programId, args.LoadedAssembly.Location, args.LoadedAssembly.GlobalAssemblyCache);
1128
this.
controllerConduit
.UpdateHandlerMethodsForActivity(this.programId, scheduleTypeId, activity.QualifiedName, handlerMethods);