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