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