3 references to SubstEqualTypesCore
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (3)
323
return !ctx.IsNop &&
SubstEqualTypesCore
(typeDst, typeSrc, ctx);
353
if (!
SubstEqualTypesCore
(taDst[i], taSrc[i], ctx))
418
if (!
SubstEqualTypesCore
(atsDst.TypeArgsAll[i], atsSrc.TypeArgsAll[i], pctx))