Base:
property
ConstantValueOpt
Microsoft.CodeAnalysis.CSharp.BoundExpression.ConstantValueOpt
1 write to ConstantValueOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2823
this.
ConstantValueOpt
= constantValueOpt;
5 references to ConstantValueOpt
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (5)
2835
if (targetType != this.TargetType || constantValueOpt != this.
ConstantValueOpt
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11214
return node.Update(targetType, node.
ConstantValueOpt
, type);
13200
updatedNode = node.Update(targetType, node.
ConstantValueOpt
, infoAndType.Type!);
13205
updatedNode = node.Update(targetType, node.
ConstantValueOpt
, node.Type);
15587
new TreeDumperNode("constantValueOpt", node.
ConstantValueOpt
, null),