9 references to Unbox
System.Core (9)
Microsoft\Scripting\Ast\DebugViewWriter.cs (3)
583case ExpressionType.Unbox: 738case ExpressionType.Unbox: 918case ExpressionType.Unbox:
Microsoft\Scripting\Ast\UnaryExpression.cs (2)
345case ExpressionType.Unbox: 686return new UnaryExpression(ExpressionType.Unbox, expression, type, null);
Microsoft\Scripting\Compiler\LambdaCompiler.Address.cs (2)
59case ExpressionType.Unbox: 198Debug.Assert(node.NodeType == ExpressionType.Unbox);
Microsoft\Scripting\Compiler\LambdaCompiler.Generated.cs (1)
238case ExpressionType.Unbox:
Microsoft\Scripting\Compiler\StackSpiller.Generated.cs (1)
224case ExpressionType.Unbox: