1 write to responseWrapperName
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
77responseWrapperName = AddToDictionary(dictionary, responseMessage.Body.WrapperName);
8 references to responseWrapperName
System.ServiceModel (8)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (8)
421if (responseWrapperName == null) 519if (responseWrapperName != null) 521if (!reader.IsStartElement(responseWrapperName, responseWrapperNamespace)) 522throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR.GetString(SR.SFxInvalidMessageBody, responseWrapperName, responseWrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI))); 550if (responseWrapperName != null) 652if (responseWrapperName != null) 653writer.WriteStartElement(responseWrapperName, responseWrapperNamespace); 660if (responseWrapperName != null)