4 references to InternalEqualTypes
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
166
if (!
InternalEqualTypes
(source, value))
src\System\Delegate.CoreCLR.cs (1)
90
if (obj == null || !
InternalEqualTypes
(this, obj))
src\System\MulticastDelegate.CoreCLR.cs (2)
50
if (!
InternalEqualTypes
(this, obj))
217
if (!
InternalEqualTypes
(this, follow))