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