1 write to _boxes
System.Linq.Expressions (1)
System\Runtime\CompilerServices\RuntimeOps.RuntimeVariables.cs (1)
14_boxes = boxes;
3 references to _boxes
System.Linq.Expressions (3)
System\Runtime\CompilerServices\RuntimeOps.RuntimeVariables.cs (3)
17int IRuntimeVariables.Count => _boxes.Length; 23return _boxes[index].Value; 27_boxes[index].Value = value;