1 write to CacheLastModified
System (1)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
768CacheLastModified = date;
4 references to CacheLastModified
System (4)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (4)
262ctx.CacheLastModified > ctx.ResponseLastModified) 641if (ctx.CacheLastModified > lastModifiedDate) { 642lastModifiedDate = ctx.CacheLastModified; 1182(ctx.CacheLastModified != ctx.ResponseLastModified) ||