1 write to OwningType
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
3197OwningType = type;
9 references to OwningType
ILCompiler.Compiler (9)
Compiler\TypePreinit.cs (9)
3202OwningType == other.OwningType 3207public override int GetHashCode() => HashCode.Combine(OwningType, InstructionCounter); 3226AllocationSite.OwningType, 3235data = factory.SerializedFrozenObject(AllocationSite.OwningType, AllocationSite.InstructionCounter, serializableRef); 3331builder.EmitPointerReloc(factory.SerializedFrozenObject(AllocationSite.OwningType, AllocationSite.InstructionCounter, this)); 3399builder.EmitPointerReloc(factory.SerializedFrozenObject(AllocationSite.OwningType, AllocationSite.InstructionCounter, this)); 3448builder.EmitPointerReloc(factory.SerializedFrozenObject(AllocationSite.OwningType, AllocationSite.InstructionCounter, serializableReference)); 3583builder.EmitPointerReloc(factory.SerializedFrozenObject(AllocationSite.OwningType, AllocationSite.InstructionCounter, this));