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