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