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