2 overrides of Version
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
62public override string Version => SyndicationVersions.Atom10;
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
85public override string Version => SyndicationVersions.Rss20;
1 reference to Version
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (1)
37public override string ToString() => $"{GetType()}, SyndicationVersion={Version}";