2 references to Coalesce
Microsoft.ML.Transforms (2)
Expression\LambdaParser.cs (2)
510if (precMin > Precedence.Coalesce) 514node = new BinaryOpNode(TokMove(), BinaryOp.Coalesce, node, ParseExpr(Precedence.Coalesce));