I have a constructor with the following summary
/// <summary>
/// Initializes a new instance of the <see cref="Element"/> class.
/// </summary>
If I enable the code cleanup for 1642 it duplicates this to become.
/// <summary>
/// Initializes a new instance of the <see cref="Element"/> class.
/// Initializes a new instance of the <see cref="Element"/> class.
/// </summary>
Every run of code cleanup adds another duplicate line.