3 writes to _noMaxAgeInCacheControl
System.Web (3)
HttpCachePolicy.cs (3)
559_noMaxAgeInCacheControl = false; 620_noMaxAgeInCacheControl = false; 1508_noMaxAgeInCacheControl = true;
4 references to _noMaxAgeInCacheControl
System.Web (4)
HttpCachePolicy.cs (4)
871if (_isMaxAgeSet && !_noMaxAgeInCacheControl) { 875if (_isProxyMaxAgeSet && !_noMaxAgeInCacheControl) { 1018if (!_noMaxAgeInCacheControl) 1028if (!_noMaxAgeInCacheControl)