5 writes to RelationshipType
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
987
link.
RelationshipType
= relationship;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
226
RelationshipType
= Atom10Constants.AlternateTag
504
RelationshipType
= Rss20Constants.EnclosureTag
System\ServiceModel\Syndication\SyndicationLink.cs (2)
29
RelationshipType
= relationshipType;
47
RelationshipType
= source.RelationshipType;
9 references to RelationshipType
System.ServiceModel.Syndication (9)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
468
if (!string.IsNullOrEmpty(link.
RelationshipType
) && !link.AttributeExtensions.ContainsKey(s_atom10Relative))
470
writer.WriteAttributeString(Atom10Constants.RelativeTag, link.
RelationshipType
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (6)
857
if (Feed.Links[i].
RelationshipType
== Atom10Constants.AlternateTag)
982
if (Feed.Links[i].
RelationshipType
== Atom10Constants.AlternateTag && isFirstAlternateLink)
1009
if (item.Links[i].
RelationshipType
== Atom10Constants.AlternateTag)
1086
if (item.SourceFeed.Links[i].
RelationshipType
== Atom10Constants.SelfTag)
1111
if (item.Links[i].
RelationshipType
== Rss20Constants.EnclosureTag)
1120
else if (item.Links[i].
RelationshipType
== Atom10Constants.AlternateTag)
System\ServiceModel\Syndication\SyndicationLink.cs (1)
47
RelationshipType = source.
RelationshipType
;