4 references to AllocationSite
ILCompiler.Compiler (4)
Compiler\TypePreinit.cs (4)
299
AllocationSite allocSite = new
AllocationSite
(_type, instructionCounter);
595
AllocationSite allocSite = new
AllocationSite
(_type, instructionCounter);
1686
AllocationSite allocSite = new
AllocationSite
(_type, instructionCounter);
3207
new
AllocationSite
(AllocationSite.OwningType, AllocationSite.InstructionCounter - baseInstructionCounter),