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