Implemented interface member:
property
RightOperand
Microsoft.CodeAnalysis.Operations.IRangeOperation.RightOperand
1 write to RightOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9079
RightOperand
= SetParentOperation(rightOperand, this);
6 references to RightOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9090
(
RightOperand
is null ? 0 : 1);
9096
1 when
RightOperand
!= null
9097
=>
RightOperand
,
9108
if (
RightOperand
!= null) return (true, 1, 0);
9122
if (
RightOperand
!= null) return (true, 1, 0);
11319
return new RangeOperation(Visit(internalOperation.LeftOperand), Visit(internalOperation.
RightOperand
), internalOperation.IsLifted, internalOperation.Method, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);