2 writes to asyncPreloadModeCache
System.Web (2)
Configuration\HttpRuntimeSection.cs (2)
371asyncPreloadModeCache = (AsyncPreloadModeFlags)base[_propAsyncPreloadMode]; 378asyncPreloadModeCache = value;
1 reference to asyncPreloadModeCache
System.Web (1)
Configuration\HttpRuntimeSection.cs (1)
374return asyncPreloadModeCache;