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