1 write to _runtimeLabelCount
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
958_runtimeLabelCount++;
3 references to _runtimeLabelCount
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\InstructionList.cs (3)
918if (_runtimeLabelCount == 0) 923var result = new RuntimeLabel[_runtimeLabelCount + 1]; 957label.LabelIndex = _runtimeLabelCount;