2 implementations of Compare
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
30public int Compare(char c, TrieSegment t)
System\ServiceModel\Dispatcher\QueryUtil.cs (1)
854public int Compare(T item1, T item2)
2 references to Compare
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryUtil.cs (2)
791result = comparer.Compare(key, this.buffer[mid]); 816result = comparer.Compare(key, this.buffer[i]);