Implemented interface member:
property
Parts
Microsoft.CodeAnalysis.Operations.IInterpolatedStringOperation.Parts
1 write to Parts
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6209
Parts
= SetParentOperation(parts, this);
8 references to Parts
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
6215
Parts
.Length;
6219
0 when index <
Parts
.Length
6220
=>
Parts
[index],
6228
if (!
Parts
.IsEmpty) return (true, 0, 0);
6230
case 0 when previousIndex + 1 <
Parts
.Length:
6244
if (!
Parts
.IsEmpty) return (true, 0,
Parts
.Length - 1);
10479
return new InterpolatedStringOperation(VisitArray(internalOperation.
Parts
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);