24 references to Box
System (2)
regex\system\text\regularexpressions\RegexCompiler.cs (2)
3331
_ilg.Emit(OpCodes.
Box
, typeof(Int32));
3339
_ilg.Emit(OpCodes.
Box
, typeof(Int32));
System.Core (6)
Microsoft\Scripting\Compiler\ILGen.cs (2)
641
il.Emit(OpCodes.
Box
, typeFrom);
849
il.Emit(OpCodes.
Box
, typeFrom);
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
577
_ilg.Emit(OpCodes.
Box
, type);
Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs (1)
205
_ilg.Emit(OpCodes.
Box
, b.Right.Type);
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (2)
180
_ilg.Emit(OpCodes.
Box
, operandType);
221
_ilg.Emit(OpCodes.
Box
, operandType);
System.Data.Entity (4)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (2)
247
gen.Emit(OpCodes.
Box
, elementType = realType.GetGenericArguments()[0]);
257
gen.Emit(OpCodes.
Box
, elementType);
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
1294
generator.Emit(OpCodes.
Box
, propertyType);
1299
generator.Emit(OpCodes.
Box
, propertyType);
System.Data.Linq (5)
SqlClient\Reader\ObjectReaderCompiler.cs (5)
1446
gen.Emit(OpCodes.
Box
, clrType);
1580
gen.Emit(OpCodes.
Box
, actualType);
1778
gen.Emit(OpCodes.
Box
, actualType);
2060
gen.Emit(OpCodes.
Box
, type);
2062
gen.Emit(OpCodes.
Box
, type);
System.Data.Services (2)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
805
generator.Emit(OpCodes.
Box
, property.Type);
System\Data\Services\WebUtil.cs (1)
594
generator.Emit(System.Reflection.Emit.OpCodes.
Box
);
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
887
Emit(OpCodes.
Box
, clrTypeSrc);
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
936
ilGen.Emit(OpCodes.
Box
, type);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
381
ilGen.Emit(OpCodes.
Box
, type);
System.Web (1)
Util\FastPropertyAccessor.cs (1)
142
il.Emit(OpCodes.
Box
, propertyType);
System.Xml (1)
System\Xml\Serialization\CodeGenerator.cs (1)
930
ilGen.Emit(OpCodes.
Box
, type);