I'm writing a group of methods which are a mix of private/public and need to put into the same region (using #region). I used method mentioned in here but I can not get this warning supressed. Please help.
[Edit] I need to supress this particular warning only - not for the whole project/solution. But I'm willing to know how to do that ^_^