1 write to m_leftKeySelectors
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.JoinPredicateVisitor.cs (1)
41
m_leftKeySelectors
= new List<DbExpression>();
2 references to m_leftKeySelectors
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.JoinPredicateVisitor.cs (2)
90
leftKeySelectors = visitor.
m_leftKeySelectors
.AsReadOnly();
126
m_leftKeySelectors
.Add(node.Left);