1 write to m_childKeys
System.Data.Entity (1)
System\Data\Query\PlanCompiler\ConstraintManager.cs (1)
145m_childKeys = new List<string>();
2 references to m_childKeys
System.Data.Entity (2)
System\Data\Query\PlanCompiler\ConstraintManager.cs (2)
103internal List<string> ChildKeys { get { return m_childKeys; } } 148m_childKeys.Add(prop.Name);