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