6 references to ReadTextContentFrom
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
255
result.Copyright =
ReadTextContentFrom
(reader, "//atom:feed/atom:rights[@type]");
259
result.Description =
ReadTextContentFrom
(reader, "//atom:feed/atom:subtitle[@type]");
263
result.Title =
ReadTextContentFrom
(reader, "//atom:feed/atom:title[@type]");
330
result.Copyright =
ReadTextContentFrom
(reader, "//atom:feed/atom:entry/atom:rights[@type]");
340
result.Summary =
ReadTextContentFrom
(reader, "//atom:feed/atom:entry/atom:summary[@type]");
344
result.Title =
ReadTextContentFrom
(reader, "//atom:feed/atom:entry/atom:title[@type]");