#region not supported in Statement mode
Is there a reason #region doesn't work in Statement mode? I was thinking about the perpetual shared code issue with LINQPad and in coming up with a possible implementation, realized that #region would be useful, so I attempted to use it with my hand rolled sharing method (e.g. copy and paste) and discovered it doesn't work in statement mode.
It would be useful if it did.
It would be useful if it did.