2 writes to _comparer
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs (2)
41_comparer = comparer ?? Util.GetDefaultComparer<TSortKey>(); 44_comparer = new ReverseComparer<TSortKey>(_comparer);
4 references to _comparer
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs (4)
44_comparer = new ReverseComparer<TSortKey>(_comparer); 64IComparer<Pair<TSortKey, TKey2>> pairComparer = new PairComparer<TSortKey, TKey2>(_comparer, key2Comparer); 87new PartitionedStream<TInputOutput, TSortKey>(inputStream.PartitionCount, this._comparer, OrdinalIndexState); 105return wrappedChild.OrderBy(_keySelector, _comparer);