protected override bool ReadOnlyFieldAllowed()
            {
                var scope = SelectionResult.GetContainingScopeOf <ConstructorDeclarationSyntax>();

                return(scope == null);
            }