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