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