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