1 write to Operand
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1571this.Operand = operand;
10 references to Operand
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\AbstractFlowPass.cs (1)
2595VisitRvalue(node.Operand);
Generated\BoundNodes.xml.Generated.cs (5)
1584if (operand != this.Operand || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(methodOpt, this.MethodOpt) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 9547this.Visit(node.Operand); 10626BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 12277BoundExpression operand = (BoundExpression)this.Visit(node.Operand); 14736new TreeDumperNode("operand", null, new TreeDumperNode[] { Visit(node.Operand, null) }),
Lowering\LocalRewriter\LocalRewriter_Index.cs (1)
20BoundExpression operand = VisitExpression(node.Operand);
Lowering\LocalRewriter\LocalRewriter_IndexerAccess.cs (2)
461Debug.Assert(hatExpression.Operand is { Type: { SpecialType: SpecialType.System_Int32 } }); 463return VisitExpression(hatExpression.Operand);
Operations\CSharpOperationFactory.cs (1)
2671Create(boundIndex.Operand),