7 references to SubstTypeArray
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
896TypeArray parameters = TypeManager.SubstTypeArray(methprop.Params, type, typeArgs);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
411TypeArray @params = TypeManager.SubstTypeArray( 685TypeArray @params = TypeManager.SubstTypeArray( 1000_pCurrentParameters = TypeManager.SubstTypeArray(
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (1)
34TypeArray genericParams = TypeManager.SubstTypeArray(methSym.Params, aggType, methSym.typeVars);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
34TypeArray genericInstanceParams = TypeManager.SubstTypeArray(propSym.Params, aggType, null);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
589public static TypeArray SubstTypeArray(TypeArray taSrc, AggregateType atsCls) => SubstTypeArray(taSrc, atsCls, null);