1 write to _responseWrapperName
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
70
_responseWrapperName
= AddToDictionary(dictionary, _responseMessage.Body.WrapperName);
8 references to _responseWrapperName
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (8)
379
if (
_responseWrapperName
== null)
477
if (
_responseWrapperName
!= null)
479
if (!reader.IsStartElement(
_responseWrapperName
, _responseWrapperNamespace))
480
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(string.Format(SRServiceModel.SFxInvalidMessageBody,
_responseWrapperName
, _responseWrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI)));
508
if (
_responseWrapperName
!= null)
609
if (
_responseWrapperName
!= null)
610
writer.WriteStartElement(
_responseWrapperName
, _responseWrapperNamespace);
617
if (
_responseWrapperName
!= null)