2 writes to Title
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
396result.Title = Atom10FeedFormatter.ReadTextContentFrom(reader, "//app:service/app:workspace/app:collection/atom:title[@type]", preserveAttributeExtensions: true);
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (1)
45Title = title;
1 reference to Title
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (1)
580collection.Title?.WriteTo(writer, Atom10Constants.TitleTag, Atom10Constants.Atom10Namespace);