2 writes to _noCache
Microsoft.Net.Http.Headers (2)
CacheControlHeaderValue.cs (2)
123
set {
_noCache
= value; }
605
success = TrySetOptionalTokenList(nameValue, ref cc.
_noCache
, ref cc._noCacheHeaders);
5 references to _noCache
Microsoft.Net.Http.Headers (5)
CacheControlHeaderValue.cs (5)
122
get { return
_noCache
; }
340
if (
_noCache
)
408
if ((
_noCache
!= other.
_noCache
) || (_noStore != other._noStore) || (_maxAge != other._maxAge) ||
444
int result =
_noCache
.GetHashCode() ^ (_noStore.GetHashCode() << 1) ^ (_maxStale.GetHashCode() << 2) ^