1 write to ConstantValue
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8545this.ConstantValue = constantValue;
8 references to ConstantValue
Microsoft.CodeAnalysis.CSharp (8)
Binder\DecisionDagBuilder.cs (2)
762var values = fac?.Related(rel.Relation.Operator(), rel.ConstantValue); 769tests.Add(new Tests.One(new BoundDagRelationalTest(rel.Syntax, rel.Relation, rel.ConstantValue, output, rel.HasErrors)));
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1013return relationalPattern.Update(relationalPattern.Relation, relationalPattern.Value, relationalPattern.ConstantValue, inputType, relationalPattern.NarrowedType);
BoundTree\BoundNode_Source.cs (1)
473appendConstantValue(relationalPattern.ConstantValue);
Generated\BoundNodes.xml.Generated.cs (4)
8561if (relation != this.Relation || value != this.Value || constantValue != this.ConstantValue || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything)) 12349return node.Update(node.Relation, value, node.ConstantValue, inputType, narrowedType); 15000return node.Update(node.Relation, value, node.ConstantValue, inputType, narrowedType); 17213new TreeDumperNode("constantValue", node.ConstantValue, null),