1 implementation of Value
System.Core (1)
Microsoft\Scripting\Utils\StrongBox.cs (1)
44object IStrongBox.Value {
2 writes to Value
System.Core (2)
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
204_boxes[index].Value = value;
Microsoft\Scripting\Compiler\RuntimeVariableList.cs (1)
102GetStrongBox(index).Value = value;
2 references to Value
System.Core (2)
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
201return _boxes[index].Value;
Microsoft\Scripting\Compiler\RuntimeVariableList.cs (1)
99return GetStrongBox(index).Value;