1 write to _responseWrapperNamespace
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
80_responseWrapperNamespace = AddToDictionary(dictionary, _responseMessage.Body.WrapperNamespace);
3 references to _responseWrapperNamespace
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
602if (!reader.IsStartElement(_responseWrapperName, _responseWrapperNamespace)) 604throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SRP.Format(SRP.SFxInvalidMessageBody, _responseWrapperName, _responseWrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI))); 762writer.WriteStartElement(_responseWrapperName, _responseWrapperNamespace);