Implemented interface member:
property
Left
Microsoft.CodeAnalysis.Operations.IInterpolatedStringAdditionOperation.Left
1 write to Left
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9786
Left
= SetParentOperation(left, this);
6 references to Left
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
9792
(
Left
is null ? 0 : 1) +
9797
0 when
Left
!= null
9798
=>
Left
,
9808
if (
Left
!= null) return (true, 0, 0);
9828
if (
Left
!= null) return (true, 0, 0);
10799
return new InterpolatedStringAdditionOperation(Visit(internalOperation.
Left
), Visit(internalOperation.Right), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);