1 write to Value
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5902this.Value = value;
6 references to Value
Microsoft.CodeAnalysis.CSharp (6)
Generated\BoundNodes.xml.Generated.cs (5)
5915if (locals != this.Locals || sideEffects != this.SideEffects || value != this.Value || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10706this.Visit(node.Value); 12108BoundExpression value = (BoundExpression)this.Visit(node.Value); 14266BoundExpression value = (BoundExpression)this.Visit(node.Value); 16821new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }),
Lowering\SpillSequenceSpiller.cs (1)
769var value = VisitExpression(ref builder, node.Value);