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