4 references to SubstTypeArray
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (2)
267
ErrAppendParamList(TypeManager.
SubstTypeArray
(meth.Params, pctx), meth.isParamArray);
275
ErrAppendParamList(TypeManager.
SubstTypeArray
(indexer.Params, pctx), indexer.isParamArray);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
230
:
SubstTypeArray
(taSrc, new SubstContext(typeArgsCls, typeArgsMeth, false));
239
TypeArray typeArgs =
SubstTypeArray
(args, ctx);