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