2 writes to enableVersionHeaderCache
System.Web (2)
Configuration\HttpRuntimeSection.cs (2)
505
enableVersionHeaderCache
= (bool)base[_propEnableVersionHeader];
512
enableVersionHeaderCache
= value;
1 reference to enableVersionHeaderCache
System.Web (1)
Configuration\HttpRuntimeSection.cs (1)
508
return
enableVersionHeaderCache
;