4 references to PagesConfig
System.Web (4)
UI\BatchParser.cs (4)
355
if (
PagesConfig
!= null) {
356
if (
PagesConfig
.MasterPageFileInternal != null &&
PagesConfig
.MasterPageFileInternal.Length != 0)
357
AddDependency(VirtualPath.Create(
PagesConfig
.MasterPageFileInternal));