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