2 references to GetTypeForSerializer
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
131
typeForSerializer =
GetTypeForSerializer
(type, this.parameterDataContractType, this.knownTypes);
System\ServiceModel\Dispatcher\SingleBodyParameterXmlSerializerMessageFormatter.cs (1)
85
Type typeForSerializer =
GetTypeForSerializer
(type, this.parameterType, this.knownTypes);