Implemented interface member:
3 references to Equals
illink (3)
Linker.Dataflow\InterproceduralState.cs (1)
30
=> MethodBodies.Equals(other.MethodBodies) && HoistedLocals.
Equals
(other.HoistedLocals);
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\DefaultValueDictionary.cs (2)
70
public override bool Equals(object? obj) => obj is DefaultValueDictionary<TKey, TValue> other &&
Equals
(other);
115
public static bool operator ==(DefaultValueDictionary<TKey, TValue> left, DefaultValueDictionary<TKey, TValue> right) => left.
Equals
(right);