2 references to CheckForProjectedNotNullSlots
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Validator.cs (2)
351error = cell.CQuery.CheckForProjectedNotNullSlots(cell, m_cells.Where(c=> c.SQuery.Extent is AssociationSet)); 356error = cell.SQuery.CheckForProjectedNotNullSlots(cell, m_cells.Where(c => c.CQuery.Extent is AssociationSet));