3 writes to uri
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationLink.cs (3)
38
this.
uri
= uri;
61
this.
uri
= source.uri;
115
set { this.
uri
= value; }
6 references to uri
System.ServiceModel (6)
System\ServiceModel\Syndication\SyndicationLink.cs (6)
61
this.uri = source.
uri
;
114
get { return
uri
; }
150
if (this.
uri
!= null)
152
if (this.
uri
.IsAbsoluteUri)
154
return this.
uri
;
158
return new Uri(this.baseUri, this.
uri
);