4 references to SubstTypeArray
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
600TypeArray paramsCur = TypeManager.SubstTypeArray(methCur.Params, atsCur);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2458TypeArray paramsCur = TypeManager.SubstTypeArray(method.Params, ats); 2619TypeArray paramsRaw = TypeManager.SubstTypeArray(mpwi.Meth().Params, mpwi.GetType());
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (1)
106TypeArray genericInstanceParams = TypeManager.SubstTypeArray(methSym.Params, aggType);