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