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