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