1 write to Value
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\Wrapper.cs (1)
23this.Value = value;
7 references to Value
System.Linq.Parallel (7)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
262currentElement = currentPair.Key.Value;
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (3)
577currentValue = new GroupKeyData(sourceOrderKey, key.Value, _orderComparer); 652currentValue = new GroupKeyData(sourceOrderKey, key.Value, _orderComparer); 701return _keyValues.Key.Value;
System\Linq\Parallel\Utils\WrapperEqualityComparer.cs (3)
30return _comparer.Equals(x.Value, y.Value); 36T value = x.Value;