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