7 references to WriteElement
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
406WriteElement(writer, Atom10Constants.UpdatedTag, AsString(lastUpdatedTime)); 1112WriteElement(writer, Atom10Constants.IdTag, id); 1118WriteElement(writer, Atom10Constants.LogoTag, feed.ImageUrl.ToString()); 1122WriteElement(writer, Atom10Constants.GeneratorTag, feed.Generator); 1147WriteElement(dictWriter, Atom10Constants.IdTag, id); 1181WriteElement(writer, Atom10Constants.NameTag, p.Name);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
949Atom10FeedFormatter.WriteElement(writer, Atom10Constants.IdTag, Feed.Id);