3 references to MasterPageBuildProvider
System.Web (3)
Compilation\CompilationUtil.cs (1)
406providerInfo.Type == typeof(MasterPageBuildProvider) ||
Configuration\PagesSection.cs (1)
497if (!typeof(MasterPageBuildProvider).IsAssignableFrom(buildProviderType)) {
UI\PageParserFilter.cs (1)
130else if (buildProviderType == typeof(MasterPageBuildProvider))