2 instantiations of Cast
System.Activities (2)
System\Activities\Expressions\ExpressionServices.cs (2)
994result = new Cast<TOperand, TResult> { Operand = operand, Checked = false }; 997result = new Cast<TOperand, TResult> { Operand = operand, Checked = true };