1 write to writer
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
98this.writer = factory.CreateWriter(output, encoding);
8 references to writer
System.Data.Services (8)
System\Data\Services\Serializers\SyndicationSerializer.cs (8)
105ErrorHandler.SerializeXmlError(args, this.writer); 152this.writer.Flush(); 219formatter.WriteTo(this.writer); 269formatter.WriteTo(this.writer); 615this.writer.WriteStartElement("link", XmlConstants.AtomNamespace); 616this.writer.WriteAttributeString("rel", "next"); 617this.writer.WriteAttributeString("href", this.GetNextLinkUri(lastElement, expandedResult, absoluteUri)); 618this.writer.WriteEndElement();