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