1 write to Operand
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1552this.Operand = operand;
8 references to Operand
Microsoft.CodeAnalysis.CSharp (8)
BoundTree\Expression.cs (1)
116protected override ImmutableArray<BoundNode?> Children => ImmutableArray.Create<BoundNode?>(this.Operand);
CodeGen\EmitAddress.cs (1)
318EmitExpression(refValue.Operand, true);
FlowAnalysis\AbstractFlowPass.cs (1)
1270VisitRvalue(node.Operand);
Generated\BoundNodes.xml.Generated.cs (5)
1564if (nullableAnnotation != this.NullableAnnotation || operand != this.Operand || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 9892this.Visit(node.Operand); 10999BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 12693BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 15265new TreeDumperNode("operand", null, new TreeDumperNode[] { Visit(node.Operand, null) }),