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