4 references to InternalEqualTypes
mscorlib (4)
system\delegate.cs (2)
130if (obj == null || !InternalEqualTypes(this, obj)) 305if (!InternalEqualTypes(source, value))
system\multicastdelegate.cs (2)
107if (obj == null || !InternalEqualTypes(this, obj)) 273if (!InternalEqualTypes(this, follow))