4 writes to Name
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
124category.Name = reader.Value;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
266category.Name = reader.ReadString();
System\ServiceModel\Syndication\SyndicationCategory.cs (2)
24Name = name; 34Name = source.Name;
3 references to Name
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
201string categoryName = category.Name ?? string.Empty;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
799writer.WriteString(category.Name);
System\ServiceModel\Syndication\SyndicationCategory.cs (1)
34Name = source.Name;