1 write to m_joinTreeContext
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (1)
210m_joinTreeContext = new JoinTreeContext(parentQualifiers, leafQualifier);
3 references to m_joinTreeContext
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (3)
209Debug.Assert(m_joinTreeContext == null, "Join tree context is already set."); 221return m_joinTreeContext != null ? m_joinTreeContext.FindInput(row) : row;