2 instantiations of ObjectInstance
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
640
instance = new
ObjectInstance
((DefType)owningType, allocSite);
3532
result = new
ObjectInstance
(type, allocationSite);
4 references to ObjectInstance
ILCompiler.Compiler (4)
Compiler\TypePreinit.cs (4)
1687
if (!
ObjectInstance
.TryBox((DefType)type, value, allocSite, out
ObjectInstance
boxedResult))
1702
if (entry.Value is
ObjectInstance
objInst
3521
public static bool TryBox(DefType type, Value value, AllocationSite allocationSite, out
ObjectInstance
result)