8 references to EmitConvertToType
System.Linq.Expressions (8)
System\Linq\Expressions\Compiler\ILGen.cs (3)
805
il.
EmitConvertToType
(nnTypeFrom, nnTypeTo, isChecked, locals);
826
il.
EmitConvertToType
(typeFrom, nnTypeTo, isChecked, locals);
853
il.
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);