6 writes to InstanceKeyState
System.Runtime.DurableInstancing (6)
System\Runtime\DurableInstancing\InstanceKeyView.cs (1)
30InstanceKeyState = source.InstanceKeyState;
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (5)
329view.InstanceKeyState = InstanceKeyState.Associated; 341view.InstanceKeyState = InstanceKeyState.Completed; 444keyView.InstanceKeyState = InstanceKeyState.Associated; 479existingKeyView.InstanceKeyState = InstanceKeyState.Completed; 485keyView.InstanceKeyState = InstanceKeyState.Completed;
6 references to InstanceKeyState
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (2)
342if (existingKeyView.InstanceKeyState != InstanceKeyState.Completed) 375if (instanceKeys.Value.InstanceKeyState == InstanceKeyState.Associated)
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstanceKeyView.cs (1)
30InstanceKeyState = source.InstanceKeyState;
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (3)
369if (key.Value.InstanceKeyState == InstanceKeyState.Associated) 466if (existingKeyView.InstanceKeyState == InstanceKeyState.Completed) 508if (existingKeyView.InstanceKeyState == InstanceKeyState.Associated)