1 write to innerFormatter
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\ContentTypeSettingDispatchMessageFormatter.cs (1)
28this.innerFormatter = innerFormatter;
2 references to innerFormatter
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\ContentTypeSettingDispatchMessageFormatter.cs (2)
33this.innerFormatter.DeserializeRequest(message, parameters); 38Message message = this.innerFormatter.SerializeReply(messageVersion, parameters, result);