3 instantiations of UrlSyndicationContent
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
659
result = new
UrlSyndicationContent
(UriFromString(src, UriKind.RelativeOrAbsolute, Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace, reader), type);
System\ServiceModel\Syndication\SyndicationContent.cs (1)
40
return new
UrlSyndicationContent
(url, mediaType);
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
36
public override SyndicationContent Clone() => new
UrlSyndicationContent
(this);
4 references to UrlSyndicationContent
System.ServiceModel (1)
netstandard.cs (1)
269
[assembly: TypeForwardedTo(typeof(
UrlSyndicationContent
))]
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationContent.cs (1)
38
public static
UrlSyndicationContent
CreateUrlContent(Uri url, string mediaType)
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
25
protected 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
))]