Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ EmitUnaryMethodCall()

void System.Linq.Expressions.Interpreter.LightCompiler.EmitUnaryMethodCall ( UnaryExpression node)
inlineprivate

Definition at line 932 of file LightCompiler.cs.

References System.Linq.Expressions.Interpreter.LightCompiler._instructions, System.Linq.Expressions.Interpreter.LightCompiler.Compile(), System.Linq.Expressions.Interpreter.InstructionList.EmitBranch(), System.Linq.Expressions.Interpreter.InstructionList.EmitCall(), System.Linq.Expressions.Interpreter.InstructionList.EmitCoalescingBranch(), System.Linq.Expressions.Interpreter.InstructionList.MakeLabel(), and System.Linq.Expressions.Interpreter.InstructionList.MarkLabel().

Referenced by System.Linq.Expressions.Interpreter.LightCompiler.CompileUnaryExpression().