4 instantiations of NameValueCache
System.ServiceModel.Web (4)
System\ServiceModel\Description\WebScriptClientGenerator.cs (1)
39
this.proxyCache = new
NameValueCache
<string>();
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (1)
60
this.caches.Add(operationName, new
NameValueCache
<FormatContentTypePair>(maxCachedAcceptHeaders));
System\ServiceModel\Dispatcher\HelpPage.cs (2)
41
this.operationPageCache = new
NameValueCache
<string>();
42
this.helpPageCache = new
NameValueCache
<string>();
5 references to NameValueCache
System.ServiceModel.Web (5)
System\ServiceModel\Description\WebScriptClientGenerator.cs (1)
22
NameValueCache
<string> proxyCache;
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (2)
24
Dictionary<string,
NameValueCache
<FormatContentTypePair>> caches;
47
this.caches = new Dictionary<string,
NameValueCache
<FormatContentTypePair>>();
System\ServiceModel\Dispatcher\HelpPage.cs (2)
35
NameValueCache
<string> operationPageCache;
36
NameValueCache
<string> helpPageCache;