1 write to WrapperName
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
119
messageInfo.
WrapperName
= AddToDictionary(body.WrapperName);
7 references to WrapperName
System.ServiceModel (7)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (7)
225
if (messageInfo.
WrapperName
!= null)
226
writer.WriteStartElement(messageInfo.
WrapperName
, messageInfo.WrapperNamespace);
230
if (messageInfo.
WrapperName
!= null)
373
if (messageInfo.
WrapperName
!= null)
375
if (!reader.IsStartElement(messageInfo.
WrapperName
, messageInfo.WrapperNamespace))
376
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SR.GetString(SR.SFxInvalidMessageBody, messageInfo.
WrapperName
, messageInfo.WrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI)));
399
if (messageInfo.
WrapperName
!= null)