2 references to UrlSyndicationContent
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
659result = new UrlSyndicationContent(UriFromString(src, UriKind.RelativeOrAbsolute, Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace, reader), type);
System\ServiceModel\Syndication\SyndicationContent.cs (1)
40return new UrlSyndicationContent(url, mediaType);