7 references to SubstTypeArray
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
873TypeArray parameters = TypeManager.SubstTypeArray(methprop.Params, type, typeArgs);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
410TypeArray @params = TypeManager.SubstTypeArray( 684TypeArray @params = TypeManager.SubstTypeArray( 999_pCurrentParameters = TypeManager.SubstTypeArray(
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (1)
33TypeArray genericParams = TypeManager.SubstTypeArray(methSym.Params, aggType, methSym.typeVars);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
33TypeArray genericInstanceParams = TypeManager.SubstTypeArray(propSym.Params, aggType, null);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
566public static TypeArray SubstTypeArray(TypeArray taSrc, AggregateType atsCls) => SubstTypeArray(taSrc, atsCls, null);