3 references to IsValid
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
60
if (base.StoreLock.
IsValid
)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
342
if (!this.storeLock.
IsValid
&& !(command is CreateWorkflowOwnerCommand) && !(command is CreateWorkflowOwnerWithIdentityCommand))
472
if (this.storeLock.
IsValid
)