1 write to m_keyMap
System.Data.Entity (1)
System\Data\Query\PlanCompiler\ConstraintManager.cs (1)
182m_keyMap = new Dictionary<string, string>();
3 references to m_keyMap
System.Data.Entity (3)
System\Data\Query\PlanCompiler\ConstraintManager.cs (3)
124return m_keyMap.TryGetValue(childPropertyName, out parentPropertyName); 177if (m_keyMap != null) 194m_keyMap[childProps.Current.Name] = parentProps.Current.Name;