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