3 references to ValidateChildType
System.Core (3)
Microsoft\Scripting\Ast\ExpressionVisitor.cs (3)
638ValidateChildType(before.Operand.Type, after.Operand.Type, "VisitUnary"); 650ValidateChildType(before.Left.Type, after.Left.Type, "VisitBinary"); 651ValidateChildType(before.Right.Type, after.Right.Type, "VisitBinary");