This option controls whether the not pattern should be preferred over negating the result of an is expression.
if(o is not C c)
if(!(o is C c))