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