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