1 write to requestWrapperNamespace
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
68
requestWrapperNamespace
= AddToDictionary(dictionary, requestMessage.Body.WrapperNamespace);
3 references to requestWrapperNamespace
System.ServiceModel (3)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
499
if (!reader.IsStartElement(requestWrapperName,
requestWrapperNamespace
))
500
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR.GetString(SR.SFxInvalidMessageBody, requestWrapperName,
requestWrapperNamespace
, reader.NodeType, reader.Name, reader.NamespaceURI)));
642
writer.WriteStartElement(requestWrapperName,
requestWrapperNamespace
);