1 write to Operand
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1553this.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)
1565if (nullableAnnotation != this.NullableAnnotation || operand != this.Operand || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 9893this.Visit(node.Operand); 11000BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 12694BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 15266new TreeDumperNode("operand", null, new TreeDumperNode[] { Visit(node.Operand, null) }),