5 references to Associated
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
375if (instanceKeys.Value.InstanceKeyState == InstanceKeyState.Associated)
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (4)
329view.InstanceKeyState = InstanceKeyState.Associated; 369if (key.Value.InstanceKeyState == InstanceKeyState.Associated) 444keyView.InstanceKeyState = InstanceKeyState.Associated; 508if (existingKeyView.InstanceKeyState == InstanceKeyState.Associated)