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