1 write to responseWrapperNamespace
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
78
responseWrapperNamespace
= AddToDictionary(dictionary, responseMessage.Body.WrapperNamespace);
3 references to responseWrapperNamespace
System.ServiceModel (3)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
521
if (!reader.IsStartElement(responseWrapperName,
responseWrapperNamespace
))
522
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR.GetString(SR.SFxInvalidMessageBody, responseWrapperName,
responseWrapperNamespace
, reader.NodeType, reader.Name, reader.NamespaceURI)));
653
writer.WriteStartElement(responseWrapperName,
responseWrapperNamespace
);