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