3 writes to Title
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
988link.Title = title;
System\ServiceModel\Syndication\SyndicationLink.cs (2)
28Title = title; 48Title = source.Title;
3 references to Title
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
476if (!string.IsNullOrEmpty(link.Title) && !link.AttributeExtensions.ContainsKey(s_atom10Title)) 478writer.WriteAttributeString(Atom10Constants.TitleTag, link.Title);
System\ServiceModel\Syndication\SyndicationLink.cs (1)
48Title = source.Title;