1 implementation of RightOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9087public IOperation? RightOperand { get; }
2 references to RightOperand
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
7749if (operation.RightOperand is object) 7751visitedRightOperand = Visit(operation.RightOperand);