3 references to DelegateArgumentReference
System.Activities (3)
System\Activities\Expressions\DelegateArgumentReference.cs (1)
20: this()
System\Activities\Expressions\ExpressionServices.cs (1)
1579result = new DelegateArgumentReference<TResult>
System\Activities\OutArgument.cs (1)
81this.Expression = new DelegateArgumentReference<T> { DelegateArgument = delegateArgument };