1 write to Operand
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
3024
this.
Operand
= operand;
8 references to Operand
Microsoft.CodeAnalysis.CSharp (8)
CodeGen\EmitConversion.cs (1)
70
BoundExpression operand = expression.
Operand
;
FlowAnalysis\AbstractFlowPass.cs (1)
3774
VisitRvalue(node.
Operand
);
Generated\BoundNodes.xml.Generated.cs (5)
3037
if (operand != this.
Operand
|| !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(conversionMethod, this.ConversionMethod) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10115
this.Visit(node.
Operand
);
11357
BoundExpression operand = (BoundExpression)this.Visit(node.
Operand
);
13496
BoundExpression operand = (BoundExpression)this.Visit(node.
Operand
);
15843
new TreeDumperNode("operand", null, new TreeDumperNode[] { Visit(node.
Operand
, null) }),
Lowering\SpillSequenceSpiller.cs (1)
1527
BoundExpression operand = VisitExpression(ref builder, node.
Operand
);