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