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) {
836
Debug.Assert(
_noCacheFields
.Size > 0);
839
sb.Append(
_noCacheFields
.GetKey(0));
840
for (i = 1, n =
_noCacheFields
.Size; i < n; i++) {
841
AppendValueToHeader(sb,
_noCacheFields
.GetKey(i));
1087
if (
_noCacheFields
!= null) {
1088
noCacheFields =
_noCacheFields
.GetAllKeys();
1171
&&
_noCacheFields
== null
1399
if (
_noCacheFields
== null) {
1403
_noCacheFields
.SetValue(field, field);