1 write to WrapperNamespace
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
106
messageInfo.
WrapperNamespace
= AddToDictionary(body.WrapperNamespace);
3 references to WrapperNamespace
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (3)
199
writer.WriteStartElement(messageInfo.WrapperName, messageInfo.
WrapperNamespace
);
350
if (!reader.IsStartElement(messageInfo.WrapperName, messageInfo.
WrapperNamespace
))
351
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(string.Format(SRServiceModel.SFxInvalidMessageBody, messageInfo.WrapperName, messageInfo.
WrapperNamespace
, reader.NodeType, reader.Name, reader.NamespaceURI)));