Implemented interface member:
property
LeftOperand
Microsoft.CodeAnalysis.Operations.IRangeOperation.LeftOperand
1 write to LeftOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9080
LeftOperand
= SetParentOperation(leftOperand, this);
6 references to LeftOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9091
(
LeftOperand
is null ? 0 : 1) +
9096
0 when
LeftOperand
!= null
9097
=>
LeftOperand
,
9107
if (
LeftOperand
!= null) return (true, 0, 0);
9127
if (
LeftOperand
!= null) return (true, 0, 0);
11321
return new RangeOperation(Visit(internalOperation.
LeftOperand
), Visit(internalOperation.RightOperand), internalOperation.IsLifted, internalOperation.Method, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);