6 references to ReadTextContentFrom
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
254
result.Copyright =
ReadTextContentFrom
(reader, "//atom:feed/atom:rights[@type]");
258
result.Description =
ReadTextContentFrom
(reader, "//atom:feed/atom:subtitle[@type]");
262
result.Title =
ReadTextContentFrom
(reader, "//atom:feed/atom:title[@type]");
329
result.Copyright =
ReadTextContentFrom
(reader, "//atom:feed/atom:entry/atom:rights[@type]");
339
result.Summary =
ReadTextContentFrom
(reader, "//atom:feed/atom:entry/atom:summary[@type]");
343
result.Title =
ReadTextContentFrom
(reader, "//atom:feed/atom:entry/atom:title[@type]");