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