7 references to W3Atom
NuGet.Protocol (7)
LegacyFeed\V2FeedParser.cs (7)
35
private static readonly XName _xnameEntry = XName.Get("entry",
W3Atom
);
36
private static readonly XName _xnameTitle = XName.Get("title",
W3Atom
);
37
private static readonly XName _xnameContent = XName.Get("content",
W3Atom
);
38
private static readonly XName _xnameLink = XName.Get("link",
W3Atom
);
42
private static readonly XName _xnameSummary = XName.Get("summary",
W3Atom
);
56
private static readonly XName _xnameName = XName.Get("name",
W3Atom
);
57
private static readonly XName _xnameAuthor = XName.Get("author",
W3Atom
);