Home
last modified time | relevance | path

Searched refs:EmitAssignLocalToClosure (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.cs584 public void EmitAssignLocalToClosure(int index) in EmitAssignLocalToClosure() method in System.Linq.Expressions.Interpreter.InstructionList
603 EmitAssignLocalToClosure(index); in EmitStoreLocalToClosure()
H A DLightCompiler.cs479 _instructions.EmitAssignLocalToClosure(local.Index); in CompileSetVariable()