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