3 references to GenericMethodAwareAreParameterTypesEqual
System.Private.CoreLib (3)
System\Reflection\Runtime\BindingFlagSupport\MemberPolicies.cs (3)
120
if (!
GenericMethodAwareAreParameterTypesEqual
(parameterType1, parameterType2))
156
return
GenericMethodAwareAreParameterTypesEqual
(t1.GetElementType(), t2.GetElementType());
173
if (!
GenericMethodAwareAreParameterTypesEqual
(ga1[i], ga2[i]))