```c# var color = Color.FromArgb(255, Color.Yellow); ``` The piece of code above gets `Color.Yellow` highlighted, but all the `Color.FromArgb(...)` expression should be highlighted as well.
The piece of code above gets
Color.Yellowhighlighted, but all theColor.FromArgb(...)expression should be highlighted as well.