3 references to GetKeyPropertyRefs
System.Data.Entity (3)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
541return typeInfo.GetKeyPropertyRefs(); 1174foreach (PropertyRef pref in typeInfo.GetKeyPropertyRefs())
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
358foreach (PropertyRef p in this.GetKeyPropertyRefs())