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