Implemented interface member:
1 reference to Equals
illink (1)
Linker.Dataflow\TypeProxy.cs (1)
50
public override bool Equals (object? o) => o is TypeProxy other &&
Equals
(other);