2 references to MatchesParameterTypeExactly
System.Reflection.MetadataLoadContext (2)
System\Reflection\DefaultBinder.cs (1)
78if (types[j].MatchesParameterTypeExactly(par[j]))
System\Reflection\Runtime\BindingFlagSupport\Shared.cs (1)
68if (!(argumentTypes[i] is null) && !argumentTypes[i].MatchesParameterTypeExactly(parameterInfos[i]))