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