1 write to requestWrapperName
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
67requestWrapperName = AddToDictionary(dictionary, requestMessage.Body.WrapperName);
8 references to requestWrapperName
System.ServiceModel (8)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (8)
461if (requestWrapperName == null) 497if (requestWrapperName != null) 499if (!reader.IsStartElement(requestWrapperName, requestWrapperNamespace)) 500throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR.GetString(SR.SFxInvalidMessageBody, requestWrapperName, requestWrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI))); 511if (requestWrapperName != null) 641if (requestWrapperName != null) 642writer.WriteStartElement(requestWrapperName, requestWrapperNamespace); 646if (requestWrapperName != null)