3 writes to _isExpiresSet
System.Web (3)
HttpCachePolicy.cs (3)
531
_isExpiresSet
= false;
593
_isExpiresSet
= settings.IsExpiresSet;
1463
_isExpiresSet
= true;
7 references to _isExpiresSet
System.Web (7)
HttpCachePolicy.cs (7)
790
else if (
_isExpiresSet
) {
906
if (
_isExpiresSet
&& _slidingExpiration != 1) {
995
if (
_isExpiresSet
) {
1119
_isExpiresSet
,
1155
return _slidingExpiration != 1 && (
_isExpiresSet
|| _isMaxAgeSet);
1188
else if (
_isExpiresSet
) {
1460
if (!
_isExpiresSet
|| utcDate < _utcExpires) {