I am getting a different result. I am using VS2017, VA 2237 running under Windows 7. In a C# file I have placed the following code:
class test_general
{
}
class GetSetPropertyNameColour
{
public double ActualHeight { get; }
public readonly String ActualName;
//
// placing a comment that can be collapsed
// here in front of the accessor pair
// for the return type of a class
// with the class name
public test_general test_general { get; set; }
}
In the VA options, I have set the colour for "Variables" to Silver, so I am closer to what you are showing in your screen shot. With the comment collapsed, I am seeing this:
I have different colouring behaviour to you, but also, the collapsed comment is above the accessor pair, not before it and on the same line, as in your screen shots.
Do you know if you have any extensions installed that might be a factor here?