3 instantiations of UrlSyndicationContent
System.ServiceModel.Syndication (3)
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);
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
36public override SyndicationContent Clone() => new UrlSyndicationContent(this);
3 references to UrlSyndicationContent
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationContent.cs (1)
38public static UrlSyndicationContent CreateUrlContent(Uri url, string mediaType)
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
25protected UrlSyndicationContent(UrlSyndicationContent source) : base(source)
System.ServiceModel.Web (1)
System.ServiceModel.Web.cs (1)
39[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceModel.Syndication.UrlSyndicationContent))]