Implemented interface member:
property
Left
Microsoft.CodeAnalysis.Operations.IInterpolatedStringAdditionOperation.Left
1 write to Left
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10159
Left
= SetParentOperation(left, this);
6 references to Left
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
10165
(
Left
is null ? 0 : 1) +
10170
0 when
Left
!= null
10171
=>
Left
,
10181
if (
Left
!= null) return (true, 0, 0);
10201
if (
Left
!= null) return (true, 0, 0);
11349
return new InterpolatedStringAdditionOperation(Visit(internalOperation.
Left
), Visit(internalOperation.Right), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);