1 write to serializerType
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
35
this.
serializerType
= serializerType;
2 references to serializerType
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (2)
276
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR2.GetString(SR2.CannotSerializeType, body.GetType(), this.operationName, this.contractName, this.contractNs, this.
serializerType
)));
304
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR2.GetString(SR2.CannotDeserializeBody, reader.LocalName, reader.NamespaceURI, operationName, contractName, contractNs, this.
serializerType
)));