Base:
property
InstanceId
System.Activities.WorkflowApplication.PersistenceManagerBase.InstanceId
11 references to InstanceId
System.Activities (11)
System\Activities\WorkflowApplication.cs (11)
1408deserializedRuntimeState = ExtractRuntimeState(values, this.persistenceManager.InstanceId); 1881this.instanceId = this.persistenceManager.InstanceId; 1979ActivityExecutor deserializedRuntimeState = ExtractRuntimeState(values, persistenceManager.InstanceId); 4396ActivityExecutor deserializedRuntimeState = WorkflowApplication.ExtractRuntimeState(thisPtr.values, thisPtr.persistenceManager.InstanceId); 4468this.application.instanceId = this.persistenceManager.InstanceId; 4576this.application.instanceId = this.persistenceManager.InstanceId; 5676this.handle = this.isTryLoad ? this.store.CreateInstanceHandle(this.owner) : this.store.CreateInstanceHandle(this.owner, InstanceId); 5745this.handle = this.isTryLoad ? this.store.CreateInstanceHandle(this.owner) : this.store.CreateInstanceHandle(this.owner, InstanceId); 5951throw FxTrace.Exception.AsError(new OperationCanceledException(SR.WorkflowInstanceAborted(InstanceId))); 5971throw FxTrace.Exception.AsError(new OperationCanceledException(SR.WorkflowInstanceAborted(InstanceId))); 6006throw FxTrace.Exception.AsError(new OperationCanceledException(SR.WorkflowInstanceAborted(InstanceId)));