6 writes to _headers
System.Web (6)
HttpCacheVary.cs (6)
37
_headers
= null;
51
_headers
= null;
59
_headers
= null;
63
_headers
= new HttpDictionary();
156
_headers
= null;
286
_headers
= new HttpDictionary();
12 references to _headers
System.Web (12)
HttpCacheVary.cs (12)
65
_headers
.SetValue(headers[i], headers[i]);
86
else if (
_headers
!= null) {
89
for (i = 0, n =
_headers
.Size; i < n; i++) {
90
item =
_headers
.GetValue(i);
116
else if (
_headers
!= null) {
117
n =
_headers
.Size;
120
item =
_headers
.GetValue(i);
130
item =
_headers
.GetValue(i);
259
return (
_headers
!= null &&
_headers
.GetValue(header) != null);
285
if (
_headers
== null) {
289
_headers
.SetValue(header, header);