1 write to Title
System.ServiceModel (1)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
497result.Title = Atom10FeedFormatter.ReadTextContentFrom(reader, "//app:service/app:workspace/app:collection/atom:title[@type]", this.preserveAttributeExtensions);
2 references to Title
System.ServiceModel (2)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
731if (collection.Title != null) 733collection.Title.WriteTo(writer, Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace);