7 references to W3Atom
NuGet.Protocol (7)
LegacyFeed\V2FeedParser.cs (7)
33
private static readonly XName _xnameEntry = XName.Get("entry",
W3Atom
);
34
private static readonly XName _xnameTitle = XName.Get("title",
W3Atom
);
35
private static readonly XName _xnameContent = XName.Get("content",
W3Atom
);
36
private static readonly XName _xnameLink = XName.Get("link",
W3Atom
);
40
private static readonly XName _xnameSummary = XName.Get("summary",
W3Atom
);
54
private static readonly XName _xnameName = XName.Get("name",
W3Atom
);
55
private static readonly XName _xnameAuthor = XName.Get("author",
W3Atom
);