6 references to AlternateTag
System.ServiceModel (6)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
483
link.RelationshipType = Atom10Constants.
AlternateTag
;
1104
if (this.Feed.Links[i].RelationshipType == Atom10Constants.
AlternateTag
)
1196
if (this.Feed.Links[i].RelationshipType == Atom10Constants.
AlternateTag
&& isFirstAlternateLink)
1234
if (item.Links[i].RelationshipType == Atom10Constants.
AlternateTag
)
1357
else if (item.Links[i].RelationshipType == Atom10Constants.
AlternateTag
)
System\ServiceModel\Syndication\SyndicationLink.cs (1)
125
return new SyndicationLink(uri, Atom10Constants.
AlternateTag
, null, mediaType, 0);