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