1 implementation of Value
System.Core (1)
Microsoft\Scripting\Utils\StrongBox.cs (1)
44
object 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)
102
GetStrongBox(index).
Value
= value;
2 references to Value
System.Core (2)
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
201
return _boxes[index].
Value
;
Microsoft\Scripting\Compiler\RuntimeVariableList.cs (1)
99
return GetStrongBox(index).
Value
;