3 instantiations of DelegateArgumentValue
System.Activities (3)
System\Activities\Expressions\ExpressionServices.cs (2)
625
result = new
DelegateArgumentValue
<TResult>(delegateArgument);
1521
result = new
DelegateArgumentValue
<TResult>
System\Activities\InArgument.cs (1)
81
this.Expression = new
DelegateArgumentValue
<T> { DelegateArgument = delegateArgument };
1 reference to DelegateArgumentValue
System.Activities (1)
System\Activities\ActivityUtilities.cs (1)
46
static Type delegateArgumentValueGenericType = typeof(
DelegateArgumentValue
<>);