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