1 write to Value
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
5812this.Value = value;
6 references to Value
Microsoft.CodeAnalysis.CSharp (6)
Generated\BoundNodes.xml.Generated.cs (5)
5825if (locals != this.Locals || sideEffects != this.SideEffects || value != this.Value || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10414this.Visit(node.Value); 11681BoundExpression value = (BoundExpression)this.Visit(node.Value); 13771BoundExpression value = (BoundExpression)this.Visit(node.Value); 16288new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }),
Lowering\SpillSequenceSpiller.cs (1)
758var value = VisitExpression(ref builder, node.Value);