1 write to _type
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
51
_type
= owningType;
5 references to _type
ILCompiler.Compiler (5)
Compiler\TypePreinit.cs (5)
310
AllocationSite allocSite = new AllocationSite(
_type
, instructionCounter);
369
if (field.OwningType !=
_type
)
433
else if (field.OwningType ==
_type
)
606
AllocationSite allocSite = new AllocationSite(
_type
, instructionCounter);
1697
AllocationSite allocSite = new AllocationSite(
_type
, instructionCounter);