2 instantiations of SingleBodyParameterDataContractMessageFormatter
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (2)
248
return new
SingleBodyParameterDataContractMessageFormatter
(operation, type, isRequestFormatter, false, dcsob);
265
return new
SingleBodyParameterDataContractMessageFormatter
(operation, type, isRequestFormatter, true, dcsob);
1 reference to SingleBodyParameterDataContractMessageFormatter
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (1)
60
Type nullableType =
SingleBodyParameterDataContractMessageFormatter
.UnwrapNullableType(this.parameterType);