8 instantiations of HttpDictionary
System.Web (8)
HttpCacheParams.cs (2)
63
_parameters = new
HttpDictionary
();
172
_parameters = new
HttpDictionary
();
HttpCachePolicy.cs (4)
624
_privateFields = new
HttpDictionary
();
632
_noCacheFields = new
HttpDictionary
();
1391
_privateFields = new
HttpDictionary
();
1400
_noCacheFields = new
HttpDictionary
();
HttpCacheVary.cs (2)
63
_headers = new
HttpDictionary
();
286
_headers = new
HttpDictionary
();
4 references to HttpDictionary
System.Web (4)
HttpCacheParams.cs (1)
26
HttpDictionary
_parameters;
HttpCachePolicy.cs (2)
463
HttpDictionary
_privateFields;
464
HttpDictionary
_noCacheFields;
HttpCacheVary.cs (1)
28
HttpDictionary
_headers;