10 references to SyndicationVersions
System.ServiceModel (1)
netstandard.cs (1)
266
[assembly: TypeForwardedTo(typeof(
SyndicationVersions
))]
System.ServiceModel.Syndication (8)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
70
public override string Version =>
SyndicationVersions
.Atom10;
467
link.WriteAttributeExtensions(writer,
SyndicationVersions
.Atom10);
488
link.WriteElementExtensions(writer,
SyndicationVersions
.Atom10);
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
62
public override string Version =>
SyndicationVersions
.Atom10;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (3)
70
public override string Version =>
SyndicationVersions
.Rss20;
812
link.WriteAttributeExtensions(writer,
SyndicationVersions
.Rss20);
1174
link.WriteAttributeExtensions(writer,
SyndicationVersions
.Rss20);
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
85
public override string Version =>
SyndicationVersions
.Rss20;
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
36
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.
SyndicationVersions
))]