7 references to WriteElement
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
407WriteElement(writer, Atom10Constants.UpdatedTag, AsString(lastUpdatedTime)); 1109WriteElement(writer, Atom10Constants.IdTag, id); 1115WriteElement(writer, Atom10Constants.LogoTag, feed.ImageUrl.ToString()); 1119WriteElement(writer, Atom10Constants.GeneratorTag, feed.Generator); 1144WriteElement(dictWriter, Atom10Constants.IdTag, id); 1178WriteElement(writer, Atom10Constants.NameTag, p.Name);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
946Atom10FeedFormatter.WriteElement(writer, Atom10Constants.IdTag, Feed.Id);