1 write to OwningType
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
3213OwningType = type;
9 references to OwningType
ILCompiler.Compiler (9)
Compiler\TypePreinit.cs (9)
3218OwningType == other.OwningType 3223public override int GetHashCode() => HashCode.Combine(OwningType, InstructionCounter); 3242AllocationSite.OwningType, 3251data = factory.SerializedFrozenObject(AllocationSite.OwningType, AllocationSite.InstructionCounter, serializableRef); 3347builder.EmitPointerReloc(factory.SerializedFrozenObject(AllocationSite.OwningType, AllocationSite.InstructionCounter, this)); 3415builder.EmitPointerReloc(factory.SerializedFrozenObject(AllocationSite.OwningType, AllocationSite.InstructionCounter, this)); 3464builder.EmitPointerReloc(factory.SerializedFrozenObject(AllocationSite.OwningType, AllocationSite.InstructionCounter, serializableReference)); 3599builder.EmitPointerReloc(factory.SerializedFrozenObject(AllocationSite.OwningType, AllocationSite.InstructionCounter, this));