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