6 references to ReadTextContentFrom
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
269
result.Copyright =
ReadTextContentFrom
(reader, "//atom:feed/atom:rights[@type]");
273
result.Description =
ReadTextContentFrom
(reader, "//atom:feed/atom:subtitle[@type]");
277
result.Title =
ReadTextContentFrom
(reader, "//atom:feed/atom:title[@type]");
344
result.Copyright =
ReadTextContentFrom
(reader, "//atom:feed/atom:entry/atom:rights[@type]");
354
result.Summary =
ReadTextContentFrom
(reader, "//atom:feed/atom:entry/atom:summary[@type]");
358
result.Title =
ReadTextContentFrom
(reader, "//atom:feed/atom:entry/atom:title[@type]");