internal override bool AreNullableAnnotationsGloballyEnabled()
 {
     return(Next.AreNullableAnnotationsEnabled(_syntaxTree, _position));
 }