6 writes to InstanceKeyState
System.Runtime.DurableInstancing (6)
System\Runtime\DurableInstancing\InstanceKeyView.cs (1)
30
InstanceKeyState
= source.InstanceKeyState;
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (5)
329
view.
InstanceKeyState
= InstanceKeyState.Associated;
341
view.
InstanceKeyState
= InstanceKeyState.Completed;
444
keyView.
InstanceKeyState
= InstanceKeyState.Associated;
479
existingKeyView.
InstanceKeyState
= InstanceKeyState.Completed;
485
keyView.
InstanceKeyState
= InstanceKeyState.Completed;
6 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 (4)
System\Runtime\DurableInstancing\InstanceKeyView.cs (1)
30
InstanceKeyState = source.
InstanceKeyState
;
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (3)
369
if (key.Value.
InstanceKeyState
== InstanceKeyState.Associated)
466
if (existingKeyView.
InstanceKeyState
== InstanceKeyState.Completed)
508
if (existingKeyView.
InstanceKeyState
== InstanceKeyState.Associated)