1 write to Operand
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
3002
this.
Operand
= operand;
8 references to Operand
Microsoft.CodeAnalysis.CSharp (8)
CodeGen\EmitConversion.cs (1)
70
BoundExpression operand = expression.
Operand
;
FlowAnalysis\AbstractFlowPass.cs (1)
3754
VisitRvalue(node.
Operand
);
Generated\BoundNodes.xml.Generated.cs (5)
3015
if (operand != this.
Operand
|| !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(conversionMethod, this.ConversionMethod) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10081
this.Visit(node.
Operand
);
11318
BoundExpression operand = (BoundExpression)this.Visit(node.
Operand
);
13466
BoundExpression operand = (BoundExpression)this.Visit(node.
Operand
);
15819
new TreeDumperNode("operand", null, new TreeDumperNode[] { Visit(node.
Operand
, null) }),
Lowering\SpillSequenceSpiller.cs (1)
1514
BoundExpression operand = VisitExpression(ref builder, node.
Operand
);