2 writes to m_executionMode
System.Core (2)
System\Linq\Parallel\QueryOperators\QuerySettings.cs (2)
69set { m_executionMode = value; } 96m_executionMode = executionMode;
1 reference to m_executionMode
System.Core (1)
System\Linq\Parallel\QueryOperators\QuerySettings.cs (1)
68get { return m_executionMode; }