Implemented interface member:
2 references to Equals
ILCompiler.Compiler (2)
Compiler\Dataflow\HoistedLocalKey.cs (2)
28public override bool Equals(object? obj) => obj is HoistedLocalKey other && Equals(other); 32public static bool operator ==(HoistedLocalKey left, HoistedLocalKey right) => left.Equals(right);