8 references to SubstTypeCore
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (8)
186
return ctx.IsNop ? typeSrc :
SubstTypeCore
(typeSrc, ctx);
208
CType dst =
SubstTypeCore
(src, ctx);
216
dsts[i] =
SubstTypeCore
(srcs[i], ctx);
268
typeDst =
SubstTypeCore
(typeSrc = mod.ParameterType, pctx);
273
typeDst =
SubstTypeCore
(typeSrc = arr.ElementType, pctx);
277
typeDst =
SubstTypeCore
(typeSrc = ((PointerType)type).ReferentType, pctx);
281
typeDst =
SubstTypeCore
(typeSrc = ((NullableType)type).UnderlyingType, pctx);
553
pctx == null || pctx.IsNop ? typeSrc :
SubstTypeCore
(typeSrc, pctx);