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)
956
if (
_preloadUtil
!= null) {
973
if (enabled &&
_preloadUtil
== null) {
1023
if (
_preloadUtil
== null || ac.PreloadContext == null || ac.HostEnv != null) {
1150
_preloadUtil
.GetApplicationPreloadInfo(context, out enabled, out startupObjType, out parametersForStartupObj);
1155
_preloadUtil
.ReportApplicationPreloadFailure(context, errorCode, errorMessage);