6 references to GetLocation
System.Activities (6)
System\Activities\DelegateOutArgument.cs (1)
61return context.GetLocation<T>(this);
System\Activities\DynamicUpdate\NativeActivityUpdateContext.cs (1)
238return this.innerContext.GetLocation<T>(variable);
System\Activities\Expressions\EnvironmentLocationReference.cs (1)
46return context.GetLocation<T>(this.LocationReference);
System\Activities\InOutArgument.cs (1)
167return context.GetLocation<T>(this.RuntimeArgument);
System\Activities\OutArgument.cs (1)
195return context.GetLocation<T>(this.RuntimeArgument);
System\Activities\Variable.cs (1)
375return context.GetLocation<T>(this);