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