Implemented interface member:
property
LeftOperand
Microsoft.CodeAnalysis.Operations.IBinaryOperation.LeftOperand
1 write to LeftOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5646
LeftOperand
= SetParentOperation(leftOperand, this);
6 references to LeftOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
5667
(
LeftOperand
is null ? 0 : 1) +
5672
0 when
LeftOperand
!= null
5673
=>
LeftOperand
,
5683
if (
LeftOperand
!= null) return (true, 0, 0);
5703
if (
LeftOperand
!= null) return (true, 0, 0);
10949
return new BinaryOperation(internalOperation.OperatorKind, Visit(internalOperation.
LeftOperand
), Visit(internalOperation.RightOperand), internalOperation.IsLifted, internalOperation.IsChecked, internalOperation.IsCompareText, internalOperation.OperatorMethod, internalOperation.ConstrainedToType, internalOperation.UnaryOperatorMethod, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);