1 write to Operand
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1514this.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)
1254VisitRvalue(node.Operand);
FlowAnalysis\NullableWalker.cs (1)
12388VisitRvalue(node.Operand);
Generated\BoundNodes.xml.Generated.cs (5)
1527if (operand != this.Operand || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getTypeFromHandle, this.GetTypeFromHandle) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10034this.Visit(node.Operand); 11170BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 12997BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 15568new TreeDumperNode("operand", null, new TreeDumperNode[] { Visit(node.Operand, null) }),
Lowering\LocalRewriter\LocalRewriter.cs (1)
692var operand = this.VisitExpression(node.Operand);