Implemented interface member:
1 reference to Equals
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
3205public override bool Equals(object obj) => obj is AllocationSite other && Equals(other);