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