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