2 references to Unbox
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
371return Expression.Unbox(e, t);
System.Linq.Expressions (1)
System\Linq\Expressions\UnaryExpression.cs (1)
334ExpressionType.Unbox => Unbox(operand, type),