1 write to Operand
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1552
this.
Operand
= operand;
8 references to Operand
Microsoft.CodeAnalysis.CSharp (8)
BoundTree\Expression.cs (1)
116
protected override ImmutableArray<BoundNode?> Children => ImmutableArray.Create<BoundNode?>(this.
Operand
);
CodeGen\EmitAddress.cs (1)
318
EmitExpression(refValue.
Operand
, true);
FlowAnalysis\AbstractFlowPass.cs (1)
1270
VisitRvalue(node.
Operand
);
Generated\BoundNodes.xml.Generated.cs (5)
1564
if (nullableAnnotation != this.NullableAnnotation || operand != this.
Operand
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
9892
this.Visit(node.
Operand
);
10999
BoundExpression operand = (BoundExpression)this.Visit(node.
Operand
);
12693
BoundExpression operand = (BoundExpression)this.Visit(node.
Operand
);
15265
new TreeDumperNode("operand", null, new TreeDumperNode[] { Visit(node.
Operand
, null) }),