1 write to _pageBaseType
System.Web (1)
Configuration\PagesSection.cs (1)
371
_pageBaseType
= pageBaseType;
3 references to _pageBaseType
System.Web (3)
Configuration\PagesSection.cs (3)
365
if (
_pageBaseType
== null &&
368
if (
_pageBaseType
== null) {
376
return
_pageBaseType
;