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