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