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