Variable PrimaryExpression.interpolatedString

class PrimaryExpression
{
  // ...
  InterpolatedString interpolatedString;
  // ...
}