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