Home
last modified time | relevance | path

Searched refs:EmitLeftShift (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.cs731 public void EmitLeftShift(Type type) in EmitLeftShift() method in System.Linq.Expressions.Interpreter.InstructionList
H A DLightCompiler.cs949 _instructions.EmitLeftShift(node.Left.Type); in CompileBinaryExpression()