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