3 writes to baseUri
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationLink.cs (3)
37
this.
baseUri
= null;
60
this.
baseUri
= source.baseUri;
73
set { this.
baseUri
= value; }
4 references to baseUri
System.ServiceModel (4)
System\ServiceModel\Syndication\SyndicationLink.cs (4)
60
this.baseUri = source.
baseUri
;
72
get { return this.
baseUri
; }
156
else if (this.
baseUri
!= null)
158
return new Uri(this.
baseUri
, this.uri);