I agree, I only use regions to group the logical blocks of items inside of a class. I.e Private fields, properties, ctor, methods. This is especially useful inside a large class with multiple properties + methods. You should never use regions inside a method, and many refactoring tools such as Stylecop and ReSharper, actually prevent it.
R
Ryan Gamal
@Ryan Gamal