Home
last modified time | relevance | path

Searched refs:EmitIncrement (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.cs859 public void EmitIncrement(Type type) in EmitIncrement() method in System.Linq.Expressions.Interpreter.InstructionList
H A DLightCompiler.cs1258 _instructions.EmitIncrement(node.Type); in CompileUnaryExpression()