Implemented interface member:
property
Parts
Microsoft.CodeAnalysis.Operations.IInterpolatedStringOperation.Parts
1 write to Parts
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6622
Parts
= SetParentOperation(parts, this);
8 references to Parts
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
6628
Parts
.Length;
6632
0 when index <
Parts
.Length
6633
=>
Parts
[index],
6641
if (!
Parts
.IsEmpty) return (true, 0, 0);
6643
case 0 when previousIndex + 1 <
Parts
.Length:
6657
if (!
Parts
.IsEmpty) return (true, 0,
Parts
.Length - 1);
11101
return new InterpolatedStringOperation(VisitArray(internalOperation.
Parts
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);