4 references to WriteTo
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
205WriteTo(writer);
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (2)
152Items[i].WriteTo(writer); 213this[i].WriteTo(writer);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
149Extension.WriteTo(writer);