2 implementations of IItemComparer
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
28
internal class TrieSegmentKeyComparer :
IItemComparer
<char, TrieSegment>
System\ServiceModel\Dispatcher\QueryUtil.cs (1)
845
internal class DefaultComparer :
IItemComparer
<T, T>
4 references to IItemComparer
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryUtil.cs (4)
677
internal int IndexOfKey<K>(K key,
IItemComparer
<K, T> itemComp)
767
int Search<K>(K key,
IItemComparer
<K, T> comparer)
779
int BinarySearch<K>(K key,
IItemComparer
<K, T> comparer)
810
int LinearSearch<K>(K key,
IItemComparer
<K, T> comparer, int start, int bound)