3 writes to Uri
System.Data.Services (2)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (2)
121
this.author.
Uri
= textPropertyValue;
242
this.Target.Contributors[0].
Uri
= textPropertyValue;
System.ServiceModel (1)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1155
result.
Uri
= reader.ReadElementString();
4 references to Uri
System.Data.Services (2)
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (2)
72
resourceType.SetEpmValue(newRoot, element, this.Item.Authors[0].
Uri
, this);
93
resourceType.SetEpmValue(newRoot, element, this.Item.Contributors[0].
Uri
, this);
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
1309
if (!string.IsNullOrEmpty(p.
Uri
))
1311
writer.WriteElementString(Atom10Constants.UriTag, Atom10Constants.Atom10Namespace, p.
Uri
);