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)
17
int IRuntimeVariables.Count =>
_boxes
.Length;
23
return
_boxes
[index].Value;
27
_boxes
[index].Value = value;