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