4 references to WriteTo
System.ServiceModel (4)
System\ServiceModel\Syndication\SyndicationElementExtension.cs (1)
209this.WriteTo(writer);
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (2)
153this.Items[i].WriteTo(writer); 218this[i].WriteTo(writer);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
175this.extension.WriteTo(writer);