5 references to AddOrUpdate
System.ServiceModel.Web (5)
System\ServiceModel\Description\WebScriptClientGenerator.cs (1)
49
this.proxyCache.
AddOrUpdate
(baseUri.Authority, proxy);
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (2)
143
this.caches[operationName].
AddOrUpdate
(acceptHeader.ToUpperInvariant(), new FormatContentTypePair(format, contentTypeStr));
190
this.caches[operationName].
AddOrUpdate
(acceptHeader.ToUpperInvariant(), new FormatContentTypePair(format, null));
System\ServiceModel\Dispatcher\HelpPage.cs (2)
58
this.helpPageCache.
AddOrUpdate
(baseUri.Authority, helpPage);
77
this.operationPageCache.
AddOrUpdate
(requestUri.AbsoluteUri, helpPage);