Home
last modified time | relevance | path

Searched refs:PreloadContext (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DProcessHost.cs980 ac.PreloadContext = context; in SetApplicationPreloadState()
1000 ac.PreloadContext, in PreloadApplicationIfNotShuttingdown()
1023 if (_preloadUtil == null || ac.PreloadContext == null || ac.HostEnv != null) { in PreloadApplicationIfRequired()
1032 …GetApplicationPreloadInfoWithAssert(ac.PreloadContext, out stillEnabled, out preloadObjTypeName, o… in PreloadApplicationIfRequired()
1102 ac.PreloadContext, in PreloadApplicationIfRequired()
1120 ac.PreloadContext, in PreloadApplicationIfRequired()
H A DApplicationManager.cs53 internal string PreloadContext { get; set; } property in System.Web.Hosting.LockableAppDomainContext
759 if (ac.PreloadContext != null && !ac.RetryingPreload) { in HostingEnvironmentShutdownInitiated()