1 write to Title
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
382
textInput.
Title
= value;
2 references to Title
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
967
writer.WriteElementString(Rss20Constants.TitleTag, Feed.InternalTextInput.
Title
);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
407
return textInput.Description != null && textInput.
Title
!= null && textInput.Name != null && textInput.Link != null;