1 write to _pageParserFilterType
System.Web (1)
Configuration\PagesSection.cs (1)
424
_pageParserFilterType
= pageParserFilterType;
2 references to _pageParserFilterType
System.Web (2)
Configuration\PagesSection.cs (2)
421
if (
_pageParserFilterType
== null && !String.IsNullOrEmpty(PageParserFilterType)) {
427
return
_pageParserFilterType
;