Does importing a large number of namespaces have an impact on performance?
Specifically in C# .NET or in general?
Obviously I would not import a namespace I wasn't going to use, and i'd probably never have to import so many as to worry about performance, but this is more out of general interest than an actual, practical problem i'm facing.