Implemented interface member:
property
LeftOperand
Microsoft.CodeAnalysis.Operations.ITupleBinaryOperation.LeftOperand
1 write to LeftOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8223
LeftOperand
= SetParentOperation(leftOperand, this);
6 references to LeftOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8231
(
LeftOperand
is null ? 0 : 1) +
8236
0 when
LeftOperand
!= null
8237
=>
LeftOperand
,
8247
if (
LeftOperand
!= null) return (true, 0, 0);
8267
if (
LeftOperand
!= null) return (true, 0, 0);
10669
return new TupleBinaryOperation(internalOperation.OperatorKind, Visit(internalOperation.
LeftOperand
), Visit(internalOperation.RightOperand), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);