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