1 write to Operand
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
3003this.Operand = operand;
9 references to Operand
Microsoft.CodeAnalysis.CSharp (9)
CodeGen\EmitConversion.cs (1)
70BoundExpression operand = expression.Operand;
FlowAnalysis\AbstractFlowPass.cs (1)
3648VisitRvalue(node.Operand);
Generated\BoundNodes.xml.Generated.cs (5)
3016if (operand != this.Operand || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(conversionMethod, this.ConversionMethod) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10044this.Visit(node.Operand); 11244BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 13284BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 15638new TreeDumperNode("operand", null, new TreeDumperNode[] { Visit(node.Operand, null) }),
Lowering\MethodToClassRewriter.cs (1)
719BoundExpression operand = (BoundExpression)this.Visit(node.Operand);
Lowering\SpillSequenceSpiller.cs (1)
1514BoundExpression operand = VisitExpression(ref builder, node.Operand);