Variable InterpolatedString.parts

class InterpolatedString
{
  // ...
  InterpolatedStringPart[] parts;
  // ...
}