3 writes to _noCacheFields
System.Web (3)
HttpCachePolicy.cs (3)
529_noCacheFields = null; 632_noCacheFields = new HttpDictionary(); 1400_noCacheFields = new HttpDictionary();
11 references to _noCacheFields
System.Web (11)
HttpCachePolicy.cs (11)
634_noCacheFields.SetValue(fields[i], fields[i]); 834_noCacheFields != null) { 836Debug.Assert(_noCacheFields.Size > 0); 839sb.Append(_noCacheFields.GetKey(0)); 840for (i = 1, n = _noCacheFields.Size; i < n; i++) { 841AppendValueToHeader(sb, _noCacheFields.GetKey(i)); 1087if (_noCacheFields != null) { 1088noCacheFields = _noCacheFields.GetAllKeys(); 1171&& _noCacheFields == null 1399if (_noCacheFields == null) { 1403_noCacheFields.SetValue(field, field);