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