1 write to WrapperNamespace
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
120messageInfo.WrapperNamespace = AddToDictionary(body.WrapperNamespace);
3 references to WrapperNamespace
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (3)
226writer.WriteStartElement(messageInfo.WrapperName, messageInfo.WrapperNamespace); 375if (!reader.IsStartElement(messageInfo.WrapperName, messageInfo.WrapperNamespace)) 376throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR.GetString(SR.SFxInvalidMessageBody, messageInfo.WrapperName, messageInfo.WrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI)));