2 writes to m_newLocationId
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
192m_newLocationId = id; 234set { m_newLocationId = value; }
2 references to m_newLocationId
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
233get { return m_newLocationId; } 242get { return m_newLocationId != this.Id; }