4 writes to _headerLastModified
System.Web (4)
HttpCachePolicy.cs (4)
555
_headerLastModified
= null;
616
_headerLastModified
= settings.HeaderLastModified;
800
_headerLastModified
= null;
916
_headerLastModified
= new HttpResponseHeader(HttpWorkerRequest.HeaderLastModified, lastModifiedDate);
3 references to _headerLastModified
System.Web (3)
HttpCachePolicy.cs (3)
1049
if (
_headerLastModified
!= null) {
1050
headers.Add(
_headerLastModified
);
1139
_headerLastModified
,