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