3 instantiations of DelegateArgumentReference
System.Activities (3)
System\Activities\Expressions\ExpressionServices.cs (2)
680
result = new
DelegateArgumentReference
<TResult>(delegateArgument);
1579
result = new
DelegateArgumentReference
<TResult>
System\Activities\OutArgument.cs (1)
81
this.Expression = new
DelegateArgumentReference
<T> { DelegateArgument = delegateArgument };