Implemented interface member:
property
RightOperand
Microsoft.CodeAnalysis.Operations.IRangeOperation.RightOperand
1 write to RightOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8668RightOperand = SetParentOperation(rightOperand, this);
6 references to RightOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8679(RightOperand is null ? 0 : 1); 86851 when RightOperand != null 8686=> RightOperand, 8697if (RightOperand != null) return (true, 1, 0); 8711if (RightOperand != null) return (true, 1, 0); 10699return new RangeOperation(Visit(internalOperation.LeftOperand), Visit(internalOperation.RightOperand), internalOperation.IsLifted, internalOperation.Method, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);