16 references to IsBoundToInstanceOwner
System.Activities (8)
System\Activities\DurableInstancing\CreateWorkflowOwnerCommand.cs (1)
45if (view.IsBoundToInstanceOwner)
System\Activities\DurableInstancing\CreateWorkflowOwnerWithIdentityCommand.cs (1)
46if (view.IsBoundToInstanceOwner)
System\Activities\DurableInstancing\DeleteWorkflowOwnerCommand.cs (1)
31if (!view.IsBoundToInstanceOwner)
System\Activities\DurableInstancing\LoadWorkflowByInstanceKeyCommand.cs (1)
59if (!view.IsBoundToInstanceOwner)
System\Activities\DurableInstancing\LoadWorkflowCommand.cs (1)
45if (!view.IsBoundToInstanceOwner)
System\Activities\DurableInstancing\QueryActivatableWorkflowsCommand.cs (1)
31if (!view.IsBoundToInstanceOwner)
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (1)
135if (!view.IsBoundToInstanceOwner)
System\Activities\DurableInstancing\TryLoadRunnableWorkflowCommand.cs (1)
36if (!view.IsBoundToInstanceOwner)
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
121if (!base.InstancePersistenceContext.InstanceView.IsBoundToInstanceOwner)
System.Runtime.DurableInstancing (7)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (3)
183if (!InstanceView.IsBoundToInstanceOwner) 871if (!InstanceView.IsBoundToInstanceOwner) 1234else if (!this.context.InstanceView.IsBoundToInstanceOwner)
System\Runtime\DurableInstancing\InstanceView.cs (4)
248if (IsBoundToInstanceOwner) 271if (!IsBoundToInstanceOwner) 291if (!IsBoundToInstanceOwner) 309Fx.Assert(IsBoundToInstanceOwner, "Must be bound to owner, checked in StartBindLock.");