This option controls whether using directives should be placed inside or outside the namespace declaration.
namespace MyNamespace { using System; }
using System; namespace MyNamespace {