2 writes to _maxStale
Microsoft.Net.Http.Headers (2)
CacheControlHeaderValue.cs (2)
191set { _maxStale = value; } 627cc._maxStale = true;
5 references to _maxStale
Microsoft.Net.Http.Headers (5)
CacheControlHeaderValue.cs (5)
190get { return _maxStale; } 365if (_maxStale) 409(_sharedMaxAge != other._sharedMaxAge) || (_maxStale != other._maxStale) || 444int result = _noCache.GetHashCode() ^ (_noStore.GetHashCode() << 1) ^ (_maxStale.GetHashCode() << 2) ^