1 write to WrapperName
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
105
messageInfo.
WrapperName
= AddToDictionary(body.WrapperName);
7 references to WrapperName
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (7)
198
if (messageInfo.
WrapperName
!= null)
199
writer.WriteStartElement(messageInfo.
WrapperName
, messageInfo.WrapperNamespace);
203
if (messageInfo.
WrapperName
!= null)
348
if (messageInfo.
WrapperName
!= null)
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)));
374
if (messageInfo.
WrapperName
!= null)