1 write to _defaultValue
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
132_defaultValue = defaultValue;
2 references to _defaultValue
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (2)
160currentElement = _defaultValue; 177currentElement = _defaultValue;