3 references to SubstTypeCore
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (3)
202
return ctx.IsNop ? typeSrc :
SubstTypeCore
(typeSrc, ctx);
299
return
SubstTypeCore
((AggregateType)type, pctx);
567
ctx == null || ctx.IsNop ? typeSrc :
SubstTypeCore
(typeSrc, ctx);