Implemented interface member:
property
LeftOperand
Microsoft.CodeAnalysis.Operations.IRangeOperation.LeftOperand
1 write to LeftOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8667LeftOperand = SetParentOperation(leftOperand, this);
6 references to LeftOperand
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
8678(LeftOperand is null ? 0 : 1) + 86830 when LeftOperand != null 8684=> LeftOperand, 8694if (LeftOperand != null) return (true, 0, 0); 8714if (LeftOperand != null) return (true, 0, 0); 10699return new RangeOperation(Visit(internalOperation.LeftOperand), Visit(internalOperation.RightOperand), internalOperation.IsLifted, internalOperation.Method, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);