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