2 references to PageParserFilterType
System.Web (2)
Configuration\PagesSection.cs (2)
421if (_pageParserFilterType == null && !String.IsNullOrEmpty(PageParserFilterType)) { 422Type pageParserFilterType = ConfigUtil.GetType(PageParserFilterType, "pageParserFilterType", this);