1 write to upper
System.ServiceModel (1)
System\ServiceModel\Channels\SequenceRange.cs (1)
34this.upper = upper;
8 references to upper
System.ServiceModel (8)
System\ServiceModel\Channels\SequenceRange.cs (8)
45get { return this.upper; } 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);