4 references to CanPromote
Microsoft.ML.Transforms (4)
Expression\LambdaBinder.cs (3)
409if (!CanPromote(false, a.ExprType, b.ExprType, out kind)) 826if (!CanPromote(false, left.ExprType, right.ExprType, out kind)) 1676if (!CanPromote(true, kind, itemKind, out kindNew))
Expression\Node.cs (1)
314bool tmp = LambdaBinder.CanPromote(false, SrcKind, ExprType, out kind);