8 references to SubstTypeCore
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (8)
193
return ctx.IsNop ? typeSrc :
SubstTypeCore
(typeSrc, ctx);
218
CType dst =
SubstTypeCore
(src, ctx);
226
dsts[i] =
SubstTypeCore
(srcs[i], ctx);
282
typeDst =
SubstTypeCore
(typeSrc = mod.ParameterType, pctx);
287
typeDst =
SubstTypeCore
(typeSrc = arr.ElementType, pctx);
291
typeDst =
SubstTypeCore
(typeSrc = ((PointerType)type).ReferentType, pctx);
295
typeDst =
SubstTypeCore
(typeSrc = ((NullableType)type).UnderlyingType, pctx);
571
pctx == null || pctx.IsNop ? typeSrc :
SubstTypeCore
(typeSrc, pctx);