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