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