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