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)
167return frame.Interpreter._labels[_labelIndex];
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (4)
203RuntimeLabel target = Interpreter._labels[_continuations![_continuationIndex - 1]]; 214RuntimeLabel pendingTarget = Interpreter._labels[_pendingContinuation]; 219RuntimeLabel currentTarget = Interpreter._labels[_continuations![_continuationIndex - 1]]; 254RuntimeLabel target = Interpreter._labels[labelIndex];
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
148int index = interpreter._labels[filter.LabelIndex].Index;