// Token: 0x06002260 RID: 8800 RVA: 0x000AACD8 File Offset: 0x000A8ED8
        public virtual object GetService(Type serviceType)
        {
            if (serviceType == typeof(IUriContext))
            {
                return(this._parserContext);
            }
            if (serviceType == typeof(string))
            {
                return(this._attribStringValue);
            }
            ProvideValueServiceProvider provideValueProvider = this._parserContext.ProvideValueProvider;

            return(provideValueProvider.GetService(serviceType));
        }