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