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