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)
299AllocationSite allocSite = new AllocationSite(_type, instructionCounter); 358if (field.OwningType != _type) 422else if (field.OwningType == _type) 595AllocationSite allocSite = new AllocationSite(_type, instructionCounter); 1686AllocationSite allocSite = new AllocationSite(_type, instructionCounter);