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