4 instantiations of AllocationSite
ILCompiler.Compiler (4)
Compiler\TypePreinit.cs (4)
299AllocationSite allocSite = new AllocationSite(_type, instructionCounter); 595AllocationSite allocSite = new AllocationSite(_type, instructionCounter); 1686AllocationSite allocSite = new AllocationSite(_type, instructionCounter); 3207new AllocationSite(AllocationSite.OwningType, AllocationSite.InstructionCounter - baseInstructionCounter),
10 references to AllocationSite
ILCompiler.Compiler (10)
Compiler\TypePreinit.cs (10)
299AllocationSite allocSite = new AllocationSite(_type, instructionCounter); 595AllocationSite allocSite = new AllocationSite(_type, instructionCounter); 1686AllocationSite allocSite = new AllocationSite(_type, instructionCounter); 3196protected AllocationSite AllocationSite { get; } 3198public AllocatedReferenceTypeValue(TypeDesc type, AllocationSite allocationSite) 3233public DelegateInstance(TypeDesc delegateType, MethodDesc methodPointed, ReferenceTypeValue firstParameter, AllocationSite allocationSite) 3324public ArrayInstance(ArrayType type, int elementCount, AllocationSite allocationSite) 3417public ForeignTypeInstance(TypeDesc type, AllocationSite allocationSite, ReferenceTypeValue data) 3512public ObjectInstance(DefType type, AllocationSite allocationSite) 3521public static bool TryBox(DefType type, Value value, AllocationSite allocationSite, out ObjectInstance result)