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