1 write to lower
System.ServiceModel (1)
System\ServiceModel\Channels\SequenceRange.cs (1)
33this.lower = lower;
7 references to lower
System.ServiceModel (7)
System\ServiceModel\Channels\SequenceRange.cs (7)
40get { return this.lower; } 50return (a.lower == b.lower) && (a.upper == b.upper); 60return (number >= this.lower && number <= this.upper); 65return (range.Lower >= this.lower && range.Upper <= this.upper); 86Int64 hashCode = (this.upper ^ (this.upper - this.lower)); 92return string.Format(CultureInfo.InvariantCulture, "{0}-{1}", this.lower, this.upper);