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