5 writes to m_maxRows
System.Data.Entity (5)
System\Data\Query\InternalTrees\NodeInfo.cs (5)
239m_maxRows = RowCount.Unbounded; 254m_maxRows = RowCount.Unbounded; 304set { m_maxRows = value; ValidateRowCount(); } 315m_maxRows = maxRows; 326m_maxRows = source.m_maxRows;
3 references to m_maxRows
System.Data.Entity (3)
System\Data\Query\InternalTrees\NodeInfo.cs (3)
303get { return m_maxRows; } 326m_maxRows = source.m_maxRows; 334Debug.Assert(m_maxRows >= m_minRows, "MaxRows less than MinRows?");