1 write to _labels
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
938_labels ??= new List<BranchLabel>();
3 references to _labels
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\InstructionList.cs (3)
103(index) => _list._labels![index].TargetIndex, 924foreach (BranchLabel label in _labels!) 941_labels.Add(label);