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