2 instantiations of FunctorComparer
mscorlib (2)
system\array.cs (1)
1899IComparer<T> comparer = new FunctorComparer<T>(comparison);
system\collections\generic\list.cs (1)
991IComparer<T> comparer = new Array.FunctorComparer<T>(comparison);