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