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