1 write to _responseWrapperNamespace
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
71
_responseWrapperNamespace
= AddToDictionary(dictionary, _responseMessage.Body.WrapperNamespace);
3 references to _responseWrapperNamespace
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
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)));
610
writer.WriteStartElement(_responseWrapperName,
_responseWrapperNamespace
);