3 references to PropertyRefList
System.Data.Entity (3)
System\Data\Query\PlanCompiler\PropertyRef.cs (3)
409internal static PropertyRefList All = new PropertyRefList(true); 414internal PropertyRefList() : this(false) {} 470PropertyRefList newProps = new PropertyRefList(m_allProperties);