2 references to ParseList
Microsoft.ML.Transforms (2)
Expression\LambdaParser.cs (2)
683return new CallNode(tok, head, ParseList(tok, TokKind.CloseParen), TokEat(TokKind.CloseParen)); 700return new CallNode(tokParen, ns, tokDot, head, ParseList(tokParen, TokKind.CloseParen), TokEat(TokKind.CloseParen));