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