14 references to ValidateType
System.Linq.Expressions (14)
System\Linq\Expressions\CatchBlock.cs (1)
141TypeUtils.ValidateType(type, nameof(type));
System\Linq\Expressions\ConstantExpression.cs (1)
98TypeUtils.ValidateType(type, nameof(type));
System\Linq\Expressions\DefaultExpression.cs (1)
67TypeUtils.ValidateType(type, nameof(type));
System\Linq\Expressions\GotoExpression.cs (1)
348TypeUtils.ValidateType(type, nameof(type));
System\Linq\Expressions\LabelTarget.cs (1)
81TypeUtils.ValidateType(type, nameof(type));
System\Linq\Expressions\MemberAssignment.cs (1)
96TypeUtils.ValidateType(decType, null);
System\Linq\Expressions\NewArrayExpression.cs (2)
144TypeUtils.ValidateType(type, nameof(type)); 221TypeUtils.ValidateType(type, nameof(type));
System\Linq\Expressions\NewExpression.cs (1)
205TypeUtils.ValidateType(type, nameof(type));
System\Linq\Expressions\UnaryExpression.cs (5)
694TypeUtils.ValidateType(type, nameof(type)); 718TypeUtils.ValidateType(type, nameof(type)); 749TypeUtils.ValidateType(type, nameof(type)); 789TypeUtils.ValidateType(type, nameof(type)); 883TypeUtils.ValidateType(type, nameof(type));