1 write to Operand
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1489this.Operand = operand;
10 references to Operand
Microsoft.CodeAnalysis.CSharp (10)
BoundTree\Expression.cs (1)
101protected override ImmutableArray<BoundNode?> Children => ImmutableArray.Create<BoundNode?>(this.Operand);
CodeGen\EmitExpression.cs (1)
690EmitExpression(expression.Operand, true);
FlowAnalysis\AbstractFlowPass.cs (1)
1207VisitRvalue(node.Operand);
FlowAnalysis\NullableWalker.cs (1)
11127VisitRvalue(node.Operand);
Generated\BoundNodes.xml.Generated.cs (5)
1502if (operand != this.Operand || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getTypeFromHandle, this.GetTypeFromHandle) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 9880this.Visit(node.Operand); 10985BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 12657BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 15245new TreeDumperNode("operand", null, new TreeDumperNode[] { Visit(node.Operand, null) }),
Lowering\LocalRewriter\LocalRewriter.cs (1)
683var operand = this.VisitExpression(node.Operand);