1 write to m_toFill
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingPass.cs (1)
31m_toFill = toFill;
7 references to m_toFill
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingPass.cs (7)
71rewriting = m_toFill; 119T_Tile missingTuples = m_qp.AntiSemiJoin(m_toFill, rewritingSoFar); 182if (m_qp.IsContainedIn(m_toFill, view)) // query <= view 202if (m_qp.IsContainedIn(rewritingSoFar, m_toFill)) 213if (m_qp.IsDisjointFrom(m_toFill, view)) // query ^ view = {} 219if (m_qp.IsContainedIn(rewritingSoFar, m_toFill)) 235if (false == m_qp.IsDisjointFrom(view, m_toFill))