Implemented interface member:
property
Parts
Microsoft.CodeAnalysis.Operations.IInterpolatedStringOperation.Parts
1 write to Parts
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6620
Parts
= SetParentOperation(parts, this);
8 references to Parts
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
6626
Parts
.Length;
6630
0 when index <
Parts
.Length
6631
=>
Parts
[index],
6639
if (!
Parts
.IsEmpty) return (true, 0, 0);
6641
case 0 when previousIndex + 1 <
Parts
.Length:
6655
if (!
Parts
.IsEmpty) return (true, 0,
Parts
.Length - 1);
11099
return new InterpolatedStringOperation(VisitArray(internalOperation.
Parts
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);