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