Tagged Questions

7
votes
6answers
546 views

Are unused Using directives expensive? [closed]

Just wondering what the cost is of unused Using directives. I'm enjoying using Resharper to remove them, but I hope to gain a bit of a performance boost as well. Closed as duplicate of Why should …