1 write to _boxes
System.Core (1)
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
192_boxes = boxes;
3 references to _boxes
System.Core (3)
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (3)
196get { return _boxes.Length; } 201return _boxes[index].Value; 204_boxes[index].Value = value;