1 instantiation of Mutables
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
265
mutables = _mutables = new
Mutables
();
2 references to Mutables
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
227
private
Mutables
? _mutables; // All of the mutable state.
262
Mutables
? mutables = _mutables;