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