1 implementation of LeftOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8601public IOperation LeftOperand { get; }
3 references to LeftOperand
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
2244(IOperation visitedLeft, IOperation visitedRight) = VisitPreservingTupleOperations(operation.LeftOperand, operation.RightOperand);
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1223Visit(operation.LeftOperand, "Left");
Compilation\TestOperationVisitor.cs (1)
835AssertEx.Equal(new[] { operation.LeftOperand, operation.RightOperand }, operation.ChildOperations);