1 implementation of LeftOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8641
public IOperation
LeftOperand
{ get; }
1 reference to LeftOperand
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
2254
(IOperation visitedLeft, IOperation visitedRight) = VisitPreservingTupleOperations(operation.
LeftOperand
, operation.RightOperand);