9 references to TypeMatch
illink (9)
Linker\TypeMapInfo.cs (9)
399
if (!
TypeMatch
(candidate.GetReturnType (), method.GetReturnType ()))
414
if (!
TypeMatch
(candidate.GetInflatedParameterType (i), method.GetInflatedParameterType (i)))
423
if (!
TypeMatch
(a.ModifierType, b.ModifierType))
426
return
TypeMatch
(a.ElementType, b.ElementType);
440
return
TypeMatch
(a.ElementType, b.ElementType);
445
if (!
TypeMatch
(a.ElementType, b.ElementType))
460
if (!
TypeMatch
(gaa[i], gab[i]))
490
!
TypeMatch
(aReturnType, bReturnType))
504
!
TypeMatch
(aParameterType, bParameterType))