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