private bool MoveNextChar() { bool success = _walker.MoveNext(); if (this.IsApostrophe()) { this._quoted = !_quoted; } return(success); }