1 write to Closure
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (1)
49Closure = closure;
5 references to Closure
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
3144IStrongBox box = frame.Closure![_parameter.Index];
System\Linq\Expressions\Interpreter\LocalAccess.cs (3)
89IStrongBox box = frame.Closure![_index]; 107IStrongBox box = frame.Closure![_index]; 212IStrongBox box = frame.Closure![_index];
System\Linq\Expressions\Interpreter\TypeOperations.cs (1)
639return _frame.Closure![var.Index];