2 references to AuthorTag
System.ServiceModel (2)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
629
else if (reader.IsStartElement(Rss20Constants.
AuthorTag
, Rss20Constants.Rss20Namespace))
1270
WritePerson(writer, Rss20Constants.
AuthorTag
, item.Authors[0]);