4 references to Atom10
System.ServiceModel.Syndication (4)
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
;