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