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