3 references to GetStrongBoxValueField
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\LambdaCompiler.cs (1)
291
return Utils.
GetStrongBoxValueField
(Expression.Constant(new StrongBox<T>()));
System\Linq\Expressions\Interpreter\TypeOperations.cs (1)
630
return Expression.Convert(Utils.
GetStrongBoxValueField
(Expression.Constant(box)), node.Type);
System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs (1)
180
return Utils.
GetStrongBoxValueField
(Expression.Constant(box));