[DevExpress Support Team: CLONED FROM T346361: CodeRush for Roslyn Code CleanUp issue]
The #region is placed between the summary comment and member of the first member in a given group. The #region tag should precede the summary/comment.
C#/// <summary>
/// My field int1
/// </summary>
#region Fields
public int MyFieldInt1;
/// <summary>
/// My field int2
/// </summary>
public int MyFieldInt2
#endregion
Thanks for the provided code sample. I have reproduced this issue locally. We are working on it.