3 references to GetNonRefType
System.Core (3)
Microsoft\Scripting\Ast\BinaryExpression.cs (1)
319!TypeUtils.AreEquivalent(method.GetParametersCached()[0].ParameterType.GetNonRefType(), _left.Type);
Microsoft\Scripting\Ast\SwitchExpression.cs (1)
109!TypeUtils.AreEquivalent(_switchValue.Type, _comparison.GetParametersCached()[0].ParameterType.GetNonRefType());
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
219Type result = node.Comparison.GetParametersCached()[1].ParameterType.GetNonRefType();