Home
last modified time | relevance | path

Searched refs:EmitNumericConvertUnchecked (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DInstructionList.cs780 public void EmitNumericConvertUnchecked(TypeCode from, TypeCode to, bool isLiftedToNull) in EmitNumericConvertUnchecked() method in System.Linq.Expressions.Interpreter.InstructionList
H A DLightCompiler.cs1189 _instructions.EmitNumericConvertUnchecked(from, to, isLiftedToNull); in CompileConvertToType()