5 writes to RelationshipType
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
960
link.
RelationshipType
= relationship;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
199
RelationshipType
= Atom10Constants.AlternateTag
477
RelationshipType
= Rss20Constants.EnclosureTag
System\ServiceModel\Syndication\SyndicationLink.cs (2)
29
RelationshipType
= relationshipType;
44
RelationshipType
= source.RelationshipType;
9 references to RelationshipType
System.ServiceModel.Syndication (9)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
453
if (!string.IsNullOrEmpty(link.
RelationshipType
) && !link.AttributeExtensions.ContainsKey(s_atom10Relative))
455
writer.WriteAttributeString(Atom10Constants.RelativeTag, link.
RelationshipType
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (6)
830
if (Feed.Links[i].
RelationshipType
== Atom10Constants.AlternateTag)
955
if (Feed.Links[i].
RelationshipType
== Atom10Constants.AlternateTag && isFirstAlternateLink)
982
if (item.Links[i].
RelationshipType
== Atom10Constants.AlternateTag)
1059
if (item.SourceFeed.Links[i].
RelationshipType
== Atom10Constants.SelfTag)
1084
if (item.Links[i].
RelationshipType
== Rss20Constants.EnclosureTag)
1093
else if (item.Links[i].
RelationshipType
== Atom10Constants.AlternateTag)
System\ServiceModel\Syndication\SyndicationLink.cs (1)
44
RelationshipType = source.
RelationshipType
;