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)
918
if (
_runtimeLabelCount
== 0)
923
var result = new RuntimeLabel[
_runtimeLabelCount
+ 1];
957
label.LabelIndex =
_runtimeLabelCount
;