3 references to SourceTag
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
650
string src = reader.GetAttribute(Atom10Constants.
SourceTag
, string.Empty);
669
else if (reader.LocalName == Atom10Constants.
SourceTag
&& reader.NamespaceURI == string.Empty)
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
40
writer.WriteAttributeString(Atom10Constants.
SourceTag
, string.Empty, FeedUtils.GetUriString(Url));