Implemented interface member:
property
RightOperand
Microsoft.CodeAnalysis.Operations.IBinaryOperation.RightOperand
1 write to RightOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5647
RightOperand
= SetParentOperation(rightOperand, this);
6 references to RightOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
5668
(
RightOperand
is null ? 0 : 1);
5674
1 when
RightOperand
!= null
5675
=>
RightOperand
,
5686
if (
RightOperand
!= null) return (true, 1, 0);
5700
if (
RightOperand
!= null) return (true, 1, 0);
10949
return 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);