2 references to s_lowerComparer
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\SequenceRangeCollection.cs (2)
107upperBound = Array.BinarySearch(sortedRanges, new SequenceRange(range.Upper), s_lowerComparer); 214int searchValue = Array.BinarySearch(_ranges, searchFor, s_lowerComparer);