8 references to EmitConvertToType
System.Linq.Expressions (8)
System\Linq\Expressions\Compiler\ILGen.cs (3)
805il.EmitConvertToType(nnTypeFrom, nnTypeTo, isChecked, locals); 826il.EmitConvertToType(typeFrom, nnTypeTo, isChecked, locals); 853il.EmitConvertToType(nnTypeFrom, typeTo, isChecked, locals);
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
923_ilg.EmitConvertToType(x.Type, typeof(int), isChecked: true, locals: this);
System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs (2)
158_ilg.EmitConvertToType(nnLeftType, b.Type, isChecked: true, locals: this); 169_ilg.EmitConvertToType(b.Right.Type, b.Type, isChecked: true, locals: this);
System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs (2)
344_ilg.EmitConvertToType(node.Operand.Type, node.Type, node.NodeType == ExpressionType.ConvertChecked, this); 359_ilg.EmitConvertToType(resultType, node.Type, isChecked: false, locals: this);