7 references to XmlUtil
System.Data.Services (7)
parent\Client\System\Data\Services\Client\XmlUtil.cs (1)
169settings.NameTable = XmlUtil.CreateAtomNameTable();
System\Data\Services\ErrorHandler.cs (1)
508using (XmlWriter writer = XmlUtil.CreateXmlWriterAndWriteProcessingInstruction(stream, this.encoding))
System\Data\Services\Serializers\Atom10FormatterFactory.cs (2)
84return XmlUtil.CreateXmlReader(stream, encoding); 98return XmlUtil.CreateXmlWriterAndWriteProcessingInstruction(stream, encoding);
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
48this.xmlReader = XmlUtil.CreateXmlReader(stream, encoding);
System\Data\Services\Serializers\PlainXmlSerializer.cs (1)
50this.writer = XmlUtil.CreateXmlWriterAndWriteProcessingInstruction(output, encoding);
System\Data\Services\Serializers\XmlDocumentSerializer.cs (1)
56this.writer = XmlUtil.CreateXmlWriterAndWriteProcessingInstruction(output, encoding);