12 references to WorkflowInstance
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
705UnloadExistingInstance(args.WorkflowInstance); 718UnloadExistingInstance(args.WorkflowInstance); 732UnloadExistingInstance(args.WorkflowInstance);
System.WorkflowServices (9)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (9)
240CancelTimer(args.WorkflowInstance.InstanceId, true); 250CancelTimer(args.WorkflowInstance.InstanceId, true); 259ScheduleTimer(args.WorkflowInstance.InstanceId); 273if (!this.instanceRecordMap.TryGetValue(args.WorkflowInstance.InstanceId, out instanceRecord)) 276this.instanceRecordMap.Add(args.WorkflowInstance.InstanceId, instanceRecord); 293if (!this.instanceRecordMap.TryGetValue(args.WorkflowInstance.InstanceId, out instanceRecord)) 296this.instanceRecordMap.Add(args.WorkflowInstance.InstanceId, instanceRecord); 309CancelTimer(args.WorkflowInstance.InstanceId, true); 319CancelTimer(args.WorkflowInstance.InstanceId, true);