1 write to Operand
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1489
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)
11314
VisitRvalue(node.
Operand
);
Generated\BoundNodes.xml.Generated.cs (5)
1502
if (operand != this.
Operand
|| !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getTypeFromHandle, this.GetTypeFromHandle) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
9882
this.Visit(node.
Operand
);
10987
BoundExpression operand = (BoundExpression)this.Visit(node.
Operand
);
12659
BoundExpression operand = (BoundExpression)this.Visit(node.
Operand
);
15247
new TreeDumperNode("operand", null, new TreeDumperNode[] { Visit(node.
Operand
, null) }),
Lowering\LocalRewriter\LocalRewriter.cs (1)
683
var operand = this.VisitExpression(node.
Operand
);