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