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