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