3 writes to length
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationLink.cs (3)
42
this.
length
= length;
56
this.
length
= source.length;
90
this.
length
= value;
2 references to length
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationLink.cs (2)
56
this.length = source.
length
;
83
get { return this.
length
; }