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