Base:
property
ConstantValueOpt
Microsoft.CodeAnalysis.CSharp.BoundExpression.ConstantValueOpt
1 write to ConstantValueOpt
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2825this.ConstantValueOpt = constantValueOpt;
5 references to ConstantValueOpt
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (5)
2837if (targetType != this.TargetType || constantValueOpt != this.ConstantValueOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11293return node.Update(targetType, node.ConstantValueOpt, type); 13376updatedNode = node.Update(targetType, node.ConstantValueOpt, infoAndType.Type!); 13381updatedNode = node.Update(targetType, node.ConstantValueOpt, node.Type); 15766new TreeDumperNode("constantValueOpt", node.ConstantValueOpt, null),