Variable AtAttribute.useParen

True for @(argumentList) code, as well as @templateInstance!T(argumentList) and @identifier(argumentList).

class AtAttribute
{
  // ...
  bool useParen ;
  // ...
}