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