7 references to WriteElement
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
421WriteElement(writer, Atom10Constants.UpdatedTag, AsString(lastUpdatedTime)); 1139WriteElement(writer, Atom10Constants.IdTag, id); 1145WriteElement(writer, Atom10Constants.LogoTag, feed.ImageUrl.ToString()); 1149WriteElement(writer, Atom10Constants.GeneratorTag, feed.Generator); 1174WriteElement(dictWriter, Atom10Constants.IdTag, id); 1208WriteElement(writer, Atom10Constants.NameTag, p.Name);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
976Atom10FeedFormatter.WriteElement(writer, Atom10Constants.IdTag, Feed.Id);