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