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