1 instantiation of Mutables
System.Core (1)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
636mutables = m_mutables = new Mutables();
2 references to Mutables
System.Core (2)
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (2)
587private Mutables m_mutables; // Any mutable fields on this enumerator. These mutables are local and persistent 633Mutables mutables = m_mutables;