4 references to WriteTo
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
210WriteTo(writer);
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (2)
154Items[i].WriteTo(writer); 209this[i].WriteTo(writer);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
151Extension.WriteTo(writer);