Implemented interface member:
property
Parts
Microsoft.CodeAnalysis.Operations.IInterpolatedStringOperation.Parts
1 write to Parts
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6582
Parts
= SetParentOperation(parts, this);
8 references to Parts
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
6588
Parts
.Length;
6592
0 when index <
Parts
.Length
6593
=>
Parts
[index],
6601
if (!
Parts
.IsEmpty) return (true, 0, 0);
6603
case 0 when previousIndex + 1 <
Parts
.Length:
6617
if (!
Parts
.IsEmpty) return (true, 0,
Parts
.Length - 1);
11029
return new InterpolatedStringOperation(VisitArray(internalOperation.
Parts
), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.OperationConstantValue, internalOperation.IsImplicit);