This option controls whether parentheses should be used around expressions involving operators that are not otherwise covered.
var value = (a.b).Length;
var value = a.b.Length;