17 references to Links
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
584
feed.
Links
.Add(link);
System.ServiceModel (16)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
304
result.
Links
.Add(ReadLinkFrom(reader, result));
1251
for (int i = 0; i < feed.
Links
.Count; ++i)
1253
WriteLink(writer, feed.
Links
[i], feed.BaseUri);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (12)
685
feed.
Links
.Add(SyndicationLink.CreateSelfLink(new Uri(val, UriKind.RelativeOrAbsolute)));
934
result.
Links
.Add(ReadAlternateLink(reader, result.BaseUri));
1102
for (int i = 0; i < this.Feed.
Links
.Count; ++i)
1104
if (this.Feed.
Links
[i].RelationshipType == Atom10Constants.AlternateTag)
1106
alternateLink = this.Feed.
Links
[i];
1194
for (int i = 0; i < this.Feed.
Links
.Count; ++i)
1196
if (this.Feed.
Links
[i].RelationshipType == Atom10Constants.AlternateTag && isFirstAlternateLink)
1201
this.atomSerializer.WriteLink(writer, this.Feed.
Links
[i], this.Feed.BaseUri);
1210
if (this.Feed.
Links
.Count > 1)
1320
for (int i = 0; i < item.SourceFeed.
Links
.Count; ++i)
1322
if (item.SourceFeed.
Links
[i].RelationshipType == Atom10Constants.SelfTag)
1324
selfLink = item.SourceFeed.
Links
[i];
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
76
this.
Links
.Add(SyndicationLink.CreateAlternateLink(feedAlternateLink));