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