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