9 references to TypeMatch
illink (9)
Linker\TypeMapInfo.cs (9)
422
if (!
TypeMatch
(candidate.GetReturnType(), method.GetReturnType()))
438
if (!
TypeMatch
(candidate.GetInflatedParameterType(i), method.GetInflatedParameterType(i)))
447
if (!
TypeMatch
(a.ModifierType, b.ModifierType))
450
return
TypeMatch
(a.ElementType, b.ElementType);
464
return
TypeMatch
(a.ElementType, b.ElementType);
469
if (!
TypeMatch
(a.ElementType, b.ElementType))
485
if (!
TypeMatch
(gaa[i], gab[i]))
515
!
TypeMatch
(aReturnType, bReturnType))
530
!
TypeMatch
(aParameterType, bParameterType))