5 writes to RelationshipType
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
957link.RelationshipType = relationship;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
196RelationshipType = Atom10Constants.AlternateTag 474RelationshipType = 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)
454if (!string.IsNullOrEmpty(link.RelationshipType) && !link.AttributeExtensions.ContainsKey(s_atom10Relative)) 456writer.WriteAttributeString(Atom10Constants.RelativeTag, link.RelationshipType);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (6)
827if (Feed.Links[i].RelationshipType == Atom10Constants.AlternateTag) 952if (Feed.Links[i].RelationshipType == Atom10Constants.AlternateTag && isFirstAlternateLink) 979if (item.Links[i].RelationshipType == Atom10Constants.AlternateTag) 1056if (item.SourceFeed.Links[i].RelationshipType == Atom10Constants.SelfTag) 1081if (item.Links[i].RelationshipType == Rss20Constants.EnclosureTag) 1090else if (item.Links[i].RelationshipType == Atom10Constants.AlternateTag)
System\ServiceModel\Syndication\SyndicationLink.cs (1)
44RelationshipType = source.RelationshipType;