1 write to m_relPropertyHelper
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
142m_relPropertyHelper = new RelPropertyHelper(m_command.MetadataWorkspace, m_command.ReferencedRelProperties);
3 references to m_relPropertyHelper
System.Data.Entity (3)
System\Data\Query\PlanCompiler\PreProcessor.cs (3)
166preProcessor.m_relPropertyHelper, 1772relProperties = new List<RelProperty>(m_relPropertyHelper.GetRelProperties(entityType)); 1845foreach (RelProperty relProperty in m_relPropertyHelper.GetRelProperties(entityType))