6 references to AfterPreStartInit
System.Web (6)
Compilation\BuildManager.cs (3)
813Debug.Assert(PreStartInitStage == Compilation.PreStartInitStage.AfterPreStartInit); 883PreStartInitStage = Compilation.PreStartInitStage.AfterPreStartInit; 1155if (PreStartInitStage != Compilation.PreStartInitStage.AfterPreStartInit) {
Profile\ProfileManager.cs (1)
373bool canInitializeDefaultProvider = (!HostingEnvironment.IsHosted || BuildManager.PreStartInitStage == PreStartInitStage.AfterPreStartInit);
Security\Membership.cs (1)
389(!HostingEnvironment.IsHosted || BuildManager.PreStartInitStage == PreStartInitStage.AfterPreStartInit);
Security\Roles.cs (1)
552bool canInitializeDefaultProvider = (!HostingEnvironment.IsHosted || BuildManager.PreStartInitStage == PreStartInitStage.AfterPreStartInit);