Unused usings diagnostic analyzer greys out contiguous unused usings. However, it only greys out trivia that is between the first and last unused usings - it does not grey out trivia present on the first or last unused using (notice how the last comment below is not greyed out)

The code fix however removes everything (including trivia present on the first and last unused using)

Unused usings diagnostic analyzer greys out contiguous unused usings. However, it only greys out trivia that is between the first and last unused usings - it does not grey out trivia present on the first or last unused using (notice how the last comment below is not greyed out)

The code fix however removes everything (including trivia present on the first and last unused using)
