1 write to _labels
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\Interpreter.cs (1)
36
_labels
= instructions.Labels;
6 references to _labels
System.Linq.Expressions (6)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
167
return frame.Interpreter.
_labels
[_labelIndex];
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (4)
203
RuntimeLabel target = Interpreter.
_labels
[_continuations![_continuationIndex - 1]];
214
RuntimeLabel pendingTarget = Interpreter.
_labels
[_pendingContinuation];
219
RuntimeLabel currentTarget = Interpreter.
_labels
[_continuations![_continuationIndex - 1]];
254
RuntimeLabel target = Interpreter.
_labels
[labelIndex];
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
148
int index = interpreter.
_labels
[filter.LabelIndex].Index;