2 writes to Value
Microsoft.ML.Transforms (2)
Expression\Node.cs (2)
724Value = tok.Value; 731Value = value;
4 references to Value
Microsoft.ML.Transforms (4)
Expression\LambdaBinder.cs (3)
149string name = node.Value; 166if (_lambda != null && (param = _lambda.FindParam(node.Value)) != null) 173PostError(node, "Unresolved identifier '{0}'", node.Value);
Expression\Printer.cs (1)
354_wrt.Write(node.Value);