3 references to GetNonRefType
System.Linq.Expressions (3)
System\Linq\Expressions\BinaryExpression.cs (1)
294!TypeUtils.AreEquivalent(method.GetParametersCached()[0].ParameterType.GetNonRefType(), Left.Type);
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (1)
248Type result = node.Comparison.GetParametersCached()[1].ParameterType.GetNonRefType();
System\Linq\Expressions\SwitchExpression.cs (1)
75!TypeUtils.AreEquivalent(SwitchValue.Type, Comparison.GetParametersCached()[0].ParameterType.GetNonRefType());