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