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