public CssParser(CssTextReader reader) { this._reader = reader; this._token = this._tokenizer.Tokenize(this._reader); }