7 references to WriteElement
System.ServiceModel (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
440WriteElement(writer, Atom10Constants.UpdatedTag, AsString(lastUpdatedTime)); 1239WriteElement(writer, Atom10Constants.IdTag, id); 1245WriteElement(writer, Atom10Constants.LogoTag, feed.ImageUrl.ToString()); 1249WriteElement(writer, Atom10Constants.GeneratorTag, feed.Generator); 1274WriteElement(dictWriter, Atom10Constants.IdTag, id); 1308WriteElement(writer, Atom10Constants.NameTag, p.Name);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
1190this.atomSerializer.WriteElement(writer, Atom10Constants.IdTag, this.Feed.Id);