9 references to Unbox_Any
System.Core (6)
Microsoft\Scripting\Compiler\BoundConstants.cs (1)
187
lc.IL.Emit(OpCodes.
Unbox_Any
, type);
Microsoft\Scripting\Compiler\ILGen.cs (1)
639
il.Emit(OpCodes.
Unbox_Any
, typeTo);
Microsoft\Scripting\Compiler\LambdaCompiler.Binary.cs (1)
486
_ilg.Emit(OpCodes.
Unbox_Any
, resultType);
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (3)
183
_ilg.Emit(OpCodes.
Unbox_Any
, resultType);
225
_ilg.Emit(OpCodes.
Unbox_Any
, resultType);
276
_ilg.Emit(OpCodes.
Unbox_Any
, node.Type);
System.Data.Entity (1)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (1)
368
gen.Emit(OpCodes.
Unbox_Any
, elementType); // ((PropertyType)value)
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
1583
gen.Emit(OpCodes.
Unbox_Any
, expectedType);
1788
gen.Emit(OpCodes.
Unbox_Any
, expectedType);