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