1 write to ConstantValue
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8503this.ConstantValue = constantValue;
6 references to ConstantValue
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (2)
714var values = fac?.Related(rel.Relation.Operator(), rel.ConstantValue); 721tests.Add(new Tests.One(new BoundDagRelationalTest(rel.Syntax, rel.Relation, rel.ConstantValue, output, rel.HasErrors)));
Generated\BoundNodes.xml.Generated.cs (4)
8515if (relation != this.Relation || value != this.Value || constantValue != this.ConstantValue || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 12157return node.Update(node.Relation, value, node.ConstantValue, inputType, narrowedType); 14827return node.Update(node.Relation, value, node.ConstantValue, inputType, narrowedType); 17038new TreeDumperNode("constantValue", node.ConstantValue, null),