2 references to UnwrapNullableType
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
61
Type nullableType =
UnwrapNullableType
(this.parameterDataContractType);
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (1)
60
Type nullableType = SingleBodyParameterDataContractMessageFormatter.
UnwrapNullableType
(this.parameterType);