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