Implemented interface member:
property
RightOperand
Microsoft.CodeAnalysis.Operations.IBinaryOperation.RightOperand
1 write to RightOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5687RightOperand = SetParentOperation(rightOperand, this);
6 references to RightOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
5708(RightOperand is null ? 0 : 1); 57141 when RightOperand != null 5715=> RightOperand, 5726if (RightOperand != null) return (true, 1, 0); 5740if (RightOperand != null) return (true, 1, 0); 11021return 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);