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