2 references to lowerComparer
System.ServiceModel (2)
System\ServiceModel\Channels\SequenceRangeCollection.cs (2)
118upperBound = Array.BinarySearch(sortedRanges, new SequenceRange(range.Upper), lowerComparer); 251int searchValue = Array.BinarySearch(this.ranges, searchFor, lowerComparer);