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)
310AllocationSite allocSite = new AllocationSite(_type, instructionCounter); 369if (field.OwningType != _type) 433else if (field.OwningType == _type) 606AllocationSite allocSite = new AllocationSite(_type, instructionCounter); 1697AllocationSite allocSite = new AllocationSite(_type, instructionCounter);