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