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