2 overrides of Version
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
70public override string Version => SyndicationVersions.Atom10;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
70public override string Version => SyndicationVersions.Rss20;
1 reference to Version
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (1)
57public override string ToString() => $"{GetType()}, SyndicationVersion={Version}";