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