18 references to DoNotUseCache
System (18)
net\System\Net\Cache\_RequestCacheProtocol.cs (12)
100_ProtocolStatus = CacheValidationStatus.DoNotUseCache; 106_ProtocolStatus = CacheValidationStatus.DoNotUseCache; 118case CacheValidationStatus.DoNotUseCache: // ignore cache entirely 162if (_ProtocolStatus == CacheValidationStatus.DoNotUseCache) 163return CacheValidationStatus.DoNotUseCache; 168_ProtocolStatus = CacheValidationStatus.DoNotUseCache; 199if (_ProtocolStatus == CacheValidationStatus.DoNotUseCache) 200return CacheValidationStatus.DoNotUseCache; 364case CacheValidationStatus.DoNotUseCache: 423case CacheValidationStatus.DoNotUseCache: 470case CacheValidationStatus.DoNotUseCache: 629case CacheValidationStatus.DoNotUseCache:
net\System\Net\Cache\_Rfc2616CacheValidators.cs (2)
50if (result == CacheValidationStatus.DoNotUseCache) 470return CacheValidationStatus.DoNotUseCache;
net\System\Net\Cache\FtpRequestCacheValidator.cs (2)
77return CacheValidationStatus.DoNotUseCache; 104return CacheValidationStatus.DoNotUseCache;
net\System\Net\Cache\RequestCacheValidator.cs (2)
104_ValidationStatus = CacheValidationStatus.DoNotUseCache; 198_ValidationStatus = CacheValidationStatus.DoNotUseCache;