3 references to ReadTextContentFrom
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1091
return
ReadTextContentFrom
(reader, context, PreserveAttributeExtensions);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
396
result.Title = Atom10FeedFormatter.
ReadTextContentFrom
(reader, "//app:service/app:workspace/app:collection/atom:title[@type]", preserveAttributeExtensions: true);
544
result.Title = Atom10FeedFormatter.
ReadTextContentFrom
(reader, "//app:service/app:workspace/atom:title[@type]", preserveAttributeExtensions: true);