4 writes to Name
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
138category.Name = reader.Value;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
296category.Name = reader.ReadString();
System\ServiceModel\Syndication\SyndicationCategory.cs (2)
24Name = name; 37Name = source.Name;
3 references to Name
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
215string categoryName = category.Name ?? string.Empty;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
829writer.WriteString(category.Name);
System\ServiceModel\Syndication\SyndicationCategory.cs (1)
37Name = source.Name;