3 writes to programId
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
275
this.
programId
= Guid.Empty;
328
this.
programId
= programId;
381
this.
programId
= Guid.Empty;
16 references to programId
System.Workflow.Runtime (16)
DebugEngine\DebugController.cs (16)
343
channelProperties["portName"] = this.
programId
.ToString();
350
ObjRef o = RemotingServices.Marshal(this, this.
programId
.ToString());
353
uri = this.channel.GetUrlsForUri(this.
programId
.ToString())[0];
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);