15 references to WriteElementString
System.Private.Xml (3)
System\Xml\Core\XmlWriter.cs (1)
546
WriteElementString
(localName, null, value);
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1072
_w.
WriteElementString
(localName, ns, value);
System\Xml\Xsl\IlGen\XmlILTrace.cs (1)
144
w.
WriteElementString
("Exception", null, e.ToString());
System.ServiceModel.Syndication (12)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (5)
391
writer.
WriteElementString
(elementName, Atom10Constants.Atom10Namespace, value);
454
writer.
WriteElementString
(Atom10Constants.UpdatedTag,
1181
dictWriter.
WriteElementString
(Atom10Constants.PublishedTag,
1211
writer.
WriteElementString
(Atom10Constants.UriTag, Atom10Constants.Atom10Namespace, p.Uri);
1215
writer.
WriteElementString
(Atom10Constants.EmailTag, Atom10Constants.Atom10Namespace, p.Email);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (7)
852
writer.
WriteElementString
(Rss20Constants.TitleTag, Rss20Constants.Rss20Namespace, title);
866
writer.
WriteElementString
(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace, description);
875
writer.
WriteElementString
(Rss20Constants.CopyrightTag, Rss20Constants.Rss20Namespace, Feed.Copyright.Text);
921
writer.
WriteElementString
(Rss20Constants.TitleTag, Rss20Constants.Rss20Namespace, title);
923
writer.
WriteElementString
(Rss20Constants.LinkTag, Rss20Constants.Rss20Namespace, imgAlternateLink);
1076
writer.
WriteElementString
(Rss20Constants.DescriptionTag, Rss20Constants.Rss20Namespace, summary.Text);
1103
writer.
WriteElementString
(Rss20Constants.PubDateTag, Rss20Constants.Rss20Namespace, AsString(item.PublishDate));