1 reference to
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\Workspace.cs (1)
19public Workspace(string title, IEnumerable<ResourceCollectionInfo> collections) : this((title != null) ? new TextSyndicationContent(title) : null, collections)