4 references to CreateXmlWriterAndWriteProcessingInstruction
System.Data.Services (4)
System\Data\Services\ErrorHandler.cs (1)
508using (XmlWriter writer = XmlUtil.CreateXmlWriterAndWriteProcessingInstruction(stream, this.encoding))
System\Data\Services\Serializers\Atom10FormatterFactory.cs (1)
98return XmlUtil.CreateXmlWriterAndWriteProcessingInstruction(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);