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