Implemented interface member:
property
RightOperand
Microsoft.CodeAnalysis.Operations.ITupleBinaryOperation.RightOperand
1 write to RightOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8597RightOperand = SetParentOperation(rightOperand, this);
6 references to RightOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8605(RightOperand is null ? 0 : 1); 86111 when RightOperand != null 8612=> RightOperand, 8623if (RightOperand != null) return (true, 1, 0); 8637if (RightOperand != null) return (true, 1, 0); 11219return new TupleBinaryOperation(internalOperation.OperatorKind, Visit(internalOperation.LeftOperand), Visit(internalOperation.RightOperand), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);