1 write to m_top
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlSelectClauseBuilder.cs (1)
55
m_top
= value;
2 references to m_top
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlSelectClauseBuilder.cs (2)
51
get { return
m_top
; }
54
Debug.Assert(
m_top
== null, "SqlSelectStatement.Top has already been set");