11 references to InstanceKeyState
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (2)
342
if (existingKeyView.InstanceKeyState !=
InstanceKeyState
.Completed)
375
if (instanceKeys.Value.InstanceKeyState ==
InstanceKeyState
.Associated)
System.Runtime.DurableInstancing (9)
System\Runtime\DurableInstancing\InstanceKeyView.cs (1)
37
public
InstanceKeyState
InstanceKeyState { get; internal set; }
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (8)
329
view.InstanceKeyState =
InstanceKeyState
.Associated;
341
view.InstanceKeyState =
InstanceKeyState
.Completed;
369
if (key.Value.InstanceKeyState ==
InstanceKeyState
.Associated)
444
keyView.InstanceKeyState =
InstanceKeyState
.Associated;
466
if (existingKeyView.InstanceKeyState ==
InstanceKeyState
.Completed)
479
existingKeyView.InstanceKeyState =
InstanceKeyState
.Completed;
485
keyView.InstanceKeyState =
InstanceKeyState
.Completed;
508
if (existingKeyView.InstanceKeyState ==
InstanceKeyState
.Associated)