Base:
property
ConstantValueOpt
Microsoft.CodeAnalysis.CSharp.BoundExpression.ConstantValueOpt
1 write to ConstantValueOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2817
this.
ConstantValueOpt
= constantValueOpt;
5 references to ConstantValueOpt
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (5)
2829
if (targetType != this.TargetType || constantValueOpt != this.
ConstantValueOpt
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11280
return node.Update(targetType, node.
ConstantValueOpt
, type);
13353
updatedNode = node.Update(targetType, node.
ConstantValueOpt
, infoAndType.Type!);
13358
updatedNode = node.Update(targetType, node.
ConstantValueOpt
, node.Type);
15741
new TreeDumperNode("constantValueOpt", node.
ConstantValueOpt
, null),