1 write to m_compilerState
System.Data.Entity (1)
System\Data\Query\PlanCompiler\JoinElimination.cs (1)
65m_compilerState = compilerState;
6 references to m_compilerState
System.Data.Entity (6)
System\Data\Query\PlanCompiler\JoinElimination.cs (6)
53private Command Command { get { return m_compilerState.Command; } } 54private ConstraintManager ConstraintManager { get { return m_compilerState.ConstraintManager; } } 66m_varRemapper = new VarRemapper(m_compilerState.Command); 67m_varRefManager = new VarRefManager(m_compilerState.Command); 143PlanCompiler.Assert(m_compilerState != null, "Plan compiler cannot be null"); 144var sspace = (StoreItemCollection)m_compilerState.MetadataWorkspace.GetItemCollection(Metadata.Edm.DataSpace.SSpace);