1 implementation of Value
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\StrongBox.cs (1)
36
object? IStrongBox.
Value
8 writes to Value
System.Linq.Expressions (8)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
3145
box.
Value
= value;
3150
box.
Value
= value;
System\Linq\Expressions\Interpreter\LocalAccess.cs (3)
176
box.
Value
= frame.Peek();
194
box.
Value
= frame.Data[--frame.StackIndex];
213
box.
Value
= frame.Peek();
System\Linq\Expressions\Interpreter\RuntimeVariables.cs (1)
27
_boxes[index].
Value
= value;
System\Runtime\CompilerServices\RuntimeOps.RuntimeVariableList.cs (1)
93
GetStrongBox(index).
Value
= value;
System\Runtime\CompilerServices\RuntimeOps.RuntimeVariables.cs (1)
27
_boxes[index].
Value
= value;
5 references to Value
System.Linq.Expressions (5)
System\Linq\Expressions\Interpreter\LocalAccess.cs (2)
72
frame.Data[frame.StackIndex++] = box.
Value
;
90
frame.Data[frame.StackIndex++] = box.
Value
;
System\Linq\Expressions\Interpreter\RuntimeVariables.cs (1)
23
return _boxes[index].
Value
;
System\Runtime\CompilerServices\RuntimeOps.RuntimeVariableList.cs (1)
89
return GetStrongBox(index).
Value
;
System\Runtime\CompilerServices\RuntimeOps.RuntimeVariables.cs (1)
23
return _boxes[index].
Value
;