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