3 references to GenericMethodAwareAreParameterTypesEqual
System.Reflection.MetadataLoadContext (3)
System\Reflection\Runtime\BindingFlagSupport\MemberPolicies.cs (3)
113
if (!
GenericMethodAwareAreParameterTypesEqual
(parameterType1, parameterType2))
149
return
GenericMethodAwareAreParameterTypesEqual
(t1.GetElementType()!, t2.GetElementType()!);
166
if (!
GenericMethodAwareAreParameterTypesEqual
(ga1[i], ga2[i]))