10 references to GetValue
System.Activities (10)
System\Activities\Statements\Flowchart.cs (1)
164
int oldNodeIndex = updateContext.
GetValue
(this.currentNode);
System\Activities\Statements\InternalState.cs (6)
375
if (updateContext.
GetValue
(this.isExiting) != true)
380
else if (updateContext.
GetValue
(this.currentRunningTriggers) > 0)
382
Fx.Assert(updateContext.
GetValue
(this.isExiting) != true, "No triggers have completed, state should not be transitioning.");
543
updateContext.SetValue<int>(this.currentRunningTriggers, updateContext.
GetValue
(this.currentRunningTriggers) + newTriggers.Count);
586
if (updateContext.
GetValue
(this.isExiting))
620
if (updateContext.
GetValue
(this.isExiting))
System\Activities\Statements\Parallel.cs (1)
95
if (this.CompletionCondition != null && updateContext.
GetValue
(this.hasCompleted))
System\Activities\Statements\Pick.cs (1)
66
PickState pickState = updateContext.
GetValue
(this.pickStateVariable);
System\Activities\Statements\TryCatch.cs (1)
106
TryCatchState state = updateContext.
GetValue
(this.state);