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