11 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 (9)
System\Runtime\DurableInstancing\InstanceKeyView.cs (1)
37public InstanceKeyState InstanceKeyState { get; internal set; }
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (8)
329view.InstanceKeyState = InstanceKeyState.Associated; 341view.InstanceKeyState = InstanceKeyState.Completed; 369if (key.Value.InstanceKeyState == InstanceKeyState.Associated) 444keyView.InstanceKeyState = InstanceKeyState.Associated; 466if (existingKeyView.InstanceKeyState == InstanceKeyState.Completed) 479existingKeyView.InstanceKeyState = InstanceKeyState.Completed; 485keyView.InstanceKeyState = InstanceKeyState.Completed; 508if (existingKeyView.InstanceKeyState == InstanceKeyState.Associated)