2 instantiations of Subtract
System.Activities (2)
System\Activities\Expressions\ExpressionServices.cs (2)
884
result = new
Subtract
<TLeft, TRight, TResult>() { Left = leftArgument, Right = rightArgument, Checked = false };
887
result = new
Subtract
<TLeft, TRight, TResult>() { Left = leftArgument, Right = rightArgument, Checked = true };