Implemented interface member:
property
RightOperand
Microsoft.CodeAnalysis.Operations.IRangeOperation.RightOperand
1 write to RightOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9041RightOperand = SetParentOperation(rightOperand, this);
6 references to RightOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9052(RightOperand is null ? 0 : 1); 90581 when RightOperand != null 9059=> RightOperand, 9070if (RightOperand != null) return (true, 1, 0); 9084if (RightOperand != null) return (true, 1, 0); 11249return new RangeOperation(Visit(internalOperation.LeftOperand), Visit(internalOperation.RightOperand), internalOperation.IsLifted, internalOperation.Method, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);