4 references to Atom10
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (3)
67
public override string Version => SyndicationVersions.
Atom10
;
452
link.WriteAttributeExtensions(writer, SyndicationVersions.
Atom10
);
473
link.WriteElementExtensions(writer, SyndicationVersions.
Atom10
);
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
59
public override string Version => SyndicationVersions.
Atom10
;