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]); 86else if (_headers != null) { 89for (i = 0, n = _headers.Size; i < n; i++) { 90item = _headers.GetValue(i); 116else if (_headers != null) { 117n = _headers.Size; 120item = _headers.GetValue(i); 130item = _headers.GetValue(i); 259return (_headers != null && _headers.GetValue(header) != null); 285if (_headers == null) { 289_headers.SetValue(header, header);