1 implementation of LeftOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9086
public IOperation?
LeftOperand
{ get; }
3 references to LeftOperand
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
7743
if (operation.
LeftOperand
is object)
7745
PushOperand(VisitRequired(operation.
LeftOperand
));
7754
IOperation? visitedLeftOperand = operation.
LeftOperand
is null ? null : PopOperand();