1 write to _preloadUtil
System.Web (1)
Hosting\ProcessHost.cs (1)
960_preloadUtil = applicationPreloadUtil;
5 references to _preloadUtil
System.Web (5)
Hosting\ProcessHost.cs (5)
956if (_preloadUtil != null) { 973if (enabled && _preloadUtil == null) { 1023if (_preloadUtil == null || ac.PreloadContext == null || ac.HostEnv != null) { 1150_preloadUtil.GetApplicationPreloadInfo(context, out enabled, out startupObjType, out parametersForStartupObj); 1155_preloadUtil.ReportApplicationPreloadFailure(context, errorCode, errorMessage);