1 write to WrapperName
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
119messageInfo.WrapperName = AddToDictionary(body.WrapperName);
7 references to WrapperName
System.ServiceModel.Primitives (7)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (7)
242if (messageInfo.WrapperName != null) 244writer.WriteStartElement(messageInfo.WrapperName, messageInfo.WrapperNamespace); 253if (messageInfo.WrapperName != null) 432if (messageInfo.WrapperName != null) 434if (!reader.IsStartElement(messageInfo.WrapperName, messageInfo.WrapperNamespace)) 436throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SRP.Format(SRP.SFxInvalidMessageBody, messageInfo.WrapperName, messageInfo.WrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI))); 466if (messageInfo.WrapperName != null)