public virtual void Visit(CustomAttributeNamedArgument argument)
 {
     Visit(argument.TypedValue);
 }