2 references to EqualsCore
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Delegate.cs (2)
242return ReferenceEquals(Value, other.Value) || Value.EqualsCore(other.Value); 440return EqualsCore(Unsafe.As<Delegate>(obj));