1 write to _type
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
50
_type
= owningType;
5 references to _type
ILCompiler.Compiler (5)
Compiler\TypePreinit.cs (5)
299
AllocationSite allocSite = new AllocationSite(
_type
, instructionCounter);
358
if (field.OwningType !=
_type
)
422
else if (field.OwningType ==
_type
)
595
AllocationSite allocSite = new AllocationSite(
_type
, instructionCounter);
1686
AllocationSite allocSite = new AllocationSite(
_type
, instructionCounter);