1 instantiation of Mutables
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
483
mutables = m_mutables = new
Mutables
();
2 references to Mutables
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
441
private
Mutables
m_mutables; // All the mutable state.
480
Mutables
mutables = m_mutables;