4 writes to InstanceOwner
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstanceView.cs (4)
36
InstanceOwner
= owner;
44
InstanceOwner
= owner;
62
InstanceOwner
= source.InstanceOwner;
252
InstanceOwner
= owner;
10 references to InstanceOwner
System.Activities (4)
System\Activities\WorkflowApplication.cs (4)
1452
instanceStore.DefaultInstanceOwner = commandResult.
InstanceOwner
;
1482
instanceStore.DefaultInstanceOwner = commandResult.
InstanceOwner
;
5668
this.owner = this.store.Execute(this.temporaryHandle, GetCreateOwnerCommand(definitionIdentity), timeout).
InstanceOwner
;
5737
this.owner = this.store.EndExecute(result).
InstanceOwner
;
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
88
Fx.Assert(InstanceHandle.Owner == null || InstanceHandle.Owner.OwnerToken == InstanceView.
InstanceOwner
.OwnerToken, "Mismatched lock tokens.");
System\Runtime\DurableInstancing\InstanceView.cs (2)
62
InstanceOwner = source.
InstanceOwner
;
99
return
InstanceOwner
!= null;
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (3)
395
this.owner = InstanceStore.Execute(handle, GetCreateOwnerCommand(), timeoutHelper.RemainingTime()).
InstanceOwner
;
563
thisPtr.instanceManager.owner = thisPtr.instanceManager.InstanceStore.EndExecute(result).
InstanceOwner
;
923
thisPtr.instanceManager.owner = thisPtr.instanceManager.InstanceStore.EndExecute(result).
InstanceOwner
;