4 instantiations of ActivityWithResultWrapper
System.Activities (4)
System\Activities\InArgument.cs (1)
142
this.Expression = new
ActivityWithResultWrapper
<T>(value);
System\Activities\InOutArgument.cs (1)
117
this.Expression = new
ActivityWithResultWrapper
<Location<T>>(value);
System\Activities\OutArgument.cs (1)
135
this.Expression = new
ActivityWithResultWrapper
<Location<T>>(value);
System\Activities\Variable.cs (1)
360
this.defaultExpression = new
ActivityWithResultWrapper
<T>(value);