10 references to GetValue
System.Activities (10)
System\Activities\Argument.cs (1)
250
return context.
GetValue
<T>(this.RuntimeArgument);
System\Activities\DelegateArgument.cs (1)
114
return context.
GetValue
<object>((LocationReference)this);
System\Activities\DelegateInArgument.cs (1)
47
return context.
GetValue
<T>((LocationReference)this);
System\Activities\DelegateOutArgument.cs (1)
48
return context.
GetValue
<T>((LocationReference)this);
System\Activities\Expressions\EnvironmentLocationValue.cs (1)
46
return context.
GetValue
<T>(this.LocationReference);
System\Activities\Expressions\LocationReferenceValue.cs (1)
40
return context.
GetValue
<T>(this.locationReference);
System\Activities\RuntimeArgument.cs (2)
432
return context.
GetValue
<object>(this);
440
return context.
GetValue
<T>(this);
System\Activities\Variable.cs (2)
236
return context.
GetValue
<object>((LocationReference)this);
388
return context.
GetValue
<T>((LocationReference)this);