2 references to FormatContentTypePair
System.ServiceModel.Web (2)
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));