3 references to SubstTypeArray
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (1)
179
TypeArray bnds = TypeManager.
SubstTypeArray
(var.Bounds, typeArgsCls, typeArgsMeth);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
232
public static TypeArray SubstTypeArray(TypeArray taSrc, TypeArray typeArgsCls) =>
SubstTypeArray
(taSrc, typeArgsCls, null);
564
SubstTypeArray
(taSrc, atsCls?.TypeArgsAll, typeArgsMeth);