1 write to m_allProperties
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PropertyRef.cs (1)
427m_allProperties = true;
5 references to m_allProperties
System.Data.Entity (5)
System\Data\Query\PlanCompiler\PropertyRef.cs (5)
438if (m_allProperties) 451if (m_allProperties) 462internal bool AllProperties { get { return m_allProperties; } } 470PropertyRefList newProps = new PropertyRefList(m_allProperties); 483return m_allProperties || m_propertyReferences.ContainsKey(p);