2 writes to Value
System.Core (2)
Microsoft\Scripting\Utils\StrongBox.cs (2)
41
Value
= value;
49
Value
= (T)value;
2 references to Value
System.Core (2)
Microsoft\Scripting\Compiler\HoistedLocals.cs (1)
98
return ((StrongBox<object[]>)locals[0]).
Value
;
Microsoft\Scripting\Utils\StrongBox.cs (1)
46
return
Value
;