2 writes to InstanceLoadedOrStarted
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (2)
278instanceRecord.InstanceLoadedOrStarted = true; 298instanceRecord.InstanceLoadedOrStarted = true;
2 references to InstanceLoadedOrStarted
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (2)
55if (!instanceRecord.InstanceLoadedOrStarted) 85return instanceRecord.InstanceLoadedOrStarted;