8 references to SetValue
Microsoft.ML.Transforms (8)
Expression\LambdaBinder.cs (7)
286node.SetValue(!bl.Value); 367node.SetValue(v1.Value || v2.Value); 369node.SetValue(true); 378node.SetValue(v1.Value && v2.Value); 380node.SetValue(false); 1087node.SetValue(false); 1123node.SetValue(true);
Expression\Node.cs (1)
839SetValue(tok.Kind == TokKind.True ? true : false);