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