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