3 references to CreateCategory
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
631
SyndicationCategory result =
CreateCategory
(item);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
261
SyndicationCategory result =
CreateCategory
(item);
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (1)
63
protected static SyndicationCategory CreateCategory(SyndicationItem item) => SyndicationFeedFormatter.
CreateCategory
(item);