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