Base:
property
ConstantValueOpt
Microsoft.CodeAnalysis.CSharp.BoundExpression.ConstantValueOpt
1 write to ConstantValueOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2712this.ConstantValueOpt = constantValueOpt;
5 references to ConstantValueOpt
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (5)
2724if (targetType != this.TargetType || constantValueOpt != this.ConstantValueOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10819return node.Update(targetType, node.ConstantValueOpt, type); 12733updatedNode = node.Update(targetType, node.ConstantValueOpt, infoAndType.Type!); 12738updatedNode = node.Update(targetType, node.ConstantValueOpt, node.Type); 15027new TreeDumperNode("constantValueOpt", node.ConstantValueOpt, null),