Implemented interface member:
property
RightOperand
Microsoft.CodeAnalysis.Operations.IBinaryOperation.RightOperand
1 write to RightOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5274RightOperand = SetParentOperation(rightOperand, this);
6 references to RightOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
5295(RightOperand is null ? 0 : 1); 53011 when RightOperand != null 5302=> RightOperand, 5313if (RightOperand != null) return (true, 1, 0); 5327if (RightOperand != null) return (true, 1, 0); 10399return new BinaryOperation(internalOperation.OperatorKind, Visit(internalOperation.LeftOperand), Visit(internalOperation.RightOperand), internalOperation.IsLifted, internalOperation.IsChecked, internalOperation.IsCompareText, internalOperation.OperatorMethod, internalOperation.ConstrainedToType, internalOperation.UnaryOperatorMethod, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);