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