using Foo; namespace Foo { // something here }
using Foo;
namespace Foo { // something here }
Normally using directive is not needed but it's not detected as unused. Should be.