1 instantiation of ProfileBuildProvider
System.Web (1)
Compilation\ProfileBuildProvider.cs (1)
39
ProfileBuildProvider buildProvider = new
ProfileBuildProvider
();
6 references to ProfileBuildProvider
System.Web (6)
Compilation\BuildManager.cs (1)
1038
_profileType =
ProfileBuildProvider
.GetProfileTypeFromAssembly(
Compilation\CodeDirectoryCompiler.cs (3)
130
if (!
ProfileBuildProvider
.HasCompilableProfile)
291
if (_dirType == CodeDirectoryType.MainCode &&
ProfileBuildProvider
.HasCompilableProfile) {
292
_buildProviders.Add(
ProfileBuildProvider
.Create());
Compilation\ProfileBuildProvider.cs (2)
38
internal static
ProfileBuildProvider
Create() {
39
ProfileBuildProvider
buildProvider = new ProfileBuildProvider();