Implemented interface member:
property
RightOperand
Microsoft.CodeAnalysis.Operations.ITupleBinaryOperation.RightOperand
1 write to RightOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8224
RightOperand
= SetParentOperation(rightOperand, this);
6 references to RightOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8232
(
RightOperand
is null ? 0 : 1);
8238
1 when
RightOperand
!= null
8239
=>
RightOperand
,
8250
if (
RightOperand
!= null) return (true, 1, 0);
8264
if (
RightOperand
!= null) return (true, 1, 0);
10669
return new TupleBinaryOperation(internalOperation.OperatorKind, Visit(internalOperation.LeftOperand), Visit(internalOperation.
RightOperand
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);