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