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