2 references to GetSlotNumsForColumns
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (2)
673List<List<int>> allChildSlotNums = GetSlotNumsForColumns(childCell, ChildColumns); 700List<List<int>> allParentSlotNums = GetSlotNumsForColumns(parentCell, ParentColumns);