4 references to WriteTo
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
187WriteTo(writer);
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (2)
137Items[i].WriteTo(writer); 192this[i].WriteTo(writer);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
140Extension.WriteTo(writer);