3 references to ValidateChildType
System.Linq.Expressions (3)
System\Linq\Expressions\ExpressionVisitor.cs (3)
651
ValidateChildType
(before.Operand.Type, after.Operand.Type, nameof(VisitUnary));
666
ValidateChildType
(before.Left.Type, after.Left.Type, nameof(VisitBinary));
667
ValidateChildType
(before.Right.Type, after.Right.Type, nameof(VisitBinary));