1 write to Title
System.ServiceModel (1)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
685
result.
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)
779
if (workspace.
Title
!= null)
781
workspace.
Title
.WriteTo(writer, Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace);