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