1 instantiation of Mutables
System.Core (1)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
106mutables = m_mutables = new Mutables();
2 references to Mutables
System.Core (2)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
48private Mutables m_mutables; 103Mutables mutables = m_mutables;