1 write to PreloadContext
System.Web (1)
Hosting\ProcessHost.cs (1)
980ac.PreloadContext = context;
6 references to PreloadContext
System.Web (6)
Hosting\ApplicationManager.cs (1)
759if (ac.PreloadContext != null && !ac.RetryingPreload) {
Hosting\ProcessHost.cs (5)
1000ac.PreloadContext, 1023if (_preloadUtil == null || ac.PreloadContext == null || ac.HostEnv != null) { 1032GetApplicationPreloadInfoWithAssert(ac.PreloadContext, out stillEnabled, out preloadObjTypeName, out paramsForStartupObj); 1102ac.PreloadContext, 1120ac.PreloadContext,