5 writes to _cacheControl
System.Web (5)
HttpResponse.cs (5)
2161
_cacheControl
= null;
3181
_cacheControl
= null;
3185
_cacheControl
= value;
3189
_cacheControl
= value;
3193
_cacheControl
= value;
2 references to _cacheControl
System.Web (2)
HttpResponse.cs (2)
3172
if (
_cacheControl
== null) {
3177
return
_cacheControl
;