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)
196
get { return
_boxes
.Length; }
201
return
_boxes
[index].Value;
204
_boxes
[index].Value = value;