1 instantiation of Mutables
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
283m_mutables = new Mutables();
1 reference to Mutables
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
243private Mutables m_mutables; // bag of frequently mutated value types [allocate in moveNext to avoid false-sharing]