12 references to ValidateType
System.Core (12)
Microsoft\Scripting\Ast\BinaryExpression.cs (2)
580
TypeUtils.
ValidateType
(left.Type);
581
TypeUtils.
ValidateType
(right.Type);
Microsoft\Scripting\Ast\DynamicExpression.cs (1)
1099
TypeUtils.
ValidateType
(type);
Microsoft\Scripting\Ast\IndexExpression.cs (1)
429
TypeUtils.
ValidateType
(pType);
Microsoft\Scripting\Ast\LabelTarget.cs (1)
98
TypeUtils.
ValidateType
(type);
Microsoft\Scripting\Ast\MethodCallExpression.cs (1)
894
TypeUtils.
ValidateType
(pType);
Microsoft\Scripting\Ast\NewExpression.cs (1)
168
TypeUtils.
ValidateType
(constructor.DeclaringType);
Microsoft\Scripting\Ast\UnaryExpression.cs (5)
664
TypeUtils.
ValidateType
(type);
685
TypeUtils.
ValidateType
(type);
714
TypeUtils.
ValidateType
(type);
751
TypeUtils.
ValidateType
(type);
832
TypeUtils.
ValidateType
(type);