static CssCommentToken() { open = new CssCommentToken { _type = CssTokenType.Cdo }; close = new CssCommentToken { _type = CssTokenType.Cdc }; }