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